-
Hello, I'm hyeonwki, studying at 42 Gyeongsan Campus. First of all, thank you for making Typically, I get a Segmentation Fault error in the
Now, when I run plain |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 22 replies
-
Hello hyeonwki, I will implement a mount point for the The OS and version running on the Gyeongsan campus computers This information would be very helpful as I haven't encountered these privilege issues at 42 Lyon campus, and understanding the differences between campuses will help me provide better support. Note If anyone from other 42 campuses is following this discussion, please feel free to share your campus's OS & version. This will help me ensure francinette-image works reliably across all 42 schools. But adding a fix is challenging since I don't have direct access to the war-machine repository, and it seems to work on some campuses... Quite ironic given that Docker's purpose is to prevent these kinds of issues, but in this case, it's actually causing them! 😄 |
Beta Was this translation helpful? Give feedback.
-
Hi, I've forked this repository to roll back the code you recently worked on and set the URL to point to this forked repository. However, I'm still getting the error below.
Maybe there is a path to the |
Beta Was this translation helpful? Give feedback.
Hello hyeonwki,
Thank you for reporting this issue. Indeed, several users have reported similar problems with
libft-war-machine
when usingfrancinette-image
outside of 42 school computers.After investigation, it appears to be a privilege issue between Docker and AddressSanitizer (ASan), where ASan doesn't have proper access to ptrace, causing random segmentation faults.
I will implement a mount point for the
temp
directory in~/francinette-image/temp/
to facilitate debugging.Could you please provide:
The OS and version running on the Gyeongsan campus computers
The output of
uname -a
if possibleThis information would be very helpful as I haven't encountered these privilege issues at 42 …