You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This particular error happens only when both PyPlot and Bloqade are imported together, imported separately the error does not happen.
julia(17086,0x100f58580) malloc: *** error for object 0x29e69c2b0: pointer being freed was not allocated
julia(17086,0x100f58580) malloc: *** set a breakpoint in malloc_error_break to debug
[17086] signal (6): Abort trap: 6
in expression starting at code.jl:2
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 19404558 (Pool: 19392619; Big: 11939); GC: 30
zsh: abort /julia/bin/code.j
To Reproduce
Run the command julia code.jl
where code.jl is:
using PyPlot
using Bloqade
Expected behavior
No error
Version Info
Julia version 1.9.2
Package Version:
Bloqade v0.1.24
PyPlot v2.11.2
macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
This particular error happens only when both PyPlot and Bloqade are imported together, imported separately the error does not happen.
To Reproduce
Run the command
julia code.jl
where
code.jl
is:Expected behavior
No error
Version Info
Julia version 1.9.2
Package Version:
Bloqade v0.1.24
PyPlot v2.11.2
macOS
The text was updated successfully, but these errors were encountered: