cptaffe / plan9front

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

floppy reads hang in qemu #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when trying to read floppy (no floppy configured in qemu) the
process hangs arround and qemu cpu goes up.

this problem appeared when i removed nvram= and nvram partition
from a qemu image. libauthsrv's findnvram() will try the floppy
drives to read the nvram and that will hang there forever.

trying to acid -k the haning process doesnt give mutch info
as we released the cpu and wait for dma or whatever to finish.
(someone write kstk function that can traverse interrupt contexts)

Original issue reported on code.google.com by cinap_le...@felloff.net on 7 Aug 2012 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by cinap_le...@felloff.net on 7 Aug 2012 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in r16b6122e5071

Original comment by cinap_le...@felloff.net on 7 Aug 2012 at 5:17