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
The original issue is described in this comment: #50729 (comment). Sysimage creation failed because of large number of external symbols during linking. The fix/workaround for this is here: #50874. The chosen solution was to restrict the IMAGE_THREADS to 1 when the symbol count is higher than a threshold.
I opened a follow up discussion thread just for Windows10, as the original issue is now used to debate the Linux usecase (#50729)
Further to clarify:
(1) What is the source of this high number of external symbols in Windows 10? Can this be fixed instead such that we don't have to switch to a single thread and loose performance?
(2) I just tested the code on my Ubuntu laptop. Why the same source code works just fine in Ubuntu?
Maybe it's necessary to address issues in other tools (linker?, other?) instead of patching things on the julia side.
The original issue is described in this comment: #50729 (comment). Sysimage creation failed because of large number of external symbols during linking. The fix/workaround for this is here: #50874. The chosen solution was to restrict the IMAGE_THREADS to 1 when the symbol count is higher than a threshold.
I opened a follow up discussion thread just for Windows10, as the original issue is now used to debate the Linux usecase (#50729)
Further to clarify:
(1) What is the source of this high number of external symbols in Windows 10? Can this be fixed instead such that we don't have to switch to a single thread and loose performance?
(2) I just tested the code on my Ubuntu laptop. Why the same source code works just fine in Ubuntu?
Maybe it's necessary to address issues in other tools (linker?, other?) instead of patching things on the julia side.
@pchintalapudi, @vtjnash, @gbaraldi, @vchuravy
The text was updated successfully, but these errors were encountered: