Platform Development • Re: The browser hang with 0 CPU load.
That's interesting, it's hitting the Chromium IPC code:
https://repo.palemoon.org/MoonchildProd ... ent_win.cc
We haven't touched that code since forking off from Firefox. I remember updating some of the locking code near here ages ago, apparently in Issue #2003... wonder if maybe something in there is getting a bit long in the tooth and holding us back from taking changes we should be able to take?
Still kind of wondering why it's called here, though, I thought the Chromium IPC was used mostly for interprocess communication. So now I'm admittedly wondering if this is really called from JS directory, or if it's one of those tools I know is linked into Chromium IPC that gives us more info about how memory is used that's crashing out here? Like yeah, I know it got there... just wondering what called into it.
Discussion in the ATmosphere