qt: Assertion failed when navigating back to Services tab
How to reproduce
Without a debugger, I reproduce this quite easily when navigating to
- Discover
- Podcasts
- URL tab
- Then hit the top left back button
Under the debugger, I had to click quite a few different service discovery pages, but the process is always the same: Click on a service discovery, then click the URL tab, then the top left back button.
vlc: ../../modules/gui/qt/util/navigation_history.cpp:86: bool isNodeValid(const QVariant&): Assertion `false' failed.
Full log
johannes@johannes-VirtualBox:~/repos/vlc/build$ gdb --args ./vlc -vvv
GNU gdb (Ubuntu 14.0.50.20230907-0ubuntu1) 14.0.50.20230907-git
Copyright (C) 2023 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./vlc...
(gdb) r
Starting program: /home/johannes/repos/vlc/build/vlc -vvv
This GDB supports auto-downloading debuginfo from the following URLs:
<https://debuginfod.ubuntu.com>
Enable debuginfod for this session? (y or [n])
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 4.0.0-dev Otto Chriek (revision 4.0.0-dev-26663-g36d5915baf)
[000055555555ddb0] main libvlc debug: VLC media player - 4.0.0-dev Otto Chriek
[000055555555ddb0] main libvlc debug: Copyright © 1996-2023 the VideoLAN team
[000055555555ddb0] main libvlc debug: revision 4.0.0-dev-26663-g36d5915baf
[000055555555ddb0] main libvlc debug: configured with ../configure '--disable-nls' '--enable-extra-checks' '--enable-qt'
[000055555555ddb0] main libvlc debug: searching plug-in modules
[000055555555ddb0] main libvlc debug: loading plugins cache file /home/johannes/repos/vlc/build/modules/plugins/plugins.dat
[000055555555ddb0] main libvlc warning: cannot read /home/johannes/repos/vlc/build/modules/plugins/plugins.dat: No such file or directory
[000055555555ddb0] main libvlc debug: recursively browsing `/home/johannes/repos/vlc/build/modules/plugins'
[000055555555ddb0] main libvlc debug: loading plugins cache file /home/johannes/repos/vlc/build/modules/plugins.dat
[000055555555ddb0] main libvlc debug: recursively browsing `/home/johannes/repos/vlc/build/modules'
[000055555555ddb0] main libvlc debug: plug-ins loaded: 469 modules
[000055555555ddb0] main libvlc debug: opening config file (/home/johannes/.config/vlc/vlcrc)
[00007fffffffd6f8] main generic debug: looking for logger module matching "any": 3 candidates
[00007fffffffd6f8] main generic debug: using logger module "console"
[00007fffffffd6f8] main generic debug: looking for tracer module matching "none": 0 candidates
[00007fffffffd6f8] main generic debug: no tracer modules matched with name none
[000055555555ddb0] main libvlc debug: translation test: code is "C"
[00007fffffffd6b8] main generic debug: looking for keystore module matching "memory": 1 candidates
[00007fffffffd6b8] main generic debug: using keystore module "memory"
[000055555555ddb0] main libvlc debug: CPU has capabilities SSE2 SSE3 SSSE3 SSE4.1 FPU
[00007fffffffd6c8] main generic debug: looking for medialibrary module matching "any": 0 candidates
[00007fffffffd6c8] main generic debug: no medialibrary modules matched with name any
[000055555555ddb0] main libvlc warning: Media library initialization failed
[New Thread 0x7ffff7b146c0 (LWP 409165)]
[New Thread 0x7ffff73ff6c0 (LWP 409166)]
[New Thread 0x7ffff72fe6c0 (LWP 409167)]
[New Thread 0x7ffff71fd6c0 (LWP 409168)]
[New Thread 0x7ffff70fc6c0 (LWP 409169)]
[00005555555e2e20] main player debug: creating audio output
[00007fffffffd598] main generic debug: looking for audio output module matching "any": 4 candidates
[00005555555e6e00] vlcpulse audio output debug: using library version 16.1.0
[00005555555e6e00] vlcpulse audio output debug: (compiled with version 16.1.0, protocol 35)
[New Thread 0x7ffff67286c0 (LWP 409170)]
[00005555555e6e00] vlcpulse audio output debug: connected locally to /run/user/1000/pulse/native as client #120
[00005555555e6e00] vlcpulse audio output debug: using protocol 35, server protocol 35
[00005555555e6e00] pulse audio output debug: adding sink 45: alsa_output.pci-0000_00_05.0.analog-stereo (Built-in Audio Analog Stereo)
[00007fffffffd598] main generic debug: using audio output module "pulse"
[00005555555e2e20] main player debug: keeping audio output
[New Thread 0x7ffff1f276c0 (LWP 409171)]
[00007fffffffd748] main generic debug: looking for interface module matching "hotkeys": 1 candidates
[00007fffffffd748] main generic debug: using interface module "hotkeys"
[00007fffffffd748] main generic debug: looking for interface module matching "xcb_hotkeys": 1 candidates
[00007fffffffd748] main generic debug: using interface module "xcb_hotkeys"
[000055555555ddb0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007fffffffd748] main generic debug: looking for interface module matching "any": 4 candidates
[Detaching after vfork from child process 409172]
[New Thread 0x7fffea9ff6c0 (LWP 409188)]
[New Thread 0x7fffe3fff6c0 (LWP 409189)]
[New Thread 0x7fffd3dff6c0 (LWP 409190)]
[New Thread 0x7fffd14266c0 (LWP 409191)]
[New Thread 0x7fffd0c256c0 (LWP 409192)]
[New Thread 0x7fffc3fff6c0 (LWP 409193)]
[New Thread 0x7fffbbfff6c0 (LWP 409194)]
[New Thread 0x7fffc2bff6c0 (LWP 409195)]
[00007fffea9fdb68] [qt] main generic debug: looking for qt theme provider module matching "any": 1 candidates
[00007fffea9fdb68] [qt] main generic debug: using qt theme provider module "qt"
[New Thread 0x7fffc1b406c0 (LWP 409196)]
[00007fffffffd748] main generic debug: using interface module "qt"
[New Thread 0x7fffc11c16c0 (LWP 409197)]
[00007fffea9f6598] main generic debug: looking for services probe module matching "any": 6 candidates
[00007fffea9f6598] main generic debug: no services probe modules matched with name any
[00007fffea9f3d18] main generic debug: looking for services probe module matching "any": 6 candidates
[00007fffea9f3d18] main generic debug: no services probe modules matched with name any
[00007fffea9f3da8] main generic debug: looking for services_discovery module matching "lua": 1 candidates
[00007fffe5700260] main services discovery debug: set config option: lua-sd to frenchtv
[New Thread 0x7fffbb6306c0 (LWP 409198)]
[00007fffea9f3da8] main generic debug: using services_discovery module "lua"
[00007fffe5700260] main services discovery debug: adding: Canal +
[00007fffe5700260] lua services discovery debug: Option: http-forward-cookies
[00007fffe5700260] lua services discovery debug: Title: Le SAV des émissions
[00007fffe5700260] main services discovery debug: adding: Le SAV des émissions
[00007fffe5700260] lua services discovery debug: Option: http-forward-cookies
[00007fffe5700260] lua services discovery debug: Title: Les Guignols
[00007fffe5700260] main services discovery debug: adding: Les Guignols
[00007fffe5700260] lua services discovery debug: Option: http-forward-cookies
[00007fffe5700260] lua services discovery debug: Title: La Météo de Pauline Lefevre
[00007fffe5700260] main services discovery debug: adding: La Météo de Pauline Lefevre
[00007fffe5700260] lua services discovery debug: LuaSD script loaded: /home/johannes/repos/vlc/build/../share/lua/sd/frenchtv.lua
[00007fff9c000ba0] main input debug: Creating an input for preparsing 'Canal +'
[New Thread 0x7fffbb5296c0 (LWP 409199)]
[Thread 0x7fffbb5296c0 (LWP 409199) exited]
[00007fffe5722510] main input debug: Creating an input for 'La Météo de Pauline Lefevre'
[0000555555629c30] [qt] qt generic debug: on_player_current_media_changed
[00007ffff72fdc98] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/fetcher
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/fetcher
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/fetcher
[00007ffff72fdc98] main generic debug: no meta fetcher modules matched with name any
[00007ffff72fdc98] main generic debug: looking for art finder module matching "any": 2 candidates
[New Thread 0x7fffbb5296c0 (LWP 409200)]
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[0000555555629c30] [qt] qt generic debug: on_player_buffering
[00007fffe5722510] main input debug: using timeshift granularity of 50 MiB
[00007fffe5722510] main input debug: using default timeshift path
[00007fffe5722510] main input debug: `http://www.canalplus.fr/index.php?pid=2834' gives access `http' demux `any' path `www.canalplus.fr/index.php?pid=2834'
[00007fff94000ee0] main access debug: creating access: http://www.canalplus.fr/index.php?pid=2834
[00007fffbb528958] main generic debug: looking for access module matching "http": 2 candidates
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[00007ffff72fdc98] main generic debug: no art finder modules matched with name any
[00007ffff71fcca8] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fff98000b70] lua meta fetcher debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/fetcher
[00007fff98000b70] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/fetcher
[00007fff98000b70] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/fetcher
[00007ffff71fcca8] main generic debug: no meta fetcher modules matched with name any
[00007ffff71fcca8] main generic debug: looking for art finder module matching "any": 2 candidates
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007ffff71fcca8] main generic debug: no art finder modules matched with name any
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STARTED
[00007fffbb5284f8] main generic debug: looking for keystore module matching "any": 0 candidates
[00007fffbb5284f8] main generic debug: no keystore modules matched with name any
[Detaching after vfork from child process 409201]
[00007fffbb528528] http generic debug: resolving www.canalplus.fr ...
[New Thread 0x7fffbb3ad6c0 (LWP 409202)]
[Thread 0x7fffbb3ad6c0 (LWP 409202) exited]
[00007fffbb5284f8] http generic debug: outgoing request:
GET /index.php?pid=2834 HTTP/1.1
Host: www.canalplus.fr
Accept: */*
Accept-Language: en_US
User-Agent: VLC/4.0.0-dev LibVLC/4.0.0-dev
Range: bytes=0-
[00007fffbb528568] http generic debug: incoming response:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://www.canalplus.com/
Date: Thu, 16 Nov 2023 21:15:56 GMT
Connection: keep-alive
[00007fffbb528958] main generic debug: no access modules matched with name http
[00007fff94000ee0] main access debug: redirecting to: https://www.canalplus.com/
[00007fff94000ee0] main access debug: creating access: https://www.canalplus.com/
[00007fffbb528958] main generic debug: looking for access module matching "https": 1 candidates
[00007fffbb5284f8] main generic debug: looking for keystore module matching "any": 0 candidates
[00007fffbb5284f8] main generic debug: no keystore modules matched with name any
[00007fff94002510] main tls client error: TLS client plugin not available
[00007fff94000ee0] http access error: HTTP connection failure
[00007fffbb528958] main generic debug: no access modules matched with name https
[0000555555629c30] [qt] qt generic debug: on_player_capabilities_changed
[0000555555629c30] [qt] qt generic debug: on_player_error_changed
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[0000555555629c30] [qt] qt generic debug: on_player_item_epg_changed
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[00007fffe5722510] main input debug: destroying input for 'La Météo de Pauline Lefevre'
[Thread 0x7fffbb5296c0 (LWP 409200) exited]
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STOPPING
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STOPPED
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
[00007fffe5442e80] main input debug: Creating an input for 'Le SAV des émissions '
[00007ffff72fdc98] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/fetcher
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/fetcher
[0000555555629c30] [qt] qt generic debug: on_player_current_media_changed
[00007fffa000a010] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/fetcher
[00007ffff72fdc98] main generic debug: no meta fetcher modules matched with name any
[00007ffff72fdc98] main generic debug: looking for art finder module matching "any": 2 candidates
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/art
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[00007fffa000a010] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[00007fffa000a010] lua art finder debug: skipping script (unmatched scope) /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[00007ffff72fdc98] main generic debug: no art finder modules matched with name any
[New Thread 0x7fffbb5296c0 (LWP 409203)]
[00007ffff71fcca8] main generic debug: looking for meta fetcher module matching "any": 1 candidates
[00007fff98000d80] lua meta fetcher debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/fetcher
[00007fff98000d80] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/fetcher
[00007fff98000d80] lua meta fetcher debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/fetcher
[00007ffff71fcca8] main generic debug: no meta fetcher modules matched with name any
[00007ffff71fcca8] main generic debug: looking for art finder module matching "any": 2 candidates
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/.local/share/vlc/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/modules/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua scripts in /home/johannes/repos/vlc/build/../share/lua/meta/art
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/03_lastfm.lua
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/00_musicbrainz.lua
[0000555555629c30] [qt] qt generic debug: on_player_buffering
[00007fffe5442e80] main input debug: using timeshift granularity of 50 MiB
[00007fffe5442e80] main input debug: using default timeshift path
[00007fffe5442e80] main input debug: `http://www.canalplus.fr/index.php?pid=1782' gives access `http' demux `any' path `www.canalplus.fr/index.php?pid=1782'
[00007fff8c000c80] main access debug: creating access: http://www.canalplus.fr/index.php?pid=1782
[00007fffbb528958] main generic debug: looking for access module matching "http": 2 candidates
[00007fffbb5284f8] main generic debug: looking for keystore module matching "any": 0 candidates
[00007fffbb5284f8] main generic debug: no keystore modules matched with name any
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/02_frenchtv.lua
[00007fff98000d80] lua art finder debug: Trying Lua playlist script /home/johannes/repos/vlc/build/../share/lua/meta/art/01_googleimage.lua
[00007ffff71fcca8] main generic debug: no art finder modules matched with name any
[Detaching after vfork from child process 409204]
[00007fffbb528528] http generic debug: resolving www.canalplus.fr ...
[New Thread 0x7fffbb3ad6c0 (LWP 409205)]
[00007fffbb5284f8] http generic debug: outgoing request:
GET /index.php?pid=1782 HTTP/1.1
Host: www.canalplus.fr
Accept: */*
Accept-Language: en_US
User-Agent: VLC/4.0.0-dev LibVLC/4.0.0-dev
Range: bytes=0-
[Thread 0x7fffbb3ad6c0 (LWP 409205) exited]
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STARTED
[00007fffbb528568] http generic debug: incoming response:
HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://www.canalplus.com/
Date: Thu, 16 Nov 2023 21:16:01 GMT
Connection: keep-alive
[00007fffbb528958] main generic debug: no access modules matched with name http
[00007fff8c000c80] main access debug: redirecting to: https://www.canalplus.com/
[00007fff8c000c80] main access debug: creating access: https://www.canalplus.com/
[00007fffbb528958] main generic debug: looking for access module matching "https": 1 candidates
[00007fffbb5284f8] main generic debug: looking for keystore module matching "any": 0 candidates
[00007fffbb5284f8] main generic debug: no keystore modules matched with name any
[00007fff8c002840] main tls client error: TLS client plugin not available
[00007fff8c000c80] http access error: HTTP connection failure
[00007fffbb528958] main generic debug: no access modules matched with name https
[0000555555629c30] [qt] qt generic debug: on_player_capabilities_changed
[0000555555629c30] [qt] qt generic debug: on_player_error_changed
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[0000555555629c30] [qt] qt generic debug: on_player_item_epg_changed
[0000555555629c30] [qt] qt generic debug: on_player_state_changed
[00007fffe5442e80] main input debug: destroying input for 'Le SAV des émissions '
[Thread 0x7fffbb5296c0 (LWP 409203) exited]
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STOPPING
[0000555555629c30] [qt] qt generic debug: on_player_state_changed VLC_PLAYER_STATE_STOPPED
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
[New Thread 0x7fffbb5296c0 (LWP 409206)]
[Detaching after vfork from child process 409207]
[New Thread 0x7fffbb3ad6c0 (LWP 409208)]
[Thread 0x7fffbb3ad6c0 (LWP 409208) exited]
[Thread 0x7fffbb5296c0 (LWP 409206) exited]
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu
[New Thread 0x7fffbb5296c0 (LWP 409209)]
[Thread 0x7fffbb5296c0 (LWP 409209) exited]
[New Thread 0x7fffbb5296c0 (LWP 409210)]
[New Thread 0x7fffbb3ad6c0 (LWP 409211)]
[New Thread 0x7fffbb0d96c0 (LWP 409212)]
[New Thread 0x7fffbafd86c0 (LWP 409213)]
[New Thread 0x7fffbaed76c0 (LWP 409214)]
[New Thread 0x7fffba6756c0 (LWP 409215)]
[Detaching after vfork from child process 409216]
[New Thread 0x7fffba5746c0 (LWP 409217)]
QQmlVMEMetaObject: Internal error - attempted to evaluate a function in an invalid context
[Thread 0x7fffba5746c0 (LWP 409217) exited]
[Detaching after vfork from child process 409218]
[New Thread 0x7fffba5746c0 (LWP 409219)]
[Thread 0x7fffba5746c0 (LWP 409219) exited]
[New Thread 0x7fffba5746c0 (LWP 409220)]
[Detaching after vfork from child process 409221]
[New Thread 0x7fffba44e6c0 (LWP 409222)]
[Thread 0x7fffba44e6c0 (LWP 409222) exited]
[Detaching after vfork from child process 409223]
[New Thread 0x7fffba44e6c0 (LWP 409224)]
[Thread 0x7fffba44e6c0 (LWP 409224) exited]
[Detaching after vfork from child process 409225]
[New Thread 0x7fffba44e6c0 (LWP 409226)]
[Thread 0x7fffba44e6c0 (LWP 409226) exited]
[Thread 0x7fffba5746c0 (LWP 409220) exited]
vlc: ../../modules/gui/qt/util/navigation_history.cpp:86: bool isNodeValid(const QVariant&): Assertion `false' failed.
Stack trace
(gdb) thread apply all bt
Thread 33 (Thread 0x7fffba6756c0 (LWP 409215) "vlc-lua-service"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7fffba674e10) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7fffba674e10) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7fffba674e50, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x7fffe5bb5270, mutex=mutex@entry=0x7fffe5bb5260) at ../../src/misc/threads.c:299
#5 0x00007fffc006a553 in vlc_queue_Wait (q=0x7fffe5bb5248) at ../../include/vlc_queue.h:123
#6 vlc_queue_DequeueKillable (tombstone=0x7fffe5bb5288, q=0x7fffe5bb5248) at ../../include/vlc_queue.h:251
#7 Run (data=0x7fffe5b2f4c0) at ../../modules/lua/services_discovery.c:302
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 32 (Thread 0x7fffbaed76c0 (LWP 409214) "threaded-ml"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fff90000d80, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff79c0bb5 in ?? () from /lib/x86_64-linux-gnu/libpulse.so.0
#2 0x00007ffff79aa30c in pa_mainloop_poll () from /lib/x86_64-linux-gnu/libpulse.so.0
#3 0x00007ffff79b4a7a in pa_mainloop_iterate () from /lib/x86_64-linux-gnu/libpulse.so.0
#4 0x00007ffff79b4b20 in pa_mainloop_run () from /lib/x86_64-linux-gnu/libpulse.so.0
#5 0x00007ffff79c4d3d in ?? () from /lib/x86_64-linux-gnu/libpulse.so.0
#6 0x00007ffff6fd1763 in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 31 (Thread 0x7fffbafd86c0 (LWP 409213) "vlc-xcb-servis"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=fds@entry=0x7fffbafd7e90, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffc0097f67 in poll (__timeout=-1, __nfds=1, __fds=0x7fffbafd7e90) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
#2 Run (data=0x7fffe573ba90) at ../../modules/services_discovery/xcb_apps.c:227
#3 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#4 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 30 (Thread 0x7fffbb0d96c0 (LWP 409212) "vlc-udev"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=fds@entry=0x7fffbb0d8e90, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffc009f4e2 in poll (__timeout=-1, __nfds=1, __fds=0x7fffbb0d8e90) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
#2 Run (data=0x7fffe5758b50) at ../../modules/services_discovery/udev.c:330
#3 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#4 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 29 (Thread 0x7fffbb3ad6c0 (LWP 409211) "vlc-udev"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=fds@entry=0x7fffbb3ace90, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffc009f4e2 in poll (__timeout=-1, __nfds=1, __fds=0x7fffbb3ace90) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
#2 Run (data=0x7fffe5963ae0) at ../../modules/services_discovery/udev.c:330
#3 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#4 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 28 (Thread 0x7fffbb5296c0 (LWP 409210) "vlc-sap"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=fds@entry=0x7fffbb527950, nfds=nfds@entry=17, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007fffc00a61bd in poll (__timeout=-1, __nfds=17, __fds=0x7fffbb527950) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
#2 Run (data=<optimized out>) at ../../modules/services_discovery/sap.c:504
#3 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#4 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 19 (Thread 0x7fffbb6306c0 (LWP 409198) "vlc-lua-service"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7fffbb62fe10) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7fffbb62fe10) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7fffbb62fe50, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x7fffe5704d40, mutex=mutex@entry=0x7fffe5704d30) at ../../src/misc/threads.c:299
#5 0x00007fffc006a553 in vlc_queue_Wait (q=0x7fffe5704d18) at ../../include/vlc_queue.h:123
#6 vlc_queue_DequeueKillable (tombstone=0x7fffe5704d58, q=0x7fffe5704d18) at ../../include/vlc_queue.h:251
#7 Run (data=0x7fffe5700260) at ../../modules/lua/services_discovery.c:302
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 18 (Thread 0x7fffc11c16c0 (LWP 409197) "QQuickPixmapRea"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffa4001c80, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff00e13cf in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff0083d20 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffeb527daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007fffeb4cb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007fffeb2d9c52 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007ffff135ffba in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 17 (Thread 0x7fffc1b406c0 (LWP 409196) "QThread"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffb0001670, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff00e13cf in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff0083d20 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffeb527daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007fffeb4cb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007fffeb2d9c52 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 16 (Thread 0x7fffc2bff6c0 (LWP 409195) "QQmlThread"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffac001410, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff00e13cf in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff0083d20 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffeb527daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007fffeb4cb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007fffeb2d9c52 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007ffff0f33219 in ?? () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 15 (Thread 0x7fffbbfff6c0 (LWP 409194) "Thread (pooled)"):
#0 0x00007ffff7c94076 in __futex_abstimed_wait_common64 (private=2112130560, cancel=true, abstime=0x7fffbbffed90, op=137, expected=0, futex_word=0x7fffe41f79d4) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=2112130560, abstime=0x7fffbbffed90, clockid=0, expected=0, futex_word=0x7fffe41f79d4) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe41f79d4, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fffbbffed90, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007ffff7c96e7a in __pthread_cond_wait_common (abstime=0x7fffbbffed90, clockid=1, mutex=0x7fffe41f7980, cond=0x7fffe41f79a8) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_timedwait64 (cond=0x7fffe41f79a8, mutex=0x7fffe41f7980, abstime=0x7fffbbffed90) at ./nptl/pthread_cond_wait.c:652
#5 0x00007fffeb2e0c40 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffeb2de2cc in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 14 (Thread 0x7fffc3fff6c0 (LWP 409193) "Thread (pooled)"):
#0 0x00007ffff7c94076 in __futex_abstimed_wait_common64 (private=-339544995, cancel=true, abstime=0x7fffc3ffed90, op=137, expected=0, futex_word=0x7fffe41f7460) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=-339544995, abstime=0x7fffc3ffed90, clockid=-336771456, expected=0, futex_word=0x7fffe41f7460) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe41f7460, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fffc3ffed90, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007ffff7c96e7a in __pthread_cond_wait_common (abstime=0x7fffc3ffed90, clockid=1, mutex=0x7fffe41f7410, cond=0x7fffe41f7438) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_timedwait64 (cond=0x7fffe41f7438, mutex=0x7fffe41f7410, abstime=0x7fffc3ffed90) at ./nptl/pthread_cond_wait.c:652
#5 0x00007fffeb2e0c40 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffeb2de2cc in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 13 (Thread 0x7fffd0c256c0 (LWP 409192) "Thread (pooled)"):
#0 0x00007ffff7c94076 in __futex_abstimed_wait_common64 (private=2112130560, cancel=true, abstime=0x7fffd0c24d90, op=137, expected=0, futex_word=0x7fffe41f6ef0) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=2112130560, abstime=0x7fffd0c24d90, clockid=0, expected=0, futex_word=0x7fffe41f6ef0) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe41f6ef0, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fffd0c24d90, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007ffff7c96e7a in __pthread_cond_wait_common (abstime=0x7fffd0c24d90, clockid=1, mutex=0x7fffe41f6ea0, cond=0x7fffe41f6ec8) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_timedwait64 (cond=0x7fffe41f6ec8, mutex=0x7fffe41f6ea0, abstime=0x7fffd0c24d90) at ./nptl/pthread_cond_wait.c:652
#5 0x00007fffeb2e0c40 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffeb2de2cc in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 12 (Thread 0x7fffd14266c0 (LWP 409191) "Thread (pooled)"):
#0 0x00007ffff7c94076 in __futex_abstimed_wait_common64 (private=-339544995, cancel=true, abstime=0x7fffd1425d90, op=137, expected=0, futex_word=0x7fffe41f6984) at ./nptl/futex-internal.c:57
#1 __futex_abstimed_wait_common (cancel=true, private=-339544995, abstime=0x7fffd1425d90, clockid=-336771456, expected=0, futex_word=0x7fffe41f6984) at ./nptl/futex-internal.c:87
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7fffe41f6984, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fffd1425d90, private=private@entry=0) at ./nptl/futex-internal.c:139
#3 0x00007ffff7c96e7a in __pthread_cond_wait_common (abstime=0x7fffd1425d90, clockid=1, mutex=0x7fffe41f6930, cond=0x7fffe41f6958) at ./nptl/pthread_cond_wait.c:503
#4 ___pthread_cond_timedwait64 (cond=0x7fffe41f6958, mutex=0x7fffe41f6930, abstime=0x7fffd1425d90) at ./nptl/pthread_cond_wait.c:652
#5 0x00007fffeb2e0c40 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffeb2de2cc in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 11 (Thread 0x7fffd3dff6c0 (LWP 409190) "QDBusConnection"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffcc0013d0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff00e13cf in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff0083d20 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007fffeb527daa in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4 0x00007fffeb4cb15b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007fffeb2d9c52 in QThread::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6 0x00007fffea8841bb in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#7 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#9 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 10 (Thread 0x7fffe3fff6c0 (LWP 409189) "QXcbEventQueue"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffe3ffed48, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff6d4486a in ?? () from /lib/x86_64-linux-gnu/libxcb.so.1
#2 0x00007ffff6d4628c in xcb_wait_for_event () from /lib/x86_64-linux-gnu/libxcb.so.1
#3 0x00007fffe86f8eb8 in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4 0x00007fffeb2daeb1 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#6 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 9 (Thread 0x7fffea9ff6c0 (LWP 409188) "vlc-qt"):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff7c42866 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff7c268b7 in __GI_abort () at ./stdlib/abort.c:79
#5 0x00007ffff7c267db in __assert_fail_base (fmt=0x7ffff7dc5168 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7ffff1ba425c "false", file=file@entry=0x7ffff1b9ab30 "../../modules/gui/qt/util/navigation_history.cpp", line=line@entry=86, function=function@entry=0x7ffff1b9ab68 "bool isNodeValid(const QVariant&)") at ./assert/assert.c:92
#6 0x00007ffff7c39186 in __assert_fail (assertion=0x7ffff1ba425c "false", file=0x7ffff1b9ab30 "../../modules/gui/qt/util/navigation_history.cpp", line=86, function=0x7ffff1b9ab68 "bool isNodeValid(const QVariant&)") at ./assert/assert.c:101
#7 0x00007ffff1b209b8 in isNodeValid (value=...) at ../../modules/gui/qt/util/navigation_history.cpp:86
#8 0x00007ffff1b20c31 in isNodeValid (value=...) at ../../modules/gui/qt/util/navigation_history.cpp:94
#9 NavigationHistory::previous (this=0x7fffe4494760, reason=Qt::OtherFocusReason) at ../../modules/gui/qt/util/navigation_history.cpp:143
#10 0x00007ffff1b80d6f in NavigationHistory::qt_metacall (this=0x7fffe4494760, _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fffea9fc270) at gui/qt/util/navigation_history.moc.cpp:264
#11 0x00007ffff0ed0ac3 in ?? () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#12 0x00007ffff0da852d in ?? () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#13 0x00007ffff0dab8e0 in QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#14 0x00007ffff0ddb92e in QV4::Runtime::CallPropertyLookup::call(QV4::ExecutionEngine*, QV4::Value const&, unsigned int, QV4::Value*, int) () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#15 0x00007fffbb6f1662 in ?? ()
#16 0x0000000000000000 in ?? ()
Thread 8 (Thread 0x7ffff1f276c0 (LWP 409171) "vlc-player-end"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff1f26df0) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff1f26df0) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff1f26e30, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555e2f58, mutex=mutex@entry=0x5555555e2e38) at ../../src/misc/threads.c:299
#5 0x00007ffff7ebe70a in vlc_player_destructor_Thread (data=0x5555555e2e20) at ../../src/player/player.c:217
#6 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#7 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 7 (Thread 0x7ffff67286c0 (LWP 409170) "threaded-ml"):
#0 0x00007ffff7d1a18f in __GI___poll (fds=0x7fffec0071a0, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff79c0bb5 in ?? () from /lib/x86_64-linux-gnu/libpulse.so.0
#2 0x00007ffff79aa30c in pa_mainloop_poll () from /lib/x86_64-linux-gnu/libpulse.so.0
#3 0x00007ffff79b4a7a in pa_mainloop_iterate () from /lib/x86_64-linux-gnu/libpulse.so.0
#4 0x00007ffff79b4b20 in pa_mainloop_run () from /lib/x86_64-linux-gnu/libpulse.so.0
#5 0x00007ffff79c4d3d in ?? () from /lib/x86_64-linux-gnu/libpulse.so.0
#6 0x00007ffff6fd1763 in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 6 (Thread 0x7ffff70fc6c0 (LWP 409169) "vlc-exec-runner"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff70fbe30) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff70fbe30) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff70fbe70, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555ede38, mutex=mutex@entry=0x5555555edde0) at ../../src/misc/threads.c:299
#5 0x00007ffff7f020fc in QueueTake (executor=0x5555555edde0) at ../../src/misc/executor.c:98
#6 ThreadRun (userdata=0x5555555edd00) at ../../src/misc/executor.c:128
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 5 (Thread 0x7ffff71fd6c0 (LWP 409168) "vlc-exec-runner"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff71fce30) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff71fce30) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff71fce70, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555edf88, mutex=mutex@entry=0x5555555edf30) at ../../src/misc/threads.c:299
#5 0x00007ffff7f020fc in QueueTake (executor=0x5555555edf30) at ../../src/misc/executor.c:98
#6 ThreadRun (userdata=0x5555555ed420) at ../../src/misc/executor.c:128
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 4 (Thread 0x7ffff72fe6c0 (LWP 409167) "vlc-exec-runner"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff72fde30) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff72fde30) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff72fde70, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555ee6c8, mutex=mutex@entry=0x5555555ee670) at ../../src/misc/threads.c:299
#5 0x00007ffff7f020fc in QueueTake (executor=0x5555555ee670) at ../../src/misc/executor.c:98
#6 ThreadRun (userdata=0x5555555ed3f0) at ../../src/misc/executor.c:128
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 3 (Thread 0x7ffff73ff6c0 (LWP 409166) "vlc-exec-runner"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff73fee30) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff73fee30) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff73fee70, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555ef868, mutex=mutex@entry=0x5555555ef810) at ../../src/misc/threads.c:299
#5 0x00007ffff7f020fc in QueueTake (executor=0x5555555ef810) at ../../src/misc/executor.c:98
#6 ThreadRun (userdata=0x555555560b70) at ../../src/misc/executor.c:128
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 2 (Thread 0x7ffff7b146c0 (LWP 409165) "vlc-exec-runner"):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff7f1bca6 in sys_futex (val3=-1, addr2=0x0, to=0x0, val=0, op=137, addr=0x7ffff7b13e30) at ../../src/linux/thread.c:83
#2 vlc_futex_wait (flags=0, to=0x0, val=0, addr=0x7ffff7b13e30) at ../../src/linux/thread.c:94
#3 vlc_atomic_wait (addr=addr@entry=0x7ffff7b13e70, val=val@entry=0) at ../../src/linux/thread.c:110
#4 0x00007ffff7f0ba2b in vlc_cond_wait (cond=cond@entry=0x5555555ef6f8, mutex=mutex@entry=0x5555555ef6a0) at ../../src/misc/threads.c:299
#5 0x00007ffff7f020fc in QueueTake (executor=0x5555555ef6a0) at ../../src/misc/executor.c:98
#6 ThreadRun (userdata=0x55555555e0a0) at ../../src/misc/executor.c:128
#7 0x00007ffff7c97ada in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:444
#8 0x00007ffff7d2847c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
Thread 1 (Thread 0x7ffff7e46080 (LWP 409162) "vlc"):
#0 0x00007ffff7c435ca in __GI___sigtimedwait (set=set@entry=0x7fffffffd990, info=info@entry=0x7fffffffd8a0, timeout=timeout@entry=0x0) at ../sysdeps/unix/sysv/linux/sigtimedwait.c:31
#1 0x00007ffff7c42c9c in __GI___sigwait (set=set@entry=0x7fffffffd990, sig=sig@entry=0x7fffffffd984) at ../sysdeps/unix/sysv/linux/sigwait.c:28
#2 0x0000555555556875 in main (argc=<optimized out>, argv=0x7fffffffdbe8) at ../../bin/vlc.c:259