1.5.0 crash
Jason Ferrara <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
I just upgraded from 1.4.7 to 1.5.0, and 1.5.0 is crashing on a set
of sources (python) for which 1.4.7 worked.
It's failing at line 758 of pycode.l (the full call stack is below).
if (g_currentDefinition)
{
DefinitionIntf *di = Doxygen::symbolMap->find(symName);
--> if (di->definitionType()==DefinitionIntf::TypeSymbolList) //
multiple symbols