#731 closed defect (fixed)
tmpfs trips and kernel panics
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.7.2 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
To reproduce:
1. $ make PROFILE=amd64 2. $ tools/ew.py 3. # cd /tmp 4. # cp /demo.txt . 5. # edit demo.txt 6. Ctrl-S (saving the file fails) 7. Ctrl-Q 8. # edit demo.txt (file appears empty) 9. Ctrl-S (saving the file succeeds) 10. Ctrl-Q 11. # ls (kernel panic)
This problem does not occur on / (ext4fs).
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
So there are two issues:
- tmpfs misbehaves and crashes
- the kernel panics
The kernel panic can be more easily reproduced like this:
# killall tmpfs # ls /tmp
comment:3 by , 6 years ago
The kernel panic issue is fixed by commit 931afbc21fb7256372512b67f529ef39acfc8ac8.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The tmpfs issue is fixed in ec397203e399886ac45d617da8098ea6ae81f914.
comment:5 by , 6 years ago
Milestone: | → 0.7.2 |
---|
Note:
See TracTickets
for help on using tickets.
Here's the console log: