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

bug: Dozens of instances of f951 running when using autosave afterdelay #1157

Open
2 tasks done
jordan4ibanez opened this issue Nov 20, 2024 · 1 comment
Open
2 tasks done
Labels

Comments

@jordan4ibanez
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

I have tried the Pre-Release of the extension.

  • I have replicated the Issue in the latest Pre-Release

Description

I am working on a fairly large project. When I start working on the main cross over file of all my modules, my operating system literally gets halted to a crawl due to process f951 being spawned over and over. I am just using this extension with defaults.

I wouldn't mind this, but I just saw this thing absolutely demolish my laptop's battery from 59% to 34% in 15 minutes.

Screenshots

Image

Expected Behaviour

Limit the number of instances of f951 this thing can spawn.

Version of Modern Fortran

v3.4.2024101621

Version of Visual Studio Code

1.95.3

Platform and Architecture

Endeavour OS x86_64

Additional Information

Ryzen 5500u, 32GB ram.

This also slows down my desktop with a 9700x and 48 GB of ram as well at some points, so this is definitely not only an issue with this being run on a laptop.

@machsix
Copy link
Contributor

machsix commented Jan 10, 2025

I have the same issue with ifort as the compiler. Dozens of intel64/fortcom instances. and they seem to compile the same file

Edit:
the fortcom process doesn't close when the file is closed.
and a new fortcom process is open every time when the file is opened.

Edit2:
After running the "fortcom" process out of vscode, I found the program hangs. Later found out it's because an include path was set incorrectly and the linter ifort never exits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants