On Mon, Jul 18, 2011 at 8:56 AM, Muthukumar S <[email protected]> wrote:
> Hi All, > We have created a "hello world c# application" through mono and > we try to launch it in > arm (embedded ) environment using launcher application(which is written in > c). > When we launch the application through launcher at first time,we are > getting the following output. > > * Hello Mono World* > *send signal from USER, SIG : 30, Launcher(1224)->Launcher(1225) > sys_tgkill* > * > * > *send signal from USER, SIG : 24, Launcher(1224)->Launcher(1225) > sys_tgkill* > * > * > Here launcher is running in one thread ,and the output is generated as > above. > when we try to launch it at second time my system get crashed by showing > the above output. > > My launcher is working fine in launching native application. I believe > there is some issue in > mono signal handing mechanism. > > Mono needs a bunch of signals to function properly. This includes trap signals (BUS, SEGV, FPE, etc) and for internal workings (USR1, XCPU, PWR, 33 and 35).
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
