From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56446 invoked by alias); 10 Jun 2019 17:16:29 -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 56435 invoked by uid 89); 10 Jun 2019 17:16:29 -0000 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 Received: from mail-io1-f52.google.com (HELO mail-io1-f52.google.com) (209.85.166.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Jun 2019 17:16:28 +0000 Received: by mail-io1-f52.google.com with SMTP id h6so7509351ioh.3 for ; Mon, 10 Jun 2019 10:16:27 -0700 (PDT) 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 17:16:00 -0000 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@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00114.txt.bz2 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