From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3395 Path: news.gmane.org!not-for-mail From: plan9assembler Newsgroups: gmane.linux.lib.musl.general Subject: Re: util-linux-2.23 mount segmentation fault error Date: Mon, 3 Jun 2013 07:02:16 +0900 Message-ID: References: <20130529200453.GC7095@port70.net> <20130530064353.GE7095@port70.net> <20130530083711.GF7095@port70.net> <51AAA4DD.8080408@barfooze.de> <20130602130058.GL7095@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11330f1453caa004de330057 X-Trace: ger.gmane.org 1370210555 7121 80.91.229.3 (2 Jun 2013 22:02:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 22:02:35 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3399-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jun 03 00:02:36 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UjGMA-0004vV-VE for gllmg-musl@plane.gmane.org; Mon, 03 Jun 2013 00:02:31 +0200 Original-Received: (qmail 27737 invoked by uid 550); 2 Jun 2013 22:02:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 27729 invoked from network); 2 Jun 2013 22:02:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=I8TLiGCfqwRuF0iaPlembgRAm7mi9FLwkD58PQ/Ib/0=; b=HalZ3FaYQEwhv/MgJsIfxPr9RUagya3rxAfxuuR+n0sOIW4aWrNG0it2DCPN/1aTxP hs+5FiIv8808tvWbkTNTr4om9myoPuC5ih8EIT9EkyCzfoit1xK3URAaT5yQjLrAYfpI Kyzd7yZKvpvY/2jmSNzZ2LGi2lYl0Ucpyei6Jxofi5rzzfre+aQNibrUttO6b61frc/I XrqM+uI2D42k6LqZyWT1ToZ7J6g3F+psSfOJPRY6FMrN8EUfBFyeF6SfVmDCJUWK7sVg GrRkUs2g4AlpkrM62EpDPjH4EHb989glo3JupAwnPtzGN36TaJ2g3VW2L7L2TJoVG1OM WtCw== X-Received: by 10.66.141.232 with SMTP id rr8mr12668539pab.204.1370210537030; Sun, 02 Jun 2013 15:02:17 -0700 (PDT) In-Reply-To: <20130602130058.GL7095@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:3395 Archived-At: --001a11330f1453caa004de330057 Content-Type: text/plain; charset=ISO-8859-1 Thanks! it works now. ;-) On Sun, Jun 2, 2013 at 10:00 PM, Szabolcs Nagy wrote: > * plan9assembler [2013-06-02 19:55:49 +0900]: > > and Szabolcs Nagy was right, sscanf malloc patch fixed umount segfault. > > but mount/umount timed out operation didn't fixed. > > > > as you can see in the strace log mount waits in a loop > for /etc/mtab~ to disappear so it can link /etc/mtab~.PID > there, but it never disappears so mount fails > > remove that file and mount will work > --001a11330f1453caa004de330057 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks! it works now. ;-)




On Sun, Jun 2, 2013 at 10:00= PM, Szabolcs Nagy <nsz@port70.net> wrote:
* plan9assembler <plan9assembler@gmail.com> [2013-06-02 19:55:49 = +0900]:
> and Szabolcs Nagy was right, sscanf malloc patch fix= ed umount segfault.
> but mount/umount timed out operation didn't fixed.
>

as you can see in the strace log mount waits in a loop
for /etc/mtab~ to disappear so it can link /etc/mtab~.PID
there, but it never disappears so mount fails

remove that file and mount will work

--001a11330f1453caa004de330057--