Closed tokox closed 1 year ago
While testing beta version I discovered that when there is no face model known for user, then howdy crashes with this error:
Child killed by signal User defined signal 1 (10)
However, this error is definitely not right. 'pam_howdy' is detecting 'no face model' there (checked it):
https://github.com/boltgolt/howdy/blob/f7649fc922b5b7877146d00d0475bad9d6453531/howdy/src/pam/main.cc#L254-L259
Error steps:
WIFEXITED
WIFSIGNALED
Maybe separate function to detect type of CompareError and what happened to child will be a good solution? What do you think?
Error created in #824 in a5184dc663969960dd1cd7a543ff2df646e22392
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Fedora 38
Howdy version (sudo howdy version): Howdy 3.0.0 BETA
sudo howdy version
OK, didn't checked there. When will it be merged? Thanks
Just now!
While testing beta version I discovered that when there is no face model known for user, then howdy crashes with this error:
However, this error is definitely not right. 'pam_howdy' is detecting 'no face model' there (checked it):
https://github.com/boltgolt/howdy/blob/f7649fc922b5b7877146d00d0475bad9d6453531/howdy/src/pam/main.cc#L254-L259
Error steps:
WIFEXITED
andWIFSIGNALED
work)) https://github.com/boltgolt/howdy/blob/f7649fc922b5b7877146d00d0475bad9d6453531/howdy/src/pam/main.cc#L59-L65Maybe separate function to detect type of CompareError and what happened to child will be a good solution? What do you think?
Error created in #824 in a5184dc663969960dd1cd7a543ff2df646e22392
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Fedora 38
Howdy version (
sudo howdy version
): Howdy 3.0.0 BETA