Advertisement
vliaskov

Qt 5.5/5.4 crash at app start(QOpenGLTextureCache / mesa)

Sep 22nd, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:36
  3. 36 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory.
  4. (gdb) bt
  5. #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:36
  6. #1 0x00007fffbdb40bbd in memcpy (__len=3686400, __src=<optimized out>, __dest=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/string3.h:51
  7. #2 memcpy_texture (dimensions=dimensions@entry=2, dstFormat=dstFormat@entry=MESA_FORMAT_B8G8R8A8_UNORM, dstRowStride=dstRowStride@entry=5120, dstSlices=dstSlices@entry=0x7fffffffc098,
  8. srcWidth=srcWidth@entry=1280, srcHeight=srcHeight@entry=720, srcDepth=srcDepth@entry=1, srcFormat=srcFormat@entry=32993, srcType=srcType@entry=33639, srcAddr=srcAddr@entry=0x7fffabc37010,
  9. srcPacking=srcPacking@entry=0x7fffab02e180, ctx=<optimized out>) at ../../../../src/mesa/main/texstore.c:949
  10. #3 0x00007fffbdb4653d in _mesa_texstore_memcpy (srcPacking=0x7fffab02e180, srcAddr=<optimized out>, srcType=33639, srcFormat=32993, srcDepth=<optimized out>, srcHeight=<optimized out>,
  11. srcWidth=<optimized out>, dstSlices=<optimized out>, dstRowStride=<optimized out>, dstFormat=MESA_FORMAT_B8G8R8A8_UNORM, baseInternalFormat=6408, dims=<optimized out>, ctx=0x7fffab012010)
  12. at ../../../../src/mesa/main/texstore.c:3938
  13. #4 _mesa_texstore (ctx=0x7fffab012010, dims=2, baseInternalFormat=6408, dstFormat=MESA_FORMAT_B8G8R8A8_UNORM, dstRowStride=5120, dstSlices=0x7fffffffc098, srcWidth=1280, srcHeight=720, srcDepth=1,
  14. srcFormat=32993, srcType=33639, srcAddr=0x7fffabc37010, srcPacking=0x7fffab02e180) at ../../../../src/mesa/main/texstore.c:3958
  15. #5 0x00007fffbdb46812 in store_texsubimage (ctx=ctx@entry=0x7fffab012010, texImage=texImage@entry=0x1669060, xoffset=xoffset@entry=0, yoffset=yoffset@entry=0, zoffset=zoffset@entry=0, width=1280,
  16. height=720, depth=1, format=32993, type=33639, pixels=0x7fffabc37010, packing=0x7fffab02e180, caller=0x7fffbdcc39c7 "glTexSubImage") at ../../../../src/mesa/main/texstore.c:4107
  17. #6 0x00007fffbdb46aa5 in _mesa_store_texsubimage (ctx=ctx@entry=0x7fffab012010, dims=<optimized out>, texImage=texImage@entry=0x1669060, xoffset=xoffset@entry=0, yoffset=yoffset@entry=0,
  18. zoffset=zoffset@entry=0, width=<optimized out>, width@entry=1280, height=<optimized out>, height@entry=720, depth=<optimized out>, depth@entry=1, format=<optimized out>, format@entry=32993,
  19. type=<optimized out>, type@entry=33639, pixels=<optimized out>, pixels@entry=0x7fffabc37010, packing=<optimized out>, packing@entry=0x7fffab02e180) at ../../../../src/mesa/main/texstore.c:4171
  20. #7 0x00007fffbdb9dcaa in st_TexSubImage (ctx=ctx@entry=0x7fffab012010, dims=dims@entry=2, texImage=texImage@entry=0x1669060, xoffset=xoffset@entry=0, yoffset=yoffset@entry=0, zoffset=zoffset@entry=0,
  21. width=1280, height=720, depth=1, format=format@entry=32993, type=type@entry=33639, pixels=pixels@entry=0x7fffabc37010, unpack=unpack@entry=0x7fffab02e180)
  22. at ../../../../src/mesa/state_tracker/st_cb_texture.c:787
  23. #8 0x00007fffbdb9e733 in st_TexImage (ctx=0x7fffab012010, dims=2, texImage=0x1669060, format=32993, type=33639, pixels=0x7fffabc37010, unpack=0x7fffab02e180)
  24. at ../../../../src/mesa/state_tracker/st_cb_texture.c:811
  25. #9 0x00007fffbdb33eb9 in teximage (ctx=0x7fffab012010, compressed=compressed@entry=0 '\000', dims=dims@entry=2, target=3553, level=<optimized out>, internalFormat=23498848, width=1280, height=720,
  26. depth=depth@entry=1, border=0, format=format@entry=32993, type=type@entry=33639, imageSize=imageSize@entry=0, pixels=pixels@entry=0x7fffabc37010) at ../../../../src/mesa/main/teximage.c:3250
  27. #10 0x00007fffbdb35220 in _mesa_TexImage2D (target=<optimized out>, level=<optimized out>, internalFormat=<optimized out>, width=<optimized out>, height=<optimized out>, border=<optimized out>,
  28. format=32993, type=33639, pixels=0x7fffabc37010) at ../../../../src/mesa/main/teximage.c:3289
  29. #11 0x00007ffff3168570 in QOpenGLTextureCache::bindTexture(QOpenGLContext*, long long, QImage const&, QFlags<QOpenGLTextureCache::BindOption>) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Gui.so.5
  30. #12 0x00007ffff3169007 in QOpenGLTextureCache::bindTexture(QOpenGLContext*, QImage const&, QFlags<QOpenGLTextureCache::BindOption>) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Gui.so.5
  31. #13 0x00007ffff317647b in QOpenGL2PaintEngineEx::drawImage(QRectF const&, QImage const&, QRectF const&, QFlags<Qt::ImageConversionFlag>) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Gui.so.5
  32. #14 0x00007ffff30bfa0c in QPainter::drawImage(QRectF const&, QImage const&, QRectF const&, QFlags<Qt::ImageConversionFlag>) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Gui.so.5
  33. #15 0x0000000000472220 in GstVideoSurface::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*) ()
  34. #16 0x00000000004e79c9 in GstViewWidget::paintGL() ()
  35. #17 0x00007ffff5cce1d5 in ?? () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  36. #18 0x00007ffff5cceb18 in QOpenGLWidget::resizeEvent(QResizeEvent*) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  37. #19 0x00007ffff5caf88e in QWidget::event(QEvent*) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  38. #20 0x00007ffff5c6e4dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  39. #21 0x00007ffff5c73640 in QApplication::notify(QObject*, QEvent*) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  40. #22 0x00007ffff23066a3 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Core.so.5
  41. #23 0x00007ffff5ca8451 in QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  42. #24 0x00007ffff5cac086 in QWidgetPrivate::show_helper() () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  43. #25 0x00007ffff5caeaf5 in QWidget::setVisible(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  44. #26 0x00007ffff5cac030 in QWidgetPrivate::showChildren(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  45. #27 0x00007ffff5cac0a2 in QWidgetPrivate::show_helper() () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  46. #28 0x00007ffff5caeaf5 in QWidget::setVisible(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  47. #29 0x00007ffff5cac030 in QWidgetPrivate::showChildren(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  48. #30 0x00007ffff5cac0a2 in QWidgetPrivate::show_helper() () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  49. #31 0x00007ffff5caeaf5 in QWidget::setVisible(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  50. #32 0x00007ffff5cac030 in QWidgetPrivate::showChildren(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  51. #33 0x00007ffff5cac0a2 in QWidgetPrivate::show_helper() () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  52. #34 0x00007ffff5caeaf5 in QWidget::setVisible(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  53. #35 0x00007ffff5cac030 in QWidgetPrivate::showChildren(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  54. #36 0x00007ffff5cac0a2 in QWidgetPrivate::show_helper() () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  55. #37 0x00007ffff5caeaf5 in QWidget::setVisible(bool) () from /opt/build/Qt-5.5/5.5/gcc_64/lib/libQt5Widgets.so.5
  56. #38 0x0000000000437cef in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement