Firefox crashes while visiting a site

Bug #825937 reported by Oliver Dicklhuber
32
This bug affects 2 people
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

#wrapper
{
 background: #f7f7f7;
 -moz-box-shadow: 0 0 2px #bbb;
 -webkit-box-shadow: 0 0 2px #bbb;
 -moz-border-radius: 0 0 4px 4px;
 -webkit-border-radius: 0 0 4px 4px;
 z-index: 2;
 position: relative;
}

#header
{
 background-color: white;
}

#header ul#mothership
{
 margin: 0;
 padding: 0;
 list-style-type: none;
 height: 20px;
}

#header ul#mothership li
{
 float: right;
 padding: 3px 0;
 margin: 0 16px 0 0;
 font-size: 10px;
 line-height: 14px;
}

#header ul#mothership a
{
 color: #333;
}

#header #orangeHeader
{
 height: 72px;
 background: #d05630 url('../images/orangeheader-tile.png') repeat-x top left;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-radius: 0 0 4px 4px;
}

#header #orangeHeader h1
{
 margin: 0;
    width: 350px;
    float: left;
}

#header #orangeHeader a
{
 display: block;
 height: 72px;
 width: 198px;
 background: url('../images/ubuntu-wiki.png') no-repeat center center;
 padding-left: 40px;
}

#header #orangeHeader span
{
 display: none;
}
/* search box in header */

#search-box {
    float: right;
    margin-top: 24px;
    margin-right: 20px;
}
#searchinput {
    float: left;
}
#fullsearch {
    display: none;
}

#search-box #titlesearch {
    float: left;
    background: url("../images/search_button_sprite.png") transparent;
    width: 24px;
    height: 24px;
    margin: 1px 0 0 8px;
    padding: 0;
    border: none;
    cursor: pointer;
    text-indent: 50px;
    float: left;
}

#pageTitle
{
 margin: 10px 0;
 color: #aea79f;
}

#main
{
 background: #f7f6f5;
}
#container
{
 margin: 0 0 0 20px;
 width: 944px;
 float: left;
}

#secondary
{
 margin: 40px 20px 0 0;
 width: 224px;
 float: right;
}

.post
{
 background: #fff;
 margin: 0 0 16px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 padding: 8px;
 -moz-box-shadow: 0px 1px 2px #CCC;
 -webkit-box-shadow: 0px 1px 2px #CCC;
 box-shadow: 0px 1px 2px #CCC;
}

.post .postHeader
{
 border-bottom: 1px dotted #aea79f;
 margin: 0 0 8px 0;
}

.post .postHeader h2
{
 width: 560px;
 float: left;
 margin-bottom: 4px;
}

.post .postHeader h3
{
 width: 560px;
 float: left;
 color: #aea79f;
 margin-bottom: 16px;
}

.post .postHeader h2.entry-title,
.post .postHeader h2.entry-title a
{
 color: #333333;
}
.post .postHeader img
{
 float: right;
 max-height: 56px;
 padding-top: 4px;
}

.post .entry-content
{
 border-bottom: 1px dotted #aea79f;
 padding-bottom: 8px;
}

.post .entry-content p
{
 clear: both;
}

.post .entry-content img
{
 float: left;
 margin: 0 8px 8px 0;
}

.post .entry-utility
{
 margin: 8px 0 0;
 text-align: right;
}

.post .entry-utility .cat-links a
{
 color: #888;
}

