Bug 49868

Summary: glx software crashes XFree 4.1.0 with MGA G400
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <steve>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-24 18:15:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-07-24 18:15:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2+) Gecko/20010703

Description of problem:
I upgraded my xserver with the 4.1.0 rawhide RPMs, there was a broken
dependency on "Mesa >= 3:3.4.2-3", 3:3.4.2-3 doesnt exist, and there was no
Mesa 3.4.2-3 either so I used the latest in rawhide, 3.4.2-2, and forced it
with --nodeps.

Now, running any glx program (including glxinfo) causes the X server to   
     crash with a sig 11.

How reproducible:
Always

According to ldd, glxinfo links against:
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x40023000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x40037000)
        libc.so.6 => /lib/i686/libc.so.6 (0x40205000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4033e000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40347000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4035f000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40375000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40383000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4038b000)
        libdl.so.2 => /lib/libdl.so.2 (0x40469000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4046d000)

Comment 1 Mike A. Harris 2001-07-24 22:03:35 UTC
No, there very much is not a broken dependancy on Mesa.  The
dependancy is correct.  You *MUST* use Mesa 3:3.4.2-3 or you will
have all sorts of problems.  Why it doesn't show up in rawhide I
do not know, but the package definitely is in our internal code and
is required.  I will ask about it internally and make sure the package gets
pushed into rawhide if it is not.

Comment 2 Need Real Name 2001-07-26 10:02:15 UTC
What is the correct filename?

ls *[Mm]esa* in ftp.redhat.com:~/redhat/linux/rawhide/i386/RedHat/RPMS
only shows version 3.4.2-2

Thanks,
   Steve