GNOME Bugzilla – Bug 549674
comment block im conditional statment (PHP)
Last modified: 2009-05-30 15:04:40 UTC
Doxygen dumps the core with this: if($foo){ try{ /** * Here is the Comment! */ }catch(Exception $e){ //Something } }else{ //Something } After running doxygen it gives the error: "Segmentation Error: 11 (core dumped)" After deleting "if/else" there wasn't any problem. Just as long as the if/else block is present it won't work. As soon as we delete the Comment it will work with the if/else, but in our case the Comment is one of the most important part of the file.
I haven't been able to reproduce the crash (not with 1.5.6 and not with the latest version). If you still see this problem, could you please attach a self contained example (source and config file in a tar or zip) for which you verified the crash occurs?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!