Ticket #2750 (closed defect: invalid)

Opened 12 years ago

Last modified 12 years ago

mc hangs on startup

Reported by: folibis Owned by:
Priority: major Milestone:
Component: mc-core Version: 4.8.1
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

After starting in virtual terminal program Konsole(KDE 4.8.1) MC hangs for about 5 min.
After waiting it is works fine. When I close the program there is a message "No protocol specified". Running as root or ordinary user has same error.

uname -a
Linux user 3.2.11-1-ARCH #1 SMP PREEMPT Thu Mar 15 09:16:03 UTC 2012 i686 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel? GNU/Linux

LC_MESSAGES=C mc -V
GNU Midnight Commander 4.8.1
Built with GLib 2.30.2
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs,fish,smbfs
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;

LC_MESSAGES=C mc -F
[System data]

Config directory: /etc/mc/
Data directory: /usr/share/mc/
VFS plugins and scripts: /usr/lib/mc/

extfs.d: /usr/lib/mc/extfs.d/
fish: /usr/lib/mc/fish/

[User data]

Config directory: /home/user/.config/mc/
Data directory: /home/user/.local/share/mc/

skins: /home/user/.local/share/mc/skins/
extfs.d: /home/user/.local/share/mc/extfs.d/
fish: /home/user/.local/share/mc/fish/

Cache directory: /home/user/.cache/mc/

mc --configure-options

'--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--enable-background' '--enable-charset' '--enable-largefile' '--with-edit' '--with-gpm-mouse' '--with-mmap' '--enable-vfs-smb' '--with-screen=slang' '--with-subshell' '--with-vfs' '--with-x' '--without-debug' '--without-gnome' '--without-included-gettext' '--libexecdir=/usr/lib' 'CFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'

Change History

comment:1 follow-up: ↓ 2 Changed 12 years ago by angel_il

try
mc --no-x11

comment:2 in reply to: ↑ 1 Changed 12 years ago by andrew_b

comment:3 Changed 12 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone 4.8 deleted

Fixed in #86.

comment:4 Changed 12 years ago by angel_il

"Also, if you have the DISPLAY environment variable set, but the X server is unreachable (e.g. it's firewalled), this can also cause a delay at startup. Unset DISPLAY to see if that's the case. "

comment:5 Changed 12 years ago by folibis

clearing $DISPLAY as well $WINDIWID did not help
but this message - "No protocol specified" - now it disappeared.
mc still hangs on startup

is it possible to set on verbose logging? for debugging purpose.

Note: See TracTickets for help on using tickets.