Quote:
Originally Posted by WhiteDragon
Paste the output of some of these commands...
HTML Code:
gdb rc
(gdb) break exit
(gdb) run
(gdb) bt
Also, try that new version that Stefan posted in the other thread. I think that may only be 64-bit though, not sure.
|
HTML Code:
Linux lucy-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
HTML Code:
not a dynamic executable
HTML Code:
gdb rc
(gdb) break exit
(gdb) run
(gdb) bt
HTML Code:
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 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 "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /root/.graal/graal4/rc/rc/rc...
warning: no loadable sections found in added symbol-file /root/.graal/graal4/rc/rc/rc
(no debugging symbols found)...done.
(gdb) break exit
No symbol table is loaded. Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (exit) pending.
(gdb) run
Starting program: /root/.graal/graal4/rc/rc/rc
Program terminated with signal SIGKILL, Killed.
The program no longer exists.
(gdb) bt
No stack.
Also, I've tried that version of RC to no avail.
Note that I've had little to no experience with Linux really, except for a few insignificant moments, so I do apologise for any newbie mistakes I've made or will make.