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 getting

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

Coredump on quickly disconnecting clients

2001-03-24 Thread Sasha Pachev
Voytek: 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 launching before pthread_create would