Closed GoogleCodeExporter closed 9 years ago
This is not a segfault as far as I can see. This line in your output says it
all:
FATAL: Server: Failed to set TOS for UDP Socket
Your kernel (or libc?) doesn't handle setting the Type of Service flag on the
socket. I plan to make this fail silently in next release since there seem to
be a couple of systems that don't handle this.
Original comment by fatbob.s...@gmail.com
on 29 Oct 2010 at 8:39
Original comment by fatbob.s...@gmail.com
on 30 Oct 2010 at 7:58
Well, without valgrind running, umurmur segfaults for me. I thought that's
what the two conditional jump depends on uninitialized value errors might be.
Happily, I was able to work around the issue by using PolarSSL.
Original comment by bonkabonka
on 31 Oct 2010 at 3:50
OpenSSL does a lot of uninitialized reads when run in Valgrind. The developers
says it's intentional for randomness purposes if I understand correctly. You
can google it.
The reason for your segfault could be OpenSSL version(?) I will close this
issue for now since your problem is solved.
Original comment by fatbob.s...@gmail.com
on 2 Nov 2010 at 9:10
Original issue reported on code.google.com by
bonkabonka
on 19 Oct 2010 at 5:48