Bug 1828574 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We were talking with Florian today and he reminded me about a Windows bug that causes us to lose native stack walking. He is suspecting that it's related to DLL loading mechanism. While loading a DLL, we disable the stack walking to avoid a deadlock. We might have some issues in that code that causes to never enable it back.

> Do you reproduce this all the time on this website? What about other websites?

That's a good question, because if it's reproducable, then we can finally work on this bug a lot easily.
We were talking with Florian today and he reminded me about a Windows bug that causes us to lose native stack walking. He is suspecting that it's related to DLL loading mechanism. While loading a DLL, we disable the stack walking to avoid a deadlock. We might have some issues in that code that causes to never enable it back. This looks very similar to this bug.

> Do you reproduce this all the time on this website? What about other websites?

That's a good question, because if it's reproducable, then we can finally work on this bug a lot easily.

Back to Bug 1828574 Comment 2