Re: How to break cygwin inside dcrt0.cc ?

2017-05-04 Thread Mark Geisert
Marco Atzeri wrote: I am likely missing something obvious, but I do not succeed to put a breakpoint inside child_info_fork::alloc_stack break child_info_fork::alloc_stack Function "child_info_fork::alloc_stack" not defined. break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408 No sou

Re: How to break cygwin inside dcrt0.cc ?

2017-05-04 Thread Mark Geisert
Marco Atzeri wrote: I am likely missing something obvious, but I do not succeed to put a breakpoint inside child_info_fork::alloc_stack break child_info_fork::alloc_stack Function "child_info_fork::alloc_stack" not defined. break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408 No sou

Re: please update fontspec

2017-05-04 Thread Leon Meier
Dear Ken: fontspec is part of the Cygwin texlive-collection-latexrecommended package. Just rebuilding that package with an updated fontspec partially solves the problem, in the sense that your test case compiles under xelatex and lualatex and displays properly. But the compilation yields the fo

Re: Installing sshd with option --type manual

2017-05-04 Thread Fran Litterio
On 4/28/2017 11:48 AM, Charles Russell wrote: Starting from a default installation of sshd that was working properly, I tried uninstalling sshd with cygrunsrv and reinstalling with --type manual. (cygrunsrv --install sshd --path /usr/sbin/sshd.exe --type manual) After rebooting I cannot start

Re: bash shell gets aborts under latest Windows 10 updates as of 4/2/17

2017-05-04 Thread Fran Litterio
On 4/2/2017 2:53 PM, gavin bowlby via cygwin wrote: I see the following when trying to open a Cygwin bash shell on my Win10 PC after applying updates today, 4/2/2017; I didn't see this before the latest Win10 update: 0 [main] bash 11884 child_info_fork::abort: C:\cygwin\bin\cygiconv-2

Re: Missing announcements for screen?

2017-05-04 Thread Andrew Schulman
> On Wed, May 3, 2017 at 11:45 AM, Nellis, Kenneth (Conduent) wrote: > > FWIW, I also care about announcements. It's how I monitor whether or not I > > should update. I hope they continue. > > Same here OK, I hear you. -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] nano 2.8.2-1

2017-05-04 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * nano-2.8.2-1 GNU nano is a small and friendly console-mode text editor, based on and mostly compatible with UW Pico. Besides basic text editing, nano offers many extra features like an interactive search and replace, go to

Re: [ATTN: procps maintainer] RealPageSize

2017-05-04 Thread Marco Atzeri
On 04/05/2017 17:00, Marty Shannon wrote: This fix for php (posted by ricardohenry...@gmail.com) should be applied to the code for "top"; it (and /usr/bin/time -v) think the page size is actually 64k, and reports RESident size as 16 times what it should be. # if HAVE_UNISTD_H # include # i

Re: [ANNOUNCEMENT] New: cygextreg-1.2.0-1

2017-05-04 Thread Brian Inglis
On 2017-05-04 01:29, Joni Eskelinen wrote: > The following package has been added to the Cygwin distribution: > * cygextreg-1.2.0-1 > CygExtReg is a utility program allowing to register an extension > (eg. .sh) to be executed in Cygwin by double-clicking a file from > Windows File Explorer or by dr

[ATTN: procps maintainer] RealPageSize

2017-05-04 Thread Marty Shannon
This fix for php (posted by ricardohenry...@gmail.com) should be applied to the code for "top"; it (and /usr/bin/time -v) think the page size is actually 64k, and reports RESident size as 16 times what it should be. # if HAVE_UNISTD_H # include # if defined(_SC_PAGESIZE) +# ifdef __CYGWIN_

[ATTN: PHP maintainer] Re: Fix for REAL_PAGE_SIZE in PHP

2017-05-04 Thread Richard H Lee
Here is my proposed patch for this bug: diff --git a/Zend/zend_stream.c b/Zend/zend_stream.c index 3fd7fa0..f5b9bea 100644 --- a/Zend/zend_stream.c +++ b/Zend/zend_stream.c @@ -30,7 +30,11 @@ # if HAVE_UNISTD_H # include # if defined(_SC_PAGESIZE) +# ifdef __CYGWIN__ +#define REAL_PAG

Re: Menus from Fedora virtual machine off screen

2017-05-04 Thread Gulliver Smith
I also had this problem with a freshly created fedora 25 VM. I am keeping both cygwin and the VMs up to date. XWin.0.log attached. On Tue, Feb 14, 2017 at 3:07 PM, Jon Turney wrote: > On 11/02/2017 22:14, Gulliver Smith wrote: >> >> I don't know if this is a Fedora 25 question or a cygwin X quest

Re: Please update fontspec

2017-05-04 Thread Ken Brown
On 5/3/2017 7:30 PM, Леон Майер wrote: Dear texlive maintainers, might I ask you to update fontspec to v2.6 or newer. Reason: a nasty bug, see https://tex.stackexchange.com/questions/367559/emph-in-theorem-with-unicode-math-and-amsthm fontspec is part of the Cygwin texlive-collection-latexrec

How to break cygwin inside dcrt0.cc ?

2017-05-04 Thread Marco Atzeri
Hi, I am likely missing something obvious, but I do not succeed to put a breakpoint inside child_info_fork::alloc_stack break child_info_fork::alloc_stack Function "child_info_fork::alloc_stack" not defined. break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408 No source file named /u

Re: Avast has put 2 Cygwin files in its chest

2017-05-04 Thread Marco Atzeri
On 04/05/2017 12:16, David Macek wrote: On 4. 5. 2017 11:33, Alex Brega wrote: Would be possible for you to provide me these files (dbus-daemon.exe and ssh.exe) via mail or uploaded somewhere in order to recover them on their original folders ? The installer can re-install any broken package

Re: Avast has put 2 Cygwin files in its chest

2017-05-04 Thread David Macek
On 4. 5. 2017 11:33, Alex Brega wrote: > Would be possible for you to provide me these files (dbus-daemon.exe and > ssh.exe) via mail or uploaded somewhere in order to recover them on their > original folders ? The installer can re-install any broken packages, including those containing ssh.ex

Re: Latest Git-2.12.2 cannot install python packages for pip

2017-05-04 Thread Adam Dinwoodie
On Tue, May 02, 2017 at 06:52:40PM -0600, Doug Henderson wrote: > On 2 May 2017 at 13:06, ankostis wrote: > > On Windows, with Cygwin-git 2.12.2 the python command: > > > > pip install git+https://github.com/... > > > > fails to work with the following error: > > > I suspect you have a window

Avast has put 2 Cygwin files in its chest

2017-05-04 Thread Alex Brega
Good morning, a customer of us has big problems with Cygwin and Avast Infact he has returned his brand laptop bought from us due of it. The strange thing is a dvd preinstalled file of this Lenovo laptop has been succesfully recovered from the chest,but not the 2 files cygwin (dbus-daemon.exe and

[ANNOUNCEMENT] New: cygextreg-1.2.0-1

2017-05-04 Thread Joni Eskelinen
The following package has been added to the Cygwin distribution: * cygextreg-1.2.0-1 CygExtReg is a utility program allowing to register an extension (eg. .sh) to be executed in Cygwin by double-clicking a file from Windows File Explorer or by dragging and dropping files to an icon of a registere