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

[Doxygen-users] doxygen thread related segfault

2013-01-24 Thread Amos Anderson
Hello -- Doxygen 1.8.3.1 is segfaulting on me. The exact same version works on my other Linux machine and on OSX, and previous versions of doxygen work on this particular machine too. The segfault goes away if I make this config file change: -DOT_NUM_THREADS= 0 +DOT_NUM_THREADS