Shallot
Shallot copied to clipboard
First run causes a seg fault
xxx:~/Sources/Shallot [master] $ ./configure && make Liunx detected. Have you considered switching to BSD? Configuration successful. This does not mean it will build. If you are missing gcc, or required libraries/headers, you will need to install them first. cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/math.o -c src/math.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/error.o -c src/error.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/linux.o -c src/linux.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/print.o -c src/print.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/thread.o -c src/thread.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -Wall -o src/shallot.o -c src/shallot.c cc -O3 -I/usr/include -I/usr/local/include -L/usr/lib -L/usr/local/lib -pthread src/math.o src/error.o src/linux.o src/print.o src/thread.o src/shallot.o -o shallot -lm -lpthread -lssl -lcrypto
xxx:~/Sources/Shallot [master] $ ./shallot ^poops Segmentation fault
xxx:~/Sources/Shallot [master] $ ./shallot poops Found matching domain after 241557 tries: yopoopsc3apoaf7b.onion
??
i confirm this issue. note that it works when you run Shallot in strace - you could see the correct output. i use centos 6 x86_64