[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-10-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405227 Bug Janitor Service changed: What|Removed |Added Status|NEEDSINFO |RESOLVED

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-10-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #8 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-21 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #7 from RJVB --- Because my system doesn't run anything newer than Qt 5.9 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-21 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #6 from Dawid Wróbel --- Why not? Qt5 is at 5.15.5_3 in Homebrew. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-21 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #5 from RJVB --- Besides being in the MacPorts camp HB still wouldn't allow me to run Qt 5.15 . -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-21 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=405227 Dawid Wróbel changed: What|Removed |Added CC||m...@dawidwrobel.com --- Comment #4 from Dawid

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-21 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #3 from RJVB --- That's going to be tricky because KInit is a tier-3 fw and I am still blocked on 5.60.0 on my Mac. I'll see if any relevant changes have been made to the code paths involved here, to what extent I can backport them and what

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2022-09-20 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=405227 Justin Zobel changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

[frameworks-kinit] [Bug 405227] kinit: kdeinit crashes with EXC_GUARD on Mac

2019-03-08 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=405227 --- Comment #1 from RJVB --- Evidently the old code avoided crashing due to the fact that casting rl.rlim_max (an rlim_t, uint64) led to maxfd < 0 ... Another apparently safe way to avoid this issue: use `fcntl(fd, F_SETFD, FD_CLOEXEC)` instead of