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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=aPdlF9d7e1C9kZOvRDhnAo3D7kz4F E33XKlYeV1fwJRcq0OaRH0Ut92R3KIdEUjqy8fZlnk5k/GyA9GXw9ogMJMUmUxGw 6+pddCGpXIIXQA7B4LI+PvEXQllooTLor53Vzw9Jd8cr11XCLHE1COwCEwO4yDSa klmMm/iA2nRBk4= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=1D2Iye4xKSyKujdH0y10fvNbiKo=; b=fDx 2h3ncbhQAl+m/74lLJ4EUp19GUu17BIDNCjXoZaMjB4PzCNszleO7K7Is9vwF7tc f1otZ9rWJgfhbiPHCTE+s1nd8B2pI1Fq1W/LnZ9QZNA18U6+uQsGpGhukTsG8s2H Oh8e1xQWp1VmX9ZPHZAs18Q9VcHOOGycsXbnG7/A= 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-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Professional, jpg, UD:jpg, HX-HELO:sk:mail-io X-HELO: mail-io1-f52.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=bnpwzlpJ5Z2sOpMLipXJKPAu4+urlQdLExyFyi4ZM6I=; b=PCNFR1ylzR99maqnPYZQbiZWy7X9ryL9E6KfV9+HGFQqAcvqq7iPBh6bIAE4qU3/+F 53cEfV9JQk1Af/TH4wXAEDHi7VHnMO+FvYRWu01t7pktRS9z7n7c/ldEH/CEN6er5Fh/ u/Xt53a7mzn1CwMpHMFd29+2nNVK72YRiDNr/G/6ghhB2T9byuFYCDaWerIJhqtaPyB2 NjZvzJtxbfEw5wYLMbXBZeNV3vZ5W4JEKnMglSv8WgV8QxsBJru+TjeTZ0CN3oyqF/0u TD034dWDZB1yiIdHcrgsGYihOiuFeNw993rsiX1SmSYAkMmFS9BKkuPaHSURmiz90Y4B ry3A== MIME-Version: 1.0 From: Keith Christian Date: Mon, 10 Jun 2019 11:16:16 -0600 Message-ID: Subject: ImageMagick 'convert' program broken, error in cyggs-9.dll x86_64/release/ghostscript/libgs9/libgs9-9.27-1.tar.xz To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Strace shows this in a dialog box when it fails: The procedure entry point uname_x could not be located in the dynamic link library C:\cygwin64\bin\cyggs-9dll. Version info: $ uname -a CYGWIN_NT-10.0 DESKTOP-OLN71TE 2.11.2(0.329/5/3) 2018-11-08 14:34 x86_64 Cygwin $ /lib/csih/winProductName.exe Microsoft Windows 10 Professional, 64-bit (build 17763) Cygwin 'setup' version is 2.897 64 bit I updated cygwin64 on 8 Jun. Afterward, using 'convert' to create a pdf from a jpg file fails, it worked before. 'convert' appeared not to run when trying convert somefile.jpg somefile.pdf, so I ran strace and here is a part of the output: $ strace /usr/bin/convert.exe --- Process 43956 created --- Process 43956 loaded C:\Windows\System32\ntdll.dll at 00007fff10b60000 --- Process 43956 loaded C:\Windows\System32\kernel32.dll at 00007fff10a70000 --- Process 43956 loaded C:\Windows\System32\KernelBase.dll at 00007fff0da80000 --- Process 43956 thread 64252 created --- Process 43956 thread 64672 created --- Process 43956 thread 57620 created --- Process 43956 loaded C:\cygwin64\bin\cygMagickWand-6.Q16-6.dll at 00000003ef010000 --- Process 43956 loaded C:\cygwin64\bin\cygwin1.dll at 0000000180040000 --- Process 43956 loaded C:\cygwin64\bin\cygMagickCore-6.Q16-6.dll at 00000003ef3a0000 An exception shows in the strace output before convert fails: --- Process 43956 loaded C:\cygwin64\bin\cyggmodule-2.0-0.dll at 0000000000020000 --- Process 43956 unloaded DLL at 0000000000020000 --- Process 43956 loaded C:\cygwin64\bin\cyggraphite2-3.dll at 00000003c0e40000 --- Process 43956 loaded C:\cygwin64\bin\cyguuid-1.dll at 000000037fcc0000 --- Process 43956, exception c0000139 at 00007fff10bfeb78 --- Process 43956 thread 57620 exited with status 0xc0000139 --- Process 43956 thread 64252 exited with status 0xc0000139 --- Process 43956 thread 60540 exited with status 0xc0000139 --- Process 43956 exited with status 0xc0000139 I've removed and reinstalled ImageMagick a few times and that does not fix the problem. Help appreciated! -- 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