[Desktop-packages] [Bug 2000409] Re: totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not called early enough by libx11 (patch included)

2023-03-07 Thread Daniel van Vugt
** Tags added: nvidia

** Summary changed:

- totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply 
because XInitThreads is not called early enough by libx11 (patch included)
+ [nvidia] totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in 
_XReply because XInitThreads is not called early enough by libx11 (patch 
included)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2000409

Title:
  [nvidia] totem crashes on startup (assert
  !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not
  called early enough by libx11 (patch included)

Status in Totem:
  New
Status in totem package in Ubuntu:
  In Progress

Bug description:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 22.10
  Release:  22.10
  Codename: kinetic

  totem 43.0-2ubuntu1
  proprietary nvidia-driver-525 525.60.11-0ubuntu0.22.10.1
  libx11-6   2:1.8.1-2

  Totem crashes (most of the time) when opening a video file. When it
  does crash, it crashes before playing the video at all.

  It doesn't crash often when being run under gdb, profilers, or other
  utilities that may slow down execution. That indicated it may be a
  threading issue or race condition, and after digging deeper the issue
  is evident from the assert message.

    [xcb] Unknown sequence number while processing queue
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
    [xcb] Aborting, sorry about that.

  A similar issue happened in SDL, where XInitThreads was *supposed* to
  be called but wasn't called early enough, specifically by the NVIDIA
  libGL implementation which I also happen to be using.

    https://github.com/libsdl-org/SDL-1.2/issues/753

  (Attempted to use apport to report this, but for some reason it
  doesn't want to upload or show me the report. I've included the gdb
  stack trace here.)

  andy@andy-i9:/var/crash$ gdb totem totem/CoreDump
  GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
  Copyright (C) 2022 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  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".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .

  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from totem...

  This GDB supports auto-downloading debuginfo from the following URLs:
  https://debuginfod.ubuntu.com
  Enable debuginfod for this session? (y or [n]) y
  Debuginfod has been enabled.
  To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
  Reading symbols from 
/home/andy/.cache/debuginfod_client/c3e79ca1f76831bf9e6750481740ad73e5fce85d/debuginfo...

  warning: Can't open file /memfd:/.glXX (deleted) during file-
  backed mapping note processing

  warning: Can't open file /run/user/1000/orcexec.iAL97R (deleted)
  during file-backed mapping note processing

  warning: Can't open file /memfd:pulseaudio (deleted) during file-
  backed mapping note processing

  warning: Can't open file /memfd:/.nvidia_drv.XX (deleted) during
  file-backed mapping note processing

  warning: Can't open file /home/andy/.local/share/gvfs-
  metadata/root-636ea0d4.log during file-backed mapping note processing

  warning: Can't open file /SYSV (deleted) during file-backed mapping 
note processing
  [New LWP 747582]
  [New LWP 747566]
  [New LWP 747568]
  [New LWP 747567]
  [New LWP 747570]
  [New LWP 747572]
  [New LWP 747583]
  [New LWP 747586]
  [New LWP 747578]
  [New LWP 747589]
  [New LWP 747588]
  [New LWP 747590]
  [New LWP 747584]
  [New LWP 747593]
  [New LWP 747587]
  [New LWP 747601]
  [New LWP 747581]
  [New LWP 747597]
  [New LWP 747606]
  [New LWP 747603]
  [New LWP 747579]
  [New LWP 747598]
  [New LWP 747592]
  [New LWP 747591]
  [New LWP 747599]
  [New LWP 747594]
  [New LWP 747596]
  [New LWP 747605]
  [New LWP 747595]
  [New LWP 747602]
  [New LWP 747585]
  [New LWP 747569]
  [New LWP 747600]
  [New LWP 747604]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  --Type  for more, q to quit, c to continue without paging--
  Core was generated by `totem C0109.MP4'.
  Program terminated with signal SIGABRT, Aborted.
  #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
  Download failed: Invalid argument.  Continuing without source file 
./nptl/./nptl/pthread_kill.c.
  44

[Desktop-packages] [Bug 2000409] Re: totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not called early enough by libx11 (patch included)

2023-01-04 Thread Daniel van Vugt
This seems to be a fairly common crash but a bug in our crash tracker
prevents us from linking the issues...
https://errors.ubuntu.com/?release=Ubuntu%2022.10=totem=week

Please propose patches at
https://gitlab.gnome.org/GNOME/totem/-/merge_requests

** Changed in: totem (Ubuntu)
 Assignee: (unassigned) => xtknight (xt-knight)

** Changed in: totem (Ubuntu)
   Importance: Undecided => High

** Changed in: totem (Ubuntu)
   Status: New => In Progress

** Tags added: kinetic regression-release rls-kk-incoming

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2000409

Title:
  totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in
  _XReply because XInitThreads is not called early enough by libx11
  (patch included)

Status in Totem:
  New
Status in totem package in Ubuntu:
  In Progress

Bug description:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 22.10
  Release:  22.10
  Codename: kinetic

  totem 43.0-2ubuntu1
  proprietary nvidia-driver-525 525.60.11-0ubuntu0.22.10.1
  libx11-6   2:1.8.1-2

  Totem crashes (most of the time) when opening a video file. When it
  does crash, it crashes before playing the video at all.

  It doesn't crash often when being run under gdb, profilers, or other
  utilities that may slow down execution. That indicated it may be a
  threading issue or race condition, and after digging deeper the issue
  is evident from the assert message.

    [xcb] Unknown sequence number while processing queue
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
    [xcb] Aborting, sorry about that.

  A similar issue happened in SDL, where XInitThreads was *supposed* to
  be called but wasn't called early enough, specifically by the NVIDIA
  libGL implementation which I also happen to be using.

    https://github.com/libsdl-org/SDL-1.2/issues/753

  (Attempted to use apport to report this, but for some reason it
  doesn't want to upload or show me the report. I've included the gdb
  stack trace here.)

  andy@andy-i9:/var/crash$ gdb totem totem/CoreDump
  GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
  Copyright (C) 2022 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  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".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .

  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from totem...

  This GDB supports auto-downloading debuginfo from the following URLs:
  https://debuginfod.ubuntu.com
  Enable debuginfod for this session? (y or [n]) y
  Debuginfod has been enabled.
  To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
  Reading symbols from 
/home/andy/.cache/debuginfod_client/c3e79ca1f76831bf9e6750481740ad73e5fce85d/debuginfo...

  warning: Can't open file /memfd:/.glXX (deleted) during file-
  backed mapping note processing

  warning: Can't open file /run/user/1000/orcexec.iAL97R (deleted)
  during file-backed mapping note processing

  warning: Can't open file /memfd:pulseaudio (deleted) during file-
  backed mapping note processing

  warning: Can't open file /memfd:/.nvidia_drv.XX (deleted) during
  file-backed mapping note processing

  warning: Can't open file /home/andy/.local/share/gvfs-
  metadata/root-636ea0d4.log during file-backed mapping note processing

  warning: Can't open file /SYSV (deleted) during file-backed mapping 
note processing
  [New LWP 747582]
  [New LWP 747566]
  [New LWP 747568]
  [New LWP 747567]
  [New LWP 747570]
  [New LWP 747572]
  [New LWP 747583]
  [New LWP 747586]
  [New LWP 747578]
  [New LWP 747589]
  [New LWP 747588]
  [New LWP 747590]
  [New LWP 747584]
  [New LWP 747593]
  [New LWP 747587]
  [New LWP 747601]
  [New LWP 747581]
  [New LWP 747597]
  [New LWP 747606]
  [New LWP 747603]
  [New LWP 747579]
  [New LWP 747598]
  [New LWP 747592]
  [New LWP 747591]
  [New LWP 747599]
  [New LWP 747594]
  [New LWP 747596]
  [New LWP 747605]
  [New LWP 747595]
  [New LWP 747602]
  [New LWP 747585]
  [New LWP 747569]
  [New LWP 747600]
  [New LWP 747604]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  --Type  for more, q to quit, c to continue without paging--
  Core was generated by `totem C0109.MP4'.
  Program terminated with signal SIGABRT, Aborted.
  #0  __pthread_kill_implementation (no_tid=0, signo=6, 

[Desktop-packages] [Bug 2000409] Re: totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not called early enough by libx11 (patch included)

2022-12-23 Thread Ubuntu Foundations Team Bug Bot
The attachment "ensure XInitThreads gets called early. reverts totem
commits 2610b4536f73493587e4a5a38e01c9961fcabb96 and
140d9eea70c3101ef3234abb4de5974cb84b13db" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2000409

Title:
  totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in
  _XReply because XInitThreads is not called early enough by libx11
  (patch included)

Status in Totem:
  New
Status in totem package in Ubuntu:
  New

Bug description:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 22.10
  Release:  22.10
  Codename: kinetic

  totem 43.0-2ubuntu1
  proprietary nvidia-driver-525 525.60.11-0ubuntu0.22.10.1
  libx11-6   2:1.8.1-2

  Totem crashes (most of the time) when opening a video file. When it
  does crash, it crashes before playing the video at all.

  It doesn't crash often when being run under gdb, profilers, or other
  utilities that may slow down execution. That indicated it may be a
  threading issue or race condition, and after digging deeper the issue
  is evident from the assert message.

    [xcb] Unknown sequence number while processing queue
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
    [xcb] Aborting, sorry about that.

  A similar issue happened in SDL, where XInitThreads was *supposed* to
  be called but wasn't called early enough, specifically by the NVIDIA
  libGL implementation which I also happen to be using.

    https://github.com/libsdl-org/SDL-1.2/issues/753

  (Attempted to use apport to report this, but for some reason it
  doesn't want to upload or show me the report. I've included the gdb
  stack trace here.)

  andy@andy-i9:/var/crash$ gdb totem totem/CoreDump
  GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
  Copyright (C) 2022 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  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".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .

  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from totem...

  This GDB supports auto-downloading debuginfo from the following URLs:
  https://debuginfod.ubuntu.com
  Enable debuginfod for this session? (y or [n]) y
  Debuginfod has been enabled.
  To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
  Reading symbols from 
/home/andy/.cache/debuginfod_client/c3e79ca1f76831bf9e6750481740ad73e5fce85d/debuginfo...

  warning: Can't open file /memfd:/.glXX (deleted) during file-
  backed mapping note processing

  warning: Can't open file /run/user/1000/orcexec.iAL97R (deleted)
  during file-backed mapping note processing

  warning: Can't open file /memfd:pulseaudio (deleted) during file-
  backed mapping note processing

  warning: Can't open file /memfd:/.nvidia_drv.XX (deleted) during
  file-backed mapping note processing

  warning: Can't open file /home/andy/.local/share/gvfs-
  metadata/root-636ea0d4.log during file-backed mapping note processing

  warning: Can't open file /SYSV (deleted) during file-backed mapping 
note processing
  [New LWP 747582]
  [New LWP 747566]
  [New LWP 747568]
  [New LWP 747567]
  [New LWP 747570]
  [New LWP 747572]
  [New LWP 747583]
  [New LWP 747586]
  [New LWP 747578]
  [New LWP 747589]
  [New LWP 747588]
  [New LWP 747590]
  [New LWP 747584]
  [New LWP 747593]
  [New LWP 747587]
  [New LWP 747601]
  [New LWP 747581]
  [New LWP 747597]
  [New LWP 747606]
  [New LWP 747603]
  [New LWP 747579]
  [New LWP 747598]
  [New LWP 747592]
  [New LWP 747591]
  [New LWP 747599]
  [New LWP 747594]
  [New LWP 747596]
  [New LWP 747605]
  [New LWP 747595]
  [New LWP 747602]
  [New LWP 747585]
  [New LWP 747569]
  [New LWP 747600]
  [New LWP 747604]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  --Type  for more, q to quit, c to continue without paging--
  Core was generated by `totem C0109.MP4'.
  Program terminated with signal SIGABRT, Aborted.
  #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
  

[Desktop-packages] [Bug 2000409] Re: totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not called early enough by libx11 (patch included)

2022-12-23 Thread Bug Watch Updater
** Changed in: totem
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2000409

Title:
  totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in
  _XReply because XInitThreads is not called early enough by libx11
  (patch included)

Status in Totem:
  New
Status in totem package in Ubuntu:
  New

Bug description:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 22.10
  Release:  22.10
  Codename: kinetic

  totem 43.0-2ubuntu1
  proprietary nvidia-driver-525 525.60.11-0ubuntu0.22.10.1
  libx11-6   2:1.8.1-2

  Totem crashes (most of the time) when opening a video file. When it
  does crash, it crashes before playing the video at all.

  It doesn't crash often when being run under gdb, profilers, or other
  utilities that may slow down execution. That indicated it may be a
  threading issue or race condition, and after digging deeper the issue
  is evident from the assert message.

    [xcb] Unknown sequence number while processing queue
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
    [xcb] Aborting, sorry about that.

  A similar issue happened in SDL, where XInitThreads was *supposed* to
  be called but wasn't called early enough, specifically by the NVIDIA
  libGL implementation which I also happen to be using.

    https://github.com/libsdl-org/SDL-1.2/issues/753

  (Attempted to use apport to report this, but for some reason it
  doesn't want to upload or show me the report. I've included the gdb
  stack trace here.)

  andy@andy-i9:/var/crash$ gdb totem totem/CoreDump
  GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
  Copyright (C) 2022 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  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".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .

  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from totem...

  This GDB supports auto-downloading debuginfo from the following URLs:
  https://debuginfod.ubuntu.com
  Enable debuginfod for this session? (y or [n]) y
  Debuginfod has been enabled.
  To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
  Reading symbols from 
/home/andy/.cache/debuginfod_client/c3e79ca1f76831bf9e6750481740ad73e5fce85d/debuginfo...

  warning: Can't open file /memfd:/.glXX (deleted) during file-
  backed mapping note processing

  warning: Can't open file /run/user/1000/orcexec.iAL97R (deleted)
  during file-backed mapping note processing

  warning: Can't open file /memfd:pulseaudio (deleted) during file-
  backed mapping note processing

  warning: Can't open file /memfd:/.nvidia_drv.XX (deleted) during
  file-backed mapping note processing

  warning: Can't open file /home/andy/.local/share/gvfs-
  metadata/root-636ea0d4.log during file-backed mapping note processing

  warning: Can't open file /SYSV (deleted) during file-backed mapping 
note processing
  [New LWP 747582]
  [New LWP 747566]
  [New LWP 747568]
  [New LWP 747567]
  [New LWP 747570]
  [New LWP 747572]
  [New LWP 747583]
  [New LWP 747586]
  [New LWP 747578]
  [New LWP 747589]
  [New LWP 747588]
  [New LWP 747590]
  [New LWP 747584]
  [New LWP 747593]
  [New LWP 747587]
  [New LWP 747601]
  [New LWP 747581]
  [New LWP 747597]
  [New LWP 747606]
  [New LWP 747603]
  [New LWP 747579]
  [New LWP 747598]
  [New LWP 747592]
  [New LWP 747591]
  [New LWP 747599]
  [New LWP 747594]
  [New LWP 747596]
  [New LWP 747605]
  [New LWP 747595]
  [New LWP 747602]
  [New LWP 747585]
  [New LWP 747569]
  [New LWP 747600]
  [New LWP 747604]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  --Type  for more, q to quit, c to continue without paging--
  Core was generated by `totem C0109.MP4'.
  Program terminated with signal SIGABRT, Aborted.
  #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
  Download failed: Invalid argument.  Continuing without source file 
./nptl/./nptl/pthread_kill.c.
  44./nptl/pthread_kill.c: No such file or directory.
  [Current thread is 1 (Thread 0x7fde2beff6c0 (LWP 747582))]
  (gdb) bt
  #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
  #1  __pthread_kill_internal (signo=6, threadid=) at 
./nptl/pthread_kill.c:78
  #2  __GI___pthread_kill (threadid=, 

[Desktop-packages] [Bug 2000409] Re: totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in _XReply because XInitThreads is not called early enough by libx11 (patch included)

2022-12-23 Thread xtknight
** Bug watch added: gitlab.gnome.org/GNOME/totem/-/issues #564
   https://gitlab.gnome.org/GNOME/totem/-/issues/564

** Also affects: totem via
   https://gitlab.gnome.org/GNOME/totem/-/issues/564
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/2000409

Title:
  totem crashes on startup (assert !xcb_xlib_unknown_req_in_deq) in
  _XReply because XInitThreads is not called early enough by libx11
  (patch included)

Status in Totem:
  Unknown
Status in totem package in Ubuntu:
  New

Bug description:
  Distributor ID:   Ubuntu
  Description:  Ubuntu 22.10
  Release:  22.10
  Codename: kinetic

  totem 43.0-2ubuntu1
  proprietary nvidia-driver-525 525.60.11-0ubuntu0.22.10.1
  libx11-6   2:1.8.1-2

  Totem crashes (most of the time) when opening a video file. When it
  does crash, it crashes before playing the video at all.

  It doesn't crash often when being run under gdb, profilers, or other
  utilities that may slow down execution. That indicated it may be a
  threading issue or race condition, and after digging deeper the issue
  is evident from the assert message.

    [xcb] Unknown sequence number while processing queue
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not 
been called
    [xcb] Aborting, sorry about that.

  A similar issue happened in SDL, where XInitThreads was *supposed* to
  be called but wasn't called early enough, specifically by the NVIDIA
  libGL implementation which I also happen to be using.

    https://github.com/libsdl-org/SDL-1.2/issues/753

  (Attempted to use apport to report this, but for some reason it
  doesn't want to upload or show me the report. I've included the gdb
  stack trace here.)

  andy@andy-i9:/var/crash$ gdb totem totem/CoreDump
  GNU gdb (Ubuntu 12.1-3ubuntu2) 12.1
  Copyright (C) 2022 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later 
  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".
  Type "show configuration" for configuration details.
  For bug reporting instructions, please see:
  .
  Find the GDB manual and other documentation resources online at:
  .

  For help, type "help".
  Type "apropos word" to search for commands related to "word"...
  Reading symbols from totem...

  This GDB supports auto-downloading debuginfo from the following URLs:
  https://debuginfod.ubuntu.com
  Enable debuginfod for this session? (y or [n]) y
  Debuginfod has been enabled.
  To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
  Reading symbols from 
/home/andy/.cache/debuginfod_client/c3e79ca1f76831bf9e6750481740ad73e5fce85d/debuginfo...

  warning: Can't open file /memfd:/.glXX (deleted) during file-
  backed mapping note processing

  warning: Can't open file /run/user/1000/orcexec.iAL97R (deleted)
  during file-backed mapping note processing

  warning: Can't open file /memfd:pulseaudio (deleted) during file-
  backed mapping note processing

  warning: Can't open file /memfd:/.nvidia_drv.XX (deleted) during
  file-backed mapping note processing

  warning: Can't open file /home/andy/.local/share/gvfs-
  metadata/root-636ea0d4.log during file-backed mapping note processing

  warning: Can't open file /SYSV (deleted) during file-backed mapping 
note processing
  [New LWP 747582]
  [New LWP 747566]
  [New LWP 747568]
  [New LWP 747567]
  [New LWP 747570]
  [New LWP 747572]
  [New LWP 747583]
  [New LWP 747586]
  [New LWP 747578]
  [New LWP 747589]
  [New LWP 747588]
  [New LWP 747590]
  [New LWP 747584]
  [New LWP 747593]
  [New LWP 747587]
  [New LWP 747601]
  [New LWP 747581]
  [New LWP 747597]
  [New LWP 747606]
  [New LWP 747603]
  [New LWP 747579]
  [New LWP 747598]
  [New LWP 747592]
  [New LWP 747591]
  [New LWP 747599]
  [New LWP 747594]
  [New LWP 747596]
  [New LWP 747605]
  [New LWP 747595]
  [New LWP 747602]
  [New LWP 747585]
  [New LWP 747569]
  [New LWP 747600]
  [New LWP 747604]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  --Type  for more, q to quit, c to continue without paging--
  Core was generated by `totem C0109.MP4'.
  Program terminated with signal SIGABRT, Aborted.
  #0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) at ./nptl/pthread_kill.c:44
  Download failed: Invalid argument.  Continuing without source file 
./nptl/./nptl/pthread_kill.c.
  44./nptl/pthread_kill.c: No such file or directory.
  [Current thread is 1 (Thread 0x7fde2beff6c0 (LWP 747582))]
  (gdb) bt
  #0