[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-07-14 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 Kirill A. Korinsky <kir...@korins.ky> changed: What|Removed |Added CC||kir...@kor

[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-07-10 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 --- Comment #6 from Kirill A. Korinsky <kir...@korins.ky> --- Anyway, I just fixed it :) -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-07-10 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 --- Comment #5 from Kirill A. Korinsky <kir...@korins.ky> --- Created attachment 106527 --> https://bugs.kde.org/attachment.cgi?id=106527=edit don't crash on huge limits -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-07-08 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 --- Comment #4 from Kirill A. Korinsky <kir...@korins.ky> --- Hey, I can't trace valgrind because it calls fcntl over this code: https://gist.github.com/catap/a20b8b1f46b0ba79b9f7297e73df0563 But I can run it in lldb ant provide some output

[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-06-30 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 --- Comment #3 from Kirill A. Korinsky <kir...@korins.ky> --- Tom, I have one idea. Can you confirm that fd_hard_limit is getting from getrlimit? If so I think the right way to OS X is using getdtablesize and be sure that F_DUPFD argumen

[valgrind] [Bug 381815] Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-06-30 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 --- Comment #2 from Kirill A. Korinsky <kir...@korins.ky> --- Thanks for update. OS X doesn't have strace but it has dtruss that works only from root. and this bug doesn't reproduce from root user. Let me take some time to find a way to get the

[valgrind] [Bug 381815] New: Assertion 'newfd >= VG_(fd_hard_limit)' failed

2017-06-30 Thread Kirill A . Korinsky
https://bugs.kde.org/show_bug.cgi?id=381815 Bug ID: 381815 Summary: Assertion 'newfd >= VG_(fd_hard_limit)' failed Product: valgrind Version: unspecified Platform: unspecified OS: OS X Status: UNCONFIRMED