X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-5.0 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
Message-ID: <5017DDBA.4070101@gmail.com>
Date: Tue, 31 Jul 2012 15:29:30 +0200
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Rebase: still struggling with it
References: <1343738703.36238.YahooMailClassic@web130201.mail.mud.yahoo.com>
In-Reply-To: <1343738703.36238.YahooMailClassic@web130201.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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

On 7/31/2012 2:45 PM, Charles Smith wrote:
> Thank you for the fast response.  Unfortunately, I don't have a /proc/process*:
>
> $ ls /proc
> 1772  3992     filesystems  misc    partitions  registry64  swaps    uptime
> 1884  cpuinfo  loadavg      mounts  registry    self        sys      version
> 2908  devices  meminfo      net     registry32  stat        sysvipc

1772, 3992, 1884 and 2904 are process ID

>
> and I don't find anything with an asterisk in the rebase -si listing shown at the bottom of this email.  But I do have process-numbered directories in /proc, and this command, executed in /proc:
>
>      grep  250000 */maps
>
> yielded this output:
>
> 1412/maps:00250000-00251000 r--p 00000000 E088:4805 562949953431982     /usr/bin/cygXdmcp-6.dll

it is loaded at 00250000


>
> $ cat rebase.si
> /usr/bin/cygcrypt-0.dll                                                                           base 0x44000000 size 0x00008000
> /usr/bin/cygXdmcp-6.dll                                                                           base 0x61440000 size 0x0000a000

but its base address is 0x61440000
and it looks too low compared to 0x61480000 that is still probably
occupied by cygwin1.dll (at least on my system)

what do you find in the /proc/PROCESS_ID/maps around 0x61440000 ?

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

