Opened 16 years ago
Closed 16 years ago
#3188 closed bug (fixed)
Glut programs crash on program exit
Reported by: | mysticmike | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/OpenGL Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | mysticmike@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Glut programs crash on program exit
I have compiled several of the mesa demo programs on haiku, they all use glut and they all crash on program exit. Does this apply to all glut programs.
This occurs both under emulation (qemu) and on real hardware (eeepc 900)
svn revision 28751
this the first time I have used trac and must work out how to attach a file.
Attachments (2)
Change History (9)
by , 16 years ago
by , 16 years ago
comment:1 by , 16 years ago
comment:3 by , 16 years ago
tested on 28753
Tested it's now much more consistant. I can exit gears three ways, after starting gears from terminal.
c from the terminal or click the close button on the window or press escape to exit
now the window closes ok (for all the exit methods) but gears remains docked in the deskbar and i need do c agian to actually kill gears
if i start gears by double clicking the icon in the filemanager agian I can close the glut window or press escape to exit. gears stay in deskbar in order to kill it i have to
ps | grep gears
and then kill the procces
improving but not fixed yet
comment:4 by , 16 years ago
Cc: | added |
---|
comment:5 by , 16 years ago
Cc: | removed |
---|
comment:6 by , 16 years ago
Cc: | added |
---|
Ok I worked out how to attach files.
gears.c
a simple program that exhibits this bug.
debug.jpg
screenshot from qemu showing debugger.