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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
