https://bugs.freedesktop.org/show_bug.cgi?id=33933
Summary: RV620 : r600g : sdlmame : Assertion `rctx->real_vertex_buffer[index]' failed Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: aderumier@odiso.com
sdlmame crash when starting,
sdlmame: r600_buffer.c:247: r600_upload_user_buffers: Assertion `rctx->real_vertex_buffer[index]' failed. /usr/bin/sdlmame: line 58: 1783 Abandon ./sdlmame "$@"
i'm using mesa-git avec rv620 chipset
maybe is it related to this commit : http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c631cfe
i'll try to bisect it this weekend.
https://bugs.freedesktop.org/show_bug.cgi?id=33933
--- Comment #1 from Marek Olšák maraeo@gmail.com 2011-02-05 08:19:04 PST --- Please set this environment variable and let me know whether it works.
GALLIUM_ABORT_ON_ASSERT=0
https://bugs.freedesktop.org/show_bug.cgi?id=33933
Alexandre Derumier aderumier@odiso.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=32456
https://bugs.freedesktop.org/show_bug.cgi?id=33933
Alexandre Derumier aderumier@odiso.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Alexandre Derumier aderumier@odiso.com 2011-02-10 07:05:00 PST ---
*** This bug has been marked as a duplicate of bug 32455 ***
https://bugs.freedesktop.org/show_bug.cgi?id=33933
--- Comment #3 from Alexandre Derumier aderumier@odiso.com 2011-02-10 07:12:14 PST --- Hi Marek, i had tried with gallium_abort_on_assert=0, it doesn't change anything.
since mesa git from 07 february, i don't have this error anymore, but a segfault :
/usr/bin/sdlmame: line 58: 25609 Erreur de segmentation ./sdlmame "$@"
sdlmame[25609]: segfault at 30 ip b5ec2a23 sp bf8b2740 error 4 in r600_dri.so[b5cbf000+2fb000]
dri-devel@lists.freedesktop.org