http://bugs.winehq.org/show_bug.cgi?id=22021
Christoph Bauer ich@christoph-bauer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ich@christoph-bauer.net
--- Comment #4 from Christoph Bauer ich@christoph-bauer.net 2010-05-05 08:21:12 --- It's also visible on debian. With strace I see a lot of calls to
--- SIGSEGV (Segmentation fault) @ 0 (0) --- open("/usr/bin/../share/wine/fonts/vgasys.fon", O_RDONLY|O_LARGEFILE) = 31 open("/usr/bin/../share/wine/fonts/vgasys.fon", O_RDONLY|O_LARGEFILE) = 31 open("/usr/bin/../share/wine/fonts/vgasys.fon", O_RDONLY|O_LARGEFILE) = 31 open("/usr/bin/../share/wine/fonts/vgasys.fon", O_RDONLY|O_LARGEFILE) = 31
(I filter for open calls). I guess under native windows, the font file is cached internally somehow.