Skip to content

Using u64 instead of usize to avoid overflow issues on 32-bit architectures#354

Open
qaqland wants to merge 1 commit intojonhoo:mainfrom
qaqland:usize-to-u64
Open

Using u64 instead of usize to avoid overflow issues on 32-bit architectures#354
qaqland wants to merge 1 commit intojonhoo:mainfrom
qaqland:usize-to-u64

Conversation

@qaqland
Copy link

@qaqland qaqland commented Feb 7, 2026

assertion failed: `(left == right)`:
./tests/data/collapse-ghcprof/results/utf8_bytes.txt:12 Diff < left / right > :
<MAIN.MAIN;Lib.你好世界 4294967295
>MAIN.MAIN;Lib.你好世界 90486357376
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures:
    collapse_utf8_bytes

thread 'collapse_guess_dtrace_hex_addresses' (10598) panicked at tests/common/collapse.rs:34:9:
./tests/data/collapse-dtrace/results/hex-addresses.txt has more lines than output, beginning at line: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
    collapse_guess_dtrace_hex_addresses

…ctures

assertion failed: `(left == right)`:
./tests/data/collapse-ghcprof/results/utf8_bytes.txt:12
Diff < left / right > :
<MAIN.MAIN;Lib.你好世界 4294967295
>MAIN.MAIN;Lib.你好世界 90486357376
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
    collapse_utf8_bytes

thread 'collapse_guess_dtrace_hex_addresses' (10598) panicked at tests/common/collapse.rs:34:9:
./tests/data/collapse-dtrace/results/hex-addresses.txt has more lines than output, beginning at line: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
    collapse_guess_dtrace_hex_addresses
@qaqland
Copy link
Author

qaqland commented Feb 7, 2026

Test passed after modification: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/97123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant