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

package tasty not running #56

Open
tittoassini opened this issue Sep 4, 2017 · 3 comments
Open

package tasty not running #56

tittoassini opened this issue Sep 4, 2017 · 3 comments

Comments

@tittoassini
Copy link

Compiles but won't run, error (on macOS Sierra):

Exception in thread "main" java.lang.NoSuchMethodError: eta.runtime.concurrent.Concurrent.labelThread(Leta/runtime/stg/StgContext;Leta/runtime/stg/TSO;J)Leta/runtime/stg/Closure;
at tasty.test.tasty.Parallel$sat_sMTT.enter(Unknown Source)
at eta.runtime.apply.PAP.apply(PAP.java:31)
at eta.runtime.apply.PAP.applyV(PAP.java:41)
at eta.runtime.apply.Function.applyPV(Function.java:117)
at base.ghc.Foreign$$wa1.enter(Unknown Source)
at base.ghc.Foreign$$wa3_sDAHO.enter(Unknown Source)
at base.ghc.Foreign$sat_sDAIF.enter(Unknown Source)
at eta.runtime.apply.PAP.apply(PAP.java:31)
at eta.runtime.apply.PAP.applyV(PAP.java:41)
at eta.runtime.thunk.Thunk.applyV(Thunk.java:121)
at eta.runtime.exception.Exception.unmaskAsyncExceptions(Exception.java:90)
at base.ghc.IO$sat_s8Y4ZZ.enter(Unknown Source)
at eta.runtime.apply.Function.applyV(Function.java:16)
at eta.runtime.exception.Exception.catch_(Exception.java:135)
at base.ghc.IO$sat_s8Y5C.enter(Unknown Source)
at eta.runtime.apply.Function.applyV(Function.java:16)
at eta.runtime.exception.Exception.maskAsyncExceptions(Exception.java:41)
at base.ghc.IO$bracket1.enter(Unknown Source)
at base.ghc.Foreign$charIsRepresentable3.enter(Unknown Source)
at tasty.test.tasty.Parallel$runInParallel1.enter(Unknown Source)
at tasty.test.tasty.Run$sat_s21YJ.enter(Unknown Source)
at eta.runtime.apply.Function.applyV(Function.java:16)
at tasty.test.tasty.Run$launchTestTree4.enter(Unknown Source)
at tasty.test.tasty.Run$launchTestTree1.enter(Unknown Source)
at tasty.test.tasty.Ingredients$sat_s235L.enter(Unknown Source)
at eta.runtime.apply.Function.applyV(Function.java:16)
at tasty.test.tasty.CmdLine$defaultMainWithIngredients1.enter(Unknown Source)
at main.Main$main1.enter(Unknown Source)
at main.Main$DZCmain.enter(Unknown Source)
at eta.runtime.apply.Function.applyV(Function.java:16)
at eta.runtime.stg.Closures$EvalLazyIO.enter(Closures.java:96)
at eta.runtime.stg.Capability.schedule(Capability.java:150)
at eta.runtime.stg.Capability.scheduleClosure(Capability.java:97)
at eta.runtime.Runtime.evalLazyIO(Runtime.java:189)
at eta.runtime.Runtime.main(Runtime.java:182)
at eta.main.main(Unknown Source)

@rahulmutt
Copy link
Member

Fixed on master. If you could upload the sample project, I can test out the other stuff too.

@tittoassini
Copy link
Author

Tasty now seems to be hanging.

Tested after updating to latest eta version from git repo, running 'etlas test' on the https://github.com/Quid2/flat project.

@rahulmutt rahulmutt reopened this Sep 6, 2017
@rahulmutt
Copy link
Member

Ok then it seems to be related to the test-framework issue. I'll look into it.

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