4.0 regression: pressing F10 causes crash / assertion failure
Hi all! « /opt/shlomif/vlc-git-master/bin/vlc https://www.shlomifish.org/Files/files/music/mp3-ogg/10%20-%20Rogue%20Nation.ogg » crashes on fedora 32 x86-64 after I press "F10" (someone was able to reproduce it on his archlinux system too and it also happens to me on mageia 8 x86-64).
I will attach a gdb stacktrace.
I built vlc like this
#!/usr/bin/env bash
p="/opt/`whoami`/vlc-git-master"
export LUAC="/usr/bin/luac"
export CFLAGS='-g'
./configure --prefix="$p" --with-kde-solid="$p/share/apps/solid" --enable-debug --disable-schroedinger --enable-debug --disable-opencv
The assertion error is:
vlc: config/core.c:120: config_GetPsz: Assertion `p_config != NULL' failed.
It happens with any media file I tried (.ogg, .mp3, .webm, etc.)
my system is:
System: Kernel: 5.8.10-200.fc32.x86_64 x86_64 bits: 64 Desktop: KDE Plasma 5.18.5
Distro: Fedora release 32 (Thirty Two)
CPU: Info: Quad Core model: Intel Core i5-8259U bits: 64 type: MT MCP L2 cache: 6144 KiB
Speed: 1600 MHz min/max: 400/3800 MHz Core speeds (MHz): 1: 1600 2: 1600 3: 1601
4: 1601 5: 1600 6: 1602 7: 1601 8: 1600
Graphics: Device-1: Intel Iris Plus Graphics 655 driver: i915 v: kernel
Display: server: Fedora Project X.org 1.20.8 driver: modesetting unloaded: fbdev,vesa
resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel Iris Plus Graphics 655 (CFL GT3) v: 4.6 Mesa 20.1.8
Edited by Rémi Denis-Courmont