Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

exit status 3221225781 #26

Open
yms8697 opened this issue Jul 1, 2019 · 2 comments
Open

exit status 3221225781 #26

yms8697 opened this issue Jul 1, 2019 · 2 comments

Comments

@yms8697
Copy link

yms8697 commented Jul 1, 2019

I am getting the following error when trying to execute go run main.go:

exit status 3221225781

main.go:

package main
import (
	"fmt"

	"github.com/paulsmith/gogeos/geos"
)
func main() {
	line, _ := geos.FromWKT("LINESTRING (0 0, 10 10, 20 20)")
	buf, _ := line.Buffer(2.5)
	fmt.Println(buf)
	// Output: POLYGON ((18.2322330470336311 21.7677669529663689, 18.61…
}

I don't know what happened,can you help me, thank you

@ningfc
Copy link

ningfc commented Nov 5, 2021

I'm getting the error too, just have different exit status code
I'm getting the console output below

Starting: C:\Users\ningfc\go\bin\dlv-dap.exe dap --check-go-version=false --listen=127.0.0.1:56070 from d:\Code\go\src\geos_demo
DAP server listening at: 127.0.0.1:56070
Process 41252 has exited with status 3221225595
dlv dap (10504) exited with code: 0

And return error code when run the .exe file dierecly.
exit status 0xc000007b

Did you ever resolve this problem?
Or any one can help us.
@paulsmith

@ningfc
Copy link

ningfc commented Nov 11, 2021

I resolved by copied gdal dll to target exe folder.

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

No branches or pull requests

2 participants