Open GoogleCodeExporter opened 9 years ago
Oh yes, I'm using latest RC_15_0 code.
Original comment by mocksoul
on 2 May 2011 at 10:34
That stack looks quite corrupt. Are you sure the symbols matches your binary?
Which thread is it that crashes? What are the other threads doing at the time?
Original comment by arvid.no...@gmail.com
on 3 May 2011 at 7:46
I can reproduce this running under gdb while building with -ggdb, -DDEBUG and
_without_ --enable-debug in libtorrent. I tried --enable-debug, but too many
asserts occur. I dont know is that normal or not - we can analyze them as well
if needed :).
And since I'm still not very strong in C/C++ dev -- you can ask me to do
everything you need under gdb :).
Original comment by mocksoul
on 3 May 2011 at 11:22
does it happen with optimization turned off as well (i.e. -O0)? It looks like
the stack is completely corrupt, but there is a chance that it just looks odd
because it's an optimized build and gdb can't figure it out. Either that or the
debug symbols don't match the executable.
Original comment by arvid.no...@gmail.com
on 23 May 2011 at 9:10
Original issue reported on code.google.com by
mocksoul
on 2 May 2011 at 10:33