Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Segfault on "unicode" tests with go1.7.4, bigger problems with go1.8beta2 #5

Open
elliott5 opened this issue Jan 2, 2017 · 0 comments

Comments

@elliott5
Copy link
Contributor

elliott5 commented Jan 2, 2017

Following upstream changes to SSA, this code does not compile.

After changing lines 254/5 of interp_test.go to:

if mainPkg == nil && len(initialPkgs) == 1 {
		testmainPkg := prog.CreateTestMainPackage(initialPkgs[0])

Most tests pass using go1.7.4 on darwin, but the tests fail with a segfault running the unicode tests.

Testing with go1.8beta2 shows far bigger issues, possibly related to the os API.

Not planning to fix these issues myself, at least in the short term, I just wanted to report their existence to warn others.

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

1 participant