Bug #63
Pagefault on path parsing
| Status: | Closed | Start: | 09/26/2009 | |
|---|---|---|---|---|
| Priority: | Critical | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | - | Spent time: | - | |
| Target version: | Foster |
Description
(I think it's caused by the path)
"cd ../..."
caused pagefault "kernel heap ends
I believe that it occurs when you cd above the level of / and then to something that it cannot cd to (non existent file/dir, regular file, etc)
eg:
(/) $ cd ../...
(/) $ cd ../Makefile
(/etc) $ cd ../../explode
(/) $ cd ../thisfiledoesnotexist
History
Updated by James Molloy over 2 years ago
- Status changed from New to Assigned
- Assigned to set to James Molloy
- Priority changed from High to Critical
Updated by James Molloy over 2 years ago
- Status changed from Assigned to Feedback
- Target version set to Foster
Updated by Matthew Iselin over 2 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Cannot reproduce.