Closed
Bug 110804
Opened 24 years ago
Closed 24 years ago
gdk exits when try to do "print Preview"
Categories
(Core :: Internationalization, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: amyy, Assigned: bstell)
References
()
Details
(Keywords: crash, intl, regression)
Attachments
(1 file)
|
856 bytes,
patch
|
tetsuroy
:
review+
waterson
:
superreview+
|
Details | Diff | Splinter Review |
Build: 11-19-06 trunk build.
When click the menu item "Print Preview" under file, the browser got crashed.
It was worked fine on 11-16 trunk build.
| Reporter | ||
Updated•24 years ago
|
Keywords: crash,
regression
Summary: Crash when try to do "print Preview" → Linux: Crash when try to do "print Preview"
Comment 2•24 years ago
|
||
Will take a look
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.7
Comment 3•24 years ago
|
||
WFM with Sparc Solaris build 2001111822.
Comment 5•24 years ago
|
||
Just pulled and built and I was able to PP the mozilla.org page.
I need an URL or a stack trace or something
Status: NEW → ASSIGNED
Updated•24 years ago
|
Summary: Linux: Crash when try to do "print Preview" → [WFM]Linux: Crash when try to do "print Preview"
| Reporter | ||
Comment 6•24 years ago
|
||
I have this crash with any pages. And don't know why talkback was not showing
up with this crash, I only see the error message in terminal window:
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 63454 error_code 8 request_code 73 minor_code 0
It doesn't crash with 11/16 trunk build, but it does crash on 11/18 trunk build
on my system. Added bstell on cc list.
| Reporter | ||
Updated•24 years ago
|
| Reporter | ||
Comment 9•24 years ago
|
||
Another way:
go: http://www.kdaily.com will see the crash which is same as when I try print
preview - same error message and no talkback pops-up.
Comment 10•24 years ago
|
||
Yuying, can you please provide a URL and/or stack trace? thanks.
Comment 11•24 years ago
|
||
This crash doesn't happen when running browser in C or en_US locale. It crashes
in Japanese locale. That's why only people in intl group see this crash.
Keywords: intl
Comment 12•24 years ago
|
||
I am not really sure how I can fix this bug
Comment 13•24 years ago
|
||
I will take a look. Take the bug for now.
Assignee: rods → shanjian
Status: ASSIGNED → NEW
| Assignee | ||
Comment 15•24 years ago
|
||
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
> serial 63454 error_code 8 request_code 73 minor_code 0
this appears related to the checkin of bug 90813
Assignee: shanjian → bstell
| Reporter | ||
Comment 16•24 years ago
|
||
Change product to intl - not only crash on print preview but also by loading
some web pages. (e.g. kdaily.com)
Component: Printing → Internationalization
| Assignee | ||
Comment 17•24 years ago
|
||
The test for invalid size was before some of the code that could
update the size.
| Assignee | ||
Comment 18•24 years ago
|
||
*** Bug 110858 has been marked as a duplicate of this bug. ***
Comment 19•24 years ago
|
||
Comment on attachment 58571 [details] [diff] [review]
patch; move test for invalid size to after last time value is set
/r=yokoyama
Attachment #58571 -
Flags: review+
| Assignee | ||
Comment 20•24 years ago
|
||
changed title from:
[WFM]Linux: Crash when try to do "print Preview"
to:
gdk exits when try to do "print Preview"
Status: NEW → ASSIGNED
Summary: [WFM]Linux: Crash when try to do "print Preview" → gdk exits when try to do "print Preview"
| Assignee | ||
Updated•24 years ago
|
Attachment #58571 -
Attachment description: patch; move test for invalid size to after value is set → patch; move test for invalid size to after last time value is set
Comment 21•24 years ago
|
||
| Assignee | ||
Comment 22•24 years ago
|
||
> I wonder if this fix would also fix the problem that
> occured in bug 32736 (in the old deprecated shm code).
The code in the bug is definitely unrelated to bug 32736.
I'm only familar with request codes up to 119 so I don't recognize
the error:
Gdk-ERROR **: BadMatch (invalid parameter attributes)
serial 18726 error_code 8 request_code 129 minor_code 4
> Certainly it'd be quite nice to fix bug 32736 now that
> we're using blending a bit more heavily under X11 for
> aasb fonts.
For AA text display I would much prefer to see the Render extension
used than shared memory since Render knows how to interact well with
the hardware (ie: avoiding video bus contention).
| Assignee | ||
Comment 23•24 years ago
|
||
> Render knows how to interact well with
> the hardware (ie: avoiding video bus contention).
oops, I forgot: moz draws text to an off screen buffer so this may not
matter. Still, Xrender removes the need to move the background down to
the client for blending then back up to the server.
Comment 24•24 years ago
|
||
> oops, I forgot: moz draws text to an off screen buffer so this may not
> matter. Still, Xrender removes the need to move the background down to
> the client for blending then back up to the server.
Sure! But then, fixing/re-adding shm support for the 'get'
would make the speed of the process suck somewhat less for
the X servers out there which don't have (working) XRender
support (ie. the vast majority of them).
| Assignee | ||
Comment 25•24 years ago
|
||
> the X servers out there which don't have (working) XRender
> support (ie. the vast majority of them).
Is this true?
Comment 26•24 years ago
|
||
> Is this true?
e.g. of the five X setups I use only one has a (presumably -- untested) working
RENDER set-up, and I'm more often obsessively-upgrading than the average person,
I think. I'm extrapolating from that.
| Assignee | ||
Comment 27•24 years ago
|
||
the reason I ask is that I'm trying to get an TrueType solution that allows
Xrender but does not require it and I find I'm being beaten soundly about the
head and shoulders for even considering such a thing.
Comment 28•24 years ago
|
||
Don't get me wrong; I'd be as keen as anyone on a nice TTF solution which is
possibly-independant of RENDER. I am merely wishing to draw attention to what
looks like relatively-light work which would possibly benefit more users in the
short term.
Comment 29•24 years ago
|
||
Comment on attachment 58571 [details] [diff] [review]
patch; move test for invalid size to after last time value is set
sr=waterson
Attachment #58571 -
Flags: superreview+
| Assignee | ||
Comment 30•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 31•24 years ago
|
||
Not reproducible on 11-29 trunk build.
Verified fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•