-
Notifications
You must be signed in to change notification settings - Fork 41
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
oor crashes with segmentation fault #40
Comments
Could you send me a back trace of the segmentation fault using valgrind? Which version are you using? master or testing? |
Hey, BR |
I have tried to reproduce the error without success and according to the provided data, the segmenetion is produced in a part of the code very hard to debug. #if !defined(ANDROID) && !defined(OPENWRT)
#else By
This disable the netconf part of OOR and simplify the scenario. |
The system is a RHEL 6. Weird thing is, that on one system it is working, on the other one it isn't. So I guess it has to do something with the network configuration. But there we also couldn't find any difference. |
I see a strange thing in your LOGs line 71. It is trying to open an IPv6 socket but it fails. Could you try to run oor using the parameter -a 4? This will force to only use IPv4. Let me know if with this option the system also crashes or not |
With the option |
We are using the newest version of oor. On one machine it is working, but on another one it always crashes. The only difference we found so far is that the IP addresses are different.
I have the config and log files attached.
oor.zip
The text was updated successfully, but these errors were encountered: