-
Notifications
You must be signed in to change notification settings - Fork 624
Access violation crypt32.pdb in Titanium.Web.Proxy.Examples.Wpf #468
Comments
Did you try latest beta?
|
Thank you for your response. Same error occurs in latest bata. |
I am also getting this error when in my BeforeResponse event handler. when I comment it, I can let the proxy server on for days without problem. |
Is this a fatal error. Does it shutdown the proxy? |
Yes the whole EXE crashes |
couple of more questions.
I am not sure on the cause and still looking to it. But this link may have some details for possible resolution. |
It happened also in Release mode. and it seems to not happen anymore, at least not for the last 36 hours straight with heavy traffic. I used to reproduce it every 5 minutes. I have been testing it intensively. I am on windows 10. I think this line of code is a good workaround for now :) |
Would appreciate if someone can find the cause of this error and suggest the fix. |
I had a similar issue with awaiting for responses and hanging the process, didn't get deep enough to see if it was related to certificate engine issues, but I created an if statement to check first if content length was greater than 0 and no further crashes observed. Mine was on Winforms. |
Can you reproduce the issue with the latest beta package? |
I close this isse, feel free to reopen if needed. |
Using ver. 3.0.481 or 3.0.503, access violation of crypt32.pdb occurs in the example code (Example.Wpf).
When the application is built, no error occurs. But scanning network in a few minutes, this error occurs.
I want to know the way to work around this error in latest version.
The text was updated successfully, but these errors were encountered: