View Single Post
  #3   (View Single Post)  
Old 21st June 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

I am unable to reproduce the problem.

Which options did you use?
# cd /usr/ports/misc/mc && showoptions

You can use gdb to trace the problem, but you will first need to recompile mc with debug flags:
# cd /usr/ports/misc/mc && make deinstall install -DWITH_DEBUG

Then use:
# gdb mc

In the gdb prompt type run.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote