-
Notifications
You must be signed in to change notification settings - Fork 847
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
gcc build and tar cfv gcc-10.1.0.tar gcc-10.1.0 crashes WSL2 - just build and compression of directory? #5532
Comments
Some logs from gcc build crash. I compile gcc 10.1.0 from source with options as above. Nothing special is done or extra flags. This compilation works fine on CentOS 7 (real one not wsl). |
Here is content of gcc build directory - maybe some name cause problem of too long path - I do not know. I can not |
WSL2 uses a vhdx with ext4 as filesystem so it should behave exactly like in a real Linux. What's the error you are seeing? Does What is How much free space do you have in C:? The vhdx file expands while compiling so make sure you have enough disk space. |
What it the nature of the "crash". Maybe a screencap, or at least a description. Start WSL with Like Ono says WSL2 is Real Linux and gcc 10 certainly builds. That doesn't help you of course. Hopefully you will get some me2s. |
Evens this is #5410. Open up Resource Monitor during the run and see if you are hitting the wall. A big |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Environment
Steps to reproduce
I can not build gcc and pack gcc build directory.
10GB of RAM, SWAP = 0GB
/dptr/root/src/gcc-10.1.0# ./contrib/download_prerequisites
/dptr/root/src/gcc-10.1.0/configure" --prefix="/dptr/root/import" --disable-multilib
/dptr/root/build/gcc-10.1.0# make -j 2
Expected behavior
gcc 10.1.0 build should success, tar should compress.
Actual behavior
gcc 10.1.0 build crash (no problem with memory)
tar crash on gcc build
I think it is problem with files/file system created by gcc build but I do not know why?
The text was updated successfully, but these errors were encountered: