Advertisement
Guest User

yoni

a guest
Dec 22nd, 2009
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. :~ yoni$ sudo gdb
  2. GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "x86_64-apple-darwin".
  9. (gdb) attach 25643
  10. Attaching to process 25643. ****************************** THE SOON TO CRASH GDB PROCESS *****************************
  11. Reading symbols for shared libraries . done
  12. Reading symbols for shared libraries ............................... done
  13. 0x00007fff801ce9f2 in select$DARWIN_EXTSN ()
  14. (gdb) c
  15. Continuing.
  16.  
  17. Program received signal EXC_BAD_ACCESS, Could not access memory.
  18. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000001
  19. 0x0000000100106c53 in bundle_basename ()
  20. (gdb) thread apply all where
  21.  
  22. Thread 7 (process 25643):
  23. #0 0x00007fff801a494a in __workq_kernreturn ()
  24. #1 0x00007fff801a4d5c in _pthread_wqthread ()
  25. #2 0x00007fff801a49c5 in start_wqthread ()
  26.  
  27. Thread 6 (process 25643):
  28. #0 0x00007fff801a494a in __workq_kernreturn ()
  29. #1 0x00007fff801a4d5c in _pthread_wqthread ()
  30. #2 0x00007fff801a49c5 in start_wqthread ()
  31.  
  32. Thread 5 (process 25643):
  33. #0 0x00007fff801a3b16 in kevent ()
  34. #1 0x00007fff801a5a19 in _dispatch_mgr_invoke ()
  35. #2 0x00007fff801a56d6 in _dispatch_queue_invoke ()
  36. #3 0x00007fff801a51f6 in _dispatch_worker_thread2 ()
  37. #4 0x00007fff801a4b28 in _pthread_wqthread ()
  38. #5 0x00007fff801a49c5 in start_wqthread ()
  39.  
  40. Thread 4 (process 25643):
  41. #0 0x00007fff8018ad7a in mach_msg_trap ()
  42. #1 0x00007fff8018b3ed in mach_msg ()
  43. #2 0x00007fff84c78ce2 in __CFRunLoopRun ()
  44. #3 0x00007fff84c7803f in CFRunLoopRunSpecific ()
  45. #4 0x00007fff838a14ac in SpotlightQueryThread ()
  46. #5 0x00007fff801c3f66 in _pthread_start ()
  47. #6 0x00007fff801c3e19 in thread_start ()
  48.  
  49. Thread 3 (process 25643):
  50. #0 0x00007fff801d9032 in __wait4 ()
  51. #1 0x000000010015ef08 in macosx_signal_thread ()
  52. #2 0x00007fff801c3f66 in _pthread_start ()
  53. #3 0x00007fff801c3e19 in thread_start ()
  54.  
  55. Thread 2 (process 25643):
  56. #0 0x00007fff80195366 in read ()
  57. #1 0x000000010015fc31 in macosx_exception_thread ()
  58. #2 0x00007fff801c3f66 in _pthread_start ()
  59. #3 0x00007fff801c3e19 in thread_start ()
  60.  
  61. Thread 1 (process 25643):
  62. #0 0x0000000100106c53 in bundle_basename ()
  63. #1 0x0000000100095f88 in objfile_matches_name ()
  64. #2 0x000000010009713e in find_objfile_by_name ()
  65. #3 0x00000001000db930 in find_libobjc_objfile ()
  66. #4 0x000000010014e1a4 in dyld_symfile_loaded_hook ()
  67. #5 0x000000010014e79b in dyld_load_symfile_internal ()
  68. #6 0x00000001001500fa in dyld_load_symfiles ()
  69. #7 0x0000000100150976 in dyld_update_shlibs ()
  70. #8 0x0000000100148e52 in macosx_dyld_update ()
  71. #9 0x0000000100149c8c in macosx_solib_add ()
  72. #10 0x000000010015c601 in macosx_child_attach ()
  73. #11 0x0000000100059266 in attach_command ()
  74. #12 0x000000010010567c in execute_command ()
  75. #13 0x00000001000745ad in command_handler ()
  76. #14 0x00000001000754af in command_line_handler ()
  77. #15 0x00000001001891c6 in rl_callback_read_char ()
  78. #16 0x000000010007474a in rl_callback_read_char_wrapper ()
  79. #17 0x0000000100073357 in process_event ()
  80. #18 0x000000010007406b in gdb_do_one_event ()
  81. #19 0x000000010006e7e0 in catch_errors ()
  82. #20 0x0000000100073819 in start_event_loop ()
  83. #21 0x000000010007083c in captured_command_loop ()
  84. #22 0x000000010006e7e0 in catch_errors ()
  85. #23 0x0000000100070831 in captured_main ()
  86. #24 0x000000010006e7e0 in catch_errors ()
  87. #25 0x000000010006f537 in gdb_main ()
  88. #26 0x0000000100000f29 in main ()
  89. (gdb)
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement