-
Notifications
You must be signed in to change notification settings - Fork 443
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
segfault on start (in getLocalIps () at Hostdb.cpp:2844) #168
Comments
I've been trying to get around this problem and I've managed to start Gigablast with the following patch (not a fix!):
Unfortunately I'm not qualified to fix the problem properly but I hope that the patch might get us just a little bit closer to understanding... |
The fork may have fixed this problem: https://github.com/Acidburn0zzz/open-source-search-engine/blob/master/Hostdb.cpp#L1783 |
This appears to be related to #86 Even after ifaddr.h is placed above gb-include.h, the swapInts function causes segfault with *xx and needs further debuging. Will issue a pull request |
Gigablast segfaults on start:
https://github.com/gigablast/open-source-search-engine/blob/master/Hostdb.cpp#L2844
The text was updated successfully, but these errors were encountered: