After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 549674 - comment block im conditional statment (PHP)
comment block im conditional statment (PHP)
Status: RESOLVED INCOMPLETE
Product: doxygen
Classification: Other
Component: general
1.5.6
Other FreeBSD
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2008-08-28 08:06 UTC by Philippe
Modified: 2009-05-30 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe 2008-08-28 08:06:43 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.
Comment 1 Dimitri van Heesch 2008-12-24 10:46:01 UTC
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?
Comment 2 Tobias Mueller 2009-05-30 15:04:40 UTC
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!