This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: startx causing XP (Media Center Edition) blue screen?


Listopad, Steve wrote:

> Nope, the network card is built-in; no pcmcia.  I didn't check the chipset,
> but I can say that a previous version of cygwin worked just fine with X.
> The only reason why I upgraded cygwin was because I had to
> reformat/reinstall XP because Roxio Media Creator wreaked havoc.  But that's
> another story, and I didn't reinstall the Roxio software.

A bluescreen is an error inside the windows kernel. Either the base system it
self or some drivers (i suspect the second). Software can only trigger this.
But there have been only minor changes in Cygwin/X and I doubt they could
lead to a bluescreen since no hardware access has changed.

I believe the difference with your system is some driver which was updated
before and which is not current yet.

> So, I am not sure what could be causing the issue.  Are there any debuggin
> suggestions?  Somehow turn on logging to see at what point a failure occurs?
> Or, do some kind of XP debugging (though the event viewer log doesn't give
> me any information that helped...).

You could build XWin with debugging output. This prints received windows
messages, some work in windows specific functions is traced but not the
network layer.

The low level unix calls (for network code) can be trace with strace.

But this will not produce useful output if the kernel goes wild and prints the
bluescreen right after the data was written to the screen. Maybe writing the
data to harddisk may help but I think the bluescreen will leave disk buffers
unwritten and you'll get a logfile which truncated a long time before the
actual crash happens.

bye
    ago
NP: Neuroticfish - Darkness
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]