X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4AC4ADEF.6050509@gmail.com> Date: Thu, 01 Oct 2009 14:26:07 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Error in [1.7] involving /netrel/src/cygwin-1.7.0-61/winsup/cygwin/mount.cc References: <4AC4A597 DOT 60303 AT bonhard DOT uklinux DOT net> In-Reply-To: <4AC4A597.60303@bonhard.uklinux.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Fergus wrote: > $ ./this_is_the_user_executable.exe > assertion "root_idx != -1" failed: file > "/netrel/src/cygwin-1.7.0-61/winsup/cygwin/mount.cc", line 363, > function: void mount_info::init() > Stack trace: > Crazy I know, but is there anything obviously wrong (or recently > changed) with mount.cc at your end? You can easily check the ChangeLogs using the viewcvs feature at the Cygwin website to answer questions like that: http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.cc?cvsroot=src There have of course been vast changes in everything relating to mount points and path handling between 1.5 and 1.7, so asking "what's changed" isn't likely to help narrow it down because the answer is "almost all of it has changed at least a bit". The assertion appears to be indicating that it's got as far as attempting to mount /bin and /lib without having first managed to find the root mountpoint for '/'. Is there something corrupt in your /etc/fstab? cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple