Bug 17032

Summary: core dump accessing glXGetCurrentContext (Mesa 3.3-5)
Product: [Retired] Red Hat Raw Hide Reporter: Bernhard Ege <bme>
Component: MesaAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-28 13:40:53 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 Bernhard Ege 2000-08-28 13:40:51 UTC
This little proggy creates a core dump (when it shouldn't):

#include <GL/gl.h>

int main() {

  glXGetCurrentContext();

  return 0;
}

compile: gcc -o glx glx.c  -lGL

This is what gdb says:

#0  0x4013f6d0 in glXGetCurrentContext () from /usr/lib/libGL.so.1

regards,

Bernhard Ege

Comment 1 Bernhard Rosenkraenzer 2000-10-11 12:41:18 UTC

*** This bug has been marked as a duplicate of 18867 ***