Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created March 4, 2015 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/3f6c8e2f717549816081 to your computer and use it in GitHub Desktop.
Save rolfbjarne/3f6c8e2f717549816081 to your computer and use it in GitHub Desktop.
frame #0: 0x02051af8 UIKit`-[UITableView beginUpdates]
frame #1: 0x18ad4ccc (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend (intptr,intptr) + 0x74 (0x18ad4c58 0x18ad4d2f) [0x14238e00 - MonoTouch]
frame #2: 0x1938b7f8 MonoTouch.UIKit.UITableView:BeginUpdates () + 0x78 (0x1938b780 0x1938b858) [0x14238e00 - MonoTouch]
frame #3: 0x1938b703 ReactiveUI.UITableViewAdapter:PerformBatchUpdates (System.Action,System.Action) + 0x2b (0x1938b6d8 0x1938b77e) [0x14238e00 - MonoTouch]
frame #4: 0x193874db ReactiveUI.CommonReactiveSource`4:performSectionUpdates (System.Collections.Generic.IList`1<System.Tuple`3<int, System.Collections.Specialized.NotifyCollectionChangedEventArgs, System.Collections.Generic.IEnumerable`1<int>>>) + 0xb53 (0x19386988 0x1938750a) [0x14238e00 - MonoTouch]
frame #5: 0x19386938 ReactiveUI.CommonReactiveSource`4/<resetupAll>c__AnonStorey0:<>m__2 (System.Collections.Generic.IList`1<System.Tuple`3<int, System.Collections.Specialized.NotifyCollectionChangedEventArgs, System.Collections.Generic.IEnumerable`1<int>>>) + 0x30 (0x19386908 0x19386948) [0x14238e00 - MonoTouch]
frame #6: 0x18ac88f0 System.Reactive.AnonymousSafeObserver`1:OnNext (T) + 0x60 (0x18ac8890 0x18ac897f) [0x14238e00 - MonoTouch]
frame #7: 0x18ac87e4 System.Reactive.Linq.ObservableImpl.Where`1/_:OnNext (TSource) + 0x144 (0x18ac86a0 0x18ac8808) [0x14238e00 - MonoTouch]
frame #8: 0x193867a0 System.Reactive.Linq.ObservableImpl.Buffer`1/BufferTimeShift:Tick () + 0x90 (0x19386710 0x19386875) [0x14238e00 - MonoTouch]
frame #9: 0x193866e6 System.Reactive.Concurrency.Scheduler:<SchedulePeriodic>b__3 (System.Action) + 0x26 (0x193866c0 0x19386710) [0x14238e00 - MonoTouch]
frame #10: 0x1938603d System.Reactive.Concurrency.Scheduler/SchedulePeriodicRecursive`1:Tick (int,System.Action`2<int, System.TimeSpan>) + 0x115 (0x19385f28 0x193861ee) [0x14238e00 - MonoTouch]
frame #11: 0x19385f02 System.Reactive.Concurrency.Scheduler/<>c__DisplayClass5f`1<int>:<InvokeRec2>b__5c (int) + 0x8a (0x19385e78 0x19385f28) [0x14238e00 - MonoTouch]
frame #12: 0x19385c53 System.Reactive.Concurrency.Scheduler:InvokeRec2<int> (System.Reactive.Concurrency.IScheduler,System.Reactive.Concurrency.Scheduler/Pair`2<int, System.Action`2<int, System.Action`2<int, System.TimeSpan>>>) + 0x17b (0x19385ad8 0x19385c96) [0x14238e00 - MonoTouch]
frame #13: 0x19385e17 (wrapper delegate-invoke) System.Func`3<System.Reactive.Concurrency.IScheduler, System.Reactive.Concurrency.Scheduler/Pair`2<int, System.Action`2<int, System.Action`2<int, System.TimeSpan>>>, System.IDisposable>:invoke_TResult_T1_T2 (System.Reactive.Concurrency.IScheduler,System.Reactive.Concurrency.Scheduler/Pair`2<int, System.Action`2<int, System.Action`2<int, System.TimeSpan>>>) + 0x16f (0x19385ca8 0x19385e36) [0x14238e00 - MonoTouch]
frame #14: 0x19385aae ReactiveUI.NSRunloopScheduler/<Schedule>c__AnonStorey1`1<System.Reactive.Concurrency.Scheduler/Pair`2<int, System.Action`2<int, System.Action`2<int, System.TimeSpan>>>>:<>m__0 () + 0x76 (0x19385a38 0x19385acb) [0x14238e00 - MonoTouch]
frame #15: 0x19385a21 MonoTouch.Foundation.NSTimerActionDispatcher:Fire (MonoTouch.Foundation.NSTimer) + 0x29 (0x193859f8 0x19385a34) [0x14238e00 - MonoTouch]
frame #16: 0x15488091 (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr) + 0x129 (0x15487f68 0x154880b1) [0x14238e00 - MonoTouch]
frame #17: 0x0014bf05 RxUIReactiveTableViewSourceRepro`mono_jit_runtime_invoke(method=<unavailable>, obj=<unavailable>, params=<unavailable>, exc=<unavailable>) + 725 at mini.c:6638
frame #18: 0x001ed6cf RxUIReactiveTableViewSourceRepro`mono_runtime_invoke(method=0x7cbb3f08, obj=0x18b6c5d0, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2862
frame #19: 0x0029e8d7 RxUIReactiveTableViewSourceRepro`xamarin_trampoline(this=0x812659f0, sel=0x7fa48650) + 5383 at monotouch-trampoline-invoke.inc:1
frame #20: 0x01b33119 Foundation`__NSFireTimer + 97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment