RE: 1.5.25: pthread/ofstream problem

2009-02-26 Thread Filipek, Stefan R.
Dave Korn wrote: > you should definitely see if it reproduces under 1.7 I tried the latest 1.7 and it hangs instead of segfaulting (less than 500k iterations). This seems like a pretty major problem for any intensive multithreaded application. Though infrequent, it has produced a rather large r

Re: 1.5.25: pthread/ofstream problem

2009-02-25 Thread Filipek, Stefan R.
> Which version is this? Is it the full version with antispyware and all sorts of extra tricks built in? What anti-virus do you have? It's using Symantec Endpoint Protection 11.0.2000.1567 - all the bells and whistles. I blamed AVS at first, but the problem also persists on machines that do

1.5.25: pthread/ofstream problem

2009-02-25 Thread Filipek, Stefan R.
Hello, I've been trying to track down a segmentation fault that a rather large application I'm working on has been experiencing. I have seemed to narrow it down to two threads that are opening, appending, and closing files quite often. I've created a very simple example program that suffers fro