X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=xKR3A1p8z7WDfXTZZ/GUBCb2Y4lHhP9ItefP6IEQUeV
	U2owTuRhDbkvKyomGytLqTNBp7eaMIy6VxEpqu2wMDB6bRL2vK+dTacCamtsLzNu
	sf43HrLCGsqC1Bfy1Pk1b35ErVdn81sJIyzN3S9nnUGpNC+ceIcwXmjR2MCpdkIc
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=afrFMCxmb2M5A78c4yooxiQ5dwE=; b=IbRuDv4fBI4JZ+XHE
	e2Rg+ruIBs0NVeR+dsEFsSWluz65tUmxoB9UHD4NpAizPUWgeMOGUjExrgcucjOT
	C5NpL8gZqW6dX0WnNzrbRHYjtAq5HUGImvtRQa1HAch2Kczc7LEqxU2Pb9LlnQ/r
	K5TsXujlRmWjWkfP31fs0hsdMg=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wg0-f52.google.com
X-Received: by 10.194.57.170 with SMTP id j10mr68615757wjq.102.1427745849260;        Mon, 30 Mar 2015 13:04:09 -0700 (PDT)
Message-ID: <5519AC30.1070206@gmail.com>
Date: Mon, 30 Mar 2015 22:04:00 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Rebase, Peflags, and cygserver
References: <gjubpp7uy0nm.fsf@W0144758.usac.mmm.com> <87619mw5gd.fsf@Rainer.invalid> <5515C3D2.7030304@cornell.edu>
In-Reply-To: <5515C3D2.7030304@cornell.edu>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 3/27/2015 9:55 PM, Ken Brown wrote:
>> Depends, but anything that could interfere with the rebase is a
>> potential problem.
>
> I've run into the OP's problem occasionally, where a full rebase doesn't
> fix all rebase/fork problems.  What's worked for me on those occasions
> is to reboot the computer and then run a full rebase.  I once saw an
> explanation of why rebooting makes a difference, but I don't remember
> what it was.
>
> Ken
>

One possible way is:

  ps -x
to identify the PID of the program with problems

  less /proc/PID/maps
to look on memory space used by the several dll's

Regards
Marco

--
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

