Skip to content
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

It seems that minstant triggered panic #1777

Open
phantom-rabbit opened this issue May 9, 2023 · 8 comments
Open

It seems that minstant triggered panic #1777

phantom-rabbit opened this issue May 9, 2023 · 8 comments
Labels
Kind: Bug Something isn't working

Comments

@phantom-rabbit
Copy link

image

@Stebalien
Copy link
Member

  • What CPU?
  • Does this happen immediately, frequently?

@Stebalien Stebalien added the Kind: Bug Something isn't working label May 9, 2023
@phantom-rabbit
Copy link
Author

image

@phantom-rabbit
Copy link
Author

Executing any command will trigger this log

@Stebalien
Copy link
Member

Ok... And this is linux?

@Stebalien
Copy link
Member

Hm. So, it looks like setting the CPU affinity isn't working and minstant is panicing. What kernel version is this?

@Stebalien
Copy link
Member

And have you configured any limits on scheduling, CPU affinity, etc.?

@phantom-rabbit
Copy link
Author

image

And have you configured any limits on scheduling, CPU affinity, etc.?

I'm not sure, what commands can I check?

@Stebalien
Copy link
Member

I'm not sure, what commands can I check?

If you haven't explicitly configured any, the answer is likely no. It would likely be configured inside the systemd service file (if any).

The other interesting part is that you have two numa nodes. But that shouldn't matter either.

Given the EINVAL error, the relevant errors should be one of:

   EINVAL The  affinity bit mask mask contains no processors that are cur‐
          rently physically on the system and permitted to the thread  ac‐
          cording  to  any  restrictions  that  may  be  imposed by cpuset
          cgroups or the "cpuset" mechanism described in cpuset(7).

   EINVAL (sched_getaffinity() and, before  Linux  2.6.9,  sched_setaffin‐
          ity())  cpusetsize is smaller than the size of the affinity mask
          used by the kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants