id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3441	Segmentation fault on startup	asy	andrew_b	"Version: 4.8.14-alt0.M60P.2
System: Alt Linux p6 brunch, x86_64
Possible it is a hardware specific error: mc works fine on some other systems with equivalent software installation.

strace output with debuginfo:
{{{
open(""/usr/share/mc/hints/mc.hint.C"", O_RDONLY) = -1 ENOENT (No such file or directory)
open(""/usr/share/mc/hints/mc.hint.C"", O_RDONLY) = -1 ENOENT (No such file or directory)
open(""/usr/share/mc/hints/mc.hint"", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3023, ...}) = 0
read(4, ""Hint: Use C-x t to copy tagged f""..., 3023) = 3023
close(4)                                = 0
write(1, ""\33[41;1H\33(B\33[m\33(B\33[39m\33[49mHint: ""..., 103) = 103
stat(""/proc/self/mountinfo"", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
open(""/proc/self/mountinfo"", O_RDONLY)  = 4
fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f14d0681000
read(4, ""19 1 8:3 / / rw,relatime - ext3 ""..., 1024) = 1024
read(4, ""dev/sda8 rw,errors=continue,barr""..., 1024) = 51
read(4, """", 1024)                       = 0
close(4)                                = 0
munmap(0x7f14d0681000, 4096)            = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
+++ killed by SIGSEGV +++
Segmentation fault
}}}
"	defect	closed	critical	4.8.15	mc-core	4.8.14	fixed					approved	committed-master
