Application not working in 64-bit cygwin cygwin/X

2016-11-26 Thread Girish Joglekar
I had submitted a possible bug report in March 2016 and a link to tar file with source code. David Stacey had reproduced my problem. I downloaded the latest version of cygwin two days ago. The problem still persists. Can some one advise me whether I should expect some help from the cygwin experts.

Application not working in 64-bit cygwin cygwin/X

2016-03-18 Thread Girish Joglekar
I ran the TEST.x through gdb. The program dies at line 1709 in the ifdef XTHREADS branch. 1695XmRenderTableCopy(XmRenderTable table, 1696 XmStringTag *tags, 1697 int tag_count) 1698{ 1699 XmRenderTable rt = NULL; 1700

Application not working in 64-bit cygwin cygwin/X

2016-03-11 Thread Girish Joglekar
I have cleaned up the test example based on X-Windows/Motif which crashes on 64-bit cygwin cygwin/X but runs on the 32-bit version. The only warnings are of the type 'variable set but not used'. Here is the link to the tar file. https://www.dropbox.com/s/lknuoac64hfql4s/test.tar?dl=0 Hope you

Application not working in 64-bit cygwin cygwin/X

2016-03-10 Thread Girish Joglekar
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=0001 rbx=000600277300 rcx=00275620 rdx= rsi=

Application not working in 64-bit cygwin cygwin/X

2016-02-23 Thread Girish Joglekar
Thank you for taking a look at the tar file. I apologize for the big 'test' problem. The code is so interlinked that it would have taken me a lot longer to separate out only the relevant code. I will add Wall. Hope you are able to reproduce the problem. Girish -- Problem reports:

Application not working in 64-bit cygwin cygwin/X

2016-02-23 Thread Girish Joglekar
I have created a test example based on X-Windows/Motif which crashes on 64-bit cygwin cygwin/X but runs on the 32-bit version. Here is the link to the tar file. Please download it before the link expires (I do not know now long it stays active)

Cygwin/X 64-bit on Window 10

2016-02-16 Thread Girish Joglekar
I installed the motif and Xt debuginfo packages. When I start gdb I get following warning (gdb) run Starting program: /cygdrive/c/BPTECH/batches/versn7_2/execs/BATCHES.x [New Thread 8576.0x5e0] [New Thread 8576.0x9dc] [New Thread 8576.0x14d0] warning: the debug information found in

Re: Error in Cygwin/X 64-bit

2016-02-15 Thread Girish Joglekar
mosprshCheckButtonCallback=0x0) at mosprshx.c:678 On Mon, Feb 15, 2016 at 7:21 AM, Jon Turney <jon.tur...@dronecode.org.uk> wrote: > On 15/02/2016 11:35, Girish Joglekar wrote: >> >> I installed cygwin and cygwin/X 64-bit on a Windows 10 laptop. I have >> an application that u

Error in Cygwin/X 64-bit

2016-02-15 Thread Girish Joglekar
I installed cygwin and cygwin/X 64-bit on a Windows 10 laptop. I have an application that uses Motif and Xt libraries. It runs on Linux and Windows Vista with cygwin cygwin/X 32-bit. On Windows 10 I get segmentation fault in cygXm-4.dll in the function XmRenderTableCopy(). Please help. I can send