kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
563 stars 48 forks source link

stan returns with `Killed` #393

Open teto opened 3 years ago

teto commented 3 years ago

I am surprised not to find an issue already opened since stan dies regurlaly

I call it on a several thousand line projets

$ stan report --hiedir=/home/teto/.cache/ghcide/main-2d340f680c4d95b43cd7de12b6004129b058bf21 
  ⓘ Checking environment variables and CLI arguments for default configurations file usage...
    Fiasco:
      * [Error  ] No STAN_USE_DEFAULT_CONFIG Env Variable is set
      * [Error  ] No CLI option specified for no-default

  ⓘ The following Configurations are used:

    Result:

    With the following warnings:
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: checks
      * [Warning] configChecks is set through the source: Default
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: remove
      * [Warning] configRemoved is set through the source: Default
      * [Warning] TOML Configurations file doesn't exist: /home/teto/nova/jinko2/.stan.toml
      * [Warning] TOML Configurations file doesn't exist: /home/teto/.stan.toml
      * [Warning] No CLI option specified for: ignore
      * [Warning] configIgnored is set through the source: Default

Killed

The version (not very helpful, it's pulled from a recent nixos-unstable)

stan --version
Stan v0.0.0.0
 ➤ Git revision: UNKNOWN
 ➤ Commit date:  UNKNOWN

Let me know if/how I can help troubleshoot the issue.