-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash after working some time. #34
Comments
Hi. Can you tell me the details about this exception? Thanks. |
No exception is thrown app just crash. |
WinDbg |
I make a simple test plugin.dll that creates a new thread and prints "Hello World!" in console after printing app crash with Access violation - code c0000005
|
Hi, I just created the MmpTlsFiber branch to solve this problem. |
I can confirm that issue is fixed. |
Second round.
|
Any exception details in debugger? |
exception
repro
|
App is crashed before |
Can you explain what happened in this method? |
In addition, if the DLL is a .NET assembly, the DLL file buffer passed to the |
Hi, thank you for your great job.
I compile MemoryModulePP to MemoryModulePP.dll
I have host.exe that is dynamically linked with MemoryModulePP.dll
Host.exe loads plugin.dll from byte[] using MemoryModulePP
App crash with Fail Fast exception after working for some time.
The text was updated successfully, but these errors were encountered: