Bug 382780

Summary: closing random file descriptors on exit
Product: [Applications] kdenlive Reporter: Salvo "LtWorf" Tomaselli <tiposchi>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED NOT A BUG    
Severity: minor CC: bjohnson655, fritzibaby
Priority: NOR Keywords: triaged
Version: 17.04.3Flags: fritzibaby: Brainstorm+
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Salvo "LtWorf" Tomaselli 2017-07-27 07:21:25 UTC
Using strace on kdenlive, it looks like you close file descriptors from 0 to 1023 from no reason whatsoever.

There is no reason to do this. Are you even tracking the open files or you leak them?

In any case, on exit it doesn't even matter, the OS takes care of it.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869838
Comment 1 emohr 2018-12-10 17:16:56 UTC
Is this still the case with Kdenlive version 18.08.3? I’m not a developer. Can you explain me in more details?
Comment 2 Blase Johnson 2018-12-15 21:36:42 UTC
This does not appear to be a bug, but rather a question of software design.