Guest User

Untitled

a guest
May 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. 2008-10-31 00:08:58.905 Campus Tour[1924:20b] memory warning appdelegate.m
  2. 2008-10-31 00:08:58.924 Campus Tour[1924:20b] memory warning map.m
  3. 2008-10-31 00:08:58.938 Campus Tour[1924:20b] memory warning in campusstuff.m
  4. 2008-10-31 00:08:58.969 Campus Tour[1924:20b] memory warning viewc_stuff.m
  5. 2008-10-31 00:08:58.984 Campus Tour[1924:20b] memory warning map.m
  6. 2008-10-31 00:08:59.007 Campus Tour[1924:20b] memory warning viewbus.m
  7. Program received signal: “EXC_BAD_ACCESS”.
  8. (gdb) bt
  9. #0 0x300c8c18 in objc_msgSend ()
  10. #1 0x3023c36c in CFRelease ()
  11. #2 0x3024d144 in __CFTypeCollectionRelease ()
  12. #3 0x30254bec in __CFArrayReleaseValues ()
  13. #4 0x30254a58 in __CFArrayDeallocate ()
  14. #5 0x3023c4ac in _CFRelease ()
  15. #6 0x3023c390 in CFRelease ()
  16. #7 0x3024d144 in __CFTypeCollectionRelease ()
  17. #8 0x3025832a in CFDictionaryRemoveValue ()
  18. #9 0x30a79754 in -[UIView(Internal) _invalidateSubviewCache] ()
  19. #10 0x30a75494 in -[UIView dealloc] ()
  20. #11 0x3025630e in -[NSObject release] ()
  21. #12 0x30a7d86c in -[UIView(Hierarchy) removeFromSuperview] ()
  22. #13 0x30a75464 in -[UIView dealloc] ()
  23. #14 0x30c03a34 in -[UITableViewCell dealloc] ()
  24. #15 0x00022580 in -[BusCustomCell2 dealloc] (self=0x15ac70, _cmd=0x301668b8) at /Users/maccyp/Desktop/Campus Tour/Classes/../BusCustomCell2.m:125
  25. #16 0x3025630e in -[NSObject release] ()
  26. #17 0x3023c36c in CFRelease ()
  27. #18 0x3024d144 in __CFTypeCollectionRelease ()
  28. #19 0x30254bec in __CFArrayReleaseValues ()
  29. #20 0x30254a58 in __CFArrayDeallocate ()
  30. #21 0x3023c4ac in _CFRelease ()
  31. #22 0x3023c390 in CFRelease ()
  32. #23 0x3024d144 in __CFTypeCollectionRelease ()
  33. #24 0x302549c4 in __CFDictionaryDeallocate ()
  34. #25 0x3023c4ac in _CFRelease ()
  35. #26 0x3023c390 in CFRelease ()
  36. #27 0x30670516 in -[NSCFDictionary release] ()
  37. #28 0x30a9be24 in -[UITableView dealloc] ()
  38. #29 0x3025630e in -[NSObject release] ()
  39. #30 0x30ad00c8 in -[UIViewController setView:] ()
  40. #31 0x30ad0dc4 in -[UIViewController purgeMemoryForReason:] ()
  41. #32 0x30ad0d08 in -[UIViewController didReceiveMemoryWarning] ()
  42. #33 0x0000b95e in -[ViewBus didReceiveMemoryWarning] (self=0x1580a0, _cmd=0x3015ff70) at /Users/maccyp/Desktop/Campus Tour/Classes/../ViewBus.m:209
  43. #34 0x30ad0ce8 in -[UIViewController _didReceiveMemoryWarning:] ()
  44. #35 0x30672e7e in _nsnote_callback ()
  45. #36 0x302615e8 in _CFXNotificationPostNotification ()
  46. #37 0x3067157e in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
  47. #38 0x30677a40 in -[NSNotificationCenter postNotificationName:object:] ()
  48. #39 0x30a5bc9c in -[UIApplication _performMemoryWarning] ()
  49. #40 0x30a5bd74 in -[UIApplication _receivedMemoryNotification] ()
  50. #41 0x30a5bddc in _memoryStatusChanged ()
  51. #42 0x3026acb6 in __CFMachPortPerform ()
  52. #43 0x30269cb8 in CFRunLoopRunSpecific ()
  53. #44 0x30269366 in CFRunLoopRunInMode ()
  54. #45 0x315506c4 in GSEventRunModal ()
  55. #46 0x30a564e4 in -[UIApplication _run] ()
  56. #47 0x30a5fadc in UIApplicationMain ()
  57. #48 0x000020bc in main (argc=1, argv=0x2ffff5b4) at /Users/maccyp/Desktop/Campus Tour/main.m:14
Add Comment
Please, Sign In to add comment