I don't use Open Office much, so I don't know exactly when this happened, but 
OO used to work for me and now when I try to run it, I get a segmentation 
fault.

This is a standard MDK version (not the Hebrew localized version). The system 
is MDK 10.1 Official.

I haven't made any changes to the system, but I do run urpmi --update 
regularly, so it's very possible something broke.

Here are a few details that may help. 


[EMAIL PROTECTED] solomon]$ which oowriter
/usr/bin/oowriter

[EMAIL PROTECTED] solomon]$ rpm -qf /usr/bin/oowriter
OpenOffice.org-1.1.3-2mdk

[EMAIL PROTECTED] solomon]$ rpm -q OpenOffice.org
OpenOffice.org-1.1.3-2mdk

Here are the last few lines from strace oowriter. All I can see is that 
there's some access to varioous fonts and then the seg fault.


open("/usr/share/fonts/extra-fonts/GAMBLER.TTF", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=41056, ...}) = 0
mmap2(NULL, 41056, PROT_READ, MAP_SHARED, 12, 0) = 0x43904000
close(12)                               = 0
munmap(0x43904000, 41056)               = 0
stat64("/usr/share/fonts/extra-fonts/GAMBLER.TTF", {st_mode=S_IFREG|0644, 
st_size=41056, ...}) = 0
stat64("/usr/share/fonts/extra-fonts/Jokerman.TTF", {st_mode=S_IFREG|0644, 
st_size=71208, ...}) = 0
access("/usr/share/fonts/extra-fonts/Jokerman.TTF", R_OK) = 0
open("/usr/share/fonts/extra-fonts/Jokerman.TTF", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=71208, ...}) = 0
mmap2(NULL, 71208, PROT_READ, MAP_SHARED, 12, 0) = 0x43904000
close(12)                               = 0
munmap(0x43904000, 71208)               = 0
stat64("/usr/share/fonts/extra-fonts/Jokerman.TTF", {st_mode=S_IFREG|0644, 
st_size=71208, ...}) = 0
stat64("/usr/share/fonts/extra-fonts/Islabell.ttf", {st_mode=S_IFREG|0644, 
st_size=36184, ...}) = 0
access("/usr/share/fonts/extra-fonts/Islabell.ttf", R_OK) = 0
open("/usr/share/fonts/extra-fonts/Islabell.ttf", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=36184, ...}) = 0
mmap2(NULL, 36184, PROT_READ, MAP_SHARED, 12, 0) = 0x43904000
close(12)                               = 0
munmap(0x43904000, 36184)               = 0
stat64("/usr/share/fonts/extra-fonts/Islabell.ttf", {st_mode=S_IFREG|0644, 
st_size=36184, ...}) = 0
stat64("/usr/share/fonts/extra-fonts/fifty.ttf", {st_mode=S_IFREG|0644, 
st_size=40500, ...}) = 0
access("/usr/share/fonts/extra-fonts/fifty.ttf", R_OK) = 0
open("/usr/share/fonts/extra-fonts/fifty.ttf", O_RDONLY) = 12
fstat64(12, {st_mode=S_IFREG|0644, st_size=40500, ...}) = 0
mmap2(NULL, 40500, PROT_READ, MAP_SHARED, 12, 0) = 0x43904000
close(12)                               = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
[EMAIL PROTECTED] solomon]$


Any ideas?

TIA


-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.7.1 (KDE 3.2.3) on LINUX Mandrake 10.1


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to