Fruity bug with DrawText

Archives Forums/Linux Discussion/Fruity bug with DrawText

Warpy(Posted 2008) [#1]
Graphics 200,200,0
DrawText "hello",100,100
Flip
WaitKey
End


crashes with the error
../common/dri_bufmgr_fake.c:576: dri_bufmgr_fake_contended_lock_take: Assertion `((&bufmgr_fake->on_hardware)->next == (&bufmgr_fake->on_hardware))' failed.


When I shorten the text to two characters, it doesn't crash, but the letters appear scrambled.

someone else has had this problem with intel graphics on ubuntu 8.10 but not 8.04, so it must be a driver issue.

Does anyone have any idea what it might be?


dawlane(Posted 2008) [#2]
try posting this error in the ubuntu forums or the mesa dri/mesa3d mailing lists looks like something may have been broken with the new drivers or xorg.


D4NM4N(Posted 2008) [#3]
Is a bitdepth of 0 legal :/


plash(Posted 2008) [#4]
Is a bitdepth of 0 legal :/
AFAIK all that does is signify windowed mode.


markcw(Posted 2008) [#5]
I'm not sure but it appears to be a new bug in Mesa/Drivers/DRI/i915.

I assume if you reverted libgl1-mesa-glx from intrepid's 7.2 back to hardy's 7.0.3 it would change the driver.