http://bugs.winehq.org/show_bug.cgi?id=2553
Summary: Asian fonts from Acrobat Reader crashes wine Product: Wine Version: 20041019 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: utx@penguin.cz
How to repeat: - Install Acrobat Reader 5.09 for Linux and Asian Fonts for Acrobat Reader 20020815. - add path to Acrobat Reader font directory to /etc/fonts/local.conf - Call fc-cache. - Run wine. All graphical applications will crash with unhandled exception:
31722 open("/opt/Acrobat5/Resource/Font/MSungStd-Light-Acro.otf", O_RDONLY) = 9 31722 fcntl64(9, F_SETFD, FD_CLOEXEC) = 0 31722 fstat64(9, {st_mode=S_IFREG|0644, st_size=8351624, ...}) = 0 31722 mmap2(NULL, 8351624, PROT_READ, MAP_PRIVATE, 9, 0) = 0x40adb000 31722 close(9) = 0 31722 --- SIGSEGV (Segmentation fault) @ 0 (0) ---