Closed
Bug 269191
Opened 20 years ago
Closed 20 years ago
assertion failure at installation end
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matp75zilla, Assigned: ajschult784)
Details
Attachments
(1 file)
504 bytes,
patch
|
dveditz
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041111
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a5) Gecko/20041110
Installation of nighty build of mozilla linux classic (gtk1) fails on fedora core 3
Gtk-CRITICAL **: file gtkprogress.c: line 518 (gtk_progress_set_percentage):
assertion `percentage >= 0 && percentage <= 1.0' failed.
this occurs at the end of installation, so I guess percentage much be just over
1.0, which makes this assertion fails
Reproducible: Always
Steps to Reproduce:
1.run mozilla-installer
2.select complete installation, custom directory
3.start the installation
4. the assertion failure occurs at the end
this problem is completely reproducible with this build
with a gtk2+xft build of 20041111 or 1.7.3, I don't have this problem. I can
also install Firefix 1.0 without a problem.
Assignee | ||
Comment 1•20 years ago
|
||
how wonderfully fragile
this is due (I think both of the files) to the recent xpcom splitting
Assignee: general → ajschult
Status: UNCONFIRMED → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Attachment #165799 -
Flags: superreview?(dveditz)
Attachment #165799 -
Flags: review?(dveditz)
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 2•20 years ago
|
||
I get the same error message trying to do a "Full Install"
of version 1,8a5 with no custom options, on a Fedora 2 system currently running
Mozilla 1.7.3.
Comment 3•20 years ago
|
||
Comment on attachment 165799 [details] [diff] [review]
patch
r/sr=dveditz
Attachment #165799 -
Flags: superreview?(dveditz)
Attachment #165799 -
Flags: superreview+
Attachment #165799 -
Flags: review?(dveditz)
Attachment #165799 -
Flags: review+
Comment 4•20 years ago
|
||
Patch checked in for 1.8a6.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•