Closed
Description
Here's the repro script:
package main
import (
"fmt"
"os"
)
func main() {
fmt.Println("hello world")
os.Exit(0)
}
sample results:
➜ testj git:(mithril) ✗ gopherjs run ./main.go
gopherjs: Source maps disabled. Use Node.js 4.x with source-map-support module for nice stack traces.
hello world
fatal error: all goroutines are asleep - deadlock!
This appears to be the root cause of #395 as well.
Metadata
Metadata
Assignees
Labels
No labels