Crash in buttonbar_call #4083
Labels
area: core
Issues not related to a specific subsystem
prio: medium
Has the potential to affect progress
Milestone
Important
This issue was migrated from Trac:
jpalecek
(jpalecek@….de)Hello,
while going through my /var/crash directory, I discovered some crashes of mc. Unfortunately, I cannot tell you what I was doing at the time, the only thing evident from the crash dumps is that I pressed F8. However, gdb shows some useful info:
In buttonbar_call, the button bar is interesting:
Which means the button bar is for the viewer (could be the quick view as I was using that). However, the receiver is pointing to junk which is why it crashed:
Going to the top dlg_run and inspecting the top level window:
The widgets are actually interesting, especially the last two. They are the panels and IIUC it shows the two panels were actually file lists:
One of the others is the offending button bar with bad receiver, others are some labels.
It seems the buttonbar didn't get updated when the viewer ceased to exist. Could you please look at it?
mc is version 4.8.24 from Debian testing packages.
The text was updated successfully, but these errors were encountered: