Share Pastebin
Guest
Public paste!

hung console's backtraces

By: a guest | Aug 13th, 2010 | Syntax: None | Size: 2.37 KB | Hits: 84 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Backtrace of the active thread:
  2. -------------------------------
  3.  
  4. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  5. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  6. #2  0x01082d24 in mach_msg_server_timeout () from /lib/libc.so.0.3
  7. #3  0x0104ca35 in ports_manage_port_operations_one_thread ()
  8.    from /lib/libports.so.0.3
  9. #4  0x01045fc4 in cons_server_loop () from /lib/libcons.so.0.3
  10. #5  0x0804bfdf in main ()
  11.  
  12. Backtrace of all threads:
  13. -------------------------
  14.  
  15. Thread 7 (Thread 135.7):
  16. #0  0x0104de80 in condition_wait () from /lib/libports.so.0.3
  17. #1  0x010547cf in cthread_body () from /lib/libthreads.so.0.3
  18. #2  0x00000000 in ?? ()
  19.  
  20. Thread 6 (Thread 135.6):
  21. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  22. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  23. #2  0x0804c186 in ?? ()
  24. #3  0x00000000 in ?? ()
  25.  
  26. Thread 5 (Thread 135.5):
  27. #0  0x0109ea1c in _hurd_intr_rpc_msg_in_trap () from /lib/libc.so.0.3
  28. #1  0x01220de6 in io_write () from /lib/libhurduser.so.0.3
  29. Backtrace stopped: frame did not save the PC
  30.  
  31. Thread 4 (Thread 135.4):
  32. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  33. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  34. #2  0x0804c186 in ?? ()
  35. #3  0x00000000 in ?? ()
  36.  
  37. Thread 3 (Thread 135.3):
  38. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  39. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  40. #2  0x012038bf in device_read () from /lib/libmachuser.so.1
  41. #3  0x00032367 in input_loop () from /lib/hurd/console/pc_mouse.so.0.3
  42. #4  0x01054798 in cthread_body () from /lib/libthreads.so.0.3
  43. #5  0x00000000 in ?? ()
  44.  
  45. Thread 2 (Thread 135.2):
  46. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  47. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  48. #2  0x01082d99 in mach_msg_server_timeout () from /lib/libc.so.0.3
  49. #3  0x01082e6b in mach_msg_server () from /lib/libc.so.0.3
  50. #4  0x0109340f in _hurd_msgport_receive () from /lib/libc.so.0.3
  51. #5  0x01054798 in cthread_body () from /lib/libthreads.so.0.3
  52. #6  0x00000000 in ?? ()
  53.  
  54. Thread 1 (Thread 135.1):
  55. #0  0x01081e6c in mach_msg_trap () from /lib/libc.so.0.3
  56. #1  0x01082669 in mach_msg () from /lib/libc.so.0.3
  57. #2  0x01082d24 in mach_msg_server_timeout () from /lib/libc.so.0.3
  58. #3  0x0104ca35 in ports_manage_port_operations_one_thread ()
  59.    from /lib/libports.so.0.3
  60. #4  0x01045fc4 in cons_server_loop () from /lib/libcons.so.0.3
  61. #5  0x0804bfdf in main ()
  62. Continuing.