Closed
Bug 302942
Opened 20 years ago
Closed 19 years ago
More linking issues with SVG causing "crashes" (no FcPatternCreate)
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: peter.budek)
Details
(Keywords: crash)
Attachments
(1 file)
1.32 KB,
patch
|
tor
:
review+
|
Details | Diff | Splinter Review |
STEPS TO REPRODUCE:
1) Make a GTK1 SVG build.
2) Load http://www.hixie.ch/tests/adhoc/svg/perf/001.xml
EXPECTED RESULTS: SVG renders
ACTUAL RESULTS: relocation error:
/home/bzbarsky/mozilla/profile/obj-opt/dist/bin/components/libgklayout.so:
undefined symbol: FcPatternCreate
This is sort of keeping me from profiling the testcase in bug 296058, since my
profiling-enabled build dies...
Assignee | ||
Comment 1•19 years ago
|
||
cairo seems to need libfontconfig. I added -lfontconfig in config/autoconf.mk after running configure:
MOZ_CAIRO_LIBS = -lmozcairo -lmozlibpixman -L/usr/X11R6/lib -lfontconfig -lXrender -lfreetype
![]() |
Reporter | |
Comment 2•19 years ago
|
||
Attachment #207550 -
Flags: review?(benjamin)
![]() |
Reporter | |
Comment 3•19 years ago
|
||
With that patch, I only hit the crash from bug 299568 here (and the patch proposed there fixes that crash too).
Updated•19 years ago
|
Attachment #207550 -
Flags: review?(benjamin) → review?(tor)
Comment 4•19 years ago
|
||
Somebody who knows cairo should review this, I don't know what it might imply.
Attachment #207550 -
Flags: review?(tor) → review+
![]() |
Reporter | |
Updated•19 years ago
|
Assignee: general → budek
![]() |
Reporter | |
Comment 5•19 years ago
|
||
Checked in to the trunk. Hans-Peter, thank you for the patch!
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•