Bug 506907 - Immeditate Crash on Startup
Summary: Immeditate Crash on Startup
Status: RESOLVED WORKSFORME
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR crash
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-11 09:52 UTC by Thorsten Rochelmeyer
Modified: 2025-07-27 14:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Rochelmeyer 2025-07-11 09:52:49 UTC
Automatic Crash reporting itself fails. 

Starting debugger gdb --init-eval-command=set auto-solib-add off --nw --nx --batch --init-eval-command=set debuginfod enabled on --command=/tmp/drkonqi.SlQiQN --command=/tmp/drkonqi.nutjSc --core=/tmp/drkonqi-core.ynfWad/core /usr/bin/kdenlive

warning: Can't open file /memfd:wayland-shm (deleted) during file-backed mapping note processing
[New LWP 8262]
[New LWP 8264]
[New LWP 8265]
[New LWP 8263]
[New LWP 8268]
[New LWP 8269]
[New LWP 8271]
[New LWP 8278]
[New LWP 8286]
[New LWP 8287]
[New LWP 8266]
[New LWP 8270]
[New LWP 8290]
[New LWP 8267]
[New LWP 8289]
[New LWP 8279]
[New LWP 8288]
[New LWP 8291]
[New LWP 8281]
[New LWP 8282]
[New LWP 8280]
[New LWP 8283]
[New LWP 8292]

warning: .dynamic section for "/home/thr/.cache/debuginfod_client/5441dcfd3fbcf83bae4b4e7392db4be5c2a6627d/executable" is not at the expected address (wrong library or version mismatch?)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/kdenlive'.
Program terminated with signal SIGABRT, Aborted.
Download failed: Invalid argument.  Continuing without source file ./nptl/./nptl/pthread_kill.c.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:44

warning: 44	./nptl/pthread_kill.c: No such file or directory
[Current thread is 1 (Thread 0x7ebc376382c0 (LWP 8262))]
Cannot QML trace cores :(
add symbol table from file "/lib/x86_64-linux-gnu/libc.so.6"
add symbol table from file "/lib/x86_64-linux-gnu/libKF6Crash.so.6"
add symbol table from file "/lib/x86_64-linux-gnu/libstdc++.so.6"
add symbol table from file "/lib/x86_64-linux-gnu/libprotobuf.so.32"
add symbol table from file "/lib/x86_64-linux-gnu/libopencv_dnn.so.406"
add symbol table from file "/lib64/ld-linux-x86-64.so.2"
BFD: error: /home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo(.debug_str) is too large (0xf0d9a7 bytes)
warning: Can't read data for section '.debug_str' in file '/home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo'
warning: Can't read data for section '.debug_str' in file '/home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo'
add symbol table from file "/usr/lib/x86_64-linux-gnu/mlt-7/libmltfrei0r.so"
DW_FORM_GNU_strp_alt used without .debug_str section [in module /home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo]
Traceback (most recent call last):
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 812, in print_preamble
    print_preamble_internal()
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 803, in print_preamble_internal
    print_sentry_payload(thread)
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 727, in print_sentry_payload
    payload = SentryEvent().make(program, thread)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 520, in make
    stacktrace = SentryTrace(crash_thread, True).to_dict()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 367, in to_dict
    SentryTrace.load_solib(self.thread, cramped_memory)
  File "/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py", line 309, in load_solib
    gdb.execute(f'select-frame {i}')
gdb.error: DW_FORM_GNU_strp_alt used without .debug_str section [in module /home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo]
DW_FORM_GNU_strp_alt used without .debug_str section [in module /home/thr/.cache/debuginfod_client/bde864bfd8165a3c2578a1dcfc67c532d71739d9/debuginfo]
Sentry is attempting to send 2 pending events
Waiting up to 30 seconds
Press Ctrl-C to quit
Debugging ended with exit code '1' and exit status 'NormalExit'

System Info: 
Operating System: KDE neon User Edition
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.0
Kernel Version: 6.11.0-29-generic (64-bit)
Graphics Platform: Wayland
Processors: 12 ร— AMD Ryzen 5 3600 6-Core Processor
Memory: 16 GiB of RAM (15.6 GiB usable)
Graphics Processor: AMD Radeon RX 550 / 550 Series
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550 AORUS ELITE
Comment 1 Jean-Baptiste Mardelle 2025-07-11 13:44:07 UTC
Seems like a packaging issue. My guess is that OpenCV / protobuf was updated and requires a recompile of MLT. Can you try moving the MLT opencv library:
/usr/lib/mlt-7/libmltopencv.so to /tmp

and then try starting Kdenlive (you can move back the library after the test.
Comment 2 Thorsten Rochelmeyer 2025-07-12 21:39:00 UTC
There's no /mlt-7 in /usr/lib/ and no library with that name (apt search shows me some libopencv... but no libmltopencv or so)
Comment 3 Bug Janitor Service 2025-07-27 03:46:28 UTC
๐Ÿ›๐Ÿงน โš ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Thorsten Rochelmeyer 2025-07-27 14:26:18 UTC
Seems to be a packaging Problem. Temporarily resolved for me by switching to the flatpak-Version of the project - which in the meantime learned to handle the installation of speech recognition without making it a mess.