-
Notifications
You must be signed in to change notification settings - Fork 1
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
seg fault when compiling in HPC mirror configuration on later linux version (>= ubuntu 22) #196
Labels
bug
Something isn't working
Comments
sigh... the symptom is exactly like #111
|
summary so far:
|
oh... and it's not a hardlink.. it's just a plain remove. |
It's actually much easier to reproduce. Start a mirroring session,
|
petersilva
changed the title
seg fault when compiling in HPC mirror configuration, related to hardlinks by compiler
seg fault when compiling in HPC mirror configuration on later linux version (>= ubuntu 22)
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While building a test case to model hpc-mirroring, I found that when trying to build some code (written in C) the compiler crashes (segmentation fault.) From the messages, I think this is related to link processing added in the latest version.
To Reproduce:
git clone https://github.com/MetPX/sr3-examples
It will core fault compiling sr_post.c
Isolating it a bit more:
The text was updated successfully, but these errors were encountered: