Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 19-23 June 2023 | Live, Online |
Writing WDF Drivers | 10-14 July 2023 | Live, Online |
Kernel Debugging | 16-20 October 2023 | Live, Online |
Developing Minifilters | 13-17 November 2023 | Live, Online |
Comments
The tests started to fail from variation 11.
The test that hangs is subvariation 6.
I'm using virtual machines and yesterday I did a test run using a physical machine and it worked.
Pete
On March 23, 2017 5:11:27 AM PDT, [email protected] wrote:
>Peter,
>The tests started to fail from variation 11.
>The test that hangs is subvariation 6.
>I'm using virtual machines and yesterday I did a test run using a
>physical machine and it worked.
>
>---
>NTFSD is sponsored by OSR
>
>
>MONTHLY seminars on crash dump analysis, WDF, Windows internals and
>software drivers!
>Details at
>
>To unsubscribe, visit the List Server section of OSR Online at
>
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295
thread along with a !stacks 2 ?
Cheers,
Gabriel
On Thu, Mar 23, 2017 at 7:31 PM, Peter Scott
wrote:
>
> I run the HLK tests on VMs without issue. Are you able to get a stack dump
> of the hung thread?
>
> Pete
>
>
> On March 23, 2017 5:11:27 AM PDT, [email protected] wrote:
>>
>> Peter,
>> The tests started to fail from variation 11.
>> The test that hangs is subvariation 6.
>> I'm using virtual machines and yesterday I did a test run using a physical machine and it worked.
>>
>> ---
>> NTFSD is sponsored by OSR
>>
>>
>> MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
>> Details at
>>
>> To unsubscribe, visit the List Server section of OSR Online at
>>
>>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> ---
> NTFSD is sponsored by OSR
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer>
>
--
Bercea. G.
Cheers,
Gabriel
One important thing: turn on the test mode manually before using HLK. This way I found that one of the VMs still had Secure Boot enabled. Event tough I have disabled that they continued to fail, so I just switched to the new VMs and now everything is fine. I've found that when loading opkey.sys starting the manual test run.
I didn't take the time to get the stack dump, sorry Grabriel.
Thanks for all your help guys, you've been great in these forums.
Hello,
I know this is an ancient thread, but I found the reason why this happens, maybe this can help someone in the future.
So basically I got the same thing I was running Server 2016 which according to the documentation requires Secure Boot so I ran the test without testsigning. The issue was that even though opkey.sys was added as a service, it was never loaded and thats what caused the hang. I tested this in another VM, seems to be working only when the driver is loaded, without it, it hangs.