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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=utEUu/OTQOrMFz8R OfUZqPCe8Mg4ThNRYLPTt2Ix1yMhQk3GlVI8ZJWeDEuntDH6/dONk446V3vbMLUC 4xRfVf9oZMopgA6Z74q8pUOBNVil1vwTg5xVq9LBeDz3rfp+C3zcvxDsiRgklc1d 0Mwbw3fnkabKlYkCYpF66rvPpEU= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ZUOth0/2NGujIHRBekws8Y KJkeQ=; b=Yr1beSITfK2TsD/YQUyC0ajhUQ4W9aD6N0Ov//4y5Bll70M9qRRrz6 D976aen4JdTdq7A/tKEfHoeK/c2Vo/q+KeSFO3vD8sEZmyCtj61eHP76dLGaZGr/ LJWWyux4w1hNgHNn5ukhFpRU8TC4SW60sDN2fGz5ZtPpSCR7lkNkg= 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=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1262, 1213, dear, Dear X-HELO: mail-lb0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=SJNyWr3ASuPr75ah6j9pp1LJYQOj/0buSRpZ4IQUjA8=; b=BqDz12/iJoRG+pv40nbsbiTBmuGN453pdWNJ8OaQyJOP9Y97+DtyyfJgL4s4rFAXAL kAPrmzE2PRZd/vqQzxdULZiikGboe2Y5N+k3Hc4g1MPJfRDT/n31z3f5dgiQTLweYE/r CbLqpAs2hoUUIDAs/1WJ1mC9XWdgr187jZ3mKt56W2LTF9r/KvwAe/LNDd2oNOgwJ7Is oBxe0+4R8klUIiqpg6grCT9DawShB6WzLwJoJNfmxlcHfafLw0/MQAUd4oViZPO/lvhf nWiXkb8ucWBtWnIw/4c/MParnB7rAhI95TP5qGPVAuT3Lr5CjFv9El7N7UZC60kl4NFn Zi9Q== X-Gm-Message-State: AD7BkJKCuvJHczHCMu8miE8Wsu5kQ/jdpHi2O8DG+WQ3HiKLkzsUjIpFfG8fGhOxwEcVmg== X-Received: by 10.28.179.7 with SMTP id c7mr3520048wmf.46.1459603437375; Sat, 02 Apr 2016 06:23:57 -0700 (PDT) Subject: Re: xgraph 12.1-3 segfaults when run To: cygwin AT cygwin DOT com References: <56FA9B95 DOT 4070305 AT iki DOT fi> From: Marco Atzeri Message-ID: <56FFC7E1.2010903@gmail.com> Date: Sat, 2 Apr 2016 15:23:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <56FA9B95.4070305@iki.fi> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 29/03/2016 17:13, Stefan Parviainen wrote: > Dear list, > > I installed xgraph 12.1-3 using the Cygwin installer, but it seems to > segfault immediately when run (e.g. "xgraph data.txt"). GDB gives the > following: > > Starting program: /usr/bin/xgraph data.txt > [New Thread 7848.0x2040] > [New Thread 7848.0x548] > [New Thread 7848.0x249c] > [New Thread 7848.0x11fc] > [New Thread 7848.0x94] > [New Thread 7848.0x15b0] > > Program received signal SIGSEGV, Segmentation fault. > 0x000000010040f946 in st_lookup (table=0x60004dc0c, key=0x1004227ac > "Debug", value=0xffffc4c8) at st.c:153 > 153 st.c: No such file or directory. > (gdb) backtrace > #0 0x000000010040f946 in st_lookup (table=0x60004dc0c, key=0x1004227ac > "Debug", value=0xffffc4c8) at st.c:153 > #1 0x0000000100410b84 in param_set (name=0x1004227ac "Debug", > type=BOOL, val=0x1004227a6 "false") at params.c:114 > #2 0x0000000100417cc7 in InitSets (o=4) at init.c:152 > #3 0x00000001004011ef in main (argc=2, argv=0xffffcc30) at xgraph.c:126 > > Any ideas what's going on? cygcheck.out is attached. > I can confirm the issue, also rebuilding from source does not solve the issue. I am looking to rebuild using debian patches, I will let you know 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