Opened 17 years ago
Closed 13 years ago
#2196 closed enhancement (fixed)
testgl fails
Reported by: | scottmc | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/OpenGL Kit | Version: | R1/Development |
Keywords: | Cc: | andreasf, umccullough | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Everything for the SDL library appears to build correctly, but three of the tests fail, testgamma, testdyngl, and testgl. Attached is a screencap of the testgl debug dump. It looks like mesa got linked in, so I'm puzzled why it's failing the test. Perhaps it requires hardwareGL? Maybe someone can make heads or tails of the screencap and recommend further debugging tests?
Attachments (5)
Change History (15)
by , 17 years ago
Attachment: | testgl-fails.png added |
---|
comment:1 by , 17 years ago
Cc: | added |
---|---|
Platform: | All → x86 |
The actual error message is in the fifth line of your screenshot:
Thread 23214 called debugger(): looper must be locked before proceeding
Since it runs to that point, it likely has nothing to do with linking.
What does bt
say?
by , 16 years ago
Attachment: | testgl-bt2.png added |
---|
bt of testgl run with new build of libSDL on hrev25627
comment:2 by , 16 years ago
Here's a link to a native Haiku compiled SDL library, version 1.2.13, with both shared and static libs: http://ports.haiku-files.org/downloads/12 I've attached the test files to this ticket to help out testing any fixes to this.
comment:3 by , 16 years ago
Need to recheck this as there's been a recent change made to the testgl.c program which may or may not affect this: http://lists.libsdl.org/pipermail/sdl-libsdl.org/2009-March/069141.html
comment:4 by , 15 years ago
testgl is still not working right even with the recent SDL patch: http://ports.haiku-files.org/changeset/358 But it's not crashing like it used to, but it has to be forcefully killed off now.
comment:5 by , 15 years ago
comment:6 by , 15 years ago
Component: | - General → Kits/OpenGL Kit |
---|---|
Owner: | changed from | to
Version: | R1/pre-alpha1 → R1/Development |
comment:7 by , 14 years ago
This is still failing with the Haiku R1A2 build. Here's a related ticket on HaikuPorts trac: http://ports.haiku-files.org/ticket/268
comment:8 by , 14 years ago
Cc: | added |
---|
comment:9 by , 14 years ago
I added a patch to HaikuPorts ticket 268 which seems to get testgl working at least.
comment:10 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed with umccullough's patch which was added to haikuports a few months ago: http://ports.haiku-files.org/changeset/1263/
This testgl failure was on build hrev25283 with SDL1.2.13