Closed
Bug 307636
Opened 20 years ago
Closed 18 years ago
seg fault when printing maps.google.com
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gojomomozillabugzilla, Unassigned)
References
()
Details
(Keywords: crash, stackwanted)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6
For many pages, selecting "file->print" then "print" results in a momentary
progress dialog, then firefox crashes (exits closing all windows with no error
message). One URL that reliably reproduces the crash is
"http://maps.google.com". Running in 'safe mode' I at least get a small note
about a segmentation fault:
[gojomo@localhost ~]$ firefox -safe-mode
*** loading the extensions datasource
*** ExtensionManager:_updateManifests: no access privileges to application
directory, skipping.
*** loading the extensions datasource
UA: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720
Fedora/1.0.6-1.1.fc3 Firefox/1.0.6:, extra: Firefox/1.0.6
/usr/lib/firefox-1.0.6/run-mozilla.sh: line 159: 9174 Segmentation fault
"$prog" ${1+"$@"}
[gojomo@localhost ~]$
(Other times, running "firefox &", I get a message indicating a 139 exit code:
[gojomo@localhost ~]$ firefox &
[1] 8891
[gojomo@localhost ~]$
[1]+ Exit 139 firefox
[gojomo@localhost ~]$
)
Reproducible: Always
Steps to Reproduce:
1. Visit http://maps.google.com
2. Select File -> Print
3. Press the "Print" button
Actual Results:
Crash: firefox exits, with no message whatsoever if launched with just
"firefox", with a 139 exit code reported if launched with "firefox &", with a
segmentation fault message (see above) if launched with "firefox -safe-mode".
Expected Results:
Printed page and stayed running.
Comment 1•20 years ago
|
||
Does it occur in Firefox 1.5b1?
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5b1/
Comment 2•20 years ago
|
||
A talkback ID for the crash would be nice. http://kb.mozillazine.org/Talkback
Comment 4•20 years ago
|
||
This is not useful without a talkback ID, preferably for a recent trunk build.
Also note bug 291062.
Assignee: nobody → printing
Component: OS Integration → Printing
Keywords: crash,
stackwanted
Product: Firefox → Core
QA Contact: os.integration
Version: unspecified → Trunk
Comment 5•20 years ago
|
||
WFM, SeaMonkey 2006-01-11 trunk Linux.
Comment 6•18 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•