[Mono-list] Help in Launching c# application through mono in embedded(arm) environment

Rodrigo Kumpera kumpera at gmail.com
Mon Jul 18 10:41:45 EDT 2011


On Mon, Jul 18, 2011 at 8:56 AM, Muthukumar S <muthu.smk at gmail.com> 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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20110718/b6d015c9/attachment-0001.html 


More information about the Mono-list mailing list