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

GLMakie crash Julia on M2 #2771

Closed
YingboMa opened this issue Mar 15, 2023 · 3 comments
Closed

GLMakie crash Julia on M2 #2771

YingboMa opened this issue Mar 15, 2023 · 3 comments

Comments

@YingboMa
Copy link

GLMakie crashes Julia with follow message when I full screen the plot.

julia> 2023-03-15 01:15:05.217 julia[91904:18181027] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSArray subarrayWithRange:]: range {1, 18446744073709551615} extends beyond bounds for empty array'
*** First throw call stack:
(
)
libc++abi: terminating with uncaught exception of type NSException

signal (6): Abort trap: 6
in expression starting at none:0
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 93339713 (Pool: 93311047; Big: 28666); GC: 35
julia> versioninfo()
Julia Version 1.8.5
Commit 17cfb8e65e* (2023-01-08 06:45 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin22.3.0)
  CPU: 12 × Apple M2 Max
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
  Threads: 4 on 8 virtual cores
Environment:
  JULIA_NUM_THREADS = 4
  JULIA_PKG_DEVDIR = /Users/scheme/src/julia
  JULIA_PKG_SERVER = https://internal.juliahub.com
@SimonDanisch
Copy link
Member

Seems like a Julia issue, I dont think we can do anything about that in Makie!

@YingboMa
Copy link
Author

julia> 2023-03-15 01:15:05.217 julia[91904:18181027] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSArray subarrayWithRange:]: range {1, 18446744073709551615} extends beyond bounds for empty array'

Is it a Julia issue? Why would Julia go out of bounds when I fullscreen Makie's plot?

@SimonDanisch
Copy link
Member

Ah sorry im a bit quick to close obscure m1/2 issues for things that otherwise work perfectly well...
This seems to be a duplicate of:#2629

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