Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash on shutdown (on OpenWrt) #115

Open
SvenRoederer opened this issue May 31, 2022 · 2 comments
Open

crash on shutdown (on OpenWrt) #115

SvenRoederer opened this issue May 31, 2022 · 2 comments

Comments

@SvenRoederer
Copy link
Contributor

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
Copy link
Contributor

vchrizz commented Aug 5, 2022

You could try bisect to find the cause for this.
(see #44 where I used bisect to find the cause for another segfault)

@mathiashro
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants