Re: Firefox in OS X freezes in DevMode.

2013-11-19 Thread Paul Sarando
I created a new Firefox profile, and Firefox still froze when trying to connect to Eclipse Kepler using DevMode. Using sudo to launch Firefox as root still works (Chrome works as well). I first encountered this problem on OSX 10.6, but I'm still having this issue after upgrading to 10.8.3 and

Re: Firefox in OS X freezes in DevMode.

2013-11-17 Thread Colin Alworth
Jorel, I am myself not yet using Mavericks (others on my team are, that's where I'm drawing from for my other reply), so am running 10.8.5 and firefox 25, but can't reproduce this issue. Do you have any error messages or logs to share? To everyone who has managed to workaround the issue with

Re: Firefox in OS X freezes in DevMode.

2013-11-16 Thread Jorel
I'm also seeing this on a mac running 10.8.5 (not yet on mavericks). Firefox 25 upgrade did something to my config i guess. Running Firefox as root also solved this. I would be interested to find out why this workaround is necessary ... glad to have a workaround for now though. On Thursday,

Re: Firefox in OS X freezes in DevMode.

2013-11-14 Thread Jonathan Strootman
This is happening to some of our guys too. We used the workaround that Carlos mentioned, launching FF as root. On Saturday, November 9, 2013 9:52:55 PM UTC-7, Carlos Aguayo wrote: I really appreciate your help Colin. At this point I believe it's some misconfiguration in my computer. I tried

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
Thanks Colin, yeah that's what I figured, initially I thought that it would be a problem in the plugin given that it was only blocking Firefox and only in OS X (given that Chrome worked and also Firefox but under Linux). I started debugging and got all the way there. I doubt that it's a

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Colin Alworth
If you can repro this on at least one other machine and get the details of what the JVM is doing, that'd be helpful. I have a very basic familiarity with the dev mode code from researching the FF dev mode memory leak, and would be happy to take a closer look. From your description it

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
I really appreciate your help Colin. At this point I believe it's some misconfiguration in my computer. I tried to do a jconsole on the devmode process and it said it couldn't connect to it. I then did a jstack and said the same but this time the utility suggested to use a -F to force it, when

Re: Firefox in OS X freezes in DevMode.

2013-11-08 Thread Colin Alworth
Line 155: ssize_t n = recv(sock, readBuf, BUF_SIZE, 0); That seems to say 'block until bytes are written by the other end of the socket', or in other words, wait until the JVM is ready to go. Are you sure that the IDE isn't paused on a breakpoint, or that you have waited long enough for the

Firefox in OS X freezes in DevMode.

2013-11-07 Thread Carlos Aguayo
I'm started to have issues when trying to use DevMode with Firefox in OS X and the only thing new is that I upgraded to Mavericks. Here's what I see: I create a GWT sample app (the default one that comes with the Eclipse GWT plugin), I launch dev mode and try to access it with Firefox, as soon

Re: Firefox in OS X freezes in DevMode.

2013-11-07 Thread Carlos Aguayo
It's getting stuck in line 155 in: https://gwt.googlesource.com/gwt-plugins/+/master/common/Socket.cpp On Thursday, November 7, 2013 7:32:28 PM UTC-5, Carlos Aguayo wrote: I'm started to have issues when trying to use DevMode with Firefox in OS X and the only thing new is that I upgraded to