[haiku-development] Re: Disable the crash dialog?

  • From: Dewey <james.dewey.taylor@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 21 May 2017 01:31:24 -0500

As far as options, I don't know of one... Before we had the current debugger we 
had one that was very similar to KDL in appearance anyway, so you're better off 
as-is...

If you're really that desperate, maybe try writing a program that has a signal 
handler ( 
http://stackoverflow.com/questions/2663456/how-to-write-a-signal-handler-to-catch-sigsegv)
 and executes mediaplayer via system()... Make sure the signal you handle is 
the proper one, and DO NOT BLAME ME if your system screws up! No guarantees 
that would even work to be honest...

Sent from my Verizon Wireless 4G LTE DROID

Giovanni Mugnai <musical777@xxxxxxxxx> wrote:

I was wondering (and if i recall correctly, this option was
implemented time ago?): would be possible to disable the crash dialog
(the one which offers the various options when an application crash:
"terminate" "debug" "save report") for a specific application?

I ask this because here I have an old version of mplayer which works
fine, but every time, after that a media file has been played, this
version of mplayer will always crash (and I cannot build a new version
of mplayer due this issue:
https://github.com/haikuports/haikuports/issues/1263) so I'd like to
disable this "redundant" crash dialog just for mplayer.

Kind regards.
-- 
Giovanni.

Other related posts: