[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-23 Thread Hans-Peter Jansen
https://bugs.kde.org/show_bug.cgi?id=455595

Hans-Peter Jansen  changed:

   What|Removed |Added

 CC||h...@urpla.net

--- Comment #7 from Hans-Peter Jansen  ---
If you cannot wait for the glibc fix, either build mlt with _FORTIFY_SOURCE=2,
or switch to libmlt 7.8.0, that contains a fix for this crash.

openSUSE TW users can use my libmlt build from here:
https://build.opensuse.org/package/show/home:frispete:blender/libmlt until this
is accepted for multimedia:libs. If you do so, provide feedback, please!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-22 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=455595

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UPSTREAM
 Status|NEEDSINFO   |RESOLVED
 CC||fab...@ritter-vogt.de

--- Comment #6 from Fabian Vogt  ---
Looks like this is a bug in glibc, fixed with
https://github.com/bminor/glibc/commit/9bcd12d223a8990254b65e2dada54faa5d2742f3
(confirmed locally).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-20 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=455595

--- Comment #5 from Freek de Kruijf  ---
Created attachment 149943
  --> https://bugs.kde.org/attachment.cgi?id=149943=edit
back trace with more debuginfo included

Is this what you are looking for?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-20 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=455595

--- Comment #4 from Vincent PINON  ---
Thanks Freek!
So it seems to come from MLT in producer_avformat_init...
Is it difficult to get debug symbols so that we get the line?
Then maybe forward to MLT...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-20 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=455595

Freek de Kruijf  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

--- Comment #3 from Freek de Kruijf  ---
At the location of the crash I followed like below:
(gdb) bt
#0  0x744a96bc in __pthread_kill_implementation () at /lib64/libc.so.6
#1  0x744566f6 in raise () at /lib64/libc.so.6
#2  0x7443f814 in abort () at /lib64/libc.so.6
#3  0x7449c79e in __libc_message () at /lib64/libc.so.6
#4  0x7454187a in __fortify_fail () at /lib64/libc.so.6
#5  0x7453fe36 in  () at /lib64/libc.so.6
#6  0x74541158 in  () at /lib64/libc.so.6
#7  0x7fffe01c8380 in  () at /usr/lib64/mlt-7/libmltavformat.so
#8  0x7fffe01c92b5 in  () at /usr/lib64/mlt-7/libmltavformat.so
#9  0x7fffe01d1b5f in producer_avformat_init () at
/usr/lib64/mlt-7/libmltavformat.so
#10 0x773caae2 in mlt_factory_producer () at /lib64/libmlt-7.so.7
#11 0x7fffcbe909b2 in  () at /usr/lib64/mlt-7/libmltcore.so
#12 0x7fffcbe90e44 in producer_loader_init () at
/usr/lib64/mlt-7/libmltcore.so
#13 0x773caae2 in mlt_factory_producer () at /lib64/libmlt-7.so.7
#14 0x773a5830 in Mlt::Producer::Producer(mlt_profile_s*, char const*,
char const*) () at /lib64/libmlt++-7.so.7
#15 0x5584a8a4 in std::_Construct(Mlt::Producer*, Mlt::Profile&,
decltype(nullptr)&&, char const*&&) (__p=0x7fff40002e10) at
/usr/include/c++/12/bits/stl_construct.h:119
#16 std::allocator_traits >::construct(std::allocator&,
Mlt::Producer*, Mlt::Profile&, decltype(nullptr)&&, char const*&&)
(__p=0x7fff40002e10)
at /usr/include/c++/12/bits/alloc_traits.h:635
#17 std::_Sp_counted_ptr_inplace,
(__gnu_cxx::_Lock_policy)2>::_Sp_counted_ptr_inplace(std::allocator, Mlt::Profile&,
decltype(nullptr)&&, char const*&&)
(__a=..., this=0x7fff40002e00) at
/usr/include/c++/12/bits/shared_ptr_base.h:604
#18
std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count, Mlt::Profile&, decltype(nullptr), char
const*>(Mlt::Producer*&, std::_Sp_alloc_shared_tag >,
Mlt::Profile&, decltype(nullptr)&&, char const*&&)
(__a=..., __p=@0x7fff5a10fa70: 0x55bfb300
,
this=0x7fff5a10fa78) at /usr/include/c++/12/bits/shared_ptr_base.h:971
#19 std::__shared_ptr::__shared_ptr, Mlt::Profile&,
decltype(nullptr), char const*>(std::_Sp_alloc_shared_tag
>, Mlt::Profile&, decltype(nullptr)&&, char const*&&)
(__tag=..., this=0x7fff5a10fa70) at
/usr/include/c++/12/bits/shared_ptr_base.h:1712
#20 std::shared_ptr::shared_ptr,
Mlt::Profile&, decltype(nullptr), char
const*>(std::_Sp_alloc_shared_tag >, Mlt::Profile&,
decltype(nullptr)&&, char const*&&) (__tag=..., this=0x7fff5a10fa70)
at /usr/include/c++/12/bits/shared_ptr.h:464
#21 std::make_shared(Mlt::Profile&, decltype(nullptr)&&, char const*&&) () at
/usr/include/c++/12/bits/shared_ptr.h:1010
#22 ClipLoadTask::run() (this=0x5c1a1e50) at
/usr/src/debug/kdenlive-22.04.2-1.1.x86_64/src/jobs/cliploadtask.cpp:463
#23 0x74cf92f1 in  () at /lib64/libQt5Core.so.5
#24 0x74cf5d4d in  () at /lib64/libQt5Core.so.5
#25 0x744a in start_thread () at /lib64/libc.so.6
--Type  for more, q to quit, c to continue without paging--
#26 0x74531c10 in clone3 () at /lib64/libc.so.6
(gdb)   c
Continuing.
KCrash: Application 'kdenlive' crashing...
[Thread 0x7fffb01fc640 (LWP 4256) exited]
KCrash: Attempting to start /usr/libexec/drkonqi
[Thread 0x7fff5a911640 (LWP 4283) exited]
[Thread 0x7fff5b112640 (LWP 4282) exited]
[Thread 0x7fff5b913640 (LWP 4281) exited]
[Thread 0x7fff97fff640 (LWP 4267) exited]
[Detaching after fork from child process 4624]
[Thread 0x7fffacab0640 (LWP 4266) exited]
QSocketNotifier: Invalid socket 9 and type 'Read', disabling...
QSocketNotifier: Invalid socket 13 and type 'Read', disabling...
QSocketNotifier: Invalid socket 18 and type 'Read', disabling...
QSocketNotifier: Invalid socket 19 and type 'Exception', disabling...
QSocketNotifier: Invalid socket 21 and type 'Read', disabling...
QSocketNotifier: Invalid socket 36 and type 'Read', disabling...
radeon: Failed to allocate a buffer:
radeon:size  : 4096 bytes
radeon:alignment : 4096 bytes
radeon:domains   : 2
radeon:flags : 0
radeon: Failed to allocate a buffer:
radeon:size  : 4096 bytes
radeon:alignment : 4096 bytes
radeon:domains   : 2
radeon:flags : 0
radeon: The kernel rejected CS, see dmesg for more information (-9).
radeon: Failed to allocate a buffer:
radeon:size  : 7258112 bytes
radeon:alignment : 4096 bytes
radeon:domains   : 2
radeon:flags : 4
radeon: Failed to allocate a buffer:
radeon:size  : 7258112 bytes
radeon:alignment : 4096 bytes
radeon:domains   : 2
radeon:flags : 4
EE ../src/gallium/drivers/r600/r600_texture.c:1437 r600_texture_transfer_map -

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-20 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=455595

