[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Chia-I Wu olva...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution||NOTABUG --- Comment #14 from Chia-I Wu olva...@gmail.com 2010-01-02 20:15:26 PST --- It seems the issue has resolved. I am closing this bug as NOTABUG. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #13 from Michael Ivko mi...@gorodok.net 2009-12-27 13:16:06 PST --- Inclusion of user into the group video, which owns /dev/dri/card0, resolves the issue. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #11 from aze489 aze...@yopmail.net 2009-12-24 02:03:12 PST --- I found out using strace that /dev/dri/card0 was not accessible... I don't really understand where this problem come from since i specified Mode 0666 in my xorg.conf's DRI section... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #12 from Chia-I Wu olva...@gmail.com 2009-12-24 06:58:19 PST --- I don't know why the permission issue causes the segfault on Arch. I tried to $ chmod 000 /dev/dri/card0 and all GL applications fall back to software rasterizer (swrast_dri.so) just fine. And when I further removed swrast_dri.so, they fall back to indirect rendering. Maybe it is some misconfiguration or mismatched library versions in the distro that cause the fallback path to crash. But that would require more info to confirm. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #8 from aze489 aze...@yopmail.net 2009-12-23 01:59:29 PST --- I have the same problem. I'm also using Arch Linux but with a Radeon R300 card. My computer was up for 2 weeks when new versions of ati-dri(7.6.1-1), libgl(7.6.1-1), libdrm(2.4.17-2), mesa(7.6.1-1), xf86-video-ati(6.12.4-2) where uploaded in the repositories, so i installed them and rebooted but i noticed significant performance loss in every graphic applications. I could not play flash video in fullscreen. An emulator that was running perfectly before was now running at 1.5fps. Glxgears was having poor results and eating 50% of my CPU. So i decided to downgrade all those packages (i'm now using ati-dri(7.6-2), libgl(7.6-2), libdrm(2.4.16-1), mesa(7.6-2), xf86-video-ati(6.12.99.git20091014-1)), and now, i can play flash videos again but everytime i try to launch an OpenGL application (glxgears, the emulator, or any other app, including Michael Ivko's example) the application segfault instantly with the same error. $ glxgears Segmentation Fault (core dumped) $ gdb glxgears glxgears.core (...) Core was generated by `glxgears'. Program terminated with signal 11, Segmentation fault. #0 0xb72bc084 in vbo_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so (gdb) bt full #0 0xb72bc084 in vbo_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so No symbol table info available. #1 0xb72ae8d1 in neutral_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so No symbol table info available. #2 0x0804a275 in ?? () No symbol table info available. #3 0x0001 in ?? () No symbol table info available. #4 0x1300 in ?? () No symbol table info available. #5 0x0804b220 in ?? () No symbol table info available. #6 0xbf9aeefc in ?? () No symbol table info available. #7 0xbf9aeef8 in ?? () No symbol table info available. #8 0x in ?? () No symbol table info available. However, when i launch the same applications as root, they work perfectly. I am not sure if this is a really a Mesa-related bug... I posted a message on the official archlinux forum, but so far, no one answered me. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Chia-I Wu olva...@gmail.com changed: What|Removed |Added CC||olva...@gmail.com --- Comment #9 from Chia-I Wu olva...@gmail.com 2009-12-23 02:37:02 PST --- Can you find out which package provides libdricore.so? I don't have such file on my debian system. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #10 from aze489 aze...@yopmail.net 2009-12-23 02:49:03 PST --- $ pacman -Ql | grep libdricore libgl /usr/lib/xorg/modules/dri/libdricore.so http://www.archlinux.org/packages/extra/i686/libgl/ -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #5 from Brian Paul brian.e.p...@gmail.com 2009-12-15 08:13:20 PST --- It works OK with the Intel driver here for me. I don't know what to suggest. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Severity|critical|normal Keywords||NEEDINFO --- Comment #6 from Ian Romanick i...@freedesktop.org 2009-12-15 09:50:38 PST --- Please provide the information requested at: http://intellinuxgraphics.org/how_to_report_bug.html At the very least, a full backtrace from the crash and the output of glxinfo would be helpful. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #7 from Michael Ivko mi...@gorodok.net 2009-12-15 12:28:46 PST --- video card: Intel Corporation Mobile 945GM uname -srm: Linux 2.6.31-ARCH i686 distribution: Arch Linux xf86-video-intel-2.9.1-1, xorg-server-1.7.3.901-1, mesa-7.6-2, libdrm-2.4.15-1 machine: Toshiba Satellite A100-36 backtrace: #0 0xb78fa084 in vbo_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so #1 0xb78ec8d1 in neutral_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so #2 0x080488b7 in main (argc=1, argv=0xb9d4) at main.c:22 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #2 from Michael Ivko mi...@gorodok.net 2009-12-14 05:53:46 PST --- gdb output: Program received signal SIGSEGV, Segmentation fault. 0xb78fa084 in vbo_VertexAttrib4fvARB () from /usr/lib/xorg/modules/dri/libdricore.so -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2009-12-14 12:47:32 PST --- The test program seems to work OK here. Which driver are you using? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #4 from Michael Ivko mi...@gorodok.net 2009-12-14 22:32:34 PST --- intel -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
[Mesa3d-dev] [Bug 25631] glNewList segfaults
http://bugs.freedesktop.org/show_bug.cgi?id=25631 --- Comment #1 from Michael Ivko mi...@gorodok.net 2009-12-13 23:50:02 PST --- Created an attachment (id=32056) -- (http://bugs.freedesktop.org/attachment.cgi?id=32056) example -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev ___ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev