[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #10 from Tapani Pälli --- (In reply to Sylvain BERTRAND from comment #8) > I tried -m32. Did not change anything. -m32 and -m64 are only for a gcc > multilib toolchains. Here, it's a normal x86 toolchain, with i686-pc-gnu-gcc > callin

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 Sylvain BERTRAND changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #8 from Sylvain BERTRAND --- I tried -m32. Did not change anything. -m32 and -m64 are only for a gcc multilib toolchains. Here, it's a normal x86 toolchain, with i686-pc-gnu-gcc calling i686-pc-gnu-as (I checked i686-pc-gnu-gcc verbos

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #7 from Tapani Pälli --- (In reply to Sylvain BERTRAND from comment #6) > It's not a multilib build. It's a standard 32 bits build on x86_64 > (CC="i686-pc-linux-gnu") > > So you think the issue is the assembly code from the glapi di

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #6 from Sylvain BERTRAND --- It's not a multilib build. It's a standard 32 bits build on x86_64 (CC="i686-pc-linux-gnu") So you think the issue is the assembly code from the glapi dispatch table not compiled properly? -- You are re

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #5 from Tapani Pälli --- It looks to me you are trying to do a 32bit build (?) what is included in $steam_i686_gnu_target variable? You should give following flags to make sure things go ok (see docs/autoconf.html): "./configure CC

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #4 from Sylvain BERTRAND --- I did excise the glapi/mapi x86 assembly code. Working and no more "Mesa: User error: GL_INVALID_OPERATION in function(invalid call)". This is where bad things are happening. This bug seems to be not rela

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #3 from Sylvain BERTRAND --- I can't, segfault happens into a thread with a corrupted stack (gdb says) But I get some "Mesa: User error: GL_INVALID_OPERATION in function(invalid call)" in log, only when asm is on. (I suspect strongly

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #2 from Michel Dänzer --- Please attach a backtrace of the crash, preferably from gdb. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. ___

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 --- Comment #1 from Sylvain BERTRAND --- http://filebin.ca/21BLOQZgI8Xh/mesa.conf http://filebin.ca/21BLZM5UsAmW/dmesg http://filebin.ca/21BLfuazDXEf/Xorg.0.log linux (radeon drm git), llvm git, xserver git, ati xorg drv git, mesa git -- You a

[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2

2015-05-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90383 Bug ID: 90383 Summary: assembly enabled mesa crashes dota2 Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major