-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[defect]: Segmentation Fault with any listen { type = detail } enabled #5485
Comments
This works for me with the current v3.2.x branch. Please try again with that. |
Same issue with the latest 3.2.x (commit ga01143c).
Additional details:
|
I did some additional testing and replaced It appears as if something with usleep() is the issue, rather than somewhere else in the *data structure. |
I don't think the issue is related to |
I can provision a box if that would be of any use to you--would just need SSH pub keys. |
What type of defect/bug is this?
Crash or memory corruption (segv, abort, etc...)
How can the issue be reproduced?
Install FreeRADIUS 3.2.6 and enable the buffered-sql (or decoupled-accounting/anything else that adds a detail listener) site by running:
cd /usr/local/etc/raddb/sites-enabled;ln -s ../sites-available/buffered-sql .
Attempt to start FreeRADIUS.
This bug was introduced in the 3.2.6 release--if you reinstall 3.2.5, the same configuration works fine.
Log output from the FreeRADIUS daemon
Relevant log output from client utilities
No response
Backtrace from LLDB or GDB
The text was updated successfully, but these errors were encountered: