IRL2 / nanover-rs

Other
0 stars 1 forks source link

Tests fail spuriously #179

Closed jbarnoud closed 11 months ago

jbarnoud commented 1 year ago

The tests seem to randomly fail with the same error: https://github.com/jbarnoud/narupa-rs/actions/runs/6420369923/job/17432818944#step:7:460

jbarnoud commented 11 months ago

Another error message that occurred during the tests (locally on linux):

malloc(): unaligned tcache chunk detected

jbarnoud commented 11 months ago

Another one:

process didn't exit successfully: /home/jon/narupa/narupa-rs/target/debug/deps/frame-94c79874a82295b0 (signal: 6, SIGABRT: process abort signal)

jbarnoud commented 11 months ago

The failures mentioning memory issues have a different origin. They should be part of #168 instead.