X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=u1 ZwF29QfcA3PF8bN5b2SEkQGYW8+wOg7mpPUjrlrm68/udRGwTbSgc3Ki+2+l047c Qg9gmwJcKWevkFvyyck56qttd7zncoBJpwrvo7jt4NisGhLrB1vN7i7CyQBVnn5e qSAV5FzO8tzBFVNZ0zSW4/E1BbBvBdCq5v7URYp50= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=ET6I3Y2Y Z6sp0OX4IdhLEqytDqs=; b=neZ92fL2xXawyHrUyOHpcc/0N+Z6yLS3EEbw95a5 NLkWL7C0IAvB1JEO9DXoqPjLnK2ufW4S5vIAkYKyfs2UsrtaG7RN3A7ACGdvq9pf 6y/OJ9iy9K5JJUe5jLMT3xH1nSBC3dHz0qJcrDbZMTo3B71H/cUlc63eCv+P5w/P 3Ss= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=hall, fed, Larry, dlls X-HELO: mail-yk0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to; bh=zvS+fIJFooV+MjVGyMrmFKauzVKYke8ufe0/B8AY5A0=; b=TQxZAqxAYT/p+/ZOiFD94RufdWPIxboR+zGFm1wLtIO11EtX/jBngD56faC+XOuTgL /+ln5iDkFLlONmw4e887KKPGUf/GhDbjiulwgK8QPy+LAkC+CdoFH9wcsNz7zwowPLmv hZ1koOWHYHyj6ntSPUc9cq2gvH4Ljdok8kupFr3sd3GK60Oo8T2iyuWvFNFfjKQPzHK9 0Vhqx7hCWSZIxlVG8DBhW0CfVi7yXiOQQ81apWroKaR/XHztxooNAKLvNYmkG3YWBuJ9 V8uAbBdhR9ZHIADf80pRg0RpA1hY5pEEQtmtdWibv/zz6AVG0b6KNu+dRAXDYk5w0lvW 5gKg== X-Gm-Message-State: AD7BkJLngYlsmJ5Van7YBIsgBdWG6+/NpmJAJQs6+UCMxVznLTVnuVTjsYa9mp7slGOVpmI3f7X+E3DtVHVLGA== MIME-Version: 1.0 X-Received: by 10.37.230.74 with SMTP id d71mr2477448ybh.52.1456527999376; Fri, 26 Feb 2016 15:06:39 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Feb 2016 15:06:39 -0800 Message-ID: Subject: Re: core dump on rebaseall From: Michael Steiner To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 On 02/24/2016 08:15 PM, "Larry Hall (Cygwin)" wrote: > Did you stop your services before upgrading/rebasing? Do you have > any Cygwin executables or DLLs that aren't part of the distribution? I did stop all services -- rebaseall actually would complain if i don't. The only other non-distro cygwin exec/dll which comes in mind is that i recompiled unison. However, it was not running at the time. In fact, one of the tests was a rebaseall while in (non-network) safe mode, so i'd be rather surprised if any other app or service was running. However, above triggered a though: i've previously looked into rebaseall and tried to briefly isolate the problem by pruning rebase.lst which created to be fed to rebase. Unfortunately, just removing lines from the back caused for a while still the core dump and then eventually complained that some files could not be fixed. Looking at it again it seems the files which are causing the trouble are following ocaml files! < /usr/lib/ocaml/stublibs/dllbigarray.so < /usr/lib/ocaml/stublibs/dllcamlstr.so < /usr/lib/ocaml/stublibs/dllgraphics.so < /usr/lib/ocaml/stublibs/dllnums.so < /usr/lib/ocaml/stublibs/dllthreads.so < /usr/lib/ocaml/stublibs/dllunix.so < /usr/lib/ocaml/stublibs/dllvmthreads.so with them included, running rebase -n -s -8 -b 0x400000000 -o 0 -T /tmp/rebase.lst coredumps. if i exclude them, then it works! Looking at https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Focaml-base%2Focaml-base-4.02.3-2&grep=ocaml-base the files, though seem to be offically part of ocaml-base and not modified (Note also my re-install of cygwin was _after_ doing the ocaml compilation, so this shouldn't have touched the files). No idea, though, how to proceed from here ... -michael- On Wed, Feb 24, 2016 at 3:30 PM, Michael Steiner wrote: > Hi, > > Chasing a vfork issue in emacs prevening on sub-shell or dired on a > uptodate cygwin install, i followed the FAQ and tried to do a > rebaseall. Unfortunately, that resulted in a core dump with the > rebase.exe.statckdump mentioning a STATUS_ACCESS_VIOLATION problem! I > then also noticed, that an update with the latest version of the > setup.exe also causes a rebase.exe.stackdump in c:\cygwin64!. > Subsequent attempts rebasing in safe mode or after re-installing > everything (via setup and click on All until it says re-install) had > the same problem, as did upgrading cyginw, cygwin-debuginfo and > cygwin-devel from the current 2.4.1-1 to 2.5.0.4 :-( [The vfork > problem in emacs, though, did disappear ..] > > I have cygwin running via a few months and didn't change anything in > the config recently (although i did run setup to update to latest > version). Unfortunately, i have no idea when setup also caused to > coredump on rebase. It might have done it already for a while but as > it doesn't complain, i have no idea when the rebase.exe.stackdump > started showing up in c:\cygwin64. > > I googled for this problem but couldn't find any references to rebase > itself failing. Anybody has an idea what's going on and/or how to > debug or work around? > > -michael- > > PS: I'm running cygwin on Win 8.1 (64-big); see attached cygcheckout > for more info. -- 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