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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=a07eI42GdSQdKuiV qNM9aEu8OtN8mR5EraZUY9cHcvrwohTpb+QRBkrQKXm5muNP84piult+gbkVzwN/ aJ55+zEOnMm7nZwJoY2VrO89BurQDsP+Hp3f5IhJ9sutYRNII29Mfey1CVvZ4fRd B6wjnxfdWP4gCrXWssS+x9+9MO4= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=lLKQJHo1wyGHd+SRKQd7vK T0vrE=; b=M73TKXjWpGBZWec6//sur8YqpQDABcKT/AL037g/fNOTTA7qv5gnpB hN7kATIfLQb/6ydOldqH6CGms61TTCrMUQJP1Aol86q2MN8FTURJY01ayZz7SYTb LMqbp4EFUbuFGXTqeJfdSH3P6Jue5/N/fx6O+KJk2PH6rbZwjmg+0= 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=-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 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) Subject: Re: core dump on rebaseall [attn ocaml maintainer] To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <56D0E052.4050501@gmail.com> Date: Sat, 27 Feb 2016 00:31:30 +0100 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 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