Opened 13 years ago
Last modified 5 years ago
#7864 closed bug
[kernel] PANIC: _mutext_lock (): double lock of 0x8019b348 by thread 697157 — at Version 4
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is hrev42467 , gcc2hybrid.
I was trying to reproduce #6673 by running many instances of:
for i in `seq 1 10000`; do mimeset -apps -f /system/apps/*; done
While executing it Haiku was almost unusable, so I left it in this state for some time. Several minutes layer kernel crashed with this panic message.
Change History (6)
by , 13 years ago
Attachment: | IMG_0009.JPG added |
---|
by , 13 years ago
Attachment: | IMG_0011.JPG added |
---|
comment:1 by , 13 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Apparently a NULL-pointer is dereferenced in
vm_cache_acquire_locked_page_cache()
. I don't see how that can happen, though.