Fruity bug with DrawText

Miscellaneous Forums/Linux Discussion/Fruity bug with DrawText

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?

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.

Is a bitdepth of 0 legal :/

Is a bitdepth of 0 legal :/
AFAIK all that does is signify windowed mode.

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.