[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2020-08-31 Thread Daniel van Vugt
This bug was reported against 19.04 which reached end-of-life on January
23, 2020.

If you would like to report a problem about 20.04 then please open a new
bug using the 'ubuntu-bug' command.

** Changed in: intel-vaapi-driver (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qarte/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2020-08-31 Thread xvan
Still present in ubuntu 20.04

This is the stack trace of performous-composer , crashing on this.

Thread 1 "composer" received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:309
309 ../sysdeps/x86_64/multiarch/memcpy-ssse3.S: No such file or directory.
(gdb) where
#0  __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:309
#1  0x7fffc78ab1ea in  () at /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
#2  0x708a32c0 in vaPutImage () at /usr/lib/x86_64-linux-gnu/libva.so.2
#3  0x7fffd8effec9 in  () at 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
#4  0x7fffd8ec9c59 in  () at 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
#5  0x7fffd8ecb5d7 in  () at 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
#6  0x7fffd8ed5b90 in  () at 
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so
#7  0x7fffd91e547e in  () at /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0
#8  0x7fffe82fb9f2 in gst_element_change_state () at 
/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#9  0x7fffe82fc139 in  () at /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
#10 0x7fffe841642c in  () at 
/usr/lib/x86_64-linux-gnu/libQt5MultimediaGstTools.so.5
#11 0x7fffe84155b8 in 
QGstreamerVideoWindow::QGstreamerVideoWindow(QObject*, QByteArray const&) () at 
/usr/lib/x86_64-linux-gnu/libQt5MultimediaGstTools.so.5
#12 0x7fffe877ad97 in  () at 
/usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice/libgstmediaplayer.so
#13 0x7fffe8788475 in  () at 
/usr/lib/x86_64-linux-gnu/qt5/plugins/mediaservice/libgstmediaplayer.so
#14 0x75e8bb75 in  () at /usr/lib/x86_64-linux-gnu/libQt5Multimedia.so.5
#15 0x75ec961e in QMediaPlayer::QMediaPlayer(QObject*, 
QFlags) () at 
/usr/lib/x86_64-linux-gnu/libQt5Multimedia.so.5
#16 0x5558d5b9 in EditorApp::EditorApp(QWidget*) (this=0x7fffd6e0, 
parent=) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:121
#17 0x55580be0 in main(int, char**) (argc=, 
argv=) at ./src/main.cc:56

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qarte/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2019-11-01 Thread Emm88
Not affected, because I have a skylake, and/or dowloaded the intel
firmware ?

 lsmod | grep i915
i915 1871872  61
i2c_algo_bit   16384  1 i915
drm_kms_helper225280  1 i915
drm   532480  45 drm_kms_helper,i915
video  49152  1 i915

 vainfo 
error: XDG_RUNTIME_DIR not set in the environment.
libva info: VA-API version 1.4.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 2.3.0
vainfo: Supported profile and entrypoints
blabla

glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)  (0x1912)
Version: 18.3.6
Accelerated: yes
Video memory: 3072MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.3.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 18.3.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.3.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qarte/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2019-10-29 Thread VinsS
** Changed in: qarte
   Status: New => Confirmed

** Changed in: intel-vaapi-driver (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qarte/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2019-10-29 Thread VinsS
** Also affects: qarte
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qarte/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1850256] Re: Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

2019-10-29 Thread VinsS
** Attachment added: "_usr_bin_python3.7.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1850256/+attachment/5301092/+files/_usr_bin_python3.7.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1850256

Title:
  Segmentation fault from i965_drv_video.so and __memcpy_ssse3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1850256/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs