On 2005-06-15, at 16:13, brianmas@highstream.net wrote:
0x40026f0c in __pthread_internal_tsd_get () from /lib/libpthread.so.0
Yes! I think I found a way to solve Linux coredumps (including my UML problem).
Here is the how to build 4.10:
- Configure stunnel with "./configure" (with usual options).
- Edit src/Makefile, search for "-lpthread" and remove it.
- Build stunnel with "make".
It looks like ucontext can't be safely used together with /lib/libpthread.so.0 library.
Think this might be the fix for FreeBSD too?
Thanks, Tuc