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

BoundsError(a=Array{Any, (0,)}[], i=(1,)) #32920

Open
KestutisMa opened this issue Aug 16, 2019 · 1 comment
Open

BoundsError(a=Array{Any, (0,)}[], i=(1,)) #32920

KestutisMa opened this issue Aug 16, 2019 · 1 comment

Comments

@KestutisMa
Copy link

KestutisMa commented Aug 16, 2019

Using sysimage with Blink Window() and Interact button() compiled in:
Arch Linux.

               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.3.0-alpha.110 (2019-08-13)
 _/ |\__'_|_|_|\__'_|  |  Commit df1ee8cb18 (2 days old master)
|__/                   |

julia> WARNING: both CSSUtil and Base export "empty"; uses of it in module Interact must be qualified
julia> using Interact

julia> ui = button();
fatal: error thrown and no exception handler available.
BoundsError(a=Array{Any, (0,)}[], i=(1,))
rec_backtrace at /home/kest/julia/src/stackwalk.c:94
jl_throw at /home/kest/julia/src/task.c:224
jl_bounds_error_ints at /home/kest/julia/src/rtutils.c:183
getindex at ./array.jl:742 [inlined]
_reformat_bt at ./error.jl:67
catch_backtrace at ./error.jl:91
task_done_hook at ./task.jl:368
jl_apply at /home/kest/julia/src/julia.h:1629 [inlined]
jl_finish_task at /home/kest/julia/src/task.c:181
start_task at /home/kest/julia/src/task.c:657
unknown function (ip: 0xffffffffffffffff)
julia> a=Array{Any, (0,)}[], i=(1,)
fatal: error thrown and no exception handler available.
BoundsError(a=Array{Any, (0,)}[], i=(1,))

Also posted here (more info): TsurHerman/Fezzik#3 (comment)
Could be related to #30062

@mbauman
Copy link
Member

mbauman commented Aug 16, 2019

This looks like #32678 is getting in the way of seeing the real issue.

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