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

does not support go 1.7 #14

Closed
nangong92t opened this issue Aug 18, 2016 · 7 comments
Closed

does not support go 1.7 #14

nangong92t opened this issue Aug 18, 2016 · 7 comments

Comments

@nangong92t
Copy link
Contributor

does not support go 1.7

@kitech
Copy link
Owner

kitech commented Aug 18, 2016

does go 1.7 has any problem? I'm not test it carefully yet.

@nangong92t
Copy link
Contributor Author

yes, can not run

@kitech
Copy link
Owner

kitech commented Aug 18, 2016

thanks, i will try.

@kitech
Copy link
Owner

kitech commented Aug 19, 2016

confirmed.
should be hard to fix that, and i don't known why or how.

Thread 2 "php56" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff332e700 (LWP 14341)]
0x00007ffff33e99c4 in runtime.newobject () from ./hello.so
(gdb) bt
#0 0x00007ffff33e99c4 in runtime.newobject () from ./hello.so
#1 0x00007ffff7dfd000 in ?? ()
#2 0x00007ffff332dee0 in ?? ()
#3 0x00007ffff33e840d in runtime.mallocinit () from ./hello.so
#4 0x00007ffff7dfd000 in ?? ()
#5 0x00007ffff332de88 in ?? ()
#6 0x00007ffff340cbb3 in runtime.malg () from ./hello.so
#7 0x0000000000000000 in ?? ()
(gdb)

@nangong92t
Copy link
Contributor Author

yes, the results of my gdb are the same, currently do not know why.

@kitech
Copy link
Owner

kitech commented Aug 19, 2016

go build -gcflags="-newexport=0 -ssa=0"
still not use.

@kitech
Copy link
Owner

kitech commented Aug 19, 2016

and i minimize entire project to only one file.go, still crash as that.
even can not run arrive func init().

@kitech kitech closed this as completed in eb5efec Aug 20, 2016
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