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

Empty code block crashes on JVM #3658

Closed
p6rt opened this issue Jan 27, 2015 · 5 comments
Closed

Empty code block crashes on JVM #3658

p6rt opened this issue Jan 27, 2015 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jan 27, 2015

Migrated from rt.perl.org#123684 (status was 'resolved')

Searchable as RT123684$

@p6rt
Copy link
Author

p6rt commented Jan 27, 2015

From @lizmat

$ perl6-j -e '{;}'
Exception in thread "main" org.perl6.nqp.runtime.UnwindException
  at org.perl6.nqp.runtime.ThreadContext.<init>(ThreadContext.java​:120)
  at org.perl6.nqp.runtime.GlobalContext.getCurrentThreadContext(GlobalContext.java​:333)
  at org.perl6.nqp.runtime.GlobalContext.<init>(GlobalContext.java​:248)
  at org.perl6.nqp.runtime.CompilationUnit.enterFromMain(CompilationUnit.java​:56)
  at perl6.main(gen/jvm/main.nqp)

@p6rt
Copy link
Author

p6rt commented Mar 18, 2015

From @donaldh

This is fixed by Raku/nqp@d24d3872d7 but I will add a new test before closing the ticket.

@p6rt
Copy link
Author

p6rt commented Jun 21, 2015

From @usev6

I added a test for this to integration/weird-errors.t.

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 21, 2015

From @usev6

I added a test for this to integration/weird-errors.t.

I'm closing this ticket as 'resolved'.

@p6rt p6rt closed this as completed Jun 21, 2015
@p6rt
Copy link
Author

p6rt commented Jun 21, 2015

@usev6 - Status changed from 'new' to 'resolved'

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

1 participant