comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » FIX FOR FC5 SEG FAULTS
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
FIX FOR FC5 SEG FAULTS [message #53413] Fri, 13 April 2007 14:57
Jeff Hester is currently offline  Jeff Hester
Messages: 21
Registered: December 2001
Junior Member
The following two lines roll back the X11 server to an earlier version.
This fixed the seg fault problem on about half a dozen machines around
here running Fedora Core 5.


>> rpm -e --nodeps libX11-1.0.0-4

>> rpm -i
http://mirror.linux.duke.edu/pub/fedora/linux/core/5/i386/os /Fedora/RPMS/libX11-1.0.0-3.i386.rpm

The first line removes the X11 server.

The second line (which is really only one line) reinstalls an older
version of the server from an out-of-date archive.

Then turn off YUM service so that you don't autoupdate and break it again.

The only caveat is that our systems guy (who found the solution) warns
that attempts to compile and link new code against the X11 server will
fail because other libraries will expect the newer version number and
interpret this version as a dependency failure. This fix only works
because it is the same major version ID and so has the same entry point
labels, allowing previously dynamically linked code to use the old
library.

Hopefully the need for the fix will go away soon...

Jeff Hester


PS O caveat emptor. No warranties written or implied.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Array Questions
Next Topic: Re: Rotating 3D image

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:36:33 PDT 2025

Total time taken to generate the page: 0.00527 seconds