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
Commit 37a7541 in jl_autoinit_and_adopt_thread(): jl_pathname_for_handle() returns NULL if handle is the main executable on Linux. A possible fix is to fallback to '/proc/self/exe' in that case here or to do such a fix in jl_pathname_for_handle().