Apport doesn't recognise Firefox 3.6

Bug #522535 reported by PeggySue
42
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Ubufox Extension
New
Undecided
Unassigned
ubufox (Ubuntu)
Fix Released
High
Alexander Sack

Bug Description

Binary package hint: apport

Using Lucid alpha 1, Firefox 3.6
Open Firefox
Help | Report a problem
Apport opens a window "Invalid Problem Report" Error message "Package Firefox 3.6 does not exist"

Repeatable.

ProblemType: Bug
Architecture: i386
Date: Fri Feb 12 14:09:31 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: '/var/log/installer/media-info'
Package: apport 1.12-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-7.10-generic
SourcePackage: apport
Uname: Linux 2.6.32-7-generic i686

Related branches

Revision history for this message
PeggySue (peter-peterwpaintings) wrote :
kecsap (csaba-kertesz)
Changed in apport (Ubuntu):
assignee: nobody → kecsap (csaba-kertesz)
Revision history for this message
Micah Gersten (micahg) wrote :

Moving to the firefox package as I believe the problem is there.

affects: apport (Ubuntu) → firefox (Ubuntu)
Changed in firefox (Ubuntu):
assignee: kecsap (csaba-kertesz) → Micah Gersten (micahg)
importance: Undecided → High
status: New → Triaged
Revision history for this message
kecsap (csaba-kertesz) wrote :

The problem is that there is no firefox-3.6 package provided and therefore the ubufox extension gives wrong version number for the apport scripts. The fix for this in Lucid to provide firefox-3.6 package or disable the fetching of the program version with this patch in ubufox:

=== modified file 'content/overlay.js'
--- content/overlay.js 2009-10-09 12:16:09 +0000
+++ content/overlay.js 2010-02-16 15:14:17 +0000
@@ -157,10 +157,7 @@
   procUtil.init(executable);

   var args = null;
- if (getAppVersion())
- args = new Array("-p", "firefox-" + getAppVersion());
- else
- args = new Array("-p", "firefox" );
+ args = new Array("-p", "firefox" );

   var res = procUtil.run(false, args, args.length);
 }

Revision history for this message
kecsap (csaba-kertesz) wrote :

I meant the ubufox tries to send an error report for a package which does not exist. The following patch does not fetch the version number.

Revision history for this message
Micah Gersten (micahg) wrote :

Moving to ubufox as that's the actual problem for this.

@kecsap
That patch would break ubufox for Firefox 3.0 and Firefox 3.5 (which I guess won't be a problem soon), but the better fix I think is to only return the version where appropriate.

affects: firefox (Ubuntu) → ubufox (Ubuntu)
kecsap (csaba-kertesz)
Changed in ubufox:
assignee: nobody → kecsap (csaba-kertesz)
status: New → In Progress
Revision history for this message
kecsap (csaba-kertesz) wrote :

@Micah: I have just realized that you already attached a patch and your patch suits much more better. Should I do anything with this bug?

Revision history for this message
Micah Gersten (micahg) wrote :

@kecsap

No, I think this is good, but please feel free to work on any other bugs...

kecsap (csaba-kertesz)
Changed in ubufox:
assignee: kecsap (csaba-kertesz) → nobody
status: In Progress → New
Revision history for this message
Micah Gersten (micahg) wrote :

Reassigning to asac as a reminder to release before beta 1 :)

Changed in ubufox (Ubuntu):
milestone: none → ubuntu-10.04-beta-1
assignee: Micah Gersten (micahg) → Alexander Sack (asac)
milestone: ubuntu-10.04-beta-1 → none
milestone: none → ubuntu-10.04-beta-1
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ubufox - 0.9~b1-0ubuntu2

---------------
ubufox (0.9~b1-0ubuntu2) lucid; urgency=low

  * fix LP: #522535 - Apport doesn't recognise Firefox 3.6; add
    getSourcePackageName(); update getAppVersion() to reflect unversioned
    Firefox 3.6
    - add debian/patches/lp522535_fix_content_overlay.patch
    - update debian/patches/series
 -- Micah Gersten <email address hidden> Mon, 15 Mar 2010 16:57:22 -0500

Changed in ubufox (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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