Re: [bwm-tools-tech] Fedora core5 segmentation fault
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2006-05-04 05:32:22
|
Hi there, > > Interesting.... so its a updated FC4 installation? > > Hmm, ok :) > > Could you build BWM Tools with debugging support and run it > through gdb for me and send me the output. > > I think i might need some help here, what i did was ./configure > --with-debug , i guess ? Could you try configure like this ... CFLAGS="-g" ./configure .................... Remember to start out with a clean source dir. After the make, do an instll and run with gdb as you did below.... we should then get line numbers in source where the segfault is occuring. Regards Nigel > > then run gdb bwm_firewall, and then run -f within gdb > > This gives me something like; > gdb /usr/local/bin/bwm_firewall > ... bla bla bla ... > (gdb) r -f > Starting program: /usr/local/bin/bwm_firewall -f > Reading symbols from shared object read from target memory...done. > Loaded system supplied DSO at 0x2e9000 > [Thread debugging using libthread_db enabled] > [New Thread -1208022816 (LWP 4399)] > BWM Firewall v0.2.3 - Copyright (c) 2003-2006 Linux Based Systems Design > > Loading configuration from "/etc/bwm_tools/firewall.xml"... > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208022816 (LWP 4399)] > 0x005a3a90 in g_list_foreach () from /usr/lib/libglib-2.0.so.0 > (gdb) > > Hope this helps, for this doesn't mean anything to me :P |