open office seg faults 2003-12-01 - By Jay Daniels
Back All open office apps seg fault. Here is the end of strace on oowriter. It seems it seg faults loading fonts. I do have a lot of fonts installed...
open( "/usr/share/fonts/monotype/Extream/fingerpr.ttf ", O_RDONLY) = 12 fstat64(12, {st_mode=S_IFREG|0644, st_size=199376, ...}) = 0 mmap2(NULL, 199376, PROT_READ, MAP_SHARED, 12, 0) = 0x42f07000 close(12) = 0 munmap(0x42f07000, 199376) = 0 stat64( "/usr/share/fonts/monotype/Extream/flintsto.ttf ", {st_mode=S_IFREG|0644, st_size=17696, ...}) = 0 open( "/usr/share/fonts/monotype/Extream/flintsto.ttf ", O_RDONLY) = 12 fstat64(12, {st_mode=S_IFREG|0644, st_size=17696, ...}) = 0 mmap2(NULL, 17696, PROT_READ, MAP_SHARED, 12, 0) = 0x41f97000 close(12) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++
Question: am I correct to assume it 's seg faulting while loading fonts? No other application except open office has any problem.
jay
|
|