User forums > Using Code::Blocks

Debugger finished with status 1

(1/1)

FrankTheFox:
Hi,

i got the following message from the debugger.


--- Quote ---Debugger name and version: GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
Debugger finished with status 1

--- End quote ---


and this is from Debug (debug ) tab


--- Quote ---LD_LIBRARY_PATH=.:/usr/lib/mpi/gcc/openmpi/lib
Command-line: /usr/bin/gdb -nx -fullname  -quiet -args bin/Debug/wxProject
Working dir : /home/myHome/myProjects/wxProject/
[?1034h(gdb)
> set prompt >>>>>>cb_gdb:
>>>>>>cb_gdb:
> show version
GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-suse-linux".
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
>>>>>>cb_gdb:
> set confirm off
>>>>>>cb_gdb:
> set width 0
>>>>>>cb_gdb:
> set height 0
>>>>>>cb_gdb:
> set breakpoint pending on
>>>>>>cb_gdb:
> set print asm-demangle on
>>>>>>cb_gdb:
> set unwindonsignal on
>>>>>>cb_gdb:
> set disassembly-flavor intel
>>>>>>cb_gdb:
> catch throw
Function "__cxa_throw" not defined.

--- End quote ---


Does anybody know how to fix this?


Franky

oBFusCATed:
Install newer gdb or disable the "Catch C++ exceptions" option

FrankTheFox:
hi,

Thanks, disabling the "Catch C++ exceptions" option helps.

Greetz
 Franky

Navigation

[0] Message Index

Go to full version