I only post what I communicated with Ian Wadham (Kubrick developer) and KDE games devel: openSuSE factory and additional packages from http://download.opensuse.org/repositories/home:/oertel:/Radeon_DRI2/openSUSE_Factory/: - Mesa 7.6 devel (20090807), drm modules (20090812) and libdrm (20090807) - Geforce 2 GTS (NV 15) - crash on start (see backtrace) - It works with my ION system and Mesa 7.6 devel... Comment from Ian: Kubrick has just loaded a background from a 2-D SVG file, rendered it to the size available in the window and painted it in the bottom left of a QImage that is 1024x1024 pixels, which is then "bound" into an OpenGL texture, using QGLWidget::bindTexture (QImage &). And after that it crashes in the libraries or drivers somewhere (items #5 to #21 in backtrace [1]). AFAIK it is valid to bind a texture during the initialize phase of OpenGL, because you are just cacheing the texture and getting its handle in the return value. You are not drawing anything. Application: Kubrick (kubrick), signal: Floating point exception [KCrash Handler] #5 0xb42b2e1e in vbuf_alloc_vertices () from /usr/lib/dri/nouveau_dri.so #6 0xb42b3362 in vbuf_start_prim () from /usr/lib/dri/nouveau_dri.so #7 0xb42b33a4 in vbuf_first_tri () from /usr/lib/dri/nouveau_dri.so #8 0xb42b2cea in validate_tri () from /usr/lib/dri/nouveau_dri.so #9 0xb42aecf7 in do_triangle () from /usr/lib/dri/nouveau_dri.so #10 0xb42af150 in draw_pipeline_run () from /usr/lib/dri/nouveau_dri.so #11 0xb42b5b49 in fetch_pipeline_run () from /usr/lib/dri/nouveau_dri.so #12 0xb42b6b4f in vcache_run_extras () from /usr/lib/dri/nouveau_dri.so #13 0xb42b4589 in draw_arrays () from /usr/lib/dri/nouveau_dri.so #14 0xb4141078 in nv10_draw_elements () from /usr/lib/dri/nouveau_dri.so #15 0xb4141183 in nv10_draw_arrays () from /usr/lib/dri/nouveau_dri.so #16 0xb42e0764 in util_draw_vertex_buffer () from /usr/lib/dri/nouveau_dri.so #17 0xb42e307f in util_gen_mipmap () from /usr/lib/dri/nouveau_dri.so #18 0xb418f067 in st_generate_mipmap () from /usr/lib/dri/nouveau_dri.so #19 0xb4250010 in st_TexImage () from /usr/lib/dri/nouveau_dri.so #20 0xb42503eb in st_TexImage2D () from /usr/lib/dri/nouveau_dri.so #21 0xb42199a4 in _mesa_TexImage2D () from /usr/lib/dri/nouveau_dri.so #22 0xb8040443 in QGLContextPrivate::bindTexture (this=0x8191280, image=@0xbf8bd0ec, target=3553, format=6408, key=261993005059, clean=<value optimized out>) at qgl.cpp:1837 #23 0xb8040c25 in QGLContextPrivate::bindTexture (this=0x8191280, image=@0xbf8bd0ec, target=3553, format=6408, clean=<value optimized out>) at qgl.cpp:1885 #24 0xb8040ca1 in QGLContext::bindTexture (this=0x818b858, image=@0xbf8bd0ec, target=3553, format=6408) at qgl.cpp:1976 #25 0xb8040ceb in QGLWidget::bindTexture (this=0x81974b0, image=@0xbf8bd0ec, target=3553, format=6408) at qgl.cpp:3983 #26 0x080656ec in GameGLView::loadBackground (this=0x81974b0, filepath=@0x83fbec4) at /usr/src/debug/kdegames-4.3.0/kubrick/src/gameglview.cpp:136 #27 0x080659d3 in GameGLView::initializeGL (this=0x81974b0) at /usr/src/debug/kdegames-4.3.0/kubrick/src/gameglview.cpp:73 #28 0xb8035ddf in QGLWidget::glInit (this=0x81974b0) at qgl.cpp:3480 #29 0xb806c733 in QGLWidget::resizeEvent (this=0x81974b0) at qgl_x11.cpp:1110 #30 0xb6a181e6 in QWidget::event (this=0x81974b0, event=0xbf8bd644) at kernel/qwidget.cpp:7695 #31 0xb8038fdc in QGLWidget::event (this=0x81974b0, e=0xbf8bd644) at qgl.cpp:3292 #32 0xb69c17fc in QApplicationPrivate::notify_helper (this=0x8079898, receiver=0x81974b0, e=0xbf8bd644) at kernel/qapplication.cpp:4056 #33 0xb69c9bd2 in QApplication::notify (this=0xbf8bd86c, receiver=0x81974b0, e=0xbf8bd644) at kernel/qapplication.cpp:4021 #34 0xb7e1876d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #35 0xb738916b in QCoreApplication::notifyInternal (this=0xbf8bd86c, receiver=0x81974b0, event=0xbf8bd644) at kernel/qcoreapplication.cpp:610 #36 0xb6a16aec in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x819fa88, recursive=false, disableUpdates=false) at ../../src/corelib/kernel/qcoreapplication.h:213 #37 0xb6a1d7b6 in QWidgetPrivate::show_helper (this=0x819fa88) at kernel/qwidget.cpp:6697 #38 0xb6a1dee3 in QWidget::setVisible (this=0x81974b0, visible=true) at kernel/qwidget.cpp:6975 #39 0xb6a1dcb8 in QWidgetPrivate::showChildren (this=0x818a310, spontaneous=false) at ../../src/gui/kernel/qwidget.h:473 #40 0xb6a1d7e1 in QWidgetPrivate::show_helper (this=0x818a310) at kernel/qwidget.cpp:6703 #41 0xb6a1dee3 in QWidget::setVisible (this=0x81891d8, visible=true) at kernel/qwidget.cpp:6975 #42 0x08051db6 in main (argc=1, argv=0xbf8bd964) at /usr/include/QtGui/qwidget.h:473
We don't support the opengl drivers (because they are not ready), and for the record the nv1x driver is not remotely ready as far as i'm aware.
I know that there should be no further postings to a closed/invalid bug report. But I think this could (maybe) help with further development... Mesa, libdrm, drm and nouveau from yesterday (git): Backtraces from drkonqi and gdb (as in Bug #23504). drkonqi: Application: Kubrick (kubrick), signal: Floating point exception [KCrash Handler] #5 0xb455f102 in vbuf_alloc_vertices (vbuf=0x80fdcb8) at draw_pipe_vbuf.c:389 #6 0xb455f6ae in vbuf_start_prim (vbuf=0x80fdcb8, prim=<value optimized out>) at draw_pipe_vbuf.c:303 #7 0xb455f6f3 in vbuf_first_tri (stage=0x80fdcb8, prim=0xbf997b24) at draw_pipe_vbuf.c:314 #8 0xb455efbb in validate_tri (stage=0x80efb70, header=0xbf997b24) at draw_pipe_validate.c:280 #9 0xb455b071 in do_triangle (draw=<value optimized out>, flags=<value optimized out>, v0=0x836f418 "", v1=0x836f45c "", v2=0x836f4a0 "") at draw_pipe.c:156 #10 0xb455b3ae in draw_pipeline_run (draw=0x81a8d20, prim=4, vertices=0x836f418, vertex_count=4, stride=68, elts=0x818f7c4, count=6) at draw_pt_decompose.h:58 #11 0xb4561f12 in fetch_pipeline_run (middle=0x80f7480, fetch_elts=0x81977c4, fetch_count=4, draw_elts=0x818f7c4, draw_count=6) at draw_pt_fetch_shade_pipeline.c:170 #12 0xb4563887 in vcache_run_extras (frontend=0x818f1b0, get_elt=0xb4560b00 <elt_vert>, elts=0x0, count=4) at draw_pt_vcache.c:79 #13 0xb456093d in draw_arrays (draw=0x81a8d20, prim=6, start=0, count=4) at draw_pt.c:114 #14 0xb43d9930 in nv10_draw_elements (pipe=0x819c980, indexBuffer=0x0, indexSize=0, prim=6, start=0, count=4) at nv10_vbo.c:52 #15 0xb43d9a32 in nv10_draw_arrays (pipe=0x819c980, prim=6, start=0, count=4) at nv10_vbo.c:74 #16 0xb458db5d in util_draw_vertex_buffer (pipe=0x819c980, vbuf=0x8370bb0, offset=0, prim_type=6, num_verts=4, num_attribs=2) at u_draw_quad.c:71 #17 0xb4590068 in util_gen_mipmap (ctx=0x82150a0, pt=0x83708c0, face=0, baseLevel=0, lastLevel=10, filter=<value optimized out>) at u_gen_mipmap.c:1591 #18 0xb442f192 in st_generate_mipmap (ctx=0x81778c8, target=3553, texObj=0x841a5c0) at state_tracker/st_gen_mipmap.c:95 #19 0xb44f54d5 in st_TexImage (ctx=0x81778c8, dims=2, target=3553, level=0, internalFormat=6408, width=1024, height=1024, depth=1, border=0, format=32993, type=5121, pixels=0xb303c008, unpack=0x81847f8, texObj=0x841a5c0, texImage=0x8403180, imageSize=0, compressed_src=0 '\0') at state_tracker/st_cb_texture.c:764 #20 0xb44f599e in st_TexImage2D (ctx=0x81778c8, target=3553, level=0, internalFormat=6408, width=1024, height=1024, border=0, format=32993, type=5121, pixels=0xb303c008, unpack=0x81847f8, texObj=0x841a5c0, texImage=0x8403180) at state_tracker/st_cb_texture.c:796 #21 0xb44c46ea in _mesa_TexImage2D (target=3553, level=0, internalFormat=6408, width=1024, height=1024, border=0, format=32993, type=5121, pixels=0xb303c008) at main/teximage.c:2288 #22 0xb7fb3443 in QGLContextPrivate::bindTexture (this=0x80ef0a0, image=@0xbf9985ac, target=3553, format=6408, key=253403070467, clean=<value optimized out>) at qgl.cpp:1837 #23 0xb7fb3c25 in QGLContextPrivate::bindTexture (this=0x80ef0a0, image=@0xbf9985ac, target=3553, format=6408, clean=<value optimized out>) at qgl.cpp:1885 #24 0xb7fb3ca1 in QGLContext::bindTexture (this=0x80efc00, image=@0xbf9985ac, target=3553, format=6408) at qgl.cpp:1976 #25 0xb7fb3ceb in QGLWidget::bindTexture (this=0x80ef620, image=@0xbf9985ac, target=3553, format=6408) at qgl.cpp:3983 #26 0x080656ec in GameGLView::loadBackground (this=0x80ef620, filepath=@0x835284c) at /usr/src/debug/kdegames-4.3.1/kubrick/src/gameglview.cpp:136 #27 0x080659d3 in GameGLView::initializeGL (this=0x80ef620) at /usr/src/debug/kdegames-4.3.1/kubrick/src/gameglview.cpp:73 #28 0xb7fa8ddf in QGLWidget::glInit (this=0x80ef620) at qgl.cpp:3480 #29 0xb7fdf733 in QGLWidget::resizeEvent (this=0x80ef620) at qgl_x11.cpp:1110 #30 0xb69871a6 in QWidget::event (this=0x80ef620, event=0xbf998b04) at kernel/qwidget.cpp:7695 #31 0xb7fabfdc in QGLWidget::event (this=0x80ef620, e=0xbf998b04) at qgl.cpp:3292 #32 0xb69307bc in QApplicationPrivate::notify_helper (this=0x8079898, receiver=0x80ef620, e=0xbf998b04) at kernel/qapplication.cpp:4056 #33 0xb6938b92 in QApplication::notify (this=0xbf998d2c, receiver=0x80ef620, e=0xbf998b04) at kernel/qapplication.cpp:4021 #34 0xb7d8b72d in KApplication::notify (this=0xbf998d2c, receiver=0x80ef620, event=0xbf998b04) at /usr/src/debug/kdelibs-4.3.1/kdeui/kernel/kapplication.cpp:302 #35 0xb72f816b in QCoreApplication::notifyInternal (this=0xbf998d2c, receiver=0x80ef620, event=0xbf998b04) at kernel/qcoreapplication.cpp:610 #36 0xb6985aac in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x80ef6b0, recursive=false, disableUpdates=false) at ../../src/corelib/kernel/qcoreapplication.h:213 #37 0xb698c776 in QWidgetPrivate::show_helper (this=0x80ef6b0) at kernel/qwidget.cpp:6697 #38 0xb698cea3 in QWidget::setVisible (this=0x80ef620, visible=true) at kernel/qwidget.cpp:6975 #39 0xb698cc78 in QWidgetPrivate::showChildren (this=0x80f0200, spontaneous=false) at ../../src/gui/kernel/qwidget.h:473 #40 0xb698c7a1 in QWidgetPrivate::show_helper (this=0x80f0200) at kernel/qwidget.cpp:6703 #41 0xb698cea3 in QWidget::setVisible (this=0x80ef340, visible=true) at kernel/qwidget.cpp:6975 #42 0x08051db6 in main (argc=1, argv=0xbf998e24) at /usr/include/QtGui/qwidget.h:473 gdb: gdb kubrick GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs Copyright (C) 2008 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 "i586-suse-linux". For bug reporting instructions, please see: <http://bugs.opensuse.org/>... (gdb) run Starting program: /usr/bin/kubrick [Thread debugging using libthread_db enabled] nv10_screen_get_param:46 - Unknown PIPE_CAP 25 nv10_screen_get_param:46 - Unknown PIPE_CAP 24 nv10_screen_get_param:46 - Unknown PIPE_CAP 25 nv10_screen_get_param:46 - Unknown PIPE_CAP 24 GL Version (null) Program received signal SIGFPE, Arithmetic exception. 0xb4503102 in vbuf_alloc_vertices (vbuf=0x80f7968) at draw_pipe_vbuf.c:389 389 draw_pipe_vbuf.c: No such file or directory. in draw_pipe_vbuf.c Current language: auto; currently c (gdb) bt full #0 0xb4503102 in vbuf_alloc_vertices (vbuf=0x80f7968) at draw_pipe_vbuf.c:389 No locals. #1 0xb45036ae in vbuf_start_prim (vbuf=0x80f7968, prim=<value optimized out>) at draw_pipe_vbuf.c:303 hw_key = {output_stride = 0, nr_elements = 0, element = {{input_format = 0, output_format = 0, input_buffer = 0, input_offset = 0, output_offset = 0} <repeats 33 times>}} dst_offset = 1 i = 137709248 #2 0xb45036f3 in vbuf_first_tri (stage=0x80f7968, prim=0xbfffde64) at draw_pipe_vbuf.c:314 No locals. #3 0xb4502fbb in validate_tri (stage=0x80f0528, header=0xbfffde64) at draw_pipe_validate.c:280 pipeline = (struct draw_stage *) 0x4000 #4 0xb44ff071 in do_triangle (draw=<value optimized out>, flags=<value optimized out>, v0=0x83ccd08 "", v1=0x83ccd4c "", v2=0x83ccd90 "") at draw_pipe.c:156 prim = {det = 9.52882956e-44, flags = 61440, pad = 0, v = {0x83ccd08, 0x83ccd4c, 0x83ccd90}} #5 0xb44ff3ae in draw_pipeline_run (draw=0x819cf90, prim=4, vertices=0x83ccd08, vertex_count=4, stride=68, elts=0x818f834, count=6) at draw_pt_decompose.h:58 No locals. #6 0xb4505f12 in fetch_pipeline_run (middle=0x80ef6f8, fetch_elts=0x8197834, fetch_count=4, draw_elts=0x818f834, draw_count=6) at draw_pt_fetch_shade_pipeline.c:170 draw = (struct draw_context *) 0x819cf90 shader = (struct draw_vertex_shader *) 0x8215278 opt = <value optimized out> #7 0xb4507887 in vcache_run_extras (frontend=0x818f220, get_elt=0xb4504b00 <elt_vert>, elts=0x0, count=4) at draw_pt_vcache.c:79 i = 512 flags = 0 #8 0xb450493d in draw_arrays (draw=0x819cf90, prim=6, start=0, count=4) at draw_pt.c:114 reduced_prim = <value optimized out> #9 0xb437d930 in nv10_draw_elements (pipe=0x819c570, indexBuffer=0x0, indexSize=0, prim=6, start=0, count=4) at nv10_vbo.c:52 draw = (struct draw_context *) 0x819cf90 pscreen = (struct pipe_screen *) 0x80fd410 i = 0 #10 0xb437da32 in nv10_draw_arrays (pipe=0x819c570, prim=6, start=0, count=4) at nv10_vbo.c:74 No locals. #11 0xb4531b5d in util_draw_vertex_buffer (pipe=0x819c570, vbuf=0x8371150, offset=0, prim_type=6, num_verts=4, num_attribs=2) at u_draw_quad.c:71 vbuffer = {stride = 32, max_index = 3, buffer_offset = 0, buffer = 0x8371150} velements = {{src_offset = 0, vertex_buffer_index = 0, nr_components = 4, src_format = PIPE_FORMAT_R32G32B32A32_FLOAT}, {src_offset = 16, vertex_buffer_index = 0, nr_components = 4, src_format = PIPE_FORMAT_R32G32B32A32_FLOAT}, {src_offset = 138215592, vertex_buffer_index = 0, nr_components = 0, ---Type <return> to continue, or q <return> to quit--- src_format = -1073749460}, {src_offset = 138202144, vertex_buffer_index = 190, nr_components = 170, src_format = 136}, {src_offset = 138201992, vertex_buffer_index = 160, nr_components = 65, src_format = 88}, {src_offset = 15, vertex_buffer_index = 120, nr_components = 65, src_format = -1237079362}, { src_offset = 3057887934, vertex_buffer_index = 0, nr_components = 0, src_format = -1236326304}, {src_offset = 3058843968, vertex_buffer_index = 0, nr_components = 0, src_format = -1236123284}, {src_offset = 3058844012, vertex_buffer_index = 0, nr_components = 0, src_format = -1236123280}, {src_offset = 40, vertex_buffer_index = 24, nr_components = 0, src_format = -1236127756}, {src_offset = 3058843968, vertex_buffer_index = 0, nr_components = 16, src_format = -1073749292}, {src_offset = 3057888277, vertex_buffer_index = 72, nr_components = 250, src_format = PIPE_FORMAT_YCBCR}, {src_offset = 1, vertex_buffer_index = 104, nr_components = 23, src_format = -1237079362}, {src_offset = 136180200, vertex_buffer_index = 68, nr_components = 0, src_format = -1236123248}, {src_offset = 4120, vertex_buffer_index = 112, nr_components = 65, src_format = -1236123272}, {src_offset = 4105, vertex_buffer_index = 99, nr_components = 0, src_format = 2}, {src_offset = 3, vertex_buffer_index = 104, nr_components = 223, src_format = 2}, {src_offset = 4, vertex_buffer_index = 1, nr_components = 0, src_format = -1236123328}, {src_offset = 137826640, vertex_buffer_index = 204, nr_components = 202, src_format = 138541640}, {src_offset = 0, vertex_buffer_index = 116, nr_components = 0, src_format = -1236123280}, {src_offset = 3058844016, vertex_buffer_index = 96, nr_components = 223, src_format = 66416}, {src_offset = 513, vertex_buffer_index = 244, nr_components = 255, src_format = 135255008}, { src_offset = 3058839540, vertex_buffer_index = 72, nr_components = 250, src_format = 4096}, {src_offset = 3221218040, vertex_buffer_index = 172, nr_components = 204, src_format = -1236123328}, {src_offset = 4096, vertex_buffer_index = 64, nr_components = 65, src_format = -1073749224}, {src_offset = 3047657460, vertex_buffer_index = 72, nr_components = 250, src_format = 0}, {src_offset = 3221218088, vertex_buffer_index = 35, nr_components = 96, src_format = 4096}, { src_offset = 24, vertex_buffer_index = 112, nr_components = 3, src_format = -1269002252}, {src_offset = 0, vertex_buffer_index = 32, nr_components = 0, src_format = -1073749160}, {src_offset = 3047644724, vertex_buffer_index = 72, nr_components = 250, src_format = 0}, {src_offset = 3221218136, vertex_buffer_index = 181, nr_components = 130, src_format = 138541640}, {src_offset = 0, vertex_buffer_index = 88, nr_components = 227, src_format = -1271102908}} i = <value optimized out> #12 0xb4534068 in util_gen_mipmap (ctx=0x8215160, pt=0x83cfe58, face=0, baseLevel=0, lastLevel=10, filter=<value optimized out>) at u_gen_mipmap.c:1591 surf = (struct pipe_surface *) 0x83d01e0 pipe = (struct pipe_context *) 0x819c570 screen = (struct pipe_screen *) 0x80fd410 fb = {width = 512, height = 512, nr_cbufs = 1, cbufs = {0x83d01e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, zsbuf = 0x0} dstLevel = 1 offset = 0 #13 0xb43d3192 in st_generate_mipmap (ctx=0x8177b48, target=3553, texObj=0x841d4a8) at state_tracker/st_gen_mipmap.c:95 st = (struct st_context *) 0x81e5158 pt = (struct pipe_texture *) 0x83cfe58 lastLevel = 10 dstLevel = <value optimized out> #14 0xb44994d5 in st_TexImage (ctx=0x8177b48, dims=2, target=3553, level=0, internalFormat=6408, width=1024, height=1024, depth=1, border=0, format=32993, type=5121, pixels=0xb2fe0008, unpack=0x8184a78, texObj=0x841d4a8, texImage=0x841f9c8, imageSize=0, compressed_src=0 '\0') at state_tracker/st_cb_texture.c:764 screen = (struct pipe_screen *) 0x80fd410 ---Type <return> to continue, or q <return> to quit--- postConvWidth = 1024 postConvHeight = 1024 texelBytes = -1296171008 sizeInBytes = -1296171008 dstRowStride = 4096 unpackNB = {Alignment = 0, RowLength = 124, SkipPixels = -1236123328, SkipRows = 138542224, ImageHeight = 124, SkipImages = 66416, SwapBytes = 244 '�', LsbFirst = 143 '\217', ClientStorage = 92 '\\', Invert = 180 '�', BufferObj = 0x0} transfer_usage = PIPE_TRANSFER_WRITE #15 0xb449999e in st_TexImage2D (ctx=0x8177b48, target=3553, level=0, internalFormat=6408, width=1024, height=1024, border=0, format=32993, type=5121, pixels=0xb2fe0008, unpack=0x8184a78, texObj=0x841d4a8, texImage=0x841f9c8) at state_tracker/st_cb_texture.c:796 No locals. #16 0xb44686ea in _mesa_TexImage2D (target=3553, level=0, internalFormat=6408, width=1024, height=1024, border=0, format=32993, type=5121, pixels=0xb2fe0008) at main/teximage.c:2288 texObj = (struct gl_texture_object *) 0x841d4a8 texImage = <value optimized out> face = 0 postConvWidth = 1024 postConvHeight = 1024 #17 0xb7f57443 in QGLContextPrivate::bindTexture (this=0x80f75a0, image=@0xbfffe8ec, target=3553, format=6408, key=253403070467, clean=<value optimized out>) at qgl.cpp:1837 tx = {<QPaintDevice> = {_vptr.QPaintDevice = 0xb7126710, painters = 0}, d = 0x8360088} q = (QGLContext * const) 0x80f7590 use_pbo = false texture_format = 32993 tx_w = 1024 tx_h = <value optimized out> img = {<QPaintDevice> = {_vptr.QPaintDevice = 0xb7126710, painters = 0}, d = 0x836b0f0} tx_id = 1 ptr = (uchar *) 0xb7fff820 "����" #18 0xb7f57c25 in QGLContextPrivate::bindTexture (this=0x80f75a0, image=@0xbfffe8ec, target=3553, format=6408, clean=<value optimized out>) at qgl.cpp:1885 key = 253403070467 id = <value optimized out> cached = <value optimized out> #19 0xb7f57ca1 in QGLContext::bindTexture (this=0x80f7590, image=@0xbfffe8ec, target=3553, format=6408) at qgl.cpp:1976 ---Type <return> to continue, or q <return> to quit--- No locals. #20 0xb7f57ceb in QGLWidget::bindTexture (this=0x80f73a8, image=@0xbfffe8ec, target=3553, format=6408) at qgl.cpp:3983 No locals. #21 0x080656ec in GameGLView::loadBackground (this=0x80f73a8, filepath=@0x836f0a4) at /usr/src/debug/kdegames-4.3.1/kubrick/src/gameglview.cpp:136 tex = {<QPaintDevice> = {_vptr.QPaintDevice = 0xb7126710, painters = 0}, d = 0x836b0f0} bg = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 5157}, alloc = 0, size = 0, data = 0x806e972, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 51}, alloc = 0, size = 0, data = 0xb739448e, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x836f010, static codecForCStrings = 0x0} bgWidth = 1024 bgHeight = 653.46476740534467 svg = {<QSvgRenderer> = {<QObject> = {_vptr.QObject = 0x806e7c8, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0xb7337540 "QObject", data = 0xb73375e0, extradata = 0xb738f1b8}}, d_ptr = 0x836b148, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0xb7340d40 "Qt", data = 0xb7343c20, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x806e8c0, stringdata = 0xb76b62c0 "QSvgRenderer", data = 0xb76b6400, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0xb76c3a2c, stringdata = 0xb7ebd620 "KSvgRenderer", data = 0xb7ebd680, extradata = 0x0}}} #22 0x080659d3 in GameGLView::initializeGL (this=0x80f73a8) at /usr/src/debug/kdegames-4.3.1/kubrick/src/gameglview.cpp:73 themeFilepaths = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 4527}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x836f090}, d = 0x836f090}}, <No data fields>} #23 0xb7f4cddf in QGLWidget::glInit (this=0x80f73a8) at qgl.cpp:3480 No locals. #24 0xb7f83733 in QGLWidget::resizeEvent (this=0x80f73a8) at qgl_x11.cpp:1110 No locals. #25 0xb692b1a6 in QWidget::event (this=0x80f73a8, event=0xbfffee44) at kernel/qwidget.cpp:7695 No locals. #26 0xb7f4ffdc in QGLWidget::event (this=0x80f73a8, e=0xbfffee44) at qgl.cpp:3292 d = (QGLWidgetPrivate * const) 0x80f7408 #27 0xb68d47bc in QApplicationPrivate::notify_helper (this=0x8079898, receiver=0x80f73a8, e=0xbfffee44) at kernel/qapplication.cpp:4056 consumed = <value optimized out> #28 0xb68dcb92 in QApplication::notify (this=0xbffff06c, receiver=0x80f73a8, e=0xbfffee44) at kernel/qapplication.cpp:4021 res = true #29 0xb7d2f72d in KApplication::notify (this=0xbffff06c, receiver=0x80f73a8, event=0xbfffee44) at /usr/src/debug/kdelibs-4.3.1/kdeui/kernel/kapplication.cpp:302 No locals. #30 0xb729c16b in QCoreApplication::notifyInternal (this=0xbffff06c, receiver=0x80f73a8, event=0xbfffee44) at kernel/qcoreapplication.cpp:610 result = false cbdata = {0x80f73a8, 0xbfffee44, 0xbfffee0b} ---Type <return> to continue, or q <return> to quit--- threadData = (QThreadData *) 0x80742b8 returnValue = <value optimized out> #31 0xb6929aac in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x80f7408, recursive=false, disableUpdates=false) at ../../src/corelib/kernel/qcoreapplication.h:213 e = {<QEvent> = {_vptr.QEvent = 0xb7125560, d = 0x0, t = 14, posted = 0, spont = 0, m_accept = 1, reserved = 6143}, s = {wd = 699, ht = 300}, olds = {wd = -1, ht = -1}} q = (QWidget * const) 0x80f73a8 #32 0xb6930776 in QWidgetPrivate::show_helper (this=0x80f7408) at kernel/qwidget.cpp:6697 q = (QWidget * const) 0x80f73a8 isEmbedded = <value optimized out> showEvent = {<QEvent> = {_vptr.QEvent = 0x0, d = 0x2ba, t = 299, posted = 0, spont = 0, m_accept = 0, reserved = 0}, <No data fields>} #33 0xb6930ea3 in QWidget::setVisible (this=0x80f73a8, visible=true) at kernel/qwidget.cpp:6975 d = (QWidgetPrivate * const) 0x80f7408 wasResized = true initialWindowState = {i = 0} showToParentEvent = {_vptr.QEvent = 0xbfffef50, d = 0xb7392748, t = 0, posted = 0, spont = 0, m_accept = 0, reserved = 0} #34 0xb6930c78 in QWidgetPrivate::showChildren (this=0x80f09d8, spontaneous=false) at ../../src/gui/kernel/qwidget.h:473 i = 7 childList = {{p = {static shared_null = {ref = {_q_value = 4527}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x8278010}, d = 0x8278010}} #35 0xb69307a1 in QWidgetPrivate::show_helper (this=0x80f09d8) at kernel/qwidget.cpp:6703 q = (QWidget * const) 0x80ef9c8 isEmbedded = <value optimized out> showEvent = {<QEvent> = {_vptr.QEvent = 0xb729cfad, d = 0x80ef9c8, t = 70, posted = 0, spont = 0, m_accept = 0, reserved = 0}, <No data fields>} #36 0xb6930ea3 in QWidget::setVisible (this=0x80ef9c8, visible=true) at kernel/qwidget.cpp:6975 d = (QWidgetPrivate * const) 0x80f09d8 wasResized = true initialWindowState = {i = 0} showToParentEvent = {_vptr.QEvent = 0x2, d = 0x8351dd0, t = 62504, posted = 0, spont = 1, m_accept = 1, reserved = 257} #37 0x08051db6 in main (argc=1, argv=0xbffff164) at /usr/include/QtGui/qwidget.h:473 about = {d = 0x80760a0} app = {<QApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0xb7f26ba8, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0xb7337540 "QObject", data = 0xb73375e0, extradata = 0xb738f1b8}}, d_ptr = 0x8079898, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0xb7340d40 "Qt", data = 0xb7343c20, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x806e8c0, stringdata = 0xb7348a60 "QCoreApplication", data = 0xb7348b00, extradata = 0x0}}, static self = 0xbffff06c}, static staticMetaObject = {d = { ---Type <return> to continue, or q <return> to quit--- superdata = 0xb73937e4, stringdata = 0xb6f51960 "QApplication", data = 0xb6f51b60, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0xb71251e8, stringdata = 0xb7eb2020 "KApplication", data = 0xb7eb21c0, extradata = 0x0}}, static loadedByKdeinit = false, static KApp = 0xbffff06c, d = 0x80bf3d8} (gdb) frame 11 #11 0xb4531b5d in util_draw_vertex_buffer (pipe=0x819c570, vbuf=0x8371150, offset=0, prim_type=6, num_verts=4, num_attribs=2) at u_draw_quad.c:71 71 u_draw_quad.c: No such file or directory. in u_draw_quad.c (gdb) print *rmesa->nouveau.cmdbuf No symbol "rmesa" in current context.
The last thing I know about NV1x driver is that it could not even draw a single triangle. NV2x did draw a triangle, or maybe even two. And that's it, even the most simplest of the glx test apps are broken. Or were broken a few months ago, and I suspect things have only broken down more since, because no-one AFAIK is working on anything below NV30. And no, we do not want any reports on any of the other card families, either.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.