Firefox crash during gc

Bug #1164302 reported by Maxim Ermilov
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WebApps: Websites integration Firefox plug-in
Fix Released
High
Alexandre Abreu
webapps-greasemonkey (Ubuntu)
Fix Released
Undecided
Unassigned
Quantal
Won't Fix
Undecided
Unassigned

Bug Description

[Impact]
Crash during garbage collection.

[Test Case]
1. open about:memory
2. open gmail.com in new tab
3. wait for appear of gmail launcher icon
4. navigate to g+(in gmail tab)
5. press GC button (about:memory)
6. No crash should happen,

[Regression Potential]
The changes are minimal and controlled. Issues should stay within the boundary of the webapps functionality and might prevent injected scripts (for individual websites) from
properly working.

Related branches

Maxim Ermilov (zaspire)
Changed in webapps-greasemonkey:
importance: Undecided → High
assignee: nobody → Alexandre Abreu (abreu-alexandre)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

Fix committed into lp:webapps-greasemonkey at revision 871, scheduled for release in webapps-greasemonkey, milestone Unknown

Changed in webapps-greasemonkey:
status: New → Fix Committed
summary: - crash during gc
+ Firefox crash during gc
description: updated
Changed in webapps-greasemonkey:
status: Fix Committed → Fix Released
Changed in webapps-greasemonkey (Ubuntu):
milestone: none → quantal-updates
Changed in webapps-greasemonkey (Ubuntu):
milestone: quantal-updates → none
status: New → Fix Released
Changed in webapps-greasemonkey (Ubuntu Quantal):
milestone: none → quantal-updates
Revision history for this message
Brian Murray (brian-murray) wrote :

This upload sets two maxVersion's in install.rdf:

diff -Nru webapps-greasemonkey-2.3.5/install.rdf webapps-greasemonkey-2.3.5.2/install.rdf
--- webapps-greasemonkey-2.3.5/install.rdf 2012-10-09 19:49:56.000000000 +0000
+++ webapps-greasemonkey-2.3.5.2/install.rdf 2013-04-04 18:26:04.000000000 +0000
@@ -6,7 +6,7 @@
   <Description about="urn:mozilla:install-manifest">

     <em:id>{2e1445b0-2682-11e1-bfc2-0800200c9a66}</em:id>
- <em:version>2.3.5</em:version>
+ <em:version>2.3.5.1</em:version>
     <em:creator>Canonical Ltd.</em:creator>

     <em:type>2</em:type>
@@ -44,7 +44,8 @@
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>9.0</em:minVersion>
- <em:maxVersion>14.*</em:maxVersion>
+ <em:maxVersion>17.*</em:maxVersion>
+ <em:maxVersion>18.*</em:maxVersion>
       </Description>
     </em:targetApplication>

I'm not sure that will work out well.

Revision history for this message
Brian Murray (brian-murray) wrote :

Please let me know if this upload should be rejected.

Revision history for this message
Rolf Leggewie (r0lf) wrote :

quantal has seen the end of its life and is no longer receiving any updates. Marking the quantal task for this ticket as "Won't Fix".

Changed in webapps-greasemonkey (Ubuntu Quantal):
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.