In the update from 0.8 to 0.11, FontServerNew() was changed to receive a linked-list of fontpath (from a colon-separated directory list in 0.8) http://webcvs.freedesktop.org/stsf/stsf/STFontServer/src/fontserver.c?annotate=1.7#l432 But a caller of FontServerNew() in client libary is not updated http://webcvs.freedesktop.org/stsf/stsf/STClientLibrary/src/connection.c?r1=1.3&r2=1.4 Therefore, when FSSessionOpen() is called which passes colon-separate string to FontServerNew(), STSF is crashed by SEGV.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.