Mosè Giordano

Results 675 comments of Mosè Giordano

I take this as an indication that this function isn't tested at all. Maybe you could add a test?

That's not specific to embedding, you need to load `InteractiveUtils` and/or `REPL` first (which is done automatically only in REPL sessions): ```console % julia +1.10 -e 'Base.Docs.apropos(rand)' Core.Compiler.adce_pass! Base.retry Base.zero...

Can you please try ```julia using FFMPEG.FFMPEG_jll run(`$(ffmpeg()) -v 0 -framerate 15 -i /home/akira/materials-for-FFMPEG/%06d.png -i /home/akira/matrials-for-FFMPEG/palette.bmp -lavfi paletteuse=dither=sierra2_4a -loop 0 -y anim_fps15.gif`) ```

Fixed by https://github.com/JuliaRegistries/General/pull/86071

I don't see any segmentation fault, only an abort due to a failed assertion, which is quite a lot different.

It isn't julia, it's an internal assertion in Cairo. Quoting from the error you shared: > ``` > Assertion failed: (!surface->finished), function _cairo_surface_release_source_image, file cairo-surface.c, line 2092. > ```

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...

> I get segfault as well: I still don't see any segmentation fault.