Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 637199 Details for
Bug 870749
[abrt] kde-baseapps-4.8.5-1.fc16: primarySimpleFontData: Process /usr/bin/konqueror was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Work-around patch for qtwebkit.
qtwebkit-2.2.2-svg-crash-870749.patch (text/plain), 1.71 KB, created by
Alexander Gavrilov
on 2012-11-02 18:30:42 UTC
(
hide
)
Description:
Work-around patch for qtwebkit.
Filename:
MIME Type:
Creator:
Alexander Gavrilov
Created:
2012-11-02 18:30:42 UTC
Size:
1.71 KB
patch
obsolete
>From d6ba4794787c0ab64400c08da670f60f0c635fe9 Mon Sep 17 00:00:00 2001 >From: Alexander Gavrilov <angavrilov@gmail.com> >Date: Wed, 31 Oct 2012 23:37:30 +0400 >Subject: [PATCH] Hook into addChild to catch simple race conditions on > Node::attach() > >--- > Source/WebCore/rendering/svg/RenderSVGText.cpp | 7 +++++++ > Source/WebCore/rendering/svg/RenderSVGText.h | 2 ++ > 2 files changed, 9 insertions(+), 0 deletions(-) > >diff --git a/Source/WebCore/rendering/svg/RenderSVGText.cpp b/Source/WebCore/rendering/svg/RenderSVGText.cpp >index 1b8cbe3..f0f7689 100644 >--- a/Source/WebCore/rendering/svg/RenderSVGText.cpp >+++ b/Source/WebCore/rendering/svg/RenderSVGText.cpp >@@ -62,6 +62,13 @@ bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const > return child->isInline(); > } > >+void RenderSVGText::addChild(RenderObject* newChild, RenderObject* beforeChild) >+{ >+ RenderSVGBlock::addChild(newChild, beforeChild); >+ >+ m_needsPositioningValuesUpdate = true; >+} >+ > RenderSVGText* RenderSVGText::locateRenderSVGTextAncestor(RenderObject* start) > { > ASSERT(start); >diff --git a/Source/WebCore/rendering/svg/RenderSVGText.h b/Source/WebCore/rendering/svg/RenderSVGText.h >index 15ace2b..e5a3133 100644 >--- a/Source/WebCore/rendering/svg/RenderSVGText.h >+++ b/Source/WebCore/rendering/svg/RenderSVGText.h >@@ -38,6 +38,8 @@ public: > > virtual bool isChildAllowed(RenderObject*, RenderStyle*) const; > >+ virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0); >+ > void setNeedsPositioningValuesUpdate() { m_needsPositioningValuesUpdate = true; } > virtual void setNeedsTransformUpdate() { m_needsTransformUpdate = true; } > virtual FloatRect repaintRectInLocalCoordinates() const; >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 870749
:
634512
|
634513
|
634514
|
634515
| 637199