http://bugs.freedesktop.org/show_bug.cgi?id=24365


Samium Gromoff <_deepf...@feelingofgreen.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |_deepf...@feelingofgreen.ru
           Platform|Other                       |All




--- Comment #4 from Samium Gromoff <_deepf...@feelingofgreen.ru>  2009-10-07 
17:37:09 PST ---
Good day, I'm the original reporter.

I don't have ~/.drirc, nor /etc/drirc. I didn't install driconf before I saw
it mentioned here.

An additional detail lost in fight: setting LIBGL_ALWAYS_INDIRECT to 1
makes things work. Not sure it it's relevant, though.

Here goes, anyway (in short: no useful data, perhaps):

deepf...@betelheise:~$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib/ gdb glxinfo
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(no debugging symbols found)
(gdb) run
Starting program: /usr/bin/glxinfo 
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
name of display: :0.0
glxinfo: main/context.c:640: check_context_limits: Assertion
`ctx->Const.MaxTextureCoordUnits <= ctx->Const.MaxTextureImageUnits' failed.

Program received signal SIGABRT, Aborted.
0x00007ffff75bed25 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00007ffff75bed25 in raise () from /lib/libc.so.6
#1  0x00007ffff75c1de1 in abort () from /lib/libc.so.6
#2  0x00007ffff75b7f99 in __assert_fail () from /lib/libc.so.6
#3  0x00007ffff6b3c11b in check_context_limits (newCtx=0x61e350,
drawBuffer=0x97b2d0, 
    readBuffer=0x97b2d0) at main/context.c:640
#4  _mesa_make_current (newCtx=0x61e350, drawBuffer=0x97b2d0,
readBuffer=0x97b2d0)
    at main/context.c:1419
#5  0x00007ffff6b1a79a in radeonMakeCurrent (driContextPriv=<value optimized
out>, 
    driDrawPriv=0x97b230, driReadPriv=0x97b230) at radeon_common_context.c:769
#6  0x00007ffff6af77ca in driBindContext (pcp=0x613c70, pdp=0x97b230,
prp=0x97b230)
    at ../common/dri_util.c:206
#7  0x00007ffff7b87deb in MakeContextCurrent (dpy=0x606010, draw=23068676,
read=23068676, 
    gc=0x611590) at glxcurrent.c:378
#8  0x000000000040256f in ?? ()
#9  0x0000000000402d8e in ?? ()
#10 0x00007ffff75ab5c6 in __libc_start_main () from /lib/libc.so.6
#11 0x0000000000401369 in ?? ()
#12 0x00007fffffffe158 in ?? ()
#13 0x000000000000001c in ?? ()
#14 0x0000000000000001 in ?? ()
#15 0x00007fffffffe4b0 in ?? ()
#16 0x0000000000000000 in ?? ()
(gdb) f 3
#3  0x00007ffff6b3c11b in check_context_limits (newCtx=0x61e350,
drawBuffer=0x97b2d0, 
    readBuffer=0x97b2d0) at main/context.c:640
640     main/context.c: No such file or directory.
        in main/context.c
(gdb) print ctx->Const.MaxTextureCoordUnits
Cannot access memory at address 0x74c
(gdb) print ctx->Const.MaxTextureImageUnits
Cannot access memory at address 0x750


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to