Re: 2.4.23-pre9 ide+XFree+ptrace=Complete hang
From: Maciej Zenczykowski (maze_at_cela.pl)
Date: 11/14/03
- Previous message: viro_at_parcelfarce.linux.theplanet.co.uk: "Re: seq_file API strangeness"
- In reply to: Maciej Zenczykowski: "Re: 2.4.23-pre9 ide+XFree+ptrace=Complete hang"
- Next in thread: Paulo Marques: "Re: 2.4.23-pre9 ide+XFree+ptrace=Complete hang"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Nov 2003 21:24:11 +0100 (CET) To: Linus Torvalds <torvalds@osdl.org>
> As I've said it doesn't respond to pings. As far as I can tell the
> processor might as well be doing a cli hlt. As for X - I've had X crash
> (many) times and never in an unrestorable way - usually you can login from
> the network or hit my hotkey Fn+\ for bios vm86 int 10 screen reset...
Well, I've just had the machine crash another two times, the first time I
thought it might have been a different bug, but looking back it was the
same issue. This time the lockup happened during an ssh session in an
xterm under X - ie. no disk access, no strace/ptrace. Again it happened
during screen update (half a character line on screen, the other half
still containing the old chars) - obviously this is an Xserver
Cyber9525DVD issue. It would seem though that strace and ide access
greatly increase the probability of a hang happening. I'm wondering if
there is any way to get the Xserver running without iopl(3) but using
ioperm instead - I know that the io bitmap is only 0x400 ports, could this
possibly be changed to encompass all 0x10000 ports and then redirect
iopl(n) to ioperm(0,0x10000,n==3), plus patch sigsegv handler to ignore
cli/sti, thus forcing interrupts to always remain enabled. Cause that's
where the problem seems to live. This would probably allow at least a
trace via serial console, etc...
Any ideas on how to trace this down (no nmi watchdog available)?
Cheers,
MaZe.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: viro_at_parcelfarce.linux.theplanet.co.uk: "Re: seq_file API strangeness"
- In reply to: Maciej Zenczykowski: "Re: 2.4.23-pre9 ide+XFree+ptrace=Complete hang"
- Next in thread: Paulo Marques: "Re: 2.4.23-pre9 ide+XFree+ptrace=Complete hang"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|