| View previous topic :: View next topic |
| Author |
Message |
tnt Veteran


Joined: 27 Feb 2004 Posts: 1104
|
Posted: Thu Mar 24, 2005 4:48 pm Post subject: OOffice segfault |
|
|
I've been using ooffice 1.1.4 for few months and there were no problems. But, suddenly, two days ago it started with segfaults.
When I try to start it I just get:
| Code: | [tnt@master tnt]$ ooffice
Segmentation fault
[tnt@master tnt]$ |
and in /var/log/syslog appears:
| Code: | | Mar 24 17:41:37 master soffice.bin[18751]: segfault at 0000000000000000 rip 0000000000000000 rsp 00000000ffffb6a0 error 14 |
I've tried to reemerge it, to go back to "stable" 1.1.3 - no luck. Same segfault all the time.
Tried to go one step back with binutils, too (because I remember I had some problems with this sys-devel/binutils-2.15.92.0.2-r1 version), but without luck again.
Any ideas where to dig for solution?
 _________________ gentoo user |
|
| Back to top |
|
 |
Hayl Guru


Joined: 28 Jan 2003 Posts: 442 Location: Calgary, Alberta, Canada
|
Posted: Thu Mar 24, 2005 5:32 pm Post subject: |
|
|
same problem here.
there's a bug for it on bugs.gentoo.org _________________ "I do not fear computers. I fear lack of them." - Isaac Asimov |
|
| Back to top |
|
 |
lhach n00b

Joined: 20 Dec 2004 Posts: 17 Location: #lan @ truculentbanter.ath.cx:irc
|
Posted: Thu Mar 24, 2005 5:55 pm Post subject: |
|
|
Has your emul-linux-x86-glibc been upgraded to 2.3.4-ish recently?
There are quite a few threads with segfault issues probably due to the new emul glibc.
Try roling back to emul-linux-x86-glibc-1.1 and post your results!
G'luck |
|
| Back to top |
|
 |
tnt Veteran


Joined: 27 Feb 2004 Posts: 1104
|
Posted: Thu Mar 24, 2005 7:03 pm Post subject: |
|
|
I've rolled back and now it works as it should!
Thank you, man!
 _________________ gentoo user |
|
| Back to top |
|
 |
Ijo n00b

Joined: 22 Jul 2003 Posts: 68
|
Posted: Sat Mar 26, 2005 12:40 pm Post subject: |
|
|
Same problem here.
I've been several days looking around desperate with these problems:
- Ooffice segfault
- Cxoffice (WINE) segfault.
- Eclipse 3.0 w/ sun-jdk-1.5.0.02 failing, not launching, errors...
All solved going to previous emul glibc:
- emerge -v =emul-linux-x86-glibc-1.1
Thanks a lot for this thread !!! |
|
| Back to top |
|
 |
tnt Veteran


Joined: 27 Feb 2004 Posts: 1104
|
Posted: Sat Mar 26, 2005 6:28 pm Post subject: |
|
|
Maybe this thread should be made sticky for a while... Just while there are those bugs in new emul-linux-x86-glibc... _________________ gentoo user |
|
| Back to top |
|
 |
jknacnud n00b


Joined: 13 May 2005 Posts: 31 Location: Utah, USA
|
Posted: Fri May 13, 2005 10:50 pm Post subject: |
|
|
I noticed that some of my other libs had higher installed version than available. Probably because I installed something from the unstable branch.
emul-linux-x86-baselibs
emul-linux-x86-xlibs
app-emulation/emul-linux-x86-soundlibs
I took my xlibs and baselibs back to the stable release but that did not help my ooffice segfault problem. I was going to do the same with
app-emulation/emul-linux-x86-glibc 2.3.4.20041102
Except the installed and available versions were the same. Is there some way to specify to emerge that I want an older version, or will I need to go find one on the web and download it?
Thanks, _________________ Jonathan Duncan
http://www.jkdwebmagic.com/
Web Site Hosting and Design |
|
| Back to top |
|
 |
jknacnud n00b


