[MonoTouch] (no subject)

Rolf Bjarne Kvinge rolf at xamarin.com
Wed Mar 21 23:03:27 UTC 2012


Hi Andreas,

Just saw this mail; ignore my previous one from a couple of minutes ago.

This frame is the most important one:

4 UIKit 0x0236543f -[UIAnimator(Static) _advance:withTimestamp:] + 344

it tells you that UIAnimator is trying to call an object which has been
deleted. Unfortunately UIAnimator is not a documented class, but google
helps a bit and gives a few hints:

http://marius.me.uk/blog/2011/mar/fixing-uianimator-removeanimationsfortarget-crash/
http://stackoverflow.com/questions/5100429/uianimator-message-sent-to-deallocated-instance/9505293#9505293

I don't know if any of these links provide the correct answer, but it looks
like they can at least put you on the right track.

I hope this helps,
Rolf

On Mon, Mar 19, 2012 at 3:18 PM, Andreas Ploetzeneder <
info at ploetzeneder-it.com> wrote:

> e (System.String Taste) [0x00007] in
> /Users/c.steiner/test/Archiv/pharaoapp/BedienteilConnector.cs:540
> async3
> objc[41987]: Object 0x99fbe60 of class __NSArrayReverseEnumerator
> autoreleased with no pool in place - just leaking - break on
> objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x9c00df0 of class __NSArrayI autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x9c00df0 of class __NSArrayI autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0xa207800 of class UITableView autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x10c122f0 of class __NSArrayReverseEnumerator
> autoreleased with no pool in place - just leaking - break on
> objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x9c00df0 of class __NSArrayI autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x9c00df0 of class __NSArrayI autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0xa207800 of class UITableView autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> objc[41987]: Object 0x102a8590 of class CADisplayLink autoreleased with no
> pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
> Stacktrace:
>
>   at (wrapper managed-to-native)
> MonoTouch.UIKit.UIApplication.UIApplicationMain
> (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
>   at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00042]
> in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
>   at pharaoapp.Application.Main (string[]) [0x00000] in
> /Users/c.steiner/test/Archiv/pharaoapp/Main.cs:18
>   at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object
> (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
>
> Native stacktrace:
>
> 0   pharaoapp                           0x000e1008
> mono_handle_native_sigsegv + 408
> 1   pharaoapp                           0x00011c7f
> mono_sigsegv_signal_handler + 351
>  2   libSystem.B.dylib                   0x92a8a05b _sigtramp + 43
> 3   ???                                 0xffffffff 0x0 + 4294967295
>  4   UIKit                               0x0236543f -[UIAnimator(Static)
> _advance:withTimestamp:] + 344
> 5   UIKit                               0x023650a3 -[UIAnimator(Static)
> _LCDHeartbeatCallback:] + 67
>  6   QuartzCore                          0x042a12db
> _ZN2CA7Display11DisplayLink8dispatchEyy + 105
> 7   QuartzCore                          0x042a11af
> _ZN2CA7Display16TimerDisplayLink8callbackEP16__CFRunLoopTimerPv + 161
>  8   CoreFoundation                      0x012ab966
> __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
> 9   CoreFoundation                      0x012ab407 __CFRunLoopDoTimer + 551
>  10  CoreFoundation                      0x0120e7c0 __CFRunLoopRun + 1888
> 11  CoreFoundation                      0x0120ddb4 CFRunLoopRunSpecific +
> 212
>  12  CoreFoundation                      0x0120dccb CFRunLoopRunInMode +
> 123
> 13  GraphicsServices                    0x0489f879 GSEventRunModal + 207
>  14  GraphicsServices                    0x0489f93e GSEventRun + 114
> 15  UIKit                               0x022a6a9b UIApplicationMain + 1175
>  16  ???                                 0x0cc80fe4 0x0 + 214437860
> 17  ???                                 0x0cc802c0 0x0 + 214434496
>  18  ???                                 0x0cc800c0 0x0 + 214433984
> 19  ???                                 0x0cc801f7 0x0 + 214434295
>  20  pharaoapp                           0x000119cf
> mono_jit_runtime_invoke + 1407
> 21  pharaoapp                           0x0022014a mono_runtime_invoke +
> 170
>  22  pharaoapp                           0x00222e81
> mono_runtime_exec_main + 705
> 23  pharaoapp                           0x00222091 mono_runtime_run_main +
> 929
>  24  pharaoapp                           0x000ad5bf mono_jit_exec + 239
> 25  pharaoapp                           0x002f41aa main + 5194
>  26  pharaoapp                           0x00003035 start + 53
>
> =================================================================
> Got a SIGSEGV while executing native code. This usually indicates
> a fatal error in the mono runtime or one of the native libraries
> used by your application.
> =================================================================
>
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120322/9720e523/attachment-0001.html>


More information about the MonoTouch mailing list