Closed
Bug 628230
Opened 14 years ago
Closed 14 years ago
sometimes jetpacks don't start up from cfx run
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dietrich, Unassigned)
Details
I've seen this a few times, with different add-ons. main.js is not executed, and i get this set of errors:
(addon-sdk)dietrich@nargle:~/Dropbox/extensions/scratchpad$ cfx run
Using binary at '/home/dietrich/bin/firefox/firefox'.
Using profile at '/home/dietrich/profiles/fos8f2o0.zzzz'.
SyntaxError: JSON.parse (resource://gre/modules/XPIProvider.jsm -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/bootstrap.js -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/components/harness.js:526)
stack:
getDefaults([object Proxy])@resource://gre/modules/XPIProvider.jsm -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/bootstrap.js -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/components/harness.js:526
setupHarness([object Proxy],"startup")@resource://gre/modules/XPIProvider.jsm -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/bootstrap.js:72
startup([object Proxy],1)@resource://gre/modules/XPIProvider.jsm -> file:///home/dietrich/.mozilla/firefox/fos8f2o0.zzzz/extensions/jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack/bootstrap.js:143
@:0
XPI_callBootstrapMethod("jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack","0.0.17",[object XPCWrappedNative_NoHelper],"startup",1)@resource://gre/modules/XPIProvider.jsm:3136
XPI_startup(false)@resource://gre/modules/XPIProvider.jsm:1422
callProvider([object Object],"startup",null,false)@resource://gre/modules/AddonManager.jsm:73
([object Object],1,[object Array])@resource://gre/modules/AddonManager.jsm:240
AMI_startup()@resource://gre/modules/AddonManager.jsm:239
AMP_startup()@resource://gre/modules/AddonManager.jsm:843
AMC_observe(null,"addons-startup",null)@resource://gre/components/addonManager.js:56
Comment 1•14 years ago
|
||
Dietrich says he doesn't see this anymore.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•