To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47687
                  Issue #:|47687
                  Summary:|OpenOffice applications Segmentation fault with FC3
                Component:|api
                  Version:|OOo 1.1.3
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|forares





------- Additional comments from [EMAIL PROTECTED] Mon Apr 18 13:33:26 -0700 
2005 -------
got Segmentation fault when start any OO applications in FC3 with normal user,
while login with root will work fine.

[EMAIL PROTECTED] ~]$ uname -a
Linux xxxx 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux

below is the debug log:

-rw-rw-r--  1 xxxxxx   81 Apr 18 12:30 go.sh
-rw-rw-r--  1 xxxxxx 5249 Apr 18 12:44 crash.txt

[EMAIL PROTECTED] xxxxx]$ cat go.sh
#!/bin/sh
bin=/usr/lib/ooo-1.1/program
LD_LIBRARY_PATH=$bin gdb $bin/soffice.bin
[EMAIL PROTECTED] xxxxx]$
[EMAIL PROTECTED] xxxxx]$ cat crash.txt
Script started on Mon 18 Apr 2005 12:30:27 PM PDT
[EMAIL PROTECTED] ~]$ sh go.sh
GNU gdb Red Hat Linux (6.1post-1.20040607.41rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols
found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/lib/ooo-1.1/program/soffice.bin
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread -163309888 (LWP 4524)]
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -163309888 (LWP 4524)]
0x4a7304a5 in free () from /lib/tls/libc.so.6
(gdb) bt
#0  0x4a7304a5 in free () from /lib/tls/libc.so.6
#1  0xf5d37c06 in __glXInitialize () from /usr/X11R6/lib/libGL.so
#2  0xf5d333db in __indirect_glCompressedTexSubImage3D ()
   from /usr/X11R6/lib/libGL.so
#3  0xf5d34453 in glXGetConfig () from /usr/X11R6/lib/libGL.so
#4  0xf5e50e19 in X11SalOpenGL::MakeVisualWeights ()
   from /usr/lib/ooo-1.1/program/libvclplug_gen645li.so
#5  0xf5e6e70f in SalDisplay::BestVisual ()
   from /usr/lib/ooo-1.1/program/libvclplug_gen645li.so
#6  0xf61fffaa in GtkXLib::Init ()
   from /usr/lib/ooo-1.1/program/libvclplug_gtk645li.so
#7  0xf620081b in GtkData::Init ()
   from /usr/lib/ooo-1.1/program/libvclplug_gtk645li.so
#8  0xf6200cb6 in create_SalInstance ()
   from /usr/lib/ooo-1.1/program/libvclplug_gtk645li.so
#9  0xf6fc6acf in vcl::SolarThreadExecutor::execute ()
   from /usr/lib/ooo-1.1/program/libvcl645li.so
#10 0xf6fc7812 in CreateSalInstance ()
   from /usr/lib/ooo-1.1/program/libvcl645li.so
#11 0xf6e150d8 in InitVCL () from /usr/lib/ooo-1.1/program/libvcl645li.so
#12 0xf6e14f8f in SVMain () from /usr/lib/ooo-1.1/program/libvcl645li.so
#13 0xf6fc7ad4 in main () from /usr/lib/ooo-1.1/program/libvcl645li.so
#14 0x4a6e3e33 in __libc_start_main () from /lib/tls/libc.so.6
---Type <return> to continue, or q <return> to quit---
#15 0x0805e0d5 in _start ()
(gdb) quit
The program is running.  Exit anyway? (y or n) n
Not confirmed.
(gdb) continue
Continuing.
Couldn't get registers: No such process.
(gdb) quit
The program is running.  Exit anyway? (y or n) y
[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$ oowriter
Segmentation fault
[EMAIL PROTECTED] ~]$
[EMAIL PROTECTED] ~]$ exit

Script done on Mon 18 Apr 2005 12:44:33 PM PDT

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to