kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

assert() in kopen is not correct #493

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you open a nonexistent file or any folder (for example /dev/) that the embox 
in panic:

ASSERTION FAILED at src/fs/core.c : 51,
    in function kopen:

drv != NULL
kernel debug panic

assert(dev != NULL) is not correct ?!!

Original issue reported on code.google.com by Gazukin....@gmail.com on 25 Oct 2012 at 10:17

GoogleCodeExporter commented 9 years ago

Original comment by Anton.Bo...@gmail.com on 17 Apr 2014 at 12:25