[Mono-list] Mono bug?

Miguel de Icaza miguel at ximian.com
Sun Sep 4 10:55:00 EDT 2005


Hello,m

> > Program received signal SIGPWR, Power fail/restart.
> 
> What happened here? SIGPWR normally gets thrown if there is a power
> problem.

SIGPWR is used internally by Mono, to debug Mono apps you must put this
in your .gdbinit file:

handle SIGPWR ignore noprint pass
handle SIGXCPU ignore noprint pass




More information about the Mono-list mailing list