[DGD] Segmentation Fault in newly downloaded 1.2p4
Stephen Miller
naubol at gmail.com
Mon Jan 19 08:40:11 CET 2009
I experienced a segmentation fault while trying to run 1.2p4 on a
stock kernel lib that downloaded with the dgd .tgz.
Here are the results of uname -a
Linux Znanue 2.6.27-7-generic #1 SMP Fri Oct 24 06:40:41 UTC 2008
x86_64 GNU/Linux
I copied Makefile.sysv to Makefile in the hosts directory, stepped
back to src, ran a make, copied the a.out to bin/driver.
I changed the appropriate variable in mud.dgd to point to the stock
kernel lib directory with the value /home/myusername/dgd/mud and then
I ran ./bin/driver mud.dgd & from the dgd directory.
I opened gdb, ran the program from within it pointing it at mud.dgd
again, got the seg fault, and ran backtrace getting this...
(gdb) backtrace
#0 0x000000000044e72a in P_ctime ()
#1 0x0000000000433058 in special_define ()
#2 0x000000000043489d in pp_init ()
#3 0x000000000041c107 in conf_init ()
#4 0x000000000041cb52 in dgd_main ()
#5 0x00007fa8efd21466 in __libc_start_main () from /lib/libc.so.6
#6 0x0000000000401bb9 in _start ()
If anyone has any thoughts, I'd appreciate it.
Stephen
More information about the DGD
mailing list