[kdenlive] [Bug 509210] Segmentation fault when loading a project (on Linux but not on Windows)

"Jean-Baptiste Mardelle" <[email protected]>
Newsgroups gmane.comp.kde.devel.bugs
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=509210

Jean-Baptiste Mardelle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO

--- Comment #9 from Jean-Baptiste Mardelle <[email protected]> ---
Ok, so on linux, there is a limit to the number of files a user can open. This
is sometimes set too low, especially if you have more than 1000 files. YOu can
check the current limit in a terminal with

cat /proc/sys/fs/inotify/max_user_instances

Can you check the output ?

To increase this limit, you can edit the file:

/etc/security/limits.conf

as root and add a line like this:

<username>             soft    nofile 100000

Where <username> is replaced with your username. Reboot and check that the
limit has increased with:

cat /proc/sys/fs/inotify/max_user_instances

If it is correctly increased you should be able to open your project.

-- 
You are receiving this mail because:
You are watching all bug changes.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.