Re: mc-2005-05-21-03: Segfault
- From: Pavel Tsekov <ptsekov gmx net>
- To: Meino Christian Cramer <Meino Cramer gmx de>
- Cc: mc gnome org
- Subject: Re: mc-2005-05-21-03: Segfault
- Date: Sat, 25 Jun 2005 16:43:22 +0300
Hello,
On Sat, 25 Jun 2005, Meino Christian Cramer wrote:
I have a mysterious problem:
I compiled mc as well with my build script:
#!/bin/bash
unset CFLAGS
unset CXXFLAGS
proj=$(basename `pwd`)
./configure --prefix=/usr --disable-nls \
--without-gnome \
--without-ncurses \
--with-screen=slang \
--with-subshell \
--with-gpm-mouse && \
make && sudo paco -lp "$proj" "make install"
as weel with a plain './configure --prefix=/usr'. I tried to move my
personal ~/.mc/. out of the way.
But regardless, what I am doing, mc segfaults directly after
starting. No other action prior to the segfault has been noticed.
Does something fundamental has changed ? What did I wrong ?
Which version of MC are you trying to use ? On which platform ? If you're
building MC from sources I guess it'd be quite easy for you to add
'-O0 -g' to CFLAGS so that the resulting executable would contain debug
information. Then you can start MC under gdb and post a backtrace of the
crash i.e. when gdb prompt appears after the crash type `bt' and post the
output to the list.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]