Summary: | Crash after opening C++ cmake project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Olaf Bonorden <olaf> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Olaf Bonorden
2014-07-28 11:37:34 UTC
*** This bug has been marked as a duplicate of bug 314111 *** increasing number of file descriptors from 1024 to 16384 leads to another back trace: ----- #10 0x00007f8afdc9d800 in __GI___chk_fail () at chk_fail.c:28 #11 0x00007f8afdc9f5c7 in __fdelt_chk (d=<optimized out>) at fdelt_chk.c:25 #12 0x00007f8aff07fd21 in QProcessPrivate::waitForStarted (this=0x650ac70, msecs=msecs@entry=5000) at io/qprocess_unix.cpp:1040 #13 0x00007f8aff038962 in QProcess::waitForStarted (this=this@entry=0x7fff310a48e0, msecs=msecs@entry=5000) at io/qprocess.cpp:1687 #14 0x00007f8aff038a4b in QProcess::waitForFinished (this=this@entry=0x7fff310a48e0, msecs=msecs@entry=5000) at io/qprocess.cpp:1752 #15 0x00007f8b00f9646a in KProcess::execute (this=this@entry=0x7fff310a48e0, msecs=msecs@entry=5000) at /usr/src/debug/kdelibs-4.13.3/kdecore/io/kprocess.cpp:350 #16 0x00007f8a310d12c4 in CppTools::computeGccStandardMacros (withStdCpp0x=withStdCpp0x@entry=true) at ... ------ In __fdelt_chk there seems to be code that checks that the fd is <= 1024. project contains more than 600 directories, kdevelop opens 2 fds per directory... version kdevelop4-4.7.60git.1406365283-97.2.x86_64 still opens too many directories |