Closed
Bug 30703
Opened 25 years ago
Closed 24 years ago
Print fails on Solaris
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M18
People
(Reporter: dr, Assigned: warrensomebody)
References
()
Details
Printing in the 2000022708 build, compiled locally on Solaris 7, fails in
several ways:
- Either the page does not print at all (neither to a printer nor to a
postscript file), in the case of large pages such as http://www.w3.org/TR/xslt,
- or the page sort of prints but without any text (for example,
http://www.mozilla.org).
- Also, print-preview and setup are not enabled (this is likely a different
bug).
The first two bugs give me a load of errors resembling:
line ef5c08 is not complete
line f06618 is not complete
line f2b470 is not complete
line f2ac78 is not complete
line f2c1c0 is not complete
line f2b4d0 is not complete
line 14ca828 is not complete
line ef6208 is not complete
line f2c220 is not complete
line 14d3e38 is not complete
line ef6688 is not complete
line 14ca8b8 is not complete
...
This does not seem to be a regression of any earlier bugs I could find...
(cc'ing tor@cs.brown.edu, who compiled this).
If dr@cs.brown.edu is using the version of mozilla I compiled and installed
here, then he's referring to a 3/4 cvs pull. The build ID doesn't mean
anything for development builds.
Comment 2•25 years ago
|
||
The debug statements don't mean anything, these are debug statements that don't
pertain to printing (per buster@netscape.com). The one page does not print on
any platforms, an observer is called.. and printing does not get called back to
finish the job. The http://www.mozilla.org is another problem.. does not belong
on this bug report. What happens to lost page loading requests.. the print job
never gets notified to complete this job.
Assignee: dcone → rpotts
Assignee | ||
Updated•25 years ago
|
Assignee: rpotts → warren
Target Milestone: M15
Assignee | ||
Comment 3•25 years ago
|
||
Missing OnStopRequest notification?
Rick's on sebbatical, so I'll take this for now. No ideas though.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M17
Assignee | ||
Comment 4•25 years ago
|
||
Moving non-essential, non-beta2 and performance-related bugs to M17.
Assignee | ||
Comment 5•25 years ago
|
||
Should this be a beta2 bug? Do we ship on solaris?
Comment 7•25 years ago
|
||
Worksforme.
Using latest build on Solaris, I could print both www.mozilla.org and
www.w3.org/TR/xslt,
both to a printer and into files. It seems that the bug has been fixed already.
worksforeverybody, it seems.
You need to log in
before you can comment on or make changes to this bug.
Description
•