Update to latest cygwin creates crashes in dlclose()

2014-08-22 Thread Cary R.
I upgraded to the latest cygwin earlier today (it has probably been a month or more since I last updated) and now a program that has been working is crashing (segfault) when calling dlclose(). dlopen() and calling a function in the DLL still works just fine. An older version of the program still wo

Re: Latest snapshot

2014-08-22 Thread Angelo Graziosi
Corinna Vinschen wrote: Does it work with the next to last snapshot? Yes, with 20140819 snapshot Emacs start correctly even if I use the simbolic link for init.el file... So, it seems that the problem is just in the last snapshot.. Ciao, Angelo. -- Problem reports: http://cygwin.com

Re: Replicate packages from 32-bit machine on 64-bit machine

2014-08-22 Thread Adam Dinwoodie
On Fri, Aug 22, 2014 at 06:17:32PM +, Paul.Domaskis wrote: > Understood, Larry. It's just that there are so many packages, and I > don't want to manually find all the matching packages. Before, if I > wanted to replicate a cygwin install on another machine, I just > reinstalled all my package

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Larry Hall (Cygwin)
On 08/22/2014 04:44 PM, Corinna Vinschen wrote: That's what I meant. Do you have a non-admin account for testing a login? I can only make a local non-admin user. If I use that, it is just returning "Permission denied" after I enter the password. I guess I'll have to fiddle with it a littl

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Corinna Vinschen
On Aug 22 16:30, Larry Hall (Cygwin) wrote: > On 08/22/2014 04:19 PM, Corinna Vinschen wrote: > >On Aug 22 13:23, Larry Hall (Cygwin) wrote: > >>On 08/22/2014 09:06 AM, Corinna Vinschen wrote: > >>>On Aug 21 15:16, Bernd Prager wrote: > sshd: PID 2968: fatal: chown(/dev/pty1, 124683, 10513) fai

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Larry Hall (Cygwin)
On 08/22/2014 04:19 PM, Corinna Vinschen wrote: On Aug 22 13:23, Larry Hall (Cygwin) wrote: On 08/22/2014 09:06 AM, Corinna Vinschen wrote: On Aug 21 15:16, Bernd Prager wrote: I just installed cygwin on Windows 7 and configured sshd with ssh-host-config. I checked all the permission and every

Re: Latest snapshot

2014-08-22 Thread Corinna Vinschen
On Aug 22 19:48, Angelo Graziosi wrote: > Corinna Vinschen wrote: > >There was no change at all in symlink handling so this is a bit > >surprising. > > Indeed it surprised me too! > > For example , if I rename ~/.emacs.d to ~/.emacs.d-foo, and the I create the > symlink > > ln -sf .emacs.d-foo

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Corinna Vinschen
On Aug 22 13:23, Larry Hall (Cygwin) wrote: > On 08/22/2014 09:06 AM, Corinna Vinschen wrote: > >On Aug 21 15:16, Bernd Prager wrote: > >>I just installed cygwin on Windows 7 and configured sshd with > >>ssh-host-config. > >>I checked all the permission and everything seems to be fine. > >> > >>I c

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-22 Thread Corinna Vinschen
On Aug 22 20:32, Christian Franke wrote: > Corinna Vinschen wrote: > >On Aug 21 21:14, Christian Franke wrote: > >>Easier and may work for Postfix: Add a Cygwin specific socket option like > >>SO_DONT_NEED_PEERCRED which is set immediately after Postfix calls > >>socket(AF_UNIX, SOCK_STREAM). If se

Re: Replicate packages from 32-bit machine on 64-bit machine

