From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21019 invoked by alias); 10 Mar 2016 17:05:28 -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 20993 invoked by uid 89); 10 Mar 2016 17:05:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*i:sk:56E19B8, H*f:sk:56E19B8, H*MI:sk:56E19B8, H*R:D*cygwin.com X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 10 Mar 2016 17:05:17 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id B5B3320BE1 for ; Thu, 10 Mar 2016 12:05:15 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 10 Mar 2016 12:05:15 -0500 Received: from [192.168.1.102] (host86-179-112-186.range86-179.btcentralplus.com [86.179.112.186]) by mail.messagingengine.com (Postfix) with ESMTPA id 05515680206; Thu, 10 Mar 2016 12:05:11 -0500 (EST) Subject: Re: Application not working in 64-bit cygwin cygwin/X To: cygwin@cygwin.com References: <56E19B82.8050404@gmail.com> From: Jon Turney Reply-To: cygwin@cygwin.com Cc: "girish53@gmail.com >> Girish Joglekar" Message-ID: <56E1A93C.1040304@dronecode.org.uk> Date: Thu, 10 Mar 2016 17:05:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E19B82.8050404@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-03/txt/msg00135.txt.bz2 On 10/03/2016 16:06, Marco Atzeri wrote: > On 10/03/2016 16:58, Girish Joglekar wrote: >> My application runs on cygwin, cygwin/X 32-bit but does not run on >> 64-bit on Windows 10. The dump from segmentation faults says: >> >> Exception: STATUS_ACCESS_VIOLATION at rip=003F9919D22 >> rax=0000000000000001 rbx=0000000600277300 rcx=0000000000275620 >> rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000275620 >> r8 =0000000000000000 r9 =0000000000000000 r10=0000000100000000 >> r11=00000003F9CF12AB r12=00000000FFFFB200 r13=0000000000000000 >> r14=0000000600277710 r15=0000000000000000 >> rbp=0000000600277300 rsp=00000000FFFFA410 >> program=C:\BPTECH\batches\versn7_2\execs\BATCHES.x, pid 7396, thread main >> cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B >> >> Cygwin FAQ says that this could be due to two different versions of >> cygwin1.dll. However there is only one copy on my machine. >> >> Please advise. I had posted a test problem on Feb 23. I do not know if >> you were able to reproduce the behavior. I am completely stuck at this >> point and cannot move forward. Any suggestions are welcome. >> Girish >> > > The test case you provided was too large and have too many > compilation warnings. > > If you eliminate all the compilation warning and than still crash, > may be someone will look on it. See also https://cygwin.com/faq.html#faq.programming.64bitporting Using int, long and pointers interchangeably will not work well with libXt on any 64-bit OS. -- 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