gugus

FreeBSD 9.1 - TMPFS crash

Jan 16th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. # First crash
  2.  
  3. Trying to build BSDRP-i386 arch using TMPFS:
  4. ./make.sh -a i386 -r
  5.  
  6. Jan 16 13:32:06 <kern.crit> orange kernel: Sleeping thread (tid 101584, pid 91068) owns a non-sleepable lock
  7. Jan 16 13:32:06 <kern.crit> orange kernel: KDB: stack backtrace of thread 101584:
  8. Jan 16 13:32:06 <kern.crit> orange kernel: #0 0xffffffff808f2d46 at mi_switch+0x186
  9. Jan 16 13:32:06 <kern.crit> orange kernel: #1 0xffffffff8092b13c at sleepq_catch_signals+0x2cc
  10. Jan 16 13:32:06 <kern.crit> orange kernel: #2 0xffffffff8092bac6 at sleepq_wait_sig+0x16
  11. Jan 16 13:32:06 <kern.crit> orange kernel: #3 0xffffffff808f33fd at _sleep+0x29d
  12. Jan 16 13:32:06 <kern.crit> orange kernel: #4 0xffffffff808b97c5 at kern_wait+0x6e5
  13. Jan 16 13:32:06 <kern.crit> orange kernel: #5 0xffffffff80c45c95 at freebsd32_wait4+0x35
  14.  
  15. # second crash
  16.  
  17. Trying to build BSDRP-amd64 arch using TMPFS:
  18. ./make.sh -r
  19.  
  20. Jan 16 14:56:26 <kern.crit> orange kernel: Sleeping thread (tid 100617, pid 54652) owns a non-sleepable lock
  21. Jan 16 14:56:26 <kern.crit> orange kernel: KDB: stack backtrace of thread 100617:
  22. Jan 16 14:56:26 <kern.crit> orange kernel: #0 0xffffffff808f2d46 at mi_switch+0x186
  23. Jan 16 14:56:26 <kern.crit> orange kernel: #1 0xffffffff8092b13c at sleepq_catch_signals+0x2cc
  24. Jan 16 14:56:26 <kern.crit> orange kernel: #2 0xffffffff8092bac6 at sleepq_wait_sig+0x16
  25. Jan 16 14:56:26 <kern.crit> orange kernel: #3 0xffffffff808f33fd at _sleep+0x29d
  26. Jan 16 14:56:26 <kern.crit> orange kernel: #4 0xffffffff808b97c5 at kern_wait+0x6e5
  27. Jan 16 14:56:26 <kern.crit> orange kernel: #5 0xffffffff808b9995 at sys_wait4+0x35
  28.  
  29. # system info
  30.  
  31. [root@orange]~#uname -a
  32. FreeBSD orange.bsdrp.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64
  33. [root@orange]~#vmstat
  34. procs memory page disks faults cpu
  35. r b w avm fre flt re pi po fr sr da0 da1 in sy cs us sy id
  36. 0 0 0 576M 45G 545 0 3 0 546 0 0 0 880 779 415 0 1 99
Add Comment
Please, Sign In to add comment