Hi
On 2012.09.13 18:28, Igor Russkih wrote:
Hrr, no ideas/suggestions?
Trying to Catch unhandled exceptions?

In launcher Activity:
System.AppDomain.CurrentDomain.UnhandledException += ...

and
Android.Runtime.AndroidEnvironment.UnhandledExceptionRaiser +=
new
EventHandler<RaiseThrowableEventArgs>(AndroidEnvironment_UnhandledExceptionRaiser);

some details:
http://mono-for-android.1047100.n5.nabble.com/Catch-all-the-exceptions-td5165993.html


Signal 11 is a segmentation fault - various reasons corrupted memory or similar.
Cause could be Your code or some code that You are using.
I heard that stacktrace might not reach logcat if this is static executable or program redirects
SIGSEGV

cheers

mel




  Igor


On Sun, Sep 9, 2012 at 11:16 PM, Igor Russkih <iruss...@gmail.com <mailto:iruss...@gmail.com>> wrote:

    Hello.

    Our user reported a silent permanent app crash on LG gt 540
    (android 2.1)

    logcat shows no exceptions at all. Immediately after activity
    showup, at some moment (current undestanding - as soon as user
    taps on the main acitvity screen elements) the process just dies
    silently:

    I/APPLICATION ( 2776): HostView Dispose 09-07 15:33:26.728
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:27.898
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:29.548
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:29.638
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:30.113
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:30.238
    D/WindowManager( 1278): interceptKeyTq 
event=android.view.RawInputEvent@2f8cf368 keycode=0 screenIsOn=true 
keyguardActive=false 09-07 15:33:31.108
    *I/ActivityManager( 1278): Process APPLICATION.android (pid 2776) has died. 
09-07 15:33:31.108
    *W/ActivityManager( 1278): Scheduling restart of crashed service 
APPLICATION.android/APPLICATION.APPLICATIONService in 20000ms 09-07 15:33:31.118
    W/GpsLocationProvider( 1278): Unneeded remove listener for uid 1000 09-07 
15:33:31.118
    D/GpsLocationProvider( 1278): GPS status listener died 09-07 15:33:31.158
    *D/Zygote ( 1136): Process 2776 terminated by signal (11) 09-07 
15:33:31.632*

    There probably could be issue in the app (but on many other
    platforms and android versions it works fine).

    Just courious - are there any conditions where mono can silently
    die? Because all time in my environment I see at least "unhandled
    exception" stacktrace. But here is nothing!

    Is there any mono extra debug/logging which could be enabled to
    understand the problem?

      Igor




_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


--
Miljenko Cvjetko dipl.ing. ET
        Direktor/CEO
        Projektant rjes(enja/Solution Architect 
        Razvojni programer/Senior developer
        Voditelj projekta/Project Manager

IX juz(na obala 13
Kajzerica Zagreb
T: 385 1 7775555
M: 385 91 557 447 3
F: 385 1 7779556
e: mcvje...@holisticware.net
w: http://www.holisticware.net

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to