benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

capture call from Greasemonkey crashes Firefox #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a simple GM script which all it does is attempt to capture a file
using Localserver. The file does get captured, but the browser crashes.
Unclear whether this is a GM or a Gears problem. Note that on Mac the
browser just crashes, whereas on Win, it gets generally confused and stops
loading pages.

I attached a GM script to show this:
1) Install GM
2) Install the attached script
3) Go to a Wikipedia page (ex. http://en.wikipedia.org/wiki/Main_Page)
4) Click on "Enable Page Offline" link at the bottom of the page
5) Grant permission to use Gears
6) Reload the page

Given that this is a reproable crash, setting it at a high pri level - feel
free to demote.

Original issue reported on code.google.com by othman@gmail.com on 1 Oct 2007 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gears.te...@gmail.com on 21 Jan 2008 at 5:32

GoogleCodeExporter commented 9 years ago
I've attached an even simpler test case. It looks like "new GearsFactory()" is 
what
causes the crash. I also noticed a log message in the Javascript console about a
Gears dylib not being found.

Original comment by d...@phiffer.org on 2 Oct 2008 at 4:16

Attachments: