Can you paste a trace using -v ? If you gdb the core file, what line is it faulting on? You might want to try deleting testing.sqlite and re-running ...
btw, to run gdb on a libtool binary libtool --mode=execute gdb nox_core core .martin > Hi, > > I was trying to run NOX in a Dell AMD64 machine. The whole > compilation process was okay. I am using openflow/linux kernel > binaries compiled on an i386 machine, while compiling the NOX on the > AMD. The nox_core binary run fine, until after a while, the following > error appears. I can run the setup properly on the i386 machine and > so I wonder why it fails on this machine. > > $ ./nox_core -i ptcp:2525 pyauthenticator pyrouting > NOX 0.2.1 (nox_core), compiled Jul 10 2008 16:37:53 > Compiled with OpenFlow 0x84 (exp) > 00001|sqlite3-impl|WARN:Transactional storage file not given in the > command line; defaulting to 'testing.sqlite' > Caught signal 11. > 0x2b8cd5719132 6668976 (vigil::fault_handler(int)+0x22) > 0x00d12190 > 0x505400000003 > Segmentation fault (core dumped) > > Anyone in the know? > > Thanks. > > Regards > KK > > _______________________________________________ > nox-dev mailing list > [email protected] > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
