Re: [Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts

2016-06-15 Thread akurilo
In addition the app is running as a service (/etc/init.d/), so i'm not connected to terminal and i don't see the app's output, the only thing i can do is watch the process using ps axg (or htop) or checkout the logs i write inside the program. -- View this message in context:

Re: [Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts

2016-06-15 Thread akurilo
Could you please tell me how can i check it out? It doesn't go to any of the evenhandlers i set up in my app, so i'm not sure how can i check it. -- View this message in context:

Re: [Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts

2016-06-14 Thread Chris Swiedler
@lists.ximian.com Subject: [Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts Hi, i've developed an application for raspberry pi (wheezy) using C# .Net it has a lot of code and about 5 active threads all the time, i've set up event handlers for ExitProcess, UnhandeledException

[Mono-list] Mono C# Console Application dies unexpectedly every ~20 minuts

2016-06-14 Thread akurilo
Hi, i've developed an application for raspberry pi (wheezy) using C# .Net it has a lot of code and about 5 active threads all the time, i've set up event handlers for ExitProcess, UnhandeledException, whatever events, but every 20 minutes my app dies with no warning or any message. I've spent