Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: FrankTheFox on June 23, 2011, 02:49:32 pm

Title: Debugger finished with status 1
Post by: FrankTheFox on June 23, 2011, 02:49:32 pm
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


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.


Does anybody know how to fix this?


Franky
Title: Re: Debugger finished with status 1
Post by: oBFusCATed on June 23, 2011, 02:59:14 pm
Install newer gdb or disable the "Catch C++ exceptions" option
Title: Re: Debugger finished with status 1
Post by: FrankTheFox on June 23, 2011, 03:19:51 pm
hi,

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

Greetz
 Franky