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
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Hello,
I have compiled the same code on Ubuntu 16.04 once with just /t:LinkNative and second time with /t:LinkNative /p:NativeCodeGen=cpp.
The one which was compiled just only with /t:LinkNative works properly, but when I try to run program compiled with /t:LinkNative /p:NativeCodeGen=cpp I get an error: "Segmentation fault (core dumped)".
How to check what causes the problem?
Hello,
I have compiled the same code on Ubuntu 16.04 once with just /t:LinkNative and second time with /t:LinkNative /p:NativeCodeGen=cpp.
The one which was compiled just only with /t:LinkNative works properly, but when I try to run program compiled with /t:LinkNative /p:NativeCodeGen=cpp I get an error: "Segmentation fault (core dumped)".
How to check what causes the problem?
Thanks