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

Pluto crashes when interrupting sleep #1050

Open
yurivish opened this issue Apr 2, 2021 · 0 comments
Open

Pluto crashes when interrupting sleep #1050

yurivish opened this issue Apr 2, 2021 · 0 comments
Labels
display & PlutoRunner & AbstractPlutoDingetjes.jl help welcome If you are experienced in this topic - let us know!

Comments

@yurivish
Copy link

yurivish commented Apr 2, 2021

I noticed that executing a sleep(200) command then interrupting a cell causes Pluto to crash instead of interrupting the cell:

image

I executed Pluto with using Pluto; Pluto.run(). Here's the error that comes up in the console:

julia> using Pluto; Pluto.run()

Opening http://localhost:1234/?secret=iXJEYEwP in your default browser... ~ have fun!

Press Ctrl+C in this terminal to stop Pluto

[ Info: Sending interrupt to process 2
      From worker 2:	fatal: error thrown and no exception handler available.
      From worker 2:	InterruptException()
      From worker 2:	jl_task_get_next at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 2:	poptask at ./task.jl:755
      From worker 2:	wait at ./task.jl:763 [inlined]
      From worker 2:	task_done_hook at ./task.jl:489
      From worker 2:	jl_apply_generic at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 2:	jl_finish_task at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
      From worker 2:	start_task at /Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/libjulia-internal.1.6.dylib (unknown line)
Worker 2 terminated.Cell interrupted!

This happens on Julia 1.6.0 on macOS:

julia> versioninfo()
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.6.0)
  CPU: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
@yurivish yurivish changed the title Pluto crashes when interrupt sleep Pluto crashes when interrupting sleep Apr 2, 2021
@fonsp fonsp added display & PlutoRunner & AbstractPlutoDingetjes.jl help welcome If you are experienced in this topic - let us know! labels Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display & PlutoRunner & AbstractPlutoDingetjes.jl help welcome If you are experienced in this topic - let us know!
Projects
None yet
Development

No branches or pull requests

2 participants