OverflowRust icon indicating copy to clipboard operation
OverflowRust copied to clipboard

If i try to use it multithreaded it bluescreen

Open Dexooma opened this issue 4 years ago • 6 comments

If i try to use it multithreaded it bluescreen

Dexooma avatar Jul 16 '20 21:07 Dexooma

Well obviously, thats why I have the esp thread commented out. As for the reason it crashes its very confusing and complex. Even with a mutex there is still undefined behavior that leads to the bsod. The bypasses design causes lots of complications, I had a hunch/theory as to why it crashed but I cant recall as this is an old project and I didnt pursue fixing it. If you want to come to a solution, I doubt you will, Just analyze the crash dump and do your own testing.

NMan1 avatar Jul 16 '20 21:07 NMan1

i think its about the usermode handle right? ez fix is to just use a other mem handle but with 10+ threads its a bit overkill

Dexooma avatar Jul 16 '20 21:07 Dexooma

No? Im not sure what you mean by that

NMan1 avatar Jul 16 '20 21:07 NMan1

I'm trying this now more than a day and can find a good solution... you have any good tip or idea?

Dexooma avatar Jul 16 '20 22:07 Dexooma

Can you reverse the kernel? You'll need to, if you want to understand the issue. I already told you above what to do. It wont be a days worth of work unless your a genius

NMan1 avatar Jul 16 '20 22:07 NMan1

If i try to use it multithreaded it bluescreen

How to usse?

CAMBO12 avatar Nov 25 '21 11:11 CAMBO12