Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114163 - soffice: line 224: 13350 Segmentation fault
Summary: soffice: line 224: 13350 Segmentation fault
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 09:54 UTC by Mirko Hufnagel
Modified: 2006-01-23 11:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
strace of ooffice2 start (strace.txt,84.49 KB, text/plain)
2005-12-01 13:07 UTC, Mirko Hufnagel
Details
full strace (first one was cutted) (strace.txt,84.63 KB, text/plain)
2005-12-01 13:12 UTC, Mirko Hufnagel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mirko Hufnagel 2005-12-01 09:54:41 UTC
I compile openoffice (stable version 2.0) and became the following error if I
try to start:

~$ ooffice2
/usr/lib/openoffice/program/soffice: line 224: 13350 Segmentation fault     
"$sd_prog/$sd_binary" "$@"

I recompile it again - the same problem.

gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
Linux 2.6.12-gentoo-r10 kernel

Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-01 10:11:12 UTC
emerge --info missing
Comment 2 Mirko Hufnagel 2005-12-01 10:43:18 UTC
~ # emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2,
2.6.12-gentoo-r10 i686)
=================================================================
System uname: 2.6.12-gentoo-r10 i686 Intel(R) Celeron(R) CPU 2.40GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.1.3-r1, 2.3.4, 2.4.2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=pentium2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm audiofile avi berkdb bitmap-fonts bonobo bzip2 cdr crypt
cups curl dvd dvdr eds emboss encode esd exif expat fam ffmpeg flac foomaticdb
fortran gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml hal idn imagemagick
imlib ipv6 java jpeg lcms ldap libg++ libwww mad mhash mikmod mmx mng motif
mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pcre pda pdflib
perl pic png python quicktime readline samba scanner sdl slang speex spell sse
ssl svga symlink tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb
userlocales vorbis xine xml xml2 xmms xv xvid zlib video_cards_Radeon linguas_de
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS, PORTDIR_OVERLAY
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2005-12-01 12:38:54 UTC
Could you please provide an strace, so that we can see where it breaks?
Comment 4 Mirko Hufnagel 2005-12-01 13:07:52 UTC
Created attachment 73906 [details]
strace of ooffice2 start
Comment 5 Mirko Hufnagel 2005-12-01 13:12:40 UTC
Created attachment 73907 [details]
full strace (first one was cutted)
Comment 6 Andreas Proschofsky (RETIRED) gentoo-dev 2006-01-22 05:05:41 UTC
Sorry for the late answer, anyway: Can't find anything obvious in the strace, still my guess is this has something to do with pie-ssp.

Did you already try with gcc-3.4.x and openoffice-2.0.1?
Comment 7 Mirko Hufnagel 2006-01-23 11:26:00 UTC
gcc-3.4.x -> same problem
openoffice-2.0.1 -> also the same

Many try and errors later I update my hole gnome system (emerge -av gnome). After that openoffice works! I did not know what the problem was.