2014-08-22 Thread Larry Hall (Cygwin)
On 08/22/2014 02:17 PM, Paul.Domaskis wrote: Larry Hall (Cygwin cygwin.com> writes: On 08/18/2014 10:30 AM, Paul wrote: Andrey Repin yandex.ru> writes: When I wanted to replicate my cygwin installation from a 32-bit machine to another 32-bit machine, it was straightforward. I would simply r

Re: gdb 7.8 consistently fails to run executable - error is

2014-08-22 Thread DGStevens
Hi Achim- Thanks. Unfortunately, the change didn't seem to help regarding my issue with GDB. I don't know if it matters, but I fired up an old computer running XP. I updated all of the Cygwin software, and tried the same test. It worked fine on XP, but it seems to fail on Win7, at least for me

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-22 Thread Christian Franke
Corinna Vinschen wrote: On Aug 21 21:14, Christian Franke wrote: ... Complex but may work: A fhandler_socket::listen() on a AF_UNIX/SOCK_STREAM socket starts a thread which accept()s connections, performs the handshake and puts the new socket descs in a queue. fhandler_socket::accept4() then no

Re: Replicate packages from 32-bit machine on 64-bit machine

2014-08-22 Thread Paul . Domaskis
Larry Hall (Cygwin cygwin.com> writes: >On 08/18/2014 10:30 AM, Paul wrote: >>Andrey Repin yandex.ru> writes: >>> When I wanted to replicate my cygwin installation from a 32-bit >>> machine to another 32-bit machine, it was straightforward. I would >>> simply reinstall all installed packages, bu

Re: Latest snapshot

2014-08-22 Thread Angelo Graziosi
Corinna Vinschen wrote: There was no change at all in symlink handling so this is a bit surprising. Indeed it surprised me too! For example , if I rename ~/.emacs.d to ~/.emacs.d-foo, and the I create the symlink ln -sf .emacs.d-foo .emacs.d Emacs is correctly initialized ONLY when .emac

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Larry Hall (Cygwin)
On 08/22/2014 09:06 AM, Corinna Vinschen wrote: On Aug 21 15:16, Bernd Prager wrote: I just installed cygwin on Windows 7 and configured sshd with ssh-host-config. I checked all the permission and everything seems to be fine. I can connect as local user "cyg_server" but not as myself (a standar

Re: rsyncd broken

2014-08-22 Thread Yaakov Selkowitz
On 2014-08-22 07:42, Frank Fesevur wrote: Jari, As I reported earlier rsync 3.1.0 is broken on cygwin. http://www.cygwin.com/ml/cygwin/2014-06/msg00212.html http://www.cygwin.com/ml/cygwin/2014-06/msg00442.html Any news on that issue yet? I have marked 3.0.9-1 as curr: and 3.1.0-1 as test: du

Re: Latest snapshot

2014-08-22 Thread Corinna Vinschen
On Aug 22 15:04, Angelo Graziosi wrote: > Corinna Vinschen (oops, Mom..) wrote: > >the latest snapshot on https://cygwin.com/snapshots/, 2014-08-22, > >contains a massive change in exception handling > > It seem there is some problem between this snapshot and.. ehm... Emacs. > (Really I am using m

Re: Windows 7 sshd can only login as cyg_server

2014-08-22 Thread Corinna Vinschen
On Aug 21 15:16, Bernd Prager wrote: > I just installed cygwin on Windows 7 and configured sshd with > ssh-host-config. > I checked all the permission and everything seems to be fine. > > I can connect as local user "cyg_server" but not as myself (a standard > Windows 7 domain user). > I am asked

Re: Latest snapshot

2014-08-22 Thread Angelo Graziosi
Corinna Vinschen (oops, Mom..) wrote: the latest snapshot on https://cygwin.com/snapshots/, 2014-08-22, contains a massive change in exception handling It seem there is some problem between this snapshot and.. ehm... Emacs. (Really I am using my build from trunk but maybe a general issue..)

rsyncd broken

2014-08-22 Thread Frank Fesevur
Jari, As I reported earlier rsync 3.1.0 is broken on cygwin. http://www.cygwin.com/ml/cygwin/2014-06/msg00212.html http://www.cygwin.com/ml/cygwin/2014-06/msg00442.html Any news on that issue yet? We run cygwin rsync daemons on our Windows servers and have a remote Ubuntu server that backups the

Re: ld segfaults with -flto after upgrading to gcc 4.8.3-3 (64-bit)

2014-08-22 Thread Corinna Vinschen
On Aug 22 19:55, JonY wrote: > On 8/22/2014 08:20, Christoph H. Hochstaetter wrote: > > Hi, > > > > I just upgraded gcc from 4.8.3-2 to 4.8.3-3. ld segfaults if gcc (and thus > > ld) is used with link time optimization (-flto). > > Looks like it is crashing at exit(), not sure how that happens, C

Re: ld segfaults with -flto after upgrading to gcc 4.8.3-3 (64-bit)

2014-08-22 Thread JonY
On 8/22/2014 08:20, Christoph H. Hochstaetter wrote: > Hi, > > I just upgraded gcc from 4.8.3-2 to 4.8.3-3. ld segfaults if gcc (and thus > ld) is used with link time optimization (-flto). Looks like it is crashing at exit(), not sure how that happens, Corinna, help? :) signature.asc Descrip

Latest snapshot

2014-08-22 Thread Corinna Vinschen
Hi snapshot users, the latest snapshot on https://cygwin.com/snapshots/, 2014-08-22, contains a massive change in exception handling. It uses a new, preprocessor-based __try/__except implementation along the lines (but not exactly) of how it can be used in Visual C++. This replaces the former,

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-22 Thread Corinna Vinschen
On Aug 21 21:14, Christian Franke wrote: > Corinna Vinschen wrote: > >On Aug 21 18:16, Christian Franke wrote: > >>Corinna Vinschen wrote (in thread "[ITP] libsuexec 1.0"): > >>>Postfix for Cygwin would be *so* nice. Sigh. ... > >>Due to the following problem, Postfix hangs during startup (and bl

Re: [ANNOUNCEMENT] Updated: procps-3.2.8-3

2014-08-22 Thread Csaba Raduly
On Thu, Aug 21, 2014 at 9:01 PM, Andrey Repin wrote: > Greetings, Corinna Vinschen! > >> I updated the procps package to 3.2.8-3. > >> This patch simply removess the /sbin/sysctl tool and its accompanying >> man pages. The tool is completely useless on Cygwin. > > I've always wondered, what that