Joined: 13 May 2005 Posts: 31 Location: Utah, USA
|
Posted: Mon May 16, 2005 4:53 pm Post subject: |
|
|
Nevermind, I rtfm and figured out that the file was already on my system and I figured out how emerge it. OH, and now my OpenOffice works!! And Wine builds!! Woohoo!! Thank you ever so much for the tip! _________________ Jonathan Duncan
http://www.jkdwebmagic.com/
Web Site Hosting and Design |
|
| Back to top |
|
 |
esoteriskdk Tux's lil' helper


Joined: 15 Feb 2004 Posts: 92 Location: Denmark
|
Posted: Tue Aug 30, 2005 2:44 pm Post subject: |
|
|
I just reinstalled my AMD64 box, to take advantage of a new filesystem etc. but suddenly I find that Open Office segfaults like so:
| Code: | ikon@alpha ~ $ ooffice
running openoffice.org setup...
/usr/bin/ooffice: line 147: 1540 Segmentation fault /opt/OpenOffice.org/program/setup -R:/etc/openoffice/autoresponse-1.1.4.conf >&/dev/null
setup failed.. abort
|
But if I run ooffice from root it works perfectly!
So I tried to | Code: | alpha ikon # emerge -v =app-emulation/emul-linux-x86-glibc-1.1
Calculating dependencies
!!! All ebuilds that could satisfy "=app-emulation/emul-linux-x86-glibc-1.1" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-emulation/emul-linux-x86-glibc-1.1 (masked by: package.mask)
|
I changed /etc/portage/package.unmask but version 1.1 wont install, it turns up with these kinds of errors. | Code: | making executable: /lib32/libgpm.so.1.19.0
ACCESS DENIED chmod: /var/tmp/portage/emul-linux-x86-glibc-1.1/image/lib32/libgpm.so.1.19.0
chmod: changing permissions of `/var/tmp/portage/emul-linux-x86-glibc-1.1/image/lib32/libgpm.so.1.19.0': Permission denied
|
One thing that are different from my old install, is that my users authenticate via LDAP. That might be a problem in terms of permissions. But everything else is working quite perfectly and we are talking about a lot of different programs. |
|
| Back to top |
|
 |
esoteriskdk Tux's lil' helper


Joined: 15 Feb 2004 Posts: 92 Location: Denmark
|
Posted: Wed Aug 31, 2005 7:29 am Post subject: |
|
|
Okay, I've reached the following results.
The 32-bit libs in glibc, now comes with the normal glibc, thats why they are masked by the devs and wont install.
I tried to downgrade the glibc by commenting it out in /etc/make.profile/packages, but it didn't make any difference, it still segfaults with the same error.
But at all times, it works perfectly if run as root ARGH!
So right now I'm pretty stumped, I use Linux to do all my work in and I can't really live without an office package, which is why I'm posting this from a XP machine  |
|
| Back to top |
|
 |
esoteriskdk Tux's lil' helper


Joined: 15 Feb 2004 Posts: 92 Location: Denmark
|
Posted: Wed Aug 31, 2005 8:57 am Post subject: |
|
|
Once again I'm replying to my own post
Turned out that it was infact a authentication problem, all that messing with glibc for no reason. I'm running a network where all clients authtenticate via LDAP, which means that the users doesn't exist on the local /etc/passwd, /etc/shadow, /etc/group etc. For some arcane reason this prevents Open Office from running setup, of course it worked with root, because thats the only user that exists locally on the client machine.
The hack was to remove "ldap" from /etc/nsswitch.conf, do a normal useradd (don't forget to change password), then log out and in again. Then go into your windowmanager (Fluxbox here) and run ooffice, it then runs the setup perfectly. Close it down, exit your windowmanager and log out, do a userdel and turn on ldap in the /etc/nsswitch.conf again. Now ooffice runs perfectly. Jeeez what a workaround.
Thinking about posting this as a bug, but it really sounds like something upstream (ie. a problem with Open Office itself). |
|
| Back to top |
|
 |
|