ITADN

Segmentation Fault

#1215Opencharlotte-on-github 创建于 2026-02-04
Disto issue
Flowblade crashes after a brief moment open. Installed on Arch via pacman. Running on Wayland with GDK_BACKEND=x11. End of Console Output: ``` MLT detection succeeded, 188 formats, 135 video codecs and 81 audio codecs found. 680 MLT services found. Loading render profiles... ffmpeg version n8.0.1 Copyright (c) 2000-2025 the FFmpeg developers built with gcc 15.2.1 (GCC) 20260103 configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libdvdnav --enable-libdvdread --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-vapoursynth --enable-version3 --enable-vulkan libavutil 60. 8.100 / 60. 8.100 libavcodec 62. 11.100 / 62. 11.100 libavformat 62. 3.100 / 62. 3.100 libavdevice 62. 1.100 / 62. 1.100 libavfilter 11. 4.100 / 11. 4.100 libswscale 9. 1.100 / 9. 1.100 libswresample 6. 1.100 / 6. 1.100 Exiting with exit code 0 ['ffmpeg', '-version'] return code: 0 ffmpeg CLI available Loading filters... Loading transitions... G'MIC found Player initialized with profile: HD 1080p 30 fps Create SDL2 consumer... Fatal Python error: Segmentation fault Thread 0x00007f3e2fc1a6c0 [Thread-1] (most recent call first): File "/usr/lib/python3.14/subprocess.py", line 2077 in _wait File "/usr/lib/python3.14/subprocess.py", line 1278 in wait File "/usr/lib/python3.14/subprocess.py", line 2178 in _communicate File "/usr/lib/python3.14/subprocess.py", line 1220 in communicate File "/usr/lib/python3.14/site-packages/Flowblade/rendergputest.py", line 145 in _test_encoder_option File "/usr/lib/python3.14/site-packages/Flowblade/rendergputest.py", line 89 in run File "/usr/lib/python3.14/threading.py", line 1082 in _bootstrap_inner File "/usr/lib/python3.14/threading.py", line 1044 in _bootstrap Thread 0x00007f3ed8e84bc0 [flowblade] (most recent call first): File "/usr/lib/python3.14/site-packages/Flowblade/tlinewidgets.py", line 2552 in draw_track File "/usr/lib/python3.14/site-packages/Flowblade/tlinewidgets.py", line 2481 in _draw File "/usr/lib/python3.14/site-packages/Flowblade/cairoarea.py", line 80 in _draw_event File "/usr/lib/python3.14/site-packages/gi/overrides/Gio.py", line 132 in run File "/usr/lib/python3.14/site-packages/Flowblade/app.py", line 211 in main File "/usr/bin/flowblade", line 93 in <module> Current thread's C stack trace (most recent call first): Binary file "/usr/lib/libpython3.14.so.1.0", at _Py_DumpStack+0x4d [0x7f3ed89409bb] Binary file "/usr/lib/libpython3.14.so.1.0", at +0x145321 [0x7f3ed8945321] Binary file "/usr/lib/libc.so.6", at +0x3e4d0 [0x7f3ed864d4d0] Binary file "/usr/lib/libwayland-client.so.0", at wl_proxy_get_version+0x4 [0x7f3ed5e90ec4] Binary file "/usr/lib/libSDL3.so.0", at +0x1bd0da [0x7f3eb93bd0da] Binary file "/usr/lib/libSDL3.so.0", at +0x1c2118 [0x7f3eb93c2118] Binary file "/usr/lib/libSDL3.so.0", at +0x1c4b95 [0x7f3eb93c4b95] Binary file "/usr/lib/libSDL3.so.0", at +0x14a8b2 [0x7f3eb934a8b2] Binary file "/usr/lib/libSDL2-2.0.so.0", at +0x2b47d [0x7f3ec339f47d] Binary file "/usr/lib/mlt-7/libmltsdl2.so", at +0x4eda [0x7f3ed4a13eda] Binary file "/usr/lib/libc.so.6", at +0x9698b [0x7f3ed86a598b] Binary file "/usr/lib/libc.so.6", at +0x11aa0c [0x7f3ed8729a0c] Extension modules: _mlt7, gi._gi, cairo._cairo, gi._gi_cairo, PIL._imaging, PIL._imagingft, numpy._core._multiarray_umath, numpy.linalg._umath_linalg (total: 8) Segmentation fault (core dumped) env GDK_BACKEND=x11 flowblade ``` Full Console Output: [console.txt](https://github.com/user-attachments/files/25081900/console.txt) GDB Backtrace: [gdb.txt](https://github.com/user-attachments/files/25081902/gdb.txt)
1 条评论