bloop icon indicating copy to clipboard operation
bloop copied to clipboard

`bloop run` sometimes exits with code 64

Open kubukoz opened this issue 4 years ago • 1 comments

Hi!

I've noticed that bloop run will sometimes exit without giving any output. The exit code it'll produce is 64 (as seen in $?).

I was able to reproduce it in a simple project, but unreliably:

//build.sbt
scalaVersion := "2.12.13"
//src/main/scala
object Main extends App { println("hello world") }

In my work project, it seems like I'm more likely to get that behavior after canceling (ctrl+c) a previous run - but it's still not happening every time.

kubukoz avatar Feb 03 '21 23:02 kubukoz

Thanks for reporting! This is probably something around bloopgun and I remember similar issues being reported at some point.

tgodzik avatar Feb 04 '21 14:02 tgodzik

haven't seen this for years, but also haven't used bloop run that often.

kubukoz avatar Feb 05 '23 17:02 kubukoz

I think I'll go ahead and close then as I use bloop run a fair amount and have never seen this. If you hit on this again, please do report back.

ckipp01 avatar Feb 05 '23 17:02 ckipp01