-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bgpd crash (frr 8.4.2, FreeBSD 13.1p5) #12693
Comments
Possible to get a full stack trace of the crash? |
I'm trying to find a way to get a stack trace. /var/tmp/frr/ contains some stuff, but no core dumps. |
the backtrace might be in one of the log files. Look in /var/log/frr as well |
I think it ran into the assert(wq) in line 246, inside work_queue_run(). So abort() was called, and I try to find out how to force freebsd to create a stack trace when abort() was called. I checked /var/log/frr/bgpd and found only the two lines I quoted. |
olivier@, the port maintainer on FreeBSD, gave me two hints:
to point the kernel to a place to put the core file. And: The port currently has --disable-backtrace. |
The problem did not re-appear until now. Still waiting for it to happen again. |
Still nothing ? |
Sorry, nothing. Or, I might say: A different crash, see |
Look #13346 |
I'm pretty sure this was not the same crash cause, because the log entry is very different from the one in 13346. |
If an error occurs, you can open a issue |
This is why this issue still was open, because it's a different crash. |
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
Describe the bug
To Reproduce
It's unclear if/how this can be reproduced. It was no out-of-memory condition.
Expected behavior
bgpd should not crash
Versions
Additional context
14 ipv4 peers
8 ipv6 peers
The text was updated successfully, but these errors were encountered: