Bug 382780 - closing random file descriptors on exit
Summary: closing random file descriptors on exit
Status: RESOLVED NOT A BUG
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: 17.04.3
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2017-07-27 07:21 UTC by Salvo "LtWorf" Tomaselli
Modified: 2018-12-15 21:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
fritzibaby: Brainstorm+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.