Re: XULRunner 10.0.6.esr cause CPU spike to 100%+ and network completely hangs while the UI still responsive.

2015-01-08 Thread xingzhou322
The root cause of this cpu spinning issue should due to Socket transport service thread lack of an error handle mechanism when system error happened in nsSocketTransportService::DoPollIteration() -> PR_Poll() -> Poll/Select, I have opened a new bug in Mozilla bugzilla, can anyone help to take a

Re: XULRunner 10.0.6.esr cause CPU spike to 100%+ and network completely hangs while the UI still responsive.

2014-12-29 Thread xingzhou322
On Wednesday, November 19, 2014 10:29:35 PM UTC+8, Josh Matthews wrote: > On 2014-11-19 3:38 AM, xingzhou...@gmail.com wrote: > > === > > The problem we have: > > === > > Our product leverage XULRunner 10.0.6.esr Version as embedded browser core, > >

XULRunner 10.0.6.esr cause CPU spike to 100%+ and network completely hangs while the UI still responsive.

2014-11-19 Thread xingzhou322
=== The problem we have: === Our product leverage XULRunner 10.0.6.esr Version as embedded browser core, currently, it seems that we are encountering the problem highlighted in bug "Bug 710176 - Socket transport service thread pegs the CPU spinning