From: David W. <we...@cw...> - 2002-07-12 06:59:00
|
On Thu, Jul 11, 2002 at 06:42:06PM -0700, Rex Jolliff wrote: > Looks to me like the zip drive may be reporting a sector size of 0. > One thing I ought to mention is that the trap number is no longer being reported correctly by the kernel. The place to start, as always, is to find out what routine the crash occurred in. I see from the copy of the crash report that the module was hal.dll so running addr2line --exe=/PATH/TO/REACTOS/hal/halx86/hal.dll 0x13f98 will give the line number. |