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)

gears.c (9.6 KB ) - added by mysticmike 16 years ago.
debug.jpg (188.5 KB ) - added by mysticmike 16 years ago.

Download all attachments as: .zip

Change History (9)

by mysticmike, 16 years ago

Attachment: gears.c added

by mysticmike, 16 years ago

Attachment: debug.jpg added

comment:1 by mysticmike, 16 years ago

Ok I worked out how to attach files.

gears.c

a simple program that exhibits this bug.

debug.jpg

screenshot from qemu showing debugger.

comment:2 by korli, 16 years ago

Could you check with hrev28753 ?

comment:3 by mysticmike, 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 mysticmike, 16 years ago

Cc: mysticmike@… added

comment:5 by mysticmike, 16 years ago

Cc: mysticmike@… removed

comment:6 by mysticmike, 16 years ago

Cc: mysticmike@… added

comment:7 by korli, 16 years ago

Resolution: fixed
Status: newclosed

fixed in hrev28801.

Note: See TracTickets for help on using tickets.