Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08036A30@mucse001.eu.infineon.com> From: FischRon DOT external AT infineon DOT com To: cygwin AT cygwin DOT com Cc: ptsekov AT gmx DOT net Subject: RE: mc segfaults Date: Thu, 5 Jun 2003 15:59:31 +0200 MIME-Version: 1.0 Content-Type: text/plain >On Thu, 5 Jun 2003 FischRon DOT external AT infineon DOT com wrote: > >> >> Starting mc or mcedit causes the following assertion violation: >> >> >> >> ** CRITICAL **: file /tmp/build/mc-4.6.0/src/utilunix.c: line 81 >> >> (init_groups): >> >> assertion `pwd != NULL' failed. >> >> Segmentation fault (core dumped) >Okay, Ronald, you're suffering from the UID wrapping problem. >Cygwin UIDs >are currently 16 bit, so any number higher than 65535 will get wrapped >(and did). You can change your UID to any unique number smaller than >65535 (56297 should do as well as any other). I don't know that that's >the cause of your mc problem, but it's something to fix nonetheless. > >If it turns out to fix your problem, it's a bug in 'mc', IMO. It indeed does fix the problem! Thank you. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/