Created
September 5, 2012 17:44
-
-
Save pjcollins/3641022 to your computer and use it in GitHub Desktop.
CoreImage Crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-09-05 13:41:41.835 coreimage[10933:1607] /Users/petercollins/Library/Application Support/iPhone Simulator/5.1/Applications/3F1D37AD-4D70-4862-9FCE-40E988D006EA/coreimage.app | |
Unhandled Exception: | |
0 coreimage 0x0008e00e mono_handle_exception_internal_first_pass + 2190 | |
1 coreimage 0x0008fa52 mono_handle_exception_internal + 1602 | |
2 coreimage 0x0009059f mono_handle_exception + 47 | |
3 coreimage 0x000d3502 mono_x86_throw_exception + 306 | |
4 ??? 0x09a4af8f 0x0 + 161787791 | |
5 CoreFoundation 0x011dc0fc __handleUncaughtException + 76 | |
6 libobjc.A.dylib 0x036eef0f _objc_terminate + 86 | |
7 libc++abi.dylib 0x044238de _ZL19safe_handler_callerPFvvE + 13 | |
8 libc++abi.dylib 0x04423946 __cxa_bad_typeid + 0 | |
9 libc++abi.dylib 0x04424ab2 _ZL23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception + 0 | |
10 libobjc.A.dylib 0x036eede1 _objc_exception_destructor + 0 | |
11 CoreFoundation 0x01184a48 +[NSException raise:format:arguments:] + 136 | |
12 CoreFoundation 0x011849b9 +[NSException raise:format:] + 57 | |
13 CoreImage 0x035f6a8d -[CIColorCube outputImage] + 213 | |
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (intptr,intptr) <IL 0x0000a, 0x00030> | |
at MonoTouch.CoreImage.CIFilter.get_OutputImage () [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/CoreImage/CIFilter.g.cs:214 | |
at coreimage.AppDelegate.ColorCube () [0x0003c] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:619 | |
at coreimage.AppDelegate.Demo (coreimage.AppDelegate/ImageFilter) [0x00023] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:157 | |
at coreimage.AppDelegate.<FinishedLaunching>m__9 (MonoTouch.Dialog.RootElement) [0x00000] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:56 | |
at MonoTouch.Dialog.RootElement.MakeViewController () [0x0000b] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2800 | |
at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController,MonoTouch.UIKit.UITableView,MonoTouch.Foundation.NSIndexPath) [0x00008] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2810 | |
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath) [0x00029] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:518 | |
at MonoTouch.Dialog.DialogViewController/Source.RowSelected (MonoTouch.UIKit.UITableView,MonoTouch.Foundation.NSIndexPath) [0x00019] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:364 | |
at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object_object (object,intptr,intptr,intptr) <IL 0x00053, 0x00087> | |
24 coreimage 0x00009ab2 mono_jit_runtime_invoke + 722 | |
25 coreimage 0x0016b34e mono_runtime_invoke + 126 | |
26 coreimage 0x0020e608 monotouch_trampoline + 3688 | |
27 UIKit 0x022f05c5 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1164 | |
28 UIKit 0x022f07fa -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 201 | |
29 Foundation 0x0175785d __NSFireDelayedPerform + 389 | |
30 CoreFoundation 0x011b0936 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 | |
31 CoreFoundation 0x011b03d7 __CFRunLoopDoTimer + 551 | |
32 CoreFoundation 0x01113790 __CFRunLoopRun + 1888 | |
33 CoreFoundation 0x01112d84 CFRunLoopRunSpecific + 212 | |
34 CoreFoundation 0x01112c9b CFRunLoopRunInMode + 123 | |
35 GraphicsServices 0x048307d8 GSEventRunModal + 190 | |
36 GraphicsServices 0x0483088a GSEventRun + 103 | |
37 UIKit 0x0225f626 UIApplicationMain + 1163 | |
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x00056, 0x000a4> | |
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38 | |
at coreimage.Application.Main (string[]) [0x0000a] in /Users/petercollins/git/monotouch-samples/CoreImage/Main.cs:18 | |
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00049, 0x00077> | |
42 coreimage 0x00009ab2 mono_jit_runtime_invoke + 722 | |
43 coreimage 0x0016b34e mono_runtime_invoke + 126 | |
44 coreimage 0x0016f4d4 mono_runtime_exec_main + 420 | |
45 coreimage 0x001748c5 mono_runtime_run_main + 725 | |
46 coreimage 0x00066cb5 mono_jit_exec + 149 | |
47 coreimage 0x00203911 main + 2209 | |
48 coreimage 0x00002ab5 start + 53 | |
[ERROR] FATAL UNHANDLED EXCEPTION: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: CIColorCubeInputData Reason: CIColorCube data is not of the expected length | |
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:IntPtr_objc_msgSend (intptr,intptr) | |
at MonoTouch.CoreImage.CIFilter.get_OutputImage () [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/CoreImage/CIFilter.g.cs:214 | |
at coreimage.AppDelegate.ColorCube () [0x0003c] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:619 | |
at coreimage.AppDelegate.Demo (coreimage.ImageFilter makeDemo) [0x00023] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:157 | |
at coreimage.AppDelegate.<FinishedLaunching>m__9 (MonoTouch.Dialog.RootElement x) [0x00000] in /Users/petercollins/git/monotouch-samples/CoreImage/AppDelegate.cs:56 | |
at MonoTouch.Dialog.RootElement.MakeViewController () [0x0000b] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2800 | |
at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x00008] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2810 | |
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00029] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:518 | |
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00019] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:364 | |
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr) | |
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38 | |
at coreimage.Application.Main (System.String[] args) [0x0000a] in /Users/petercollins/git/monotouch-samples/CoreImage/Main.cs:18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment