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 has been archived by the owner on Feb 2, 2023. It is now read-only.
It builds without error on first rake build run, but then I get segmentation fault on the following rake build runs. Error dissapears when I run rake clobber before each run to clean stuff. Even when segmentation fault error shows, it looks like it's doing a good build. It seems to be consistently happening across all Ruby versions for me and is caused by the require of native.so.
Output for ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]:
Ah interesting, we've done a lot of our active testing on macOS which behaves a bit differently in this area. Probably the solution would be to detect the rake build happening and avoid loading the native extension in this case, if that is feasible.
It builds without error on first
rake build
run, but then I get segmentation fault on the followingrake build
runs. Error dissapears when I runrake clobber
before each run to clean stuff. Even when segmentation fault error shows, it looks like it's doing a good build. It seems to be consistently happening across all Ruby versions for me and is caused by the require ofnative.so
.Output for ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]:
Output for ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]:
Output for ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]:
The text was updated successfully, but these errors were encountered: