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

FreeBSD 11-RELEASE amd64, gtk.NewListStore problem #299

Open
pztrn opened this issue Jan 13, 2017 · 2 comments
Open

FreeBSD 11-RELEASE amd64, gtk.NewListStore problem #299

pztrn opened this issue Jan 13, 2017 · 2 comments

Comments

@pztrn
Copy link
Contributor

pztrn commented Jan 13, 2017

Having problem while compiling/running my application on FreeBSD:

fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xbae25d6 pc=0x802c7bc92]

runtime stack:
runtime.throw(0x851914, 0x2a)
        /usr/local/go/src/runtime/panic.go:566 +0x95
runtime.sigpanic()
        /usr/local/go/src/runtime/sigpanic_unix.go:12 +0x2cc

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x68eef0, 0xc4200518f0, 0xc400000000)
        /usr/local/go/src/runtime/cgocall.go:131 +0x110 fp=0xc4200518a8 sp=0xc420051868
github.com/mattn/go-gtk/gtk._Cfunc_gtk_list_store_newv(0x800000009, 0x80aefb700, 0x0)
        ??:0 +0x4e fp=0xc4200518f0 sp=0xc4200518a8
github.com/mattn/go-gtk/gtk.NewListStore(0xc420051d08, 0x9, 0x9, 0x0)
        /data/.go/workspace/src/github.com/mattn/go-gtk/gtk/gtk.go:5152 +0x124 fp=0xc420051968 sp=0xc4200518f0
github.com/pztrn/urtrator/ui/gtk2.(*MainWindow).initializeStorages(0xc4201161a0)
        /data/.go/workspace/src/github.com/pztrn/urtrator/ui/gtk2/mainwindow_init.go:379 +0x822 fp=0xc420051da8 sp=0xc420051968

Initialization: https://github.com/pztrn/urtrator/blob/master/ui/gtk2/mainwindow_init.go#L379

Builds/runs fine on Linux, Windows and macOS.

Any ideas where to look?

@mattn
Copy link
Owner

mattn commented Jan 14, 2017

Could you please explain more detail? 64bit?

@pztrn
Copy link
Contributor Author

pztrn commented Jan 14, 2017

Yes, 11-RELEASE, amd64.

@pztrn pztrn changed the title FreeBSD, gtk.NewListStore problem FreeBSD 11-RELEASE amd64, gtk.NewListStore problem Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants