[OLSR-users] httpinfo

Thomas Lopatic (spam-protected)
Tue Jun 14 10:27:50 CEST 2005


Hi Andrew,

Thanks for reporting this. Yes, we should definitely do something about
this! I'd like to ask you to do the following. (Maybe we should put this
onto the olsr.org site? This seems to become a FAQ.) I assume that you
build olsrd yourself and that you're working on Linux.

1. Change to the olsrd source code directory.

2. Say "make OS=... uberclean; make OS=..." to force a complete rebuild
and to build olsrd.

3. Do NOT say "make install". "make install" would strip the debug symbols
from the compiled executable and from the plug-ins in order to reduce the
size of the executables and the plug-ins. But we need the debug symbols.

4. Manually copy the olsrd executable and the plug-in .so files to the
appropriate directories. ("/usr/sbin" and "/usr/lib" by default)

5. You now have an olsrd executable with debug information and plug-ins
with debug information installed.

6. Say "ulimit -c unlimited". This will allow olsrd to dump core.

7. Run olsrd and make it crash.

8. Create a TAR of the (1) olsrd executable, (2) the plug-in .so files,
(3) the core file, and send it to me. This will enable me to find out
where exactly the crash happens.

Thanks,
-Thomas




More information about the Olsr-users mailing list