|
From: Matt Z. <md...@de...> - 2003-12-21 00:53:04
|
On Sat, Dec 20, 2003 at 12:14:50PM -0500, Jeff Dike wrote: > Beyond that, if you can find a system call that reproducably fails, then > just step through it, and see where the -ENOSYS comes from. This shouldn't > be too difficult. Unfortunately, I can't seem to find a system call that reproducibly fails. There's something weird and racy going on. With exactly the same UML invocation, twice in a row, the first will panic: Kernel panic: Segfault with no mm In idle task - not syncing and the second will boot successfully. Even within an invocation, things aren't normal: sh-2.05a# apt-get source -b hello apt-get: error while loading shared libraries: /lib/libm.so.6: cannot read file data: Error 38 sh-2.05a# sh-2.05a# apt-get source -b hello Reading Package Lists... Done Building Dependency Tree... Done And of course, I haven't been able to get this to happen in the debugger (yet). -- - mdz |