cutter icon indicating copy to clipboard operation
cutter copied to clipboard

Crash when seeking to function

Open 0pendev opened this issue 11 months ago • 3 comments

Environment information

  • Operating System: Ubuntu 22.04
  • Cutter version: 2.3.4
  • Obtained from:
    • [ ] Built from source
    • [x] Downloaded release from Cutter website or GitHub
    • [ ] Distribution repository
  • File format: ELF

Describe the bug

When seeking to another function using the GUI (double click), it sometimes generates a crash.

To Reproduce

  1. Analyze the file (aaa)
  2. Seek to different functions until crash

Expected behavior

No crash when seeking to another function.

Additional context

As an attachment I've added a coredump from the crash and the end of the execution trace and the binary I was looking at. I did not find a way to reproduce it easily.

app.elf.tar.gz trace.txt dump

0pendev avatar Dec 31 '24 15:12 0pendev

Any estimates how frequently happens? One out of 10 clicks, once an hour? Can you repeat it on simple executable like /bin/ls or does it require a non trivial executable? Or is it rare enough where you can't tell whether it happens on simple executables?

karliss avatar Jan 10 '25 20:01 karliss

Couldn't repeat so far, I guess next step is trying on Ubuntu 22.04 with executable provided by issue author.

karliss avatar Jan 10 '25 20:01 karliss

@karliss

It depends, the first times the issue occured it would crash on the first seeks. It got me more time to reproduce it when I enabled coredumps on my machine.

Also, I've had the issue on both the appimage and the flathub build.

0pendev avatar Jan 13 '25 07:01 0pendev