GNOME Bugzilla – Bug 734704
Sigsegv while generating XML output
Last modified: 2014-08-25 08:31:22 UTC
Created attachment 283252 [details] This file triggers SIGSEGV Input file: See attachment GDB session: Looks like NULL dereference. Generating XML output for page hello Program received signal SIGSEGV, Segmentation fault. 0x00000000005d7d9b in writeXMLCodeString (t=..., s=0x1 <error: Cannot access memory at address 0x1>, col=@0x267a3f8: 0) at xmlgen.cpp:128 128 while ((c=*s++)) (gdb) backtrace
+ Trace 233948
Confirmed. Should be fixed in GitHub via the commit: https://github.com/doxygen/doxygen/commit/14f88af12bae98859eafe605ddb5f54029e44076
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).
(In reply to comment #2) > This bug was previously marked ASSIGNED, which means it should be fixed in > doxygen version 1.8.8. Please verify if this is indeed the case. Reopen the > bug if you think it is not fixed and please include any additional information > that you think can be relevant (preferrably in the form of a self-contained > example). Pre-build Doxygen 1.8.8 works as expected on Microsoft Windows [Version 6.1.7601] 64-bit