Ivan Fedotov

Results 12 comments of Ivan Fedotov

Do you have clang 12.0.1 installed? Downgrading to 12.0.0 fixed this issue for me (on linux). upd: probably this is the reason https://github.com/MaskRay/ccls/issues/817#issuecomment-885067117

Did a clean install with venv and `pip install --no-cache-dir`, the issue is still there, both in PyPI and in the current commit.

Sorry, this did not fix the issue. The error message is the same. `log.txt`: ``` 21-06-06 16:06:45 volatility3.cli INFO Logging started 21-06-06 16:06:45 volatility3.cli INFO Volatility plugins path: ['/home/user/.local/lib/python3.9/site-packages/volatility3/plugins', '/home/user/.local/lib/python3.9/site-packages/volatility3/framework/plugins']...

Still no success :( Trying pslist and file_list. It now tries to print something, but finds nothing `log.txt` ``` 21-06-07 12:14:41 volatility3.cli INFO Logging started 21-06-07 12:14:41 volatility3.cli INFO Volatility...

@j0k4rX If you're not sure where to put the compiler option, it's here https://github.com/Jatana/FastOlympicCoding/blob/3e058e5915ffcb2e5f9fb1673bd34945c46e0940/FastOlympicCoding%20(Linux).sublime-settings#L21

Actually, FOC will run the program in a shell: https://github.com/Jatana/FastOlympicCoding/blob/3e058e5915ffcb2e5f9fb1673bd34945c46e0940/Modules/ProcessManager.py#L74-L75 So you just have to add `ulimit -s unlimited; ` at the beginning of `run_cmd`: ```json "run_cmd": "ulimit -s unlimited;...

The compiler and linker are not responsible for stack allocation. It's a setting for current shell, so it must be added to `run_cmd`.

Have you tried adding `wsl` to commands in config? https://docs.microsoft.com/en-us/windows/wsl/interop