drrb / rust-netbeans

NetBeans Rust plugin
GNU General Public License v3.0
52 stars 20 forks source link

Fails to load native Rust libraries on Linux #7

Closed drrb closed 6 years ago

drrb commented 9 years ago

Running the build on Linux currently yields segfaults during the tests (when JNA attempts to load our native component).

Example output: https://travis-ci.org/drrb/rust-netbeans/jobs/50808653#L2789.

drrb commented 9 years ago

Raised rust-lang/rust#22528.

kordianbruck commented 9 years ago

This would be great to have on Linux, hope the Devs can fix that bug!

azazar commented 7 years ago

That bug (rust-lang/rust#22528) seems fixed.

drrb commented 6 years ago

Thanks for following that up. I've started moving the plugin away from using the native Rust compiler now.