Summary: |
Fontconfig 2.8.0 crashes with SIGBUS |
Product: |
fontconfig
|
Reporter: |
Hans-Albert Schneider <freedesktop-news> |
Component: |
library | Assignee: |
fontconfig-bugs |
Status: |
RESOLVED
DUPLICATE
|
QA Contact: |
Behdad Esfahbod <freedesktop> |
Severity: |
critical
|
|
|
Priority: |
high
|
CC: |
akira
|
Version: |
2.8 | |
|
Hardware: |
SPARC | |
|
OS: |
Solaris | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Stacktrace
|
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.
Created attachment 33987 [details] Stacktrace We are using Fontconfig 2.8.0 with Freetype 2.3.11, libxml2 2.7.6, and Qt 4.5.1. We experience occasional bus errors in our nightly test benches; a stack trace from last night is attached. The program has been compiled with Sun C++ 5.9 on Solaris 9, for 64bit SPARC. siginfo.si_code is BUS_OBJERR. According to what I have read about SIGBUS, this looks to me like some mmap()ed memory is being accessed either out-of-bounds or after munmap().