.xoxo
{
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.widgetcontainer
{
 background: #fff;
 margin: 0 0 16px 0;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 padding: 0 0 1em 0;
 -moz-box-shadow: 0px 2px 2px #CCC;
 -webkit-box-shadow: 0px 2px 3px #CCC;
 box-shadow: 0px 2px 3px #CCC;
}

.widgetcontainer .widgettitle
{
 padding: 10px 8px;
 background: url("../images/sidebox_stripes.png");
 -moz-border-top-left-radius: 4px;
 -webkit-border-top-left-radius: 4px;
 -moz-border-top-right-radius: 4px;
 -webkit-border-top-right-radius: 4px;
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
 font-size: 18px;
}

.widgetcontainer p
{
 margin: 0 8px 1em 8px;
}

.widgetcontainer p:last-child
{
 margin: 0 8px;
}

.widgetcontainer a
{
 color: #333;
}

.widgetcontainer p a
{
 text-decoration: underline;
}

.widgetcontainer ul
{
 margin: 0 8px;
 padding: 0;
 list-style-type: none;
}

.widgetcontainer ul li
{
 padding: 6px 0;
 border-bottom: 1px dotted #aea79f;
}

.widgetcontainer ul li:last-child
{
 border: 0;
}

#footer
{
 background: #F7F6F5;
 z-index: 1;
 position: relative;
 color: #aea79f;
 padding: 56px 16px 16px 16px;
}

#footer p
{
 margin: 0;
 font-size: 10px;
 line-height: 14px;
}

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: firefox 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
ProcVersionSignature: Ubuntu 2.6.35-30.56-generic 2.6.35.13
Uname: Linux 2.6.35-30-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: cb64b1e080956052cc566ace0644743b
CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
Date: Sat Aug 13 19:58:02 2011
FirefoxPackages:
 firefox 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
 firefox-gnome-support 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
 firefox-branding 3.6.18+build2+nobinonly-0ubuntu0.10.10.2
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANG=de_DE.utf8
 SHELL=/bin/bash
SourcePackage: firefox

Revision history for this message
Oliver Dicklhuber (oliver-derpharisaeer) wrote :
Revision history for this message
Timothy Mayoh (timothy-m-deactivatedaccount) wrote :

Does this crash occur with Firefox on other operating systems/Firefox's latest version (5.0)?

Changed in firefox (Ubuntu):
status: New → Incomplete
Revision history for this message
Oliver Dicklhuber (oliver-derpharisaeer) wrote : Re: [Bug 825937] Re: Firefox crashes while visiting a site
Download full text (6.6 KiB)

No, it is`nt the latest version. It`s Version 3.6.18.
with kindly regards
Oliver
-------- Original-Nachricht --------
> Datum: Sat, 13 Aug 2011 18:21:39 -0000
> Von: Timothy <email address hidden>
> An: <email address hidden>
> Betreff: [Bug 825937] Re: Firefox crashes while visiting a site

> Does this crash occur with Firefox on other operating systems/Firefox's
> latest version (5.0)?
>
> ** Changed in: firefox (Ubuntu)
> Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/825937
>
> Title:
> Firefox crashes while visiting a site
>
> Status in “firefox” package in Ubuntu:
> Incomplete
>
> Bug description:
> #wrapper
> {
> background: #f7f7f7;
> -moz-box-shadow: 0 0 2px #bbb;
> -webkit-box-shadow: 0 0 2px #bbb;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-radius: 0 0 4px 4px;
> z-index: 2;
> position: relative;
> }
>
> #header
> {
> background-color: white;
> }
>
> #header ul#mothership
> {
> margin: 0;
> padding: 0;
> list-style-type: none;
> height: 20px;
> }
>
> #header ul#mothership li
> {
> float: right;
> padding: 3px 0;
> margin: 0 16px 0 0;
> font-size: 10px;
> line-height: 14px;
> }
>
> #header ul#mothership a
> {
> color: #333;
> }
>
> #header #orangeHeader
> {
> height: 72px;
> background: #d05630 url('../images/orangeheader-tile.png') repeat-x top
> left;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-bottom-right-radius: 4px;
> -webkit-border-bottom-left-radius: 4px;
> border-radius: 0 0 4px 4px;
> }
>
> #header #orangeHeader h1
> {
> margin: 0;
> width: 350px;
> float: left;
> }
>
> #header #orangeHeader a
> {
> display: block;
> height: 72px;
> width: 198px;
> background: url('../images/ubuntu-wiki.png') no-repeat center center;
> padding-left: 40px;
> }
>
> #header #orangeHeader span
> {
> display: none;
> }
> /* search box in header */
>
> #search-box {
> float: right;
> margin-top: 24px;
> margin-right: 20px;
> }
> #searchinput {
> float: left;
> }
> #fullsearch {
> display: none;
> }
>
> #search-box #titlesearch {
> float: left;
> background: url("../images/search_button_sprite.png") transparent;
> width: 24px;
> height: 24px;
> margin: 1px 0 0 8px;
> padding: 0;
> border: none;
> cursor: pointer;
> text-indent: 50px;
> float: left;
> }
>
>
> #pageTitle
> {
> margin: 10px 0;
> color: #aea79f;
> }
>
> #main
> {
> background: #f7f6f5;
> }
> #container
> {
> margin: 0 0 0 20px;
> width: 944px;
> float: left;
> }
>
> #secondary
> {
> margin: 40px 20px 0 0;
> width: 224px;
> float: right;
> }
>
> .post
> {
> background: #fff;
> margin: 0 0 16px 0;
> -moz-border-radius: 4px;
> -webkit-border-radius: 4px;
> padding: 8px;
> -moz-box-shadow: 0px 1px 2px #CCC;
> -webkit-box-shadow: 0px 1px 2px #CCC;
> box-shadow: 0px 1px 2px #CCC;
> ...

Read more...

Revision history for this message
Timothy Mayoh (timothy-m-deactivatedaccount) wrote :

I know you are not using the latest version, but can you please check to find out if it occurs in newer versions to see if the bug has already been fixed upstream (this would allow the patch to be backported in to an update perhaps)?

If it does still occur in the latest version, it would also be useful to find out if it occurs on other operating systems to see if it is a fault with Firefox as a whole (I would then report it upstream) or just the Linux/Ubuntu-specific version.

Thanks in advance,
Timothy

Revision history for this message
Oliver Dicklhuber (oliver-derpharisaeer) wrote :
Download full text (7.0 KiB)

well i will try the latest version, how can i get it into ubuntu?
with kindly regards
Oliver
-------- Original-Nachricht --------
> Datum: Sun, 14 Aug 2011 09:21:54 -0000
> Von: Timothy <email address hidden>
> An: <email address hidden>
> Betreff: [Bug 825937] Re: Firefox crashes while visiting a site

> I know you are not using the latest version, but can you please check to
> find out if it occurs in newer versions to see if the bug has already
> been fixed upstream (this would allow the patch to be backported in to
> an update perhaps)?
>
> If it does still occur in the latest version, it would also be useful to
> find out if it occurs on other operating systems to see if it is a fault
> with Firefox as a whole (I would then report it upstream) or just the
> Linux/Ubuntu-specific version.
>
> Thanks in advance,
> Timothy
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/825937
>
> Title:
> Firefox crashes while visiting a site
>
> Status in “firefox” package in Ubuntu:
> Incomplete
>
> Bug description:
> #wrapper
> {
> background: #f7f7f7;
> -moz-box-shadow: 0 0 2px #bbb;
> -webkit-box-shadow: 0 0 2px #bbb;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-radius: 0 0 4px 4px;
> z-index: 2;
> position: relative;
> }
>
> #header
> {
> background-color: white;
> }
>
> #header ul#mothership
> {
> margin: 0;
> padding: 0;
> list-style-type: none;
> height: 20px;
> }
>
> #header ul#mothership li
> {
> float: right;
> padding: 3px 0;
> margin: 0 16px 0 0;
> font-size: 10px;
> line-height: 14px;
> }
>
> #header ul#mothership a
> {
> color: #333;
> }
>
> #header #orangeHeader
> {
> height: 72px;
> background: #d05630 url('../images/orangeheader-tile.png') repeat-x top
> left;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-bottom-right-radius: 4px;
> -webkit-border-bottom-left-radius: 4px;
> border-radius: 0 0 4px 4px;
> }
>
> #header #orangeHeader h1
> {
> margin: 0;
> width: 350px;
> float: left;
> }
>
> #header #orangeHeader a
> {
> display: block;
> height: 72px;
> width: 198px;
> background: url('../images/ubuntu-wiki.png') no-repeat center center;
> padding-left: 40px;
> }
>
> #header #orangeHeader span
> {
> display: none;
> }
> /* search box in header */
>
> #search-box {
> float: right;
> margin-top: 24px;
> margin-right: 20px;
> }
> #searchinput {
> float: left;
> }
> #fullsearch {
> display: none;
> }
>
> #search-box #titlesearch {
> float: left;
> background: url("../images/search_button_sprite.png") transparent;
> width: 24px;
> height: 24px;
> margin: 1px 0 0 8px;
> padding: 0;
> border: none;
> cursor: pointer;
> text-indent: 50px;
> float: left;
> }
>
>
> #pageTitle
> {
> margin: 10px 0;
> color: #aea79f;
> }
>
> #main
> {
> background: #f7f6f5;
> }
> #container
> {
> margin: 0 0 0 20px;
> width: 944px;
> float: le...

Read more...

Revision history for this message
Oliver Dicklhuber (oliver-derpharisaeer) wrote :
Download full text (7.3 KiB)

hallo timothy,
well, I find something to update the firefox browser:
$ sudo add-apt-repository ppa:mozillateam/firefox-stable
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install firefox-locale-de

I will try this. but I will do it on tuesday the 16th. Because mozilla is relasing the newest version 6.

You will hear from me.
with kindly regards
Oliver
-------- Original-Nachricht --------
> Datum: Sun, 14 Aug 2011 09:21:54 -0000
> Von: Timothy <email address hidden>
> An: <email address hidden>
> Betreff: [Bug 825937] Re: Firefox crashes while visiting a site

> I know you are not using the latest version, but can you please check to
> find out if it occurs in newer versions to see if the bug has already
> been fixed upstream (this would allow the patch to be backported in to
> an update perhaps)?
>
> If it does still occur in the latest version, it would also be useful to
> find out if it occurs on other operating systems to see if it is a fault
> with Firefox as a whole (I would then report it upstream) or just the
> Linux/Ubuntu-specific version.
>
> Thanks in advance,
> Timothy
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/825937
>
> Title:
> Firefox crashes while visiting a site
>
> Status in “firefox” package in Ubuntu:
> Incomplete
>
> Bug description:
> #wrapper
> {
> background: #f7f7f7;
> -moz-box-shadow: 0 0 2px #bbb;
> -webkit-box-shadow: 0 0 2px #bbb;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-radius: 0 0 4px 4px;
> z-index: 2;
> position: relative;
> }
>
> #header
> {
> background-color: white;
> }
>
> #header ul#mothership
> {
> margin: 0;
> padding: 0;
> list-style-type: none;
> height: 20px;
> }
>
> #header ul#mothership li
> {
> float: right;
> padding: 3px 0;
> margin: 0 16px 0 0;
> font-size: 10px;
> line-height: 14px;
> }
>
> #header ul#mothership a
> {
> color: #333;
> }
>
> #header #orangeHeader
> {
> height: 72px;
> background: #d05630 url('../images/orangeheader-tile.png') repeat-x top
> left;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-bottom-right-radius: 4px;
> -webkit-border-bottom-left-radius: 4px;
> border-radius: 0 0 4px 4px;
> }
>
> #header #orangeHeader h1
> {
> margin: 0;
> width: 350px;
> float: left;
> }
>
> #header #orangeHeader a
> {
> display: block;
> height: 72px;
> width: 198px;
> background: url('../images/ubuntu-wiki.png') no-repeat center center;
> padding-left: 40px;
> }
>
> #header #orangeHeader span
> {
> display: none;
> }
> /* search box in header */
>
> #search-box {
> float: right;
> margin-top: 24px;
> margin-right: 20px;
> }
> #searchinput {
> float: left;
> }
> #fullsearch {
> display: none;
> }
>
> #search-box #titlesearch {
> float: left;
> background: url("../images/search_button_sprite.png") transparent;
> width: 24px;
> height: 24px;
> margin: 1px 0 0 8px;
> padding: 0;
> border: none;
> cu...

