Re: [Doxygen-users] doxygen thread related segfault

2013-01-24 Thread Amos Anderson
Hi Dimitri -- No, sorry, it is still segfaulting. Let me know if there's anything else I can try for you. Also, it segfaults if I set DOT_NUM_THREADS to 2 or 4. If I use 2 threads, then the number of dot graphs it completes fluctuates. Amos. On Jan 24, 2013, at 1:32 PM, Dimitri van Heesch

Re: [Doxygen-users] doxygen thread related segfault

2013-01-24 Thread Dimitri van Heesch
Hi Amos, Interesting trace. Can you check if the following patch fixes this race condition for you? - --- dot.cpp.org 2013-01-20 13:54:23.0 +0100 +++ dot.cpp 2013-01-24 22:28:37.0 +0100 @@ -1142,7 +11