Below is the backtrace from gdb: (gdb) run xorp_rtrmgr Starting program: /home/selcuk/xorp.deneme/rtrmgr/xorp_rtrmgr xorp_rtrmgr Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0xffffe000 Program received signal SIGFPE, Arithmetic exception. 0x447e61e6 in do_lookup_x () from /lib/ld-linux.so.2 (gdb) bt #0 0x447e61e6 in do_lookup_x () from /lib/ld-linux.so.2 #1 0x447e6569 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2 #2 0x447e7d1a in _dl_relocate_object () from /lib/ld-linux.so.2 #3 0x447e0833 in dl_main () from /lib/ld-linux.so.2 #4 0x447f056b in _dl_sysdep_start () from /lib/ld-linux.so.2 #5 0x447df48f in _dl_start () from /lib/ld-linux.so.2 #6 0x447dd847 in _start () from /lib/ld-linux.so.2 Thanks. Selcuk
On Sun, Apr 13, 2008 at 11:54 PM, Ben Greear <[EMAIL PROTECTED]> wrote: > Selçuk Cevher wrote: > > > Hi All, > > I created two new processes along with their respective template files. > > Then, I modified the config.boot file in rtrmgr folder of xorp directory. > > While modifying config.boot file, I skipped configuring most of the > > protocols (especially routing protocols) even though they still have their > > template files in xorp/etc/templates folder since I don't need them for the > > new processes. > > Afterwards, when I ran xorp_rtrmgr in rtrmgr folder, I got an "Floating > > point exception" error. > > What might be the possible causes for this error? If you need more > > information on the problem, please let me know. > > > Please make sure that your system is configured to dump cores (man > ulimit), > and then send us the backtrace of the core using gdb. That will likely > pinpoint > the problem quickly. > > Ben > > Thanks. > > Selcuk > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Xorp-hackers mailing list > > [email protected] > > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers<http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-hackers> > > > > > > > -- > Ben Greear <[EMAIL PROTECTED]> Candela Technologies Inc > http://www.candelatech.com > > >
_______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
