Re: Coredump on quickly disconnecting clients

2001-03-26 Thread Sasha Pachev
On Sunday 25 March 2001 18:57, Voytek Lapinski wrote: > On Sunday 25 March 2001 16:27, you wrote: > > Found the problem with your signal 11 with strange traces from inside > > LinuxThreads. This was a hard concurrency bug - the problem was that a > > memory reference passed to pthread_create was g

Re: Coredump on quickly disconnecting clients

2001-03-25 Thread Voytek Lapinski
On Sunday 25 March 2001 16:27, you wrote: > Found the problem with your signal 11 with strange traces from inside > LinuxThreads. This was a hard concurrency bug - the problem was that a > memory reference passed to pthread_create was getting invalidated by the > thread that pthread_create was lau