gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.51k stars 373 forks source link

Firefox freezes when debugging 2 modules at the same time #4347

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 4347

Found in GWT Release: 2.0

Encountered on OS / Browser: Linux x86_64, FF 3.5, Eclipse

Detailed description (please be as specific as possible):
My application contains 2 modules. There is also a static home page
(index.html).  I'm starting my application in development mode from
Eclipse. The plugin tell me I can browse one of the following URL:
http://localhost:8888/Admin.html?gwt.codesvr=127.0.0.1:9997
http://localhost:8888/Guest.html?gwt.codesvr=127.0.0.1:9997
http://localhost:8888/index.html?gwt.codesvr=127.0.0.1:9997

Accessing one of the module URL from Firefox (Admin or Guest) works fine.
But as soon as I try to access the second module, Firefox freezes. I tried
to wait for a long time or to kill development mode in Eclipse, but Firefox
remains frozen. The only "solution" is to kill Firefox and start again. I
can only debug one module at a time. Is it a known issue or am I doing
something wrong?

Reported by glaurung.aubrane on 2009-12-13 14:23:58

dankurka commented 9 years ago
After more testing it seems the issue only occurs with Admin module. This module uses
GXT so this may be the cause of the freeze.

What is strange is I'm nearly certain I managed to open Admin module with dev mode.
But I'm not able anymore. Each time Firefox freezes with 100% CPU usage. I tried to
restart Eclipse + Firefox but no luck.

Reported by glaurung.aubrane on 2009-12-13 14:53:43

dankurka commented 9 years ago

Reported by rice@google.com on 2009-12-15 21:13:04

dankurka commented 9 years ago
Pleae re-open this issue if it turns out not to be a GXT issue.

Reported by jat@google.com on 2009-12-15 23:06:54