Vincent PINON  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Vincent PINON  ---
Hello,
Can't you get a more detailed crash backtrace? It would help to debug...
In the meantime you may continue to work with AppImage or Flatpak.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-20 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=455595

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||christo...@krop.fr

--- Comment #1 from Christophe Giboudeaux  ---
The openSUSE Tumbleweed packages are now built with -D_FORTIFY_SOURCE=3. We
received a downstream report about a similar error:

After upgrading Tumbleweed lately, kdenlive crashes when loading the first
clip.
DRKonqi does not produce crashinformation.
I started kdenlive with gdb and got the following:
/// found list
(QUrl("file:///home/x/Videos/2012Suriname/20120719-083840.mp4"))
/// creatclipsfromlist
(QUrl("file:///home/x/Videos/2012Suriname/20120719-083840.mp4")) true "-1"
/// createClipFromFile
"/home/x/Videos/2012Suriname/20120719-083840.mp4" "-1"
=== GOT DROPPED MIME:  "video/mp4"
/// final xml "\n /home/x/Videos/2012Suriname/20120719-083840.mp4\n\n"
[New Thread 0x7fff59a2b640 (LWP 25561)]
STARTING LOAD TASK FOR: 
"/home/x/Videos/2012Suriname/20120719-083840.mp4" 

:::
/// creatclipsfromlist return false
*** buffer overflow detected ***: terminated

Thread 31 "Thread (pooled)" received signal SIGABRT, Aborted.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 455595] Crash (buffer overflow) loading recent project

2022-06-19 Thread kailed
https://bugs.kde.org/show_bug.cgi?id=455595

kailed  changed:

   What|Removed |Added

Summary|Crash (buffer oveflow)  |Crash (buffer overflow)
   |loading recent project  |loading recent project

-- 
You are receiving this mail because:
You are watching all bug changes.