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 321581 - --disable-crash-dialog does not work as expected
--disable-crash-dialog does not work as expected
Status: RESOLVED DUPLICATE of bug 133071
Product: libgnomeui
Classification: Deprecated
Component: general
CVS HEAD
Other All
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-16 08:31 UTC by Archana Shah
Modified: 2006-03-25 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Archana Shah 2005-11-16 08:31:41 UTC
Please describe the problem:
The option --disable-crash-dialog, which is used to disable crash dialog and get
a core file in case of an application crash, is not working. 



Steps to reproduce:
Steps to simulate:
------------------
a) Launch the application with --disable-crash-dialog. For example,
   $ gedit --disable-crash-dialog
b) Send  signal SIGSEGV to the gedit process. 
   $ kill -11 `pgrep gedit`

BUG: Gedit crashes and the crash dialog still appears. It should not give a
crash dialog. 

Setting the environment variable GNOME_DISBALE_CRASH_DIALOG to 1 works though.



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Archana Shah 2005-11-16 08:32:15 UTC
Will attach a patch soon.
Comment 2 Christian Persch 2006-03-25 21:47:17 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 133071 ***