Opened 14 years ago
Closed 14 years ago
#256 closed defect (duplicate)
Assertion failed (idxp->pfc) at file 'fat_ops.c', line 295.
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos/fs/fat | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
Running changeset:lp:~jakub/helenos/fs,165, which was merged into changeset:mainline,625 I occasionally hit the following assertion:
Assertion failed (idxp->pfc) at file 'fat_ops.c', line 295.
when unlinking a file which is being written to (using the setup from ticket #255 + unlinking the large file at some point).
Attachments (2)
Change History (6)
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | Screenshot-QEMU-1.png added |
---|
Kernel console displaying the stack trace.
by , 14 years ago
Attachment: | fat.disasm.bz2 added |
---|
comment:2 by , 14 years ago
I have attached files required to reconstruct the whole stack trace.
From the stack trace, the calling sequence is:
fat_write() → fat_node_get_core() → assert()
comment:3 by , 14 years ago
Description: | modified (diff) |
---|
comment:4 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I cannot reproduce this after jakub@…, so hopefully the root cause is the same. Closing as a duplicate.
Note:
See TracTickets
for help on using tickets.
The corresponding line in fat_ops.c is from the beginning of fat_node_get_core():