edrikL / gears

Automatically exported from code.google.com/p/gears
2 stars 3 forks source link

[Mac][FireFox3] Crashes when using Google Gears + Greasemonkey to take Wikipedia offline #722

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Platform:
  Hostname: srikanthk-desktop-local.local
  Mac OS X Version 10.5.4
  Processor: 4 Intel 2.66 GHz
  RAM: 2048 MB

Installed Browsers:
  FireFox: 3.0.1
  Safari: 3.1.2 

Steps:
Follow the Steps to taking Wikipedia offline mentioned at 
http://code.google.com/support/bin/answer.py?answer=81101&topic=11982

or following steps :  
On Fire fox 3 only 
1. Install Gears 
2. Install GreaseMonkey 
3. Try opening page Wikipedia login page 
http://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main_Page 

Actual:
Fire fox crashes .

Expected: instructions at following url should not crash browser.
http://code.google.com/support/bin/answer.py?answer=81101&topic=11982
Note : attached is the crash log.

Original issue reported on code.google.com by gears.te...@gmail.com on 9 Sep 2008 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
Link to the crash report:
http://crash-stats.mozilla.com/report/index/c65811f5-7e9e-11dd-8bcd-001a4bd43e5c
?p=1

Original comment by gears.te...@gmail.com on 9 Sep 2008 at 9:19

GoogleCodeExporter commented 9 years ago
We do not see this happening with FireFox2

Original comment by gears.te...@gmail.com on 9 Sep 2008 at 9:21

GoogleCodeExporter commented 9 years ago
Also crashed me on Windows XP, Firefox 3.0.5, Gears 0.5.4.2.
Repeatable.

Original comment by yukuku on 19 Dec 2008 at 2:59

GoogleCodeExporter commented 9 years ago
Crashes on vista, firefox 3.06, Gears 0.5.4.2.

Original comment by nfow...@gmail.com on 5 Feb 2009 at 6:18

GoogleCodeExporter commented 9 years ago
Same for Firefox 3.06 on OSX 10.5.6 with Gears 0.5.4.2.

Original comment by rtom...@gmail.com on 6 Feb 2009 at 10:52

GoogleCodeExporter commented 9 years ago
Appears to be across the board bug regardless of operating system - Ubuntu 9.04 
on Firefox 3.0.9
& .10.

Original comment by ward.dav...@gmail.com on 25 May 2009 at 6:29

GoogleCodeExporter commented 9 years ago
Same for Gears 0.5.33.0, Firefox 3.5.5, Windows Vista SP1.

This line in greasemonkey script crashes FF:
unsafeWindow.GearsFactory();

I have to inject a whole GM script into page, so it executes out of GM sandbox. 
Very
inconvinient :(

Original comment by andrey.d...@gmail.com on 10 Nov 2009 at 11:27

GoogleCodeExporter commented 9 years ago
I was bit by this bug as well, and found a work around. If you defer the 
initGears()
function call to execute in the "load" event listener it seems to work, at 
least in
my script. Attached is a test case that works for me.

Mac OS X 10.6.2
Firefox 3.5.6
Gears 0.5.33.0
Greasemonkey 0.8.20091209.4

Original comment by tchrist...@gmail.com on 31 Dec 2009 at 6:25

Attachments: