Kdenlive-17.04.3
Kdenlive-17.12.0
Kdenlive-18.04.1d
Kdenlive-18.08.0
It seems it’s a generic problem as:
0x00000005
_INVALID_PROCESS_ATTACH_ATTEMPT
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x5--invalid-process-attach-attempt>_
Hint according Microsoft:
This bug check can occur if the driver calls the *KeAttachProcess*
function and the thread is already attached to another process. It is
better to use the *KeStackAttachProcess* function. If the current thread
was already attached to another process, the *KeStackAttachProcess*
function saves the current APC state before it attaches the current
thread to the new process.
0x00000094
_KERNEL_STACK_LOCKED_AT_EXIT
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x94--kernel-stack-locked-at-exit>_
Could be a follow up crash of 0x00000005
The Kdenlive EXE file has no version number. So I put Kdenlive always
into a folder which has the version name.
Am 01.09.2018 um 23:09 schrieb Javier Agustìn Fernàndez Arroyo:
Kdenlive version?
El sáb., 1 sept. 2018 19:01, Eugen Mohr <eugen.m...@gmx.net
<mailto:eugen.m...@gmx.net>> escribió:
Hi all
I analyze all Report.wer files I found on my computers and made a
summary of all 39 Kdenlive crashes I had (5 on Win7 and 34 on Win10).
The crashes where mostly on 2 crash codes:
0x00000005
_INVALID_PROCESS_ATTACH_ATTEMPT
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x5--invalid-process-attach-attempt>_
22 crashes
0x00000094
_KERNEL_STACK_LOCKED_AT_EXIT
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x94--kernel-stack-locked-at-exit>___
15 crashes
0x00000005 crash due: avfilter-6.dll, libmlt-6.dll,
Qt5Widgets.dll, Qt5Core.dll, msvcrt.dll, libmltmotion_est.dll,
libmlt++-3.dll, StackHash_ac46, libmltfrei0r.dll_unloaded
0x00000094 crash only due: libmltcore.dll
Only 1 times occurred following crashes:
0x00000001
_APC_INDEX_MISMATCH
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x1--apc-index-mismatch>_
0x00000015
_LAST_CHANCE_CALLED_FROM_KMODE
<https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x15--last-chance-called-from-kmode>___
0x00000001 crash only due: avfilter-6.dll
0x00000015 crash only due: libstdc++-6.dll
Maybe it helps to make the code more stable.
Eugen