Hi, I am trying to debug an objc binary with gdb but unfortunately it ends up with the following error: $ gdb ogo-webui-1.1 GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-openbsd3.7"... (gdb) run -WOUseWatchDog NO Starting program: /usr/local/sbin/ogo-webui-1.1 -WOUseWatchDog NO /usr/src/gnu/usr.bin/binutils/gdb/utils.c:1007: internal-error: virtual memory exhausted: can't allocate 1073960 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y /usr/src/gnu/usr.bin/binutils/gdb/utils.c:1007: internal-error: virtual memory exhausted: can't allocate 1073960 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) y Abort trap (core dumped)
in the GNUstep HOWTO it states that I need at least gdb 6 to debug objc binaries. anybody knows my problem? kind regards sebastian

