gear-tech / gear

Web3 Ultimate Execution Engine
https://gear-tech.io
GNU General Public License v3.0
237 stars 105 forks source link

Fix nextest for feature lazy-page of pallet-gear #2556

Closed clearloop closed 1 year ago

clearloop commented 1 year ago

Problem

thread 'tests::cascading_messages_with_value_do_not_overcharge' panicked at 'misaligned pointer dereference: address must be a multiple of 0x10 but is 0x105e33c18', lazy-pages/src/sys/unix.rs:72:28
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tests::cascading_messages_with_value_do_not_overcharge' panicked at 'panic in a function that cannot unwind', library/core/src/panicking.rs:126:5
stack backtrace:
...

Steps

  1. cargo nextest run -p pallet-gear --features lazy-pages

Possible Solution

No response

Notes

No response

Relevant Log Output

Click to expand/collapse

``` ```

clearloop commented 1 year ago

in favor of #2559