Results 1 to 5 of 5
When typing soffice in konsole i get:
*** glibc detected *** free(): invalid pointer: 0x413e4c94 ***
/usr/bin/soffice: line 235: 6599 Aborted
Any ideas on getting it working?...
- 08-15-2005 #1
openoffice error
When typing soffice in konsole i get:
*** glibc detected *** free(): invalid pointer: 0x413e4c94 ***
/usr/bin/soffice: line 235: 6599 Aborted
Any ideas on getting it working?
- 08-15-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Look at your post at Linuxquestions, and answer the questions I asked you there
.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 08-15-2005 #3
- 08-16-2005 #4
Ok, got some help on this problem, all you need to do to get openoffice around this problem is to add this section to your xorg.conf:
Section "DRI"
Group "video"
Mode 0660
EndSection
- 08-27-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 1
It's because yoyr user isn't into video group. You have two solutions:
-Add your user into video goup
-Add Group video into xorg.conf DRI section as Dave'2005 said.
This probleme caused because user try to acces to DRI node. When you add "Group video" into xorg.conf, it's put xorg into video group for the current session.


Reply With Quote
