midnight commander - hang up on exit

Hi,

I've mc-4.7.2 installed, everythings OK, but whe i try to exit it hangs up.
This issue only appears when mc is run under user, can be resloved by pressing CTRL+o and the exit so I suspect is a subshell issue.

Thx for help
Regards

Jan Marek
 
Experimented with -u/-U flags (mc(1)) and/or tried to rebuild with(out) subshell support?
 
Hi DutchDaemon,

mc -u or building it without subshell solves this issue
mc -U not - still hangs on exit

gdb throws exception in
Code:
115 0x284e519e in _malloc_prefork () from /lib/libc.so.7
Jan
 
Only bash, tcsh and zsh are supported according to the MC FAQ (#6.6). There are several mentions of (problems with) subshells on MC in that FAQ. Check those out to make sure it's not an MC problem.
 
Back
Top