Miscompilation issue / problem with perf - addr2line: could not read first record #2394
Open
2 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I tried recording perf data for my program and it fails at
perf script
stage. I am not sure if this might be rustc or linux/perf issue but I only have it with iced. I later confirmed same behaviour on clock and websocket examples.Steps to reproduce:
perf script
loops forever with thisaddr2line
error.Environment:
OS: up to date Arch Linux
CPU:
AMD Ryzen 9 5950X
rust:
rustc 1.77.2 (25ef9e3d8 2024-04-09)
iced: both master and latest release
Some things I tried:
target/
and~/.debug
does not helpfn main() { loop {} }
does not trigger errorcpu-target=native
What is the expected behavior?
perf script
to complete successfullyVersion
master
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: