From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4 Description of problem: I am getting segmentation fault when I attempt to start oppenoffice writer. /usr/lib/openoffice.org1.9.104/program/soffice: line 247: 6710 Segmentation fault "$sd_prog/$sd_binary" "$@" Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.openoffice.org-1.9 -writer %U 2. 3. Actual Results: /usr/lib/openoffice.org1.9.104/program/soffice: line 247: 6710 Segmentation fault "$sd_prog/$sd_binary" "$@" Expected Results: Expecting to see the app Additional info:
a) do you have a nvidia card ? b) can you gdb /usr/lib/openoffice.org1.9.104/program/soffice.bin (gdb) run and attach the output here
Created attachment 115744 [details] trace from starting soffice via bash -x
a. yes i have a nvidia card gforce fx 5200 b. When I start the binary directly "/usr/lib/openoffice.org1.9.104/program/soffice.bin" the app executes without any problems. The problem occure when i try to start the app from the script. I modified the script's line # 247, I added "gdb" infront of the line and tried to run it again. Attached, please find the debug output from the bash -x and gdb.
the crucial line is... #2 0xf764295e in glXChannelRectSyncSGIX () from /usr/lib/libGL.so.1 *** This bug has been marked as a duplicate of 157024 ***