BSOD on checked build OS

Hello,

My file system filter driver based on Sfilter works well on free build WinXP, but cause
boot time BSOD on checked build version WinXP. The stop code is 7E, sometimes 8E.
I am debugging with combination “free build driver + checked build OS”.

Another question: If my driver works well on Japanese version Windows, will it work well
on English version Windows too?

Chen

Well it looks like you have a bug which is throwing
an execption. You need to hook up WinDBG and look
at the exception record to figure out what is happening.
I would test your driver on the english version as well
as the Japanese.

Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting

----- Original Message -----
From: “Zm Chen”
To: “File Systems Developers”
Sent: Monday, July 07, 2003 3:00 AM
Subject: [ntfsd] BSOD on checked build OS

> Hello,
>
> My file system filter driver based on Sfilter works well on free build
WinXP, but cause
> boot time BSOD on checked build version WinXP. The stop code is 7E,
sometimes 8E.
> I am debugging with combination “free build driver + checked build OS”.
>
> Another question: If my driver works well on Japanese version Windows,
will it work well
> on English version Windows too?
>
> Chen
>
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@acm.org
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Run Windbg and see what is failing. As to English, maybe. If you tried
hard enough you could have problems, but if you wrote the driver to support
multiple languages correctly, it should work. Strings, .mc, .inf, etc. are
places where problems may occur.

“Zm Chen” wrote in message news:xxxxx@ntfsd…
>
> Hello,
>
> My file system filter driver based on Sfilter works well on free build
WinXP, but cause
> boot time BSOD on checked build version WinXP. The stop code is 7E,
sometimes 8E.
> I am debugging with combination “free build driver + checked build OS”.
>
> Another question: If my driver works well on Japanese version Windows,
will it work well
> on English version Windows too?
>
> Chen
>
>
>
>
>
>