Re: Xulrunner upgrade from 1.9 to 6.0.2
Mook <mook.moz+nntp.news.mozilla.org@gmail.com.please-avoid-direct-mail>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On 9/19/2011 7:28 AM, reverendlinux 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. (IIRC, XULRunner is technically mozilla.dev.platform, but that's more active and this is dead enough that I doubt many would care.) Try starting with `xulrunner application.ini -jsconsole` ? That will bring up the error console, and should be useful for diagnosing certain errors - in particular, if there was a problem with chrome registration, since failing that would have exactly the behaviour you mentioned. HTH, -- Mook