From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18659 invoked by alias); 7 May 2016 04:22:33 -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 18647 invoked by uid 89); 7 May 2016 04:22:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Jaakov, H*MI:sk:1462546, H*f:sk:1462546, H*M:post X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 07 May 2016 04:22:22 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aytku-0007Lw-I4 for cygwin@cygwin.com; Sat, 07 May 2016 06:22:16 +0200 Received: from 76-217-5-154.lightspeed.irvnca.sbcglobal.net ([76.217.5.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 May 2016 06:22:16 +0200 Received: from mark by 76-217-5-154.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 May 2016 06:22:16 +0200 To: cygwin@cygwin.com From: Mark Geisert Subject: Re: xpdf relocation error Date: Sat, 07 May 2016 04:22:00 -0000 Message-ID: References: <1462546233.1422.19077.24751@mail.rambler.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00076.txt.bz2 Jaakov Jaakov ro.ru> writes: > Dear Mark et al., dear developers: > > Finally I got the culprit machine again. > > > Sorry but my suspicion expressed earlier, that there's an address > > > collision, was incorrect. The rebase source code shows it's a Windows > > > error code being reported, and it's Windows' ReBaseImage64() function > > > itself having some issue operating on the cygXt-6.dll file. Do you have > > > write access to that file and its directory? > > I do. Here we go (started from a non-X terminal): > > admin hostname:~$ xpdf > > Cygwin runtime failure: /usr/bin/xpdf.exe: Invalid relocation. Offset 0x2f6e3bad9 at address > 0x100494523 doesn't fit into 32 bits > > admin hostname:~$ ls -la /usr/bin/cygXt-6.dll > > -rwxr-xr-x 1 admin None 333855 29. Jan 21:27 /usr/bin/cygXt-6.dll > > admin hostname:~$ ls -la /usr/ > > insgesamt 920 > > drwxr-xr-x+ 1 admin None 0 28. Nov 13:24 . > > drwxr-xr-x+ 1 admin None 0 15. Aug 2015 .. > > drwxr-xr-x+ 1 admin None 0 17. Apr 22:23 bin > > ... > > As we see, the write attributes for "admin" are set, and I am "admin" That all looks perfectly normal to me, and exactly what I see on my own systems. But your explicit mention of using a non-X terminal suggested another possible reason for rebase failure: the cygXt-6.dll is very likely to be in-use, and thus busy as far as Windows is concerned, if you're running an X server and/or xterms etc. at the same time you're trying to rebase that DLL. Try closing all xterms, background X apps, and the X server and any X window manager you may be running. All processes related to X, in other words. Then retry the rebase of cygXt-6.dll. ..mark -- 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