[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-24 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added CC||agilesoftw...@gmail.com --- Comment #13 from Paul

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added Attachment #156143|0 |1 is obsolete|

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-15 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=465435 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #11 from Mark

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #10 from Paul Floyd --- (In reply to Corentin Noël from comment #9) > In this case it seems that I'm getting an error on file descriptor > duplication so having a errno/errmsg would also help understanding it a bit. We can't provide

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-15 Thread Corentin Noël
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #9 from Corentin Noël --- Comment on attachment 156143 --> https://bugs.kde.org/attachment.cgi?id=156143 156134: Patch to replace assert with more helpful message and exit. Just tested the patch and I'm indeed getting a: --88:0:libcfile

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added Attachment #156134|0 |1 is obsolete|

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #7 from Paul Floyd --- Created attachment 156134 --> https://bugs.kde.org/attachment.cgi?id=156134=edit Patch to replace assert with more helpful message and exit. Please could you try this and let me know if it is more helpful? -- You

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-10 Thread Corentin Noël
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #6 from Corentin Noël --- (In reply to Paul Floyd from comment #5) > Also, if I upload a patch here will you be able to test it (clone the > Valgrind source repo and build Valgrind)? Sure I can do that -- You are receiving this mail

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #5 from Paul Floyd --- Also, if I upload a patch here will you be able to test it (clone the Valgrind source repo and build Valgrind)? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Corentin Noël
https://bugs.kde.org/show_bug.cgi?id=465435 --- Comment #3 from Corentin Noël --- Thank you for your answer that was really useful, it was indeed an issue with both Docker and Crosvm: Docker set a limit to 1048576 so I've added "--ulimit nofile=1024:4096" to the docker arguments to have decent

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

[valgrind] [Bug 465435] m_libcfile.c:66 (vgPlain_safe_fd): Assertion 'newfd >= VG_(fd_hard_limit)' failed.

2023-02-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=465435 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd