Stream: compiler development

Topic: misaligned pointer in rose tree test


view this post on Zulip Richard Feldman (Nov 10 2023 at 19:54):

anyone else seen this one happen?

thread 'test::rose_tree' panicked at 'misaligned pointer dereference: address must be a multiple of 0x8 but is 0x7f2da9fed9b6', crates/repl_expect/src/app.rs:57:45
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'test::rose_tree' panicked at 'panic in a function that cannot unwind', library/core/src/panicking.rs:126:5
stack backtrace:

view this post on Zulip Brendan Hansknecht (Nov 10 2023 at 19:59):

I saw that error recently, but don't remember why or how at all.


Last updated: Jul 06 2025 at 12:14 UTC