-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGFPE on kernel 6.8 with 8.10.1 glibc version #93
Comments
Could you show me the result of |
Hello, Yes of course.
Many thanks for the fast response! Interestingly trurl runs. (Well sort of, but probably this is a bug, as both versions crash. Maybe a double-free.)
|
And all files in directory |
They should be unset (and they appear to be).
(I tried removing systemd from nsswitch.conf, it seems to have made no difference.)
|
It seems like everything is fine, but I have no idea why it loads |
If I empty out nsswitch.conf it starts working :o Also if the first value is "files" for the keys, it works. So for example it works with this:
So probably it's something in glibc + compat libs ... probably it wants to parse UID ... because it seems to happen only when "passwd" contains systemd or compat on first place, and the rest doesn't seem to matter (at least when I tested with "group".) Thanks again! |
Thanks @PAStheLoD , I tested on Ubuntu and Debian, if |
Hello,
First of all thanks for maintaining this!
The details of the crash
Tried with the following kernel versions:
6.8.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 11 15:25:05 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
6.11.0-8-generic #8-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 16 13:41:20 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
On Ubuntu 24.10 userspace.
It's a VM, and cpuinfo says it's a
The text was updated successfully, but these errors were encountered: