-
Notifications
You must be signed in to change notification settings - Fork 80
Julia aborts from a Scale on mac #676
Comments
I don't see any segmentation fault, only an abort due to a failed assertion, which is quite a lot different. |
Frustratingly, I have been getting segfaults before, but I can't seem to reproduce one right now. In any case, any ideas why Julia would abort from such MWE? |
It isn't julia, it's an internal assertion in Cairo. Quoting from the error you shared:
|
Oh... OK. So something closer to this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=114298 and not https://github.com/JuliaGraphics/Cairo.jl? |
I mean, someone needs to follow the code, follow why the assertion is being triggered and understand if this package is doing something wrong (passing garbage to libcairo?) or maybe it's an error inside libcario. |
I tried this on Julia version julia>
[3002] signal (11.2): Segmentation fault: 11
in expression starting at none:0
_cairo_surface_release_source_image at /Users/yakir/.julia/artifacts/ada2a202928dd4cb2fc4bd18c4efa9d5455ec742/lib/libcairo.2.dylib (unknown line)
DataProviderReleaseCallback at /Users/yakir/.julia/artifacts/ada2a202928dd4cb2fc4bd18c4efa9d5455ec742/lib/libcairo.2.dylib (unknown line)
data_release_info at /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (unknown line)
Allocations: 6402510 (Pool: 6396917; Big: 5593); GC: 30
zsh: segmentation fault /Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed. as well as in version julia>
[10156] signal (11.2): Segmentation fault: 11
in expression starting at none:0
_cairo_surface_release_source_image at /Users/yakir/.julia/artifacts/ada2a202928dd4cb2fc4bd18c4efa9d5455ec742/lib/libcairo.2.dylib (unknown line)
DataProviderReleaseCallback at /Users/yakir/.julia/artifacts/ada2a202928dd4cb2fc4bd18c4efa9d5455ec742/lib/libcairo.2.dylib (unknown line)
data_release_info at /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (unknown line)
Allocations: 4952694 (Pool: 4948697; Big: 3997); GC: 8
zsh: segmentation fault ./julia However, It worked just fine on the current LTS: |
I get segfault as well:
on
|
I still don't see any segmentation fault. |
The following tiny MWE:
segfaults with:
I'm on:
Full report
The text was updated successfully, but these errors were encountered: