Re: Xulrunner upgrade from 1.9 to 6.0.2
reverendlinux <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Sep 19, 8:28 am, reverendlinux <[email protected]> wrote: > On Sep 19, 6:33 am, Rohit <[email protected]> wrote: > > > Hi, > > > I have an application based on 1.9 version of xulrunner. Is it > > possible to upgrade xulrunner from 1.9 to 6.0.2 version? > > Is there any documentation? > > The observation is, xulrunner-bin process goes into zombie mode on > > linux! > > > Regards, > > Rohit > > I had to say me too, but me too. I just moved from Ubuntu 10.04 to > Fedora 15. Now my XUL app that was working is not. Issuing xulrunner > application.ini returns nothing. Process kicks off then just sits > there until I issue a CTRL+C. First thought was to downgrade to 1.9 > on Fedora to see if that would fix it but ran into lib issues. I'm > going to try running it with strace when I get back to working on it > to see if there may be some clue as to where it is hanging. > > On a side note, I sure wish there was a --verbose option for xulrunner. After issuing strace xulrunner application.ini I get the following repeatedly: poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN|POLLPRI}, {fd=23, events=POLLIN|POLLPRI}, {fd=26, events=POLLIN|POLLPRI}, {fd=27, events=POLLIN|POLLPRI}, {fd=11, events=POLLIN|POLLPRI}, {fd=29, events=POLLIN}, {fd=20, events=POLLIN}], 9, -1 <wait 2-3 minutes> ) = 1 ([{fd=4, revents=POLLIN}]) read(4, "b\0a\2\1\0\200\2\3\0` \2\1\0\0\0\362\327\221\0\361\327\221\0\0\0\0\0\0\0\0\0", 4096) = 32 read(4, 0x7fa802f54074, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x7fa802f54074, 4096) = -1 EAGAIN (Resource temporarily unavailable) That went on for about 3 hours. Not being a programmer, I have no idea what I am looking at. Anyone else having this issue? Is it XUL or distro based?