[Fontconfig-bugs] [Bug 69845] race condition issue?

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 29 20:32:43 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69845

--- Comment #6 from Akira TAGOH <akira at tagoh.org> ---
I have no strong idea how to fix this yet. so I should bring this up to discuss
on the list perhaps.
Anyway, the attached test case can 100% reproduces this issue. additional
changes on my local tree to test it:

--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -16,7 +16,7 @@ TESTDATA=4x6.pcf 8x16.pcf out.expected fonts.conf.in

 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)

-check_PROGRAMS = test-migration
+check_PROGRAMS = test-migration test-bz69845
 if HAVE_PTHREAD
 check_PROGRAMS += test-pthread
 test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
@@ -27,6 +27,8 @@ endif
 noinst_PROGRAMS = $(check_PROGRAMS)

 test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
+test_bz69845_CFLAGS = -DSRCDIR="\"$(abs_srcdir)\""
+test_bz69845_LDADD = $(top_builddir)/src/libfontconfig.la

 EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA)

and copy PCF file on test directory as bz69845.pcf

or I can just commit it into git for testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20130930/4d8c9fd7/attachment.html>


More information about the Fontconfig-bugs mailing list