Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Henry S. Thompson
Siegmar Gross writes: > today I updated all packages of my 32-Bit Cygwin installation (installed > on top of Windows 7). After that xemacs crashed if I tried to open a > file. Can't reproduce. Please follow the instructions at https://cygwin.com/problems.html In particular Run cygcheck -

Re: xterm fails after update cygwin

2015-04-09 Thread tmacchant
> Because 32-bit and 64-bit cygwin are completely independent, it's not possible for a a 32-bit cygwin X client to connect via a unix-domain socket to a 64-bit cygwin X server (and vice versa) Thank you for your conprephensive explanation. Now I made a windows (Dos) batch file to start both 3

Re: xterm fails after update cygwin

2015-04-09 Thread Jon TURNEY
On 09/04/2015 01:40, tmacchant wrote: DISPLAY=:0.0 makes me to see xterm! Note that so far I can share Cygwin/X for both 32 bit and 64 bit. But now it should be started separately (I am using both 32 bit and 64 bit version because I'm providing cvs snapshot of gnuplot on both 32 and 64 bit.)

Re: static vs. shared linking

2015-04-09 Thread Larry Hall (Cygwin)
On 04/09/2015 04:15 AM, David Stacey wrote: I can't believe that I'm the first person to fall foul of this - any library that relies heavily on templates risks falling into the same trap. It's true that someone using STL strings has the potential to see this bug but I doubt there are allot

Re: 1.7.35: possible backspace key and arrow keys bug

2015-04-09 Thread Weston Turner
I corroborate the original poster's experience with this issue. Steps to reproduce the issue: for example open a file with vim under Cygwin, press: up, up, down, down, left, left, right, right. Vim under Cygwin places: C C D D B B A A in the file due to the arrow keys being pressed. Vim under ba

Re: Clean up /tmp on system reboot [was: Xorg server always starting up on DISPLAY 3.0]

2015-04-09 Thread Andrew DeFaria
On 4/9/2015 5:51 AM, cyg Simple wrote: From: Jim Reisert AD1C Wouldn't it be nice if Cygwin cleaned up the /tmp directory each time the computer is re-booted? I don't know how that would work in real life, however. Simply create a scheduled task to execute a windows batch file on system s

Re: static vs. shared linking

2015-04-09 Thread David Stacey
On 31/03/2015 17:35, David Stacey wrote: I'll post back here if and when I make more progress. tl;dr: The problem was caused by a template being instantiated twice (one in the shared DLL and one in the main executable). This was fixed by compiling with '-frepo'. I do wonder if g++ should have

Re: 1.7.35: possible backspace key and arrow keys bug

2015-04-09 Thread Corinna Vinschen
On Apr 9 09:54, Weston Turner wrote: > I corroborate the original poster's experience with this issue. > > Steps to reproduce the issue: for example open a file with vim under > Cygwin, press: up, up, down, down, left, left, right, right. Vim under > Cygwin places: > > C > C > D > D > B > B > A

Re: 1.7.35: possible backspace key and arrow keys bug

2015-04-09 Thread David Macek
On 9. 4. 2015 18:54, Weston Turner wrote: > I corroborate the original poster's experience with this issue. > > Steps to reproduce the issue: for example open a file with vim under > Cygwin, press: up, up, down, down, left, left, right, right. Vim under > Cygwin places: > > C > C > D > D > B > B

Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Siegmar Gross
Hi, > today I updated all packages of my 32-Bit Cygwin installation (installed > on top of Windows 7). After that xemacs crashed if I tried to open a > file. Therefore I reinstalled the older version xemacs-21.4.23.1. > Unfortunately the older version crashes as well. I can sta

xemacs crashes with SIGSEGV after update

2015-04-09 Thread Siegmar Gross
Hi, today I updated all packages of my 32-Bit Cygwin installation (installed on top of Windows 7). After that xemacs crashed if I tried to open a file. Therefore I reinstalled the older version xemacs-21.4.23.1. Unfortunately the older version crashes as well. I can start xemacs without command li

Re: Should cygwin's setup*.exe be signed using Sign Tool?

2015-04-09 Thread Jon TURNEY
On 02/04/2015 19:13, David A. Wheeler wrote: Running setup*.exe produces "Publisher: Unknown publisher", and it's doubtful that many people check the signature of the .exe file before running. Even if they did, there's the problem that the signature comes from the same place. Has Cygwin consi

Re: 1.7.35: possible backspace key and arrow keys bug

2015-04-09 Thread René Berber
On 4/9/2015 12:34 PM, Corinna Vinschen wrote: > On Apr 9 09:54, Weston Turner wrote: >> I corroborate the original poster's experience with this issue. >> >> Steps to reproduce the issue: for example open a file with vim >> under Cygwin, press: up, up, down, down, left, left, right, >> right. Vi

Re: Shared memory handling for mixed C/FORTRAN program

2015-04-09 Thread Corinna Vinschen
On Apr 8 11:49, Christoph Weise wrote: > I am porting to cygwin a program in FORTRAN/C that relies on C > routines to create a shared memory region allowing various independent > FORTRAN routines to share data. Program compiles and runs ok on Linux > with g77/gcc compilers. I am compiling on cygwi

Re: setfacl can kill a drive

2015-04-09 Thread Corinna Vinschen
On Apr 8 16:40, Steven Penny wrote: > On Wed, Apr 8, 2015 at 5:17 AM, Steven Penny wrote: > > I upgraded to the new Cygwin today, why is this command producing different > > permissions? Moreover how do I get it to produce sane results? > > I was able to use these command to produce sane results

Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Vin Shelton
Siegmar Gross writes: > >> > today I updated all packages of my 32-Bit Cygwin installation >> (installed >> > on top of Windows 7). After that xemacs crashed if I tried to >> open a >> > file. Therefore I reinstalled the older version >> xemacs-21.4.23.1. >> > Unfortunately the old

Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Andrey Repin
Greetings, Henry S. Thompson! > Run cygcheck -s -v -r > cygcheck.out and include that file as an > attachment in your report. Please do not compress or otherwise > encode the output. Just attach it as a straight text file so that it > can be easily viewed. I've tried to "not compress or o

Re: xemacs crashes with SIGSEGV after update

2015-04-09 Thread Dr. Volker Zell
> Siegmar Gross writes: > Hi, > today I updated all packages of my 32-Bit Cygwin installation (installed > on top of Windows 7). After that xemacs crashed if I tried to open a > file. Therefore I reinstalled the older version xemacs-21.4.23.1. > Unfortunately the older vers

Re: Should cygwin's setup*.exe be signed using Sign Tool?

2015-04-09 Thread René Berber
On 4/9/2015 8:05 AM, Jon TURNEY wrote: [snip] > The actual work that needs to be done here is to identify an alternative > open source signing tool and how to use it. > > It would be nice to have such a tool packaged for cygwin, as that would > allow people to sign any MinGW-w64 executables they m

Re: static vs. shared linking

2015-04-09 Thread Corinna Vinschen
On Apr 9 09:15, David Stacey wrote: > On 31/03/2015 17:35, David Stacey wrote: > >I'll post back here if and when I make more progress. > > tl;dr: The problem was caused by a template being instantiated twice (one in > the shared DLL and one in the main executable). This was fixed by compiling >

RE: Clean up /tmp on system reboot [was: Xorg server always starting up on DISPLAY 3.0]

2015-04-09 Thread cyg Simple
From: Jim Reisert AD1C > > Wouldn't it be nice if Cygwin cleaned up the /tmp directory each time the > computer is re-booted? I don't know how that would work in real life, however. > Simply create a scheduled task to execute a windows batch file on system start that changes directory to the Cy

Re: 1.7.35: possible backspace key and arrow keys bug

2015-04-09 Thread Corinna Vinschen
On Apr 9 13:51, René Berber wrote: > On 4/9/2015 12:34 PM, Corinna Vinschen wrote: > > On Apr 9 09:54, Weston Turner wrote: > >> I corroborate the original poster's experience with this issue. > >> > >> Steps to reproduce the issue: for example open a file with vim > >> under Cygwin, press: up,