albert-github

Results 1742 comments of albert-github

@doxygen Test 19 crashes, so does the overnight build of CGAL. Quick generation of stack trace gave: ``` Thread 1 "doxygen" received signal SIGSEGV, Segmentation fault. 0x00000001006ded1e in validatingParseDoc (parserIntf=...,...

@doxygen Looks like the following is fixing the crash issue: ``` diff --git a/src/docparser.cpp b/src/docparser.cpp index 7c9074920c..f435ddbbd4 100644 --- a/src/docparser.cpp +++ b/src/docparser.cpp @@ -1963,10 +1963,9 @@ IDocNodeASTPtr validatingParseDoc(IDocParser &parserIntf, }...

Crash has been fixed by properly initializing variable.

- Can you please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Please don't add external links as...

> Please specify also where you placed the /sloppy > --> the preamble of the latex configuration after \begin{document} This was also done for the proposed patch #661, but this...

As no example has been provided the issue is incomplete, but I've just pushed a proposed patch, pull request #11866 that might also solve this issue

Code of #11866 has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).

With doxygen 1.9.3 I see the warnings as indicated. With the current doxygen version (1.15.0) the warnings are gone. I think the problem has been solved in the mean time.

Strange in the code I see that doxygen prefers the 32-bit version over the 64-bit version, but that would also be valid for the "normal PATH" usage. - Where is...