Ticket #2087 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

mcedit standalone mode SIGSEGVS on ctrl-o/ctrl-o

Reported by: slyfox Owned by: andrew_b
Priority: major Milestone: 4.7.2
Component: mc-core Version: 4.7.1
Keywords: crash Cc:
Blocked By: Blocking:
Branch state: Votes for changeset: committed-master committed-stable

Description

Steps to reproduce:

$ mcedit hello
<Ctrl-O><Ctrl-O>
SIGSEGV

Change History

comment:1 Changed 14 years ago by slyfox

valgrind output:

==27540== Process terminating with default action of signal 11 (SIGSEGV)
==27540==  Access not within mapped region at address 0x208C
==27540==    at 0x423740: update_one_panel (screen.c:3493)
==27540==    by 0x42378B: update_panels (screen.c:3536)
==27540==    by 0x43D69A: toggle_panels (execute.c:307)
==27540==    by 0x480C2F: edit_execute_cmd (edit.c:3195)
==27540==    by 0x481C38: edit_execute_key_command (edit.c:2576)
==27540==    by 0x488D95: edit_callback (editwidget.c:318)
==27540==    by 0x41E089: dlg_process_event (dialog.h:235)
==27540==    by 0x41E486: run_dlg (dialog.c:855)
==27540==    by 0x488961: edit_file (editwidget.c:264)
==27540==    by 0x450264: do_nc (main.c:1830)
==27540==    by 0x4509E0: main (main.c:2213)

comment:2 Changed 14 years ago by andrew_b

  • Status changed from new to accepted
  • severity changed from no branch to on review
  • Component changed from mcedit to mc-core
  • Version changed from master to 4.7.1
  • Milestone changed from 4.7 to 4.7.2
  • Owner set to andrew_b

Created 2087_standalone_mcedit_crash branch. Parent branch is master.
changeset:d2a9152cec8db6d21af77bb91490666a85e48d55

comment:3 Changed 14 years ago by slyfox

  • Votes for changeset set to slyfox

Fix definetly helps and patch looks sane. Thank you!

comment:4 Changed 14 years ago by styx

  • Votes for changeset changed from slyfox to slyfox styx
  • severity changed from on review to approved

comment:5 Changed 14 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset changed from slyfox styx to commited-master commited-stable
  • Resolution set to fixed
  • severity changed from approved to merged

comment:6 Changed 14 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.