-
Notifications
You must be signed in to change notification settings - Fork 441
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 when adding URL #172
Comments
Looks like this problem is due to hard-coded |
Appears to be fixed by 64cf641 |
Core dump running in a linux container with Debian 10 using -O3, -O2 or -O1. |
When I change the following to -O0, indexing works. Onlyjob: -O3 is very unstable and causes segfaults all over (e.g. #172).CC_OPT_ARG ?= -O2 |
So changing all instances of CC_OPT_ARG ?= -O2 to CC_OPT_ARG ?= -O0 should stop the core dump/segfault in Debian 10? Still happening to me. |
In http://localhost:8000/addurl?c=main adding https://searchengine.party/ and clicking "Go" result in immediate crash:
The text was updated successfully, but these errors were encountered: