Summary: | kinit: kdeinit crashes with EXC_GUARD on Mac | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kinit | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kdelibs-bugs, me |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RJVB
2019-03-08 16:22:33 UTC
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 `close(fd)`. I *think* that ought to have the same effect? Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status when you reply to "CONFIRMED" when replying. Thank you! 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 difference that makes... RJB, for what it's worth, you can install all the dependencies using Homebrew and compile kinit against them, if needed. Besides being in the MacPorts camp HB still wouldn't allow me to run Qt 5.15 . Why not? Qt5 is at 5.15.5_3 in Homebrew. Because my system doesn't run anything newer than Qt 5.9 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 bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |