
15 Jun
2005
15 Jun
'05
3:11 p.m.
Quoting Michal Trojnara <Michal.Trojnara@mirt.net>:
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: 1. Configure stunnel with "./configure" (with usual options). 2. Edit src/Makefile, search for "-lpthread" and remove it. 3. Build stunnel with "make".
It looks like ucontext can't be safely used together with /lib/libpthread.so.0 library.
I'll release fixed stunnel 4.11 in a week or so.
ok this works, I have to ask what does not linking with pthread imply exactly though! Thank you, brian