RE: Very Slow Setup Parsing / was Re: Segmentation Faults

2017-03-22 Thread Nellis, Kenneth (Conduent)
From: Ian Lambert > ... > I missed the discussions of this "new" option, > and documentation is the last thing to be updated. > :) > https://cygwin.com/faq.html#faq.setup.cli It's also incorrect in saying that the listing is written to setup.log. It seems to write to stdout instead. --Ken Nellis

Re: Very Slow Setup Parsing / was Re: Segmentation Faults

2017-03-22 Thread Ian Lambert via cygwin
On Wed, 3/22/17, Ken Brown wrote: Subject: Re: Very Slow Setup Parsing / was Re: Segmentation Faults To: cygwin@cygwin.com Date: Wednesday, March 22, 2017, 12:10 PM On 3/22/2017 11:59 AM, Ian Lambert via cygwin wrote: > I've now downloaded a complete cygwin mirror > onto

Re: Very Slow Setup Parsing / was Re: Segmentation Faults

2017-03-22 Thread Ken Brown
On 3/22/2017 11:59 AM, Ian Lambert via cygwin wrote: I've now downloaded a complete cygwin mirror onto a networked storage, done a new install, and cygwin works OK again. However, doing updates or package installs is (1) extremely slow, and (2) giving a below reported permissions problem. (1) Sl

Very Slow Setup Parsing / was Re: Segmentation Faults

2017-03-22 Thread Ian Lambert via cygwin
On Wed, 2/8/17, Marco Atzeri wrote: Subject: Re: Segmentation Faults To: cygwin@cygwin.com Date: Wednesday, February 8, 2017, 1:31 PM On 08/02/2017 18:13, Ian Lambert via cygwin wrote: > FWIW, since doing the updates late last month, many programs are seg faulting for me, includ

Re: Segmentation Faults

2017-02-08 Thread Marco Atzeri
On 08/02/2017 18:13, Ian Lambert via cygwin wrote: FWIW, since doing the updates late last month, many programs are seg faulting for me, including XWin, wget, curl, ssh, procps, top, gawk... mintty, bash, vi, cd, and ls still work, so all is not lost, but I'm certainly not able to use cygwin a

Re: Segmentation faults?

2009-11-05 Thread Yaakov (Cygwin/X)
On 05/11/2009 15:14, Lee Maschmeyer wrote: I'm using cygwin 1.7.0-63 with everything installed. I get a segmentation fault whenever I or any of my scripts issue the command: tput clear Are other people getting this? http://cygwin.com/ml/cygwin/2009-10/msg00747.html Yaakov -- Problem report

Re: segmentation faults and memory problems

2008-04-14 Thread Corinna Vinschen
On Apr 14 14:26, Eric Tea wrote: > > Hi, maybe you should read the replies you get before duplicating the same message twice, which, btw., is quite rude. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT

Re: segmentation faults and memory problems

2008-04-13 Thread Brian Dessent
Eric Tea wrote: > I work on two computers, running under > windows XP and windows XP64. The former have 1Gb of RAM and the latter > 4Gb. > Increasing the stack size and modifying the > "heap_chunk_in_mb" value dont change anything to my segmentation > fault. > Plus "max_memory" always reply 1536Mb

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread James W . McKelvey
On Sunday 12 December 2004 15:57 pm, Danny Smith wrote: > James W. McKelvey wrote: > > I installed CYGWIN_NT-5.1 a few days ago and then built g++ from the > > latest > > > CVS. Simple programs like the one below will compile and link, but > > then get > > > segmentation faults in pthread_specific

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread Danny Smith
James W. McKelvey wrote: > I installed CYGWIN_NT-5.1 a few days ago and then built g++ from the latest > CVS. Simple programs like the one below will compile and link, but then get > segmentation faults in pthread_specific on execution: > > #include > #include > > static const std::locale l; > /

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread Larry Hall
At 06:10 PM 12/12/2004, you wrote: >I installed CYGWIN_NT-5.1 a few days ago and then built g++ from the latest >CVS. Simple programs like the one below will compile and link, but then get >segmentation faults in pthread_specific on execution: > >#include >#include > >static const std::locale l