View Single Post
  #7  
Old 04-03-2010, 10:08 AM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by WhiteDragon View Post
Paste the output of some of these commands...
HTML Code:
uname -a
HTML Code:
ldd rc
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:
uname -a
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:
ldd rc
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.
Reply With Quote