Opened 16 years ago
Closed 16 years ago
#70 closed defect (fixed)
Cating a directory causes segfault in VFS
Reported by: | Martin Decky | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.1 |
Component: | helenos/srv/vfs | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Executing "cat srv" shell command in the root directory of the RAM disk (FAT) causes a segfault in the VFS server: On ia32 the kernel console says:
Task init:vfs (6) killed due to an exception at 0xf038: Page fault: 0xb.
Note:
See TracTickets
for help on using tickets.
VFS did not test file descriptors for being < 0.
Fixed in revision 4362.