Stream: helpdesk (published)

Topic: Strange message when existing REPL


view this post on Zulip Timothy (Apr 28 2023 at 07:15):

I just tried (unsucessfully) to exit a Julia REPL with ^D, and the following message appeared:

Library == CNULL. done() called before init(), or done called two times?

Might anybody have an idea what this is about?

view this post on Zulip Mosè Giordano (Apr 28 2023 at 23:12):

Doesn't look like a Julia error message (mainly because of the mention of CNULL)?

view this post on Zulip Mosè Giordano (Apr 28 2023 at 23:15):

Uhm, it seems to be from something like https://gist.github.com/lobingera/8f69839b1caf8968de075272fafdcf27#file-cairotext-jl-L83

view this post on Zulip Mosè Giordano (Apr 28 2023 at 23:16):

Maybe some Julia package you're using has that error message? (but CNULL is a bit confusing as in Julia it's C_NULL)

view this post on Zulip Mosè Giordano (Apr 28 2023 at 23:18):

https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/blob/b7d6d65832e46047225bc02579ba7d124b38ebe2/src/types.jl#L14

view this post on Zulip Eric Hanson (Apr 28 2023 at 23:25):

I see this all the time, because I have UnicodePlots & CairoMakie in my dependency tree: https://github.com/JuliaPlots/UnicodePlots.jl/issues/334

view this post on Zulip Eric Hanson (Apr 28 2023 at 23:34):

Btw, here's what I see when 20 worker processes exit at the same time :joy:
errors.txt

view this post on Zulip Santtu (May 03 2023 at 04:24):

What I'm wondering is, why are you exiting the REPL with ^D?

view this post on Zulip Timothy (May 03 2023 at 06:50):

As opposed to?

view this post on Zulip Christophe Grandsire-Koevoets (May 03 2023 at 07:38):

Timothy said:

As opposed to?

exit()?

view this post on Zulip Timothy (May 03 2023 at 09:26):

Why would I press eight keys when I can just press two?

view this post on Zulip Christophe Grandsire-Koevoets (May 03 2023 at 09:41):

Timothy said:

Why would I press eight keys when I can just press two?

Exercise?

view this post on Zulip Mason Protter (May 03 2023 at 18:53):

I've never used exit() in my life

view this post on Zulip Notification Bot (May 03 2023 at 19:30):

jar has marked this topic as resolved.

view this post on Zulip Notification Bot (May 03 2023 at 19:30):

This topic was moved here from #helpdesk (published) > Strange message when exiting REPL by jar.

view this post on Zulip Notification Bot (May 03 2023 at 19:30):

jar has marked this topic as resolved.

view this post on Zulip Notification Bot (May 03 2023 at 19:30):

13 messages were moved here from #helpdesk (published) > Strange message when exiting REPL by jar.

view this post on Zulip Notification Bot (May 03 2023 at 19:30):

jar has marked this topic as unresolved.


Last updated: Oct 02 2023 at 04:34 UTC