Opened 8 years ago
Closed 7 years ago
#673 closed defect (fixed)
stats command hangs while a killed tetris waits for a keypress
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | ia32 | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
As mainline,2585, the following steps will temporarily hang the stats
command:
- in one vterm, start tetris
- in another vterm, do
killall tetris
- in the second vterm, issue the
stats
command
stats
will not be able to complete until a key is pressed in the first vterm.
Change History (3)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
The forgotten call is a VFS_IN_READ from the killed tetris
task, bdsh
is in VFS_IN_WRITE and stats
is doing VFS_IN_CLONE.
Note:
See TracTickets
for help on using tickets.
These are the interesting tasks:
The hung
stats
command is waiting forvfs
:The IPC state of
vfs
looks like this: