[Doxygen-develop] Solaris Segfault
Brought to you by:
dimitri
From: Tim M. <tim...@bi...> - 2003-05-02 23:50:14
|
Hi All, I'm having an odd problem here. I built on Solaris 8 after fixing 1.3 so that ™ would work, and when I run doxygen I get: Generating code for file vvxtrAPI.h... Segmentation Fault (core dumped) This is the first file it is trying to generate code for. The changes I made are trivial, since there was already handling for &tm;, which I changed to the HTML form of ™. The original binary I downloaded from the site runs on this source code no problem, but the previous build I had made (1.2.16) had just started seg-faulting on a different source tree. :( My first response was to try to debug it, and the problem went away--when I compile with -g the seg-fault doesn't happen. I've tried various levels of optimization, but only -g makes it work. If anyone has seen this before, please let me know; for now, I'm just generating documentation with the debug build. :( If I have a chance and I don't hear anything from the list, I'll try digging around a bit more. Probably an initialization problem, but who knows. Tim |