From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33455 invoked by alias); 1 Jun 2015 15:39:42 -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 33446 invoked by uid 89); 1 Jun 2015 15:39:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 01 Jun 2015 15:39:40 +0000 Received: by padjw17 with SMTP id jw17so39641998pad.2 for ; Mon, 01 Jun 2015 08:39:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:reply-to:organization :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=3FWprO33huY7+5ChtaTHuQLxhRF4+p+APD+Mb0MH7oI=; b=SUw4oGIbnCYAM+kxjhRGVtziMFZYKH5NOA2gU1VdDpylLRlvzWnBydKYdMqSOClNCm AefdZqM7PHq1bm6KdY0/kHtcaqoCh3k5sl2A1XhxWcmUhU7tnbaWtiKP2EhbnxaFf9i+ K52D9aQMEWx9Vgk+vM6Gz20spzh1TCo2O0XzEkAlMZA2Bkk0rdDwOSww7yvSpC2JFDNp 9876NpcINo6YpQTSLTaYj46+X3omAlt5xm4sjxVPtYJ6mJ26m8sUbphxzKsQHIzr/XYk DiCBCVxfd/uANjMxioCtWcs77jYildsLH/iddgMmC7vaiE17K1Xiq+M2ZLmeceHu6SeF ZLCQ== X-Gm-Message-State: ALoCoQm1wTPo6fiDasFki+n0TgYlYJkfJe85cjhAW8Mw4nenUU6gE2K61jOE+ewH54/9WHPUYKso X-Received: by 10.66.231.42 with SMTP id td10mr41006364pac.98.1433173178149; Mon, 01 Jun 2015 08:39:38 -0700 (PDT) Received: from [10.1.1.6] (124-149-65-15.dyn.iinet.net.au. [124.149.65.15]) by mx.google.com with ESMTPSA id pr5sm14605766pbc.63.2015.06.01.08.39.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Jun 2015 08:39:36 -0700 (PDT) From: Roger Qiu X-Google-Original-From: Roger Qiu Message-ID: <556C7CB4.1050403@matrix.ai> Date: Mon, 01 Jun 2015 15:39:00 -0000 Reply-To: roger.qiu@matrix.ai User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: man segmentation fault Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-06/txt/msg00011.txt.bz2 Hi, I just discovered recently that `man *` where * is anything results in a segmentation fault. The stackdump is: Exception: STATUS_ACCESS_VIOLATION at rip=0018017855D rax=766972646779632F rbx=0000000100418290 rcx=0000000600049E30 rdx=0000000000000000 rsi=0000000100418280 rdi=0000000100418288 r8 =0000000000000000 r9 =0000000000000000 r10=0000000000240000 r11=000000010040A1BA r12=0000000600049E30 r13=0000000000000000 r14=0000000000000000 r15=000000000023CA60 rbp=0000000000000000 rsp=000000000023C938 program=C:\cygwin64\bin\man.exe, pid 8116, thread main cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B Stack trace: Frame Function Args 00000000000 0018017855D (00600046FC0, 006000465C0, 001800C52B3, 00000000000) 00000000000 0010040A1C8 (00600047090, 00000010048, 00000010008, 00100418174) 00100411AD3 0010040E195 (0000023CB70, 30001010000FF00, 001800484E0, 00000000000) 0000023CBD0 00180048551 (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 001800463EC (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 00180046494 (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 0010040D4D1 (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 00100401010 (00000000000, 00000000000, 00000000000, 00100401000) 00000000000 7FFD575B13D2 (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 7FFD57705444 (00000000000, 00000000000, 00000000000, 00000000000) End of stack trace Everything else seems to work, and I have no idea when this error started occuring, because I've been using Cygwin and updating to the latest when possible. Current cygwin version 2.871. Thanks, Roger -- Founder of Matrix AI http://matrix.ai/ +61420925975 -- 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