Advertisement
Guest User

Untitled

a guest
Mar 30th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:54:11 UTC 2011)
  2. Copyright 2004 Free Software Foundation, Inc.
  3. GDB is free software, covered by the GNU General Public License, and you are
  4. welcome to change it and/or distribute copies of it under certain conditions.
  5. Type "show copying" to see the conditions.
  6. There is absolutely no warranty for GDB. Type "show warranty" for details.
  7. This GDB was configured as "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys000
  8. target remote-mobile /tmp/.XcodeGDBRemote-8077-33
  9. Switching to remote-macosx protocol
  10. mem 0x1000 0x3fffffff cache
  11. mem 0x40000000 0xffffffff none
  12. mem 0x00000000 0x0fff none
  13. [Switching to process 11779 thread 0x0]
  14. [Switching to process 11779 thread 0x0]
  15. sharedlibrary apply-load-rules all
  16. 2011-03-30 11:41:50.296 Smsflatrate[14731:707] -[TTPickerTextField modelDidCancelLoad:]: unrecognized selector sent to instance 0x24d650
  17. 2011-03-30 11:41:50.364 Smsflatrate[14731:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[TTPickerTextField modelDidCancelLoad:]: unrecognized selector sent to instance 0x24d650'
  18. *** Call stack at first throw:
  19. (
  20. 0 CoreFoundation 0x3272064f __exceptionPreprocess + 114
  21. 1 libobjc.A.dylib 0x36963c5d objc_exception_throw + 24
  22. 2 CoreFoundation 0x327241bf -[NSObject(NSObject) doesNotRecognizeSelector:] + 102
  23. 3 CoreFoundation 0x32723649 ___forwarding___ + 508
  24. 4 CoreFoundation 0x3269a180 _CF_forwarding_prep_0 + 48
  25. 5 CoreFoundation 0x3268df03 -[NSObject(NSObject) performSelector:withObject:] + 22
  26. 6 CoreFoundation 0x326cb2f9 -[NSArray makeObjectsPerformSelector:withObject:] + 400
  27. 7 Smsflatrate 0x0000af81 -[AddressBookModel cancel] + 64
  28. 8 Smsflatrate 0x0000afc3 -[AddressBookModel search:] + 50
  29. 9 Smsflatrate 0x0000ac27 -[AddressBookDataSource search:] + 54
  30. 10 Smsflatrate 0x0004f8a3 -[TTSearchTextField search] + 78
  31. 11 Smsflatrate 0x0004eb11 -[TTSearchTextField autoSearch] + 84
  32. 12 Smsflatrate 0x0004eb59 -[TTSearchTextField dispatchUpdate:] + 48
  33. 13 Foundation 0x323787cd __NSFireTimer + 136
  34. 14 CoreFoundation 0x326f7a47 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 14
  35. 15 CoreFoundation 0x326f9ecb __CFRunLoopDoTimer + 850
  36. 16 CoreFoundation 0x326fa845 __CFRunLoopRun + 1088
  37. 17 CoreFoundation 0x3268aec3 CFRunLoopRunSpecific + 230
  38. 18 CoreFoundation 0x3268adcb CFRunLoopRunInMode + 58
  39. 19 GraphicsServices 0x3093241f GSEventRunModal + 114
  40. 20 GraphicsServices 0x309324cb GSEventRun + 62
  41. 21 UIKit 0x35900d69 -[UIApplication _run] + 404
  42. 22 UIKit 0x358fe807 UIApplicationMain + 670
  43. 23 Smsflatrate 0x000024ab main + 82
  44. 24 Smsflatrate 0x00002454 start + 40
  45. )
  46. terminate called after throwing an instance of 'NSException'
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement