Bug 160290 - [x86_64] Openoffice.org crashes at startup (glXChannelRectSyncSGIX)
Summary: [x86_64] Openoffice.org crashes at startup (glXChannelRectSyncSGIX)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11
Version: 4
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact: David Lawrence
URL:
Whiteboard:
: 160412 188598 191349 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-14 07:41 UTC by Per Steinar Iversen
Modified: 2007-11-30 22:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-06-14 15:04:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Per Steinar Iversen 2005-06-14 07:41:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050514 Fedora/1.7.8-2

Description of problem:
Openoffice (writer, calc etc) crashes at start:

# openoffice.org-1.9
/usr/lib/openoffice.org1.9.104/program/soffice: line 247:  3357 Segmentation fault      "$sd_prog/$sd_binary" "$@"

/var/log/messages contains:

Jun 14 09:30:13 lumi kernel: soffice.bin[3357]: segfault at 0000000000000000 rip 0000000000000000 rsp 00000000ffffa6c0 error 14

Version-Release number of selected component (if applicable):
openoffice.org-core-1.9.104-2

How reproducible:
Always

Steps to Reproduce:
1. Start Openoffice.org
2. crash...
3.
  

Actual Results:  Openoffice did not start.

Expected Results:  Openoffice should have started.

Additional info:

This is on a completely fresh install from the distributed DVD, the system was updated immediately after first boot.

Comment 1 Caolan McNamara 2005-06-14 08:09:33 UTC
Can you
gdb /usr/lib/openoffice.org1.9.104/program/soffice.bin
(gdb) run
(gdb) bt
and paste the results in here.

Comment 2 Per Steinar Iversen 2005-06-14 08:26:40 UTC
The backtrace ends like this:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 4160494400 (LWP 3840)]
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x0070b955 in pthread_once () from /lib/libpthread.so.0
#2  0xf75d995e in glXChannelRectSyncSGIX () from /usr/lib/libGL.so.1
#3  0xf760b2b8 in ?? () from /usr/lib/libGL.so.1
#4  0xf75d9cb0 in _init () from /usr/lib/libGL.so.1
#5  0xffffa5e0 in ?? ()
#6  0x00000000 in ?? ()

The machine uses the NVIDIA x86_64 driver, version 7664 ... I can not see any
obvious depency on OpenGL listed by openoffice.org-core or -writer. Typical
openGL toys like glxgears works very well.

Comment 3 Per Steinar Iversen 2005-06-14 14:35:49 UTC
On a re-installed system without the NVIDIA driver openoffice starts and seems
to run OK.

Comment 4 Mike A. Harris 2005-06-14 15:04:02 UTC
Thanks for the report.  For users who are experiencing problems
installing, configuring, or using the unsupported 3rd party
proprietary "nvidia" video driver, Nvidia provides indirect
customer support via an online web based support forum.  Nvidia
monitors these web forums for commonly reported problems and
passes them on to Nvidia engineers for investigation.  Once
they've isolated a particular problem, it is often fixed in
a future video driver update.

The NVNews Nvidia Linux driver forum is located at:

    http://www.nvnews.net/vbulletin/forumdisplay.php?s=&forumid=14

Once you have reported this issue in the Nvidia web forums,
others who may have experienced the particular problem may
be able to assist.  If there is a real bug occuring, Nvidia
will be able to determine this, and will likely resolve the
issue in a future driver update for the operating system
releases that they officially support.

While Red Hat does not support the proprietary nvidia driver,
users requiring technical support may also find the various
X.Org, XFree86, and Red Hat mailing lists helpful in finding
assistance:

X.Org mailing lists:
    http://www.freedesktop.org/XOrg/XorgMailingLists

XFree86 mailing lists:
    http://www.xfree86.org/sos/lists.html

Red Hat mailing lists:
    https://listman.redhat.com/mailman/listinfo

Setting status to "NOTABUG" (unsupported).

Comment 5 Caolan McNamara 2005-06-15 07:45:16 UTC
*** Bug 160412 has been marked as a duplicate of this bug. ***

Comment 6 Koenraad Heijlen 2005-06-27 17:14:47 UTC
On my machine It seems related to SELinux settings. The cure I use:

in init 3 do: 
1. setenforce 0 
2. (re-)install the nvidia driver
3. setenforce 1
4. init 5

I haven't dug any further (no time atm). I tried restorecon (in /usr/lib en
/usr/lib64) first but that didn't cut it. It's ugly, non packaged files are ugly
so YMMV.


Comment 7 Caolan McNamara 2006-04-11 16:58:13 UTC
*** Bug 188598 has been marked as a duplicate of this bug. ***

Comment 8 Caolan McNamara 2006-05-15 14:44:37 UTC
*** Bug 191349 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.