GNOME Bugzilla – Bug 690787
Crash on computing member relations
Last modified: 2013-01-20 17:43:37 UTC
Created attachment 232300 [details] Testcase The minimized testcase: ----- [a.h] ----- class c { virtual f(){} }; class c1 { f(){} }; class c2 : c1 { f(){} } ----- [b.h] ----- class c2 { f(){} }; class c1 : c2 { f(){} } ----- This crashes in Doxygen 1.8.3 on Windows 7 SP1 (64 bit). 1.8.2 was affected too, so it's not a recent regression.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3.1. 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.
It crashes no more in 1.8.3.1, thanks for the fix!