Opened 16 years ago
Last modified 15 years ago
#3924 closed bug
Automount of USB stick crashes system to KDL — at Version 1
Reported by: | haiqu | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description (last modified by )
Assertion failed:
headers/private/kernel/util/DoublyLinkedList.h: 467 fFirst != __null && fLast != __null && (fFirst != fLast ... Thread 164 "Automounter"
At the time I was installing a large file using the Expander, this might be relevant.
Change History (1)
comment:1 by , 16 years ago
Component: | Drivers/USB → - General |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
We really need stack traces for things like that. This is an assertion that is triggered by some code path, but just from the assertion message you cannot tell which.
Is this reproducible? In any case it's not inside USB as USB doesn't use any doubly linked lists. It could be the legacy driver code or filesystem/partitioning related. Without a stack trace it's impossible to tell though.