OLSR / olsrd

OLSR.org main repository - olsrd v1 - maintained by Freifunk Berlin
Other
83 stars 65 forks source link

crash on shutdown (on OpenWrt) #115

Open SvenRoederer opened 2 years ago

SvenRoederer commented 2 years ago

Seen on OpenWrt 21.02, that olsrd crashed during shutdown

olsrd[4304]: olsr.org - pre-0.9.9-git_0000000-hash_d67158ab6e850fd1910c489045f47dda stopped
olsrd[4304]: crash (logging a stack trace is not supported on this platform)
olsrd[4304]: nested shutdown: exiting immediately (logging a stack trace is not supported on this platform)

This code seems to get triggered on a SIGSEGV, so seems to be an "unintended" memory-access. Maybe not ideal for a program running as root.

vchrizz commented 2 years ago

You could try bisect to find the cause for this. (see https://github.com/OLSR/olsrd/issues/44 where I used bisect to find the cause for another segfault)

mathiashro commented 3 weeks ago

Hi @SvenRoederer , do you mind working on the error? Or are we closing this issue (unresolved) for the moment?