From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125933 invoked by alias); 26 Feb 2016 23:31:40 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 125915 invoked by uid 89); 26 Feb 2016 23:31:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:emG, H*f:FVMEh_2c, H*f:sk:CAOWw6H, Hx-languages-length:1243 X-HELO: mail-wm0-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 26 Feb 2016 23:31:38 +0000 Received: by mail-wm0-f43.google.com with SMTP id g62so90832535wme.0 for ; Fri, 26 Feb 2016 15:31:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=e3NS1IsLPRWYXs6bVK2eVKiQvd1uCqrVajDBzzr7YCo=; b=kxXMqbw6EtR6TR3rjoVxBOyXnFrduDRmhvTwSSXQNpDeJn+UtgmIDpIVqHTsbs9RQN J2qRnKqqw424syd1Au8MJ9cCPBOrf5WBHBa/FsyCRm3gZekcN8dfjTRp917NWk9SdBqG P+wTJfCbESPOdxFxMn/IyNUaORXekk/R0hSYMz206N9mIsZvfHQnAj89BHF5bDSSN7AE 7bxyvqbwNW+CNtUk3ysp1fqY8fuemcn6xuw0SWh0rLADmthLODX2NaEylGGNnq57ib8M 8TAnYWEIdaSdjeiB/Tla8dQLkL9M+Spiilvh9UbtOl7aGMIh5H/ErR+lMvVUiG5PQ6GU LIoA== X-Gm-Message-State: AD7BkJJ80Qba/LA4TIxd/tn/fQXo0nh/RcnV5miN7ODkGnPNgnk5fcQBT7o7jkIR+XIGSg== X-Received: by 10.28.147.206 with SMTP id v197mr368113wmd.70.1456529495429; Fri, 26 Feb 2016 15:31:35 -0800 (PST) Received: from [192.168.2.108] (p5B174C17.dip0.t-ipconnect.de. [91.23.76.23]) by smtp.googlemail.com with ESMTPSA id fv6sm14364417wjc.12.2016.02.26.15.31.34 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Feb 2016 15:31:34 -0800 (PST) Subject: Re: core dump on rebaseall [attn ocaml maintainer] To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <56D0E052.4050501@gmail.com> Date: Fri, 26 Feb 2016 23:31:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00410.txt.bz2 On 27/02/2016 00:06, Michael Steiner wrote: > On 02/24/2016 08:15 PM, "Larry Hall (Cygwin)" wrote: > > > > 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! It seems only one file with that defect: $ rebase -b 0x400000000 /usr/lib/ocaml/stublibs/dllunix.so Segmentation fault (core dumped) $ rebase -i /usr/lib/ocaml/stublibs/dllunix.so Segmentation fault (core dumped) -- 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