Bug 491378 - automatic crashed
Summary: automatic crashed
Status: RESOLVED WORKSFORME
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (show other bugs)
Version: 24.05.2
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-08-07 05:45 UTC by cyberxs223
Modified: 2024-09-07 03:47 UTC (History)
1 user (show)

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 cyberxs223 2024-08-07 05:45:29 UTC
Application: kdenlive (24.05.2)
 (Compiled from sources)
Qt Version: 5.15.10
Frameworks Version: 5.115.0
Operating System: Linux 6.8.11-amd64 x86_64
Windowing System: X11
Distribution: Kali GNU/Linux Rolling
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
when i import a video kdenlive is automatically carash

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kdenlive (kdenlive), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f827bb71109 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5  0x00007f827c11d4cb in QRingBuffer::read(char*, long long) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007f827c1f7c4f in QIODevicePrivate::read(char*, long long, bool) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007f827c1f874c in QIODevice::readAll() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007f827c235975 in QProcess::readAllStandardError() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x000055ceb2c7c067 in ?? ()
#10 0x00007f827c2f9940 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f827d762f32 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x00007f827c2cc748 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007f827c2cfe51 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007f827c328697 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007f827aa7fe2f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007f827aa81eb7 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007f827aa824d0 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007f827c327d4a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f827c2cb0fb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007f827c2d38a4 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x000055ceb294b5da in ?? ()
#22 0x00007f827ba42c8a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#23 0x00007f827ba42d45 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#24 0x000055ceb294d981 in ?? ()
[Inferior 1 (process 643702) detached]

Reported using DrKonqi
This report was filed against 'kde' because the product 'kdenlive' could not be located in Bugzilla. Add it to drkonqi's mappings file!
Comment 1 Jean-Baptiste Mardelle 2024-08-08 11:04:46 UTC
This is most likely a library conflict/mismatch between Kdenlive and MLT. If you compiled by yourself, can you first check that MLT is correctly working ? From a terminal:
melt -query producers
Should output a list of modules, "avformat" should be there

melt path_to_your_video.mp4
Should play the video in a window (press 'q' in the terminal to quit)

ldd /usr/local/lib/mlt-7/libmltqt.so (or whatever path to your installed MLT's libmltqt.so
Check that it is not linked against Qt6

Let me know if any of the following does not produce the expected result
Comment 2 Bug Janitor Service 2024-08-23 03:47:37 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 3 Bug Janitor Service 2024-09-07 03:47:06 UTC
🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME.