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:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=X2I kwdr1EhGiH+vXwDEp7tYIBN1wUA4F80A/rgQpkLND9oFgn/3Uv3mDzXYTxYz3b27 U6KZHsG+p2QeVZMEij4RUNcP254Jt9DkKS8k7wEWr6JuzI/jFi1SI8lmuN0X+bha rt+51vSoYoqWx/LDlqN+ud6sVMAYN7aZEGhM7xIA= 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:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=OZ+13JD5Q eKGjuNhhKtRXTyd5NU=; b=VYskC95dFU1c9u5AU/Q7l5OhSJtNSnZOQTfGL2A6R ISQniEVGZs838AlegDOkDj4dDcW0pGNGf0/5F67QpTNzWd2EMydDFr9k7FwwD68q t4JD69qKcYdmoWpjgAEm9LlxoEbY6k5p4EP0edltJKOdIYCoVoOCxSAIwt69x00d M8= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_SOFTFAIL,URI_HEX autolearn=no version=3.3.2 X-HELO: mwork.nabble.com Date: Mon, 4 May 2015 01:00:42 -0700 (MST) From: tmacchant To: cygwin AT cygwin DOT com Message-ID: <1430726442923-118056.post@n5.nabble.com> Subject: built gnuplot does not run on the cygwin 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have been successful to build and run the cvs branch gnuplot using the Cygwin. However, after upgrading to the Cygwin 2.0.0, the built executable does not run. The results are the same both 32 bit and 64 bit. I am running cygwin on the windows 7 64 bit. The cygwin upgrade date is 2015-05-04. Any suggestions? Tatsuro $ gdb src/gnuplot GNU gdb (GDB) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-cygwin". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from src/gnuplot...done. (gdb) break main Breakpoint 1 at 0x10050aea0: file ../../gnuplot/src/plot.c, line 272. (gdb) run Starting program: /cygdrive/e/usr/Tatsu/cyg64work/gnuplotcvs/build-a/src/gnuplot [New Thread 7744.0x1f1c] During startup program exited with code 0xc0000022. (gdb) -- View this message in context: http://cygwin.1069669.n5.nabble.com/built-gnuplot-does-not-run-on-the-cygwin-2-0-0-tp118056.html Sent from the Cygwin list mailing list archive at Nabble.com. -- 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