Bug 17032 - core dump accessing glXGetCurrentContext (Mesa 3.3-5)
Summary: core dump accessing glXGetCurrentContext (Mesa 3.3-5)
Keywords:
Status: CLOSED DUPLICATE of bug 18867
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: Mesa
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-28 13:40 UTC by Bernhard Ege
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-08-28 13:40:53 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.