Re: [Mesa-dev] Minecraft crash in nouveau_dri.so

2014-04-30 Thread Kevin H. Hobbs
Ilia, thank you for looking at it. On 04/30/2014 12:47 PM, Ilia Mirkin wrote: > The relevant code: > >if (slab->free == 0) { > LIST_DEL(&slab->head); > LIST_ADD(&slab->head, &bucket->full); >} > > And the LIST_ADD is line 206 (on the 9.2 branch). > > Do you know if multiple

Re: [Mesa-dev] Minecraft crash in nouveau_dri.so

2014-04-30 Thread Ilia Mirkin
The relevant code: if (slab->free == 0) { LIST_DEL(&slab->head); LIST_ADD(&slab->head, &bucket->full); } And the LIST_ADD is line 206 (on the 9.2 branch). Do you know if multiple GL threads are used? I looked at the code, and it seems perfectly fine, and hasn't changed in forev

[Mesa-dev] Minecraft crash in nouveau_dri.so

2014-04-30 Thread Kevin H. Hobbs
I'm running Minecraft 1.7.9 on Fedora 19 x86_64 with mesa-dri-drivers-9.2.4-1.20131128.fc19.x86_64. lspci says my graphics card is : 01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 290] (rev a1) The the console output says : A fatal error has been detected by the Java Ru