Issue 48000 - Segmentation fault after installing oo 1.9.93 to 95
Summary: Segmentation fault after installing oo 1.9.93 to 95
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Installation
Classification: Application
Component: ui (show other issues)
Version: OOo 2.0 Beta
Hardware: HP (PA-RISC) Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Olaf Felka
QA Contact: issues@installation
URL: http://www.ivic.ve/cbb/labspa.www
Keywords: needmoreinfo, oooqa
Depends on:
Blocks:
 
Reported: 2005-04-23 00:08 UTC by csevcik
Modified: 2005-05-19 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description csevcik 2005-04-23 00:08:23 UTC
I installed the Oo beta 2 (1.9.79) without any problems in my HP Pavilion
zt3377LA laptop with a completely updated FC 3 Linux (it crashes often during
operation, tough). But I have not been able to get 1.9.93 or 1.9.95 to work. I
installed 1.9.95 with the following shell script as su:

#!/bin/sh
rpm -i --nodeps openofficeorg-core01-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core02-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core03-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core04-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core05-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core06-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core07-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-core08-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-calc-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-draw-1.9.95-1.i586.rpm
# rpm -i --nodeps openofficeorg-freedesktop-menus-1.9.95-1.noarch.rpm
rpm -i --nodeps openofficeorg-gnome-integration-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-graphicfilter-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-impress-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-javafilter-1.9.95-1.i586.rpm
# rpm -i --nodeps openofficeorg-mandrakelinux-menus-1.9.95-1.noarch.rpm
rpm -i --nodeps openofficeorg-math-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-pyuno-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-redhat-menus-1.9.95-1.noarch.rpm
# rpm -i --nodeps openofficeorg-spellcheck-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-suse-menus-1.9.95-1.noarch.rpm
rpm -i --nodeps openofficeorg-testtool-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-writer-1.9.95-1.i586.rpm
rpm -i --nodeps openofficeorg-xsltfilter-1.9.95-1.i586.rpm

But oo does not start from a launcher. Running from a console produces the
followng results:

[xxxxx]$ /opt/openoffice.org1.9.95/program/scalc
/opt/openoffice.org1.9.95/program/soffice: line 239:  6411 Segmentation fault  
 "$sd_prog/$sd_binary" "$@"

Installing 1.9.93 produced similar results. ¿Can anybody help?
Comment 1 mci 2005-04-25 09:39:48 UTC
Hi csevcik,

thanks for using and supporting OpenOffice.org...

I didn't get the problem here on FC3...

Maybe you shouldn't install the SuSE-Menus on FC?
Please remove/rename any ~/.openoffice.orgXXXX directories and try again, thanks

Comment 2 csevcik 2005-04-26 18:44:16 UTC
It still does not work for me none of the OO from 1.9.91 through 1.9.95 work for
me. They all produce a segmentation fault. The Suse menus were a mistake in the
script, the following script is the one I am using now and it still does not
work (neither do work similar scripts 1.9.91, 1.9.93):

#!/bin/sh
rpm -i -v --nodeps openofficeorg-core01-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core02-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core03-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core04-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core05-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core06-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core07-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-core08-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-calc-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-draw-1.9.95-1.i586.rpm
# rpm -i -v --nodeps openofficeorg-freedesktop-menus-1.9.95-1.noarch.rpm
rpm -i -v --nodeps openofficeorg-writer-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-spellcheck-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-impress-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-math-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-gnome-integration-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-graphicfilter-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-javafilter-1.9.95-1.i586.rpm
# rpm -i -v --nodeps openofficeorg-mandrakelinux-menus-1.9.95-1.noarch.rpm
rpm -i -v --nodeps openofficeorg-pyuno-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-redhat-menus-1.9.95-1.noarch.rpm
# rpm -i -v --nodeps openofficeorg-suse-menus-1.9.95-1.noarch.rpm
rpm -i -v --nodeps openofficeorg-testtool-1.9.95-1.i586.rpm
rpm -i -v --nodeps openofficeorg-xsltfilter-1.9.95-1.i586.rpm


still everything is OK with 1.9.79. I modified the sequence in the script since
 I was getting a warning telling the it was not possiple to set a lock on
/var/lib/rpm/Packages when installing the writer.
Comment 3 mci 2005-05-02 10:33:20 UTC
Hi csevcik,

I 
- copied your skript 
- downloaded and extracted OOom95 
- copied the executeable skript into the RPMS-directory
- changed into the RPMS-directory
- switched to root (using su)
- used your skript 

After installation  OOom95 was fully functional for me...
I was using FC3...

The only thing I didn't try was systemintegration (menus). 
A double click on an *.odt in konqueror opened the file in OOom95...

IMHO this is a problem on your system only... (?)
Comment 4 Olaf Felka 2005-05-19 08:41:55 UTC
Looks like the problem is solved.