Re: [fpc-pascal] Problem with threads and cwstrings

2008-06-18 Thread Jonas Maebe
On 18 Jun 2008, at 07:50, Alexander Bauer wrote: i have a problem when i use cwstrings together with threads on linux. I made a simple program which create threads in an endless loop. Every thread only does a sleep(1) and then finish. Without 'cwstrings' everything works fine. But when i incl

[fpc-pascal] Problem with threads and cwstrings

2008-06-17 Thread Alexander Bauer
Hi, i have a problem when i use cwstrings together with threads on linux. I made a simple program which create threads in an endless loop. Every thread only does a sleep(1) and then finish. Without 'cwstrings' everything works fine. But when i include 'cwstrings' the program eats more and more