-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThis needs to be reviewed and categorized.This needs to be reviewed and categorized.
Description
Select the version
Git master branch
Describe your issue
I have an minimal example. I compile and run it and then xserver crashes.
Steps to reproduce
cc -g -o minimal minimal.c -lX11 -lGL && ./minimal
What did you expect?
xserver should not crash. My application should crash.
Additional Information
I ran gdb attached to Xorg with this script:
set logging enabled on
b egl_create_glx_drawable
command
up
b
command
p pGlxDraw->destroy
p *pGlxDraw
p pGlxDraw
bt
c
end
delete breakpoint 1
c
end
b DrawableGone
commands
b +1
command
set can-use-hw-watchpoints 0
watch -l glxPriv->destroy
command
bt
c
end
bt
continue
end
delete breakpoint 2
c
end
cOutput is in the attachments. ( 7.5 k lines )
I have also tested with xorg-xserver and that one also crashes...
Extra fields
- I have checked the existing issues
- I have read the Contributing Guidelines
- I'd like to work on this issue
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThis needs to be reviewed and categorized.This needs to be reviewed and categorized.
Type
Projects
Status
No status