Read more...

Revision history for this message
Timothy Mayoh (timothy-m-deactivatedaccount) wrote :

If you install the latest version of Ubuntu (11.04) you will get it automatically (this is what I would recommend).

Alternatively, it is possible to either add the official Firefox PPA to your system (https://launchpad.net/~mozillateam/+archive/firefox-stable) or download it from the Mozilla website: http://www.mozilla.com/en-US/firefox/all.html.

Revision history for this message
Oliver Dicklhuber (oliver-derpharisaeer) wrote :
Download full text (6.9 KiB)

Dear Timothy,

after i`d updated to firefox version 6 and tried it for a few days, I think the problem is solved.
Thank you for the help.

with kindly regards
Oliver

-------- Original-Nachricht --------
> Datum: Sun, 14 Aug 2011 14:41:13 -0000
> Von: Timothy <email address hidden>
> An: <email address hidden>
> Betreff: [Bug 825937] Re: Firefox crashes while visiting a site

> If you install the latest version of Ubuntu (11.04) you will get it
> automatically (this is what I would recommend).
>
> Alternatively, it is possible to either add the official Firefox PPA to
> your system (https://launchpad.net/~mozillateam/+archive/firefox-stable)
> or download it from the Mozilla website: http://www.mozilla.com/en-
> US/firefox/all.html.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/825937
>
> Title:
> Firefox crashes while visiting a site
>
> Status in “firefox” package in Ubuntu:
> Incomplete
>
> Bug description:
> #wrapper
> {
> background: #f7f7f7;
> -moz-box-shadow: 0 0 2px #bbb;
> -webkit-box-shadow: 0 0 2px #bbb;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-radius: 0 0 4px 4px;
> z-index: 2;
> position: relative;
> }
>
> #header
> {
> background-color: white;
> }
>
> #header ul#mothership
> {
> margin: 0;
> padding: 0;
> list-style-type: none;
> height: 20px;
> }
>
> #header ul#mothership li
> {
> float: right;
> padding: 3px 0;
> margin: 0 16px 0 0;
> font-size: 10px;
> line-height: 14px;
> }
>
> #header ul#mothership a
> {
> color: #333;
> }
>
> #header #orangeHeader
> {
> height: 72px;
> background: #d05630 url('../images/orangeheader-tile.png') repeat-x top
> left;
> -moz-border-radius: 0 0 4px 4px;
> -webkit-border-bottom-right-radius: 4px;
> -webkit-border-bottom-left-radius: 4px;
> border-radius: 0 0 4px 4px;
> }
>
> #header #orangeHeader h1
> {
> margin: 0;
> width: 350px;
> float: left;
> }
>
> #header #orangeHeader a
> {
> display: block;
> height: 72px;
> width: 198px;
> background: url('../images/ubuntu-wiki.png') no-repeat center center;
> padding-left: 40px;
> }
>
> #header #orangeHeader span
> {
> display: none;
> }
> /* search box in header */
>
> #search-box {
> float: right;
> margin-top: 24px;
> margin-right: 20px;
> }
> #searchinput {
> float: left;
> }
> #fullsearch {
> display: none;
> }
>
> #search-box #titlesearch {
> float: left;
> background: url("../images/search_button_sprite.png") transparent;
> width: 24px;
> height: 24px;
> margin: 1px 0 0 8px;
> padding: 0;
> border: none;
> cursor: pointer;
> text-indent: 50px;
> float: left;
> }
>
>
> #pageTitle
> {
> margin: 10px 0;
> color: #aea79f;
> }
>
> #main
> {
> background: #f7f6f5;
> }
> #container
> {
> margin: 0 0 0 20px;
> width: 944px;
> float: left;
> }
>
> #secondary
> {
> margin: 40px 20px 0 0;
> width: 224px;
> float: rig...

Read more...

Changed in firefox (Ubuntu):
status: Incomplete → Invalid
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.