Re: [RFU] sqlite3-3.7.13.1-1

2012-08-09 Thread Corinna Vinschen
On Aug 8 13:38, Warren Young wrote: On 8/8/2012 9:40 AM, Corinna Vinschen wrote: On Aug 6 20:06, Warren Young wrote: $ cd .../release $ wget -e robots=off -X from-box --cut-dirs=1 -np -nH -A'*3.7.13-1*' \ -r http://etr-usa.com/cygwin/sqlite3/ That should populate the release/sqlite3

winsup/cygwin ChangeLog DevNotes cygheap.cc cy ...

2012-08-09 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2012-08-09 19:58:53 Modified files: cygwin : ChangeLog DevNotes cygheap.cc cygheap.h cygtls.cc cygtls.h dcrt0.cc exceptions.cc cygwin/release : 1.7.17

Re: problem using recursive grep (-r option)

2012-08-09 Thread Andrey Repin
Greetings, AngusC! This works find . -name *.log | grep -nH -r my pattern *.* What? This is ridiculous. Do you read what you write? -- WBR, Andrey Repin (anrdae...@freemail.ru) 09.08.2012, 10:27 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html

Re: Please test snapshots

2012-08-09 Thread Achim Gratz
Achim Gratz Stromeko at NexGo.DE writes: The X server is still running as well as a number of other X applications. Something's wrong here with the new snapshot and signal handling / job control in conjunction with X and the newest snapshot... this morning the shell proclaimed (I left it running

App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Hi all, While trying to compile my multithreaded app written for Linux on Cygwin to run on Windows, I discovered the app would perform 8x slower on a machine with the same specs. I then went on to triage the issue and found that if I set CPU affinity of that process to 1 (i.e. single core), I'd

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Corinna Vinschen
On Aug 9 18:07, Zach Saw wrote: Hi all, While trying to compile my multithreaded app written for Linux on Cygwin to run on Windows, I discovered the app would perform 8x slower on a machine with the same specs. I then went on to triage the issue and found that if I set CPU affinity of that

Re: Please test snapshots

2012-08-09 Thread Achim Gratz
Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: You mention generic signal handling rather than sigwaitinfo so I don't know if there are other issues. It doesn't seem like much would work if signal handling was completely broken, though. With the latest snapshot

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Unfortunately, I'm not paid to minimize test cases for Cygwin. It already took me quite some time to create the test case to demonstrate a multicore issue in Cygwin. And Boost 1.48.0 that I used is officially released as part of Cygwin (i.e. Cygwin patched - which is different from official

Re: cygwin: how to mount linux FS from cygwin

2012-08-09 Thread Tom Schutter
On Wed, 11 Jul 2012 10:30:28 -0400, cgf wrote: On Wed, Jul 11, 2012 at 10:23:29AM -0400, ping wrote: so I'm now using dokan sshfs GUI tool to mount remote linux server FS via ssh, everything (mostly) works, except: 1) it's a GUI based tool, I don't see any command line options 2) somehow I can't

Re: Please test snapshots

2012-08-09 Thread Christopher Faylor
On Thu, Aug 09, 2012 at 09:21:47AM +, Achim Gratz wrote: Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: You mention generic signal handling rather than sigwaitinfo so I don't know if there are other issues. It doesn't seem like much would work if signal handling

Re: Please test snapshots

2012-08-09 Thread Daniel Colascione
On 8/9/12 2:21 AM, Achim Gratz wrote: Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: You mention generic signal handling rather than sigwaitinfo so I don't know if there are other issues. It doesn't seem like much would work if signal handling was completely broken,

Re: Please test snapshots

2012-08-09 Thread Achim Gratz
Christopher Faylor writes: deadbeef PING Statistics 2 packets transmitted, 0 packets received, 100.0% packet loss Ping doesn't time out after only two packets. It sure looks like CTRL-C worked above. Maybe ping got indeed interrupted, but I didn't get the shell prompt back for

Re: problem using recursive grep (-r option)

2012-08-09 Thread Larry Hall (Cygwin)
On 8/9/2012 2:27 AM, Andrey Repin wrote: Greetings, AngusC! This works find . -name *.log | grep -nH -r my pattern *.* What? This is ridiculous. Do you read what you write? Indeed. Can we all agree that this thread has drifted far enough away from anything Cygwin-specific that it can

Re: Visual C# 2010 console applications do not start from xterm any longer

2012-08-09 Thread Larry Hall (Cygwin)
On 8/8/2012 6:03 AM, Sergei Vorobyov wrote: Previously I could easily start any VS 2010 console applications from xterm (under MS Windows XP and Windows 7), as good as from command.exe Today I discovered that I cannot do it any longer on two Windows 7 machines (one Win 7 with an older cygwin

child_info_spawn::worker: CreateWindowStation failed,in32 error 5

2012-08-09 Thread Uzzell, Stephan
Hi all, I'm struggling with a Cygwin / SSH connection issue, and I'm hoping someone can provide some insight. I'm fairly new to both Cygwin and SSH, so I may well be missing something obvious. I've installed Cygwin and configured SSH (using a domain cyg_server account), and I am able to

mkpasswd with domain gives The security database is corrupted error

2012-08-09 Thread Orion Poplawski
Fresh install of cygwin 1.7.16 on Windows Server 2008 R2. Trying to add my domain users to /etc/passwd, but when I run mkpasswd I get (somewhat obfuscated): $ mkpasswd -l -d CO-RA SYSTEM:*:18:544:,S-1-5-18:: LocalService:*:19:544:U-NT AUTHORITY\LocalService,S-1-5-19::

Re: how to update

2012-08-09 Thread Tom Schutter
On 03 Aug 2012 09:34:14, Larry Hall wrote: On 8/2/2012 6:10 PM, J.V. wrote: I want cygwin to silently run the package manager and update my system everytime I login. I have over 100 vm's that I use for various things and it is quite the hassle to update every component in the system on

Random segmentation faults since upgrade to Cygwin 1.7.16

2012-08-09 Thread Buist, Eric
Hi, I am running Cygwin 1.7 under Windows 7 64 bits for some time without problems, except it is sometimes slow when performing tab completion. But after I upgraded to Cygwin 1.7.16, no more Cygwin tool is working correctly. Even simple commands such as ls, uname, dirname, or bash -version

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Corinna Vinschen corinna-cygwin at cygwin.com writes: Thanks for the testcase, but... would you mind to change it to take the boost lib out of the picture, by using just plain pthread functions, if possible in plain C? Apparently someone else has already encountered similar problems in

Re: Random segmentation faults since upgrade to Cygwin 1.7.16

2012-08-09 Thread Larry Hall (Cygwin)
On 8/9/2012 9:33 PM, Buist, Eric wrote: Hi, I am running Cygwin 1.7 under Windows 7 64 bits for some time without problems, except it is sometimes slow when performing tab completion. But after I upgraded to Cygwin 1.7.16, no more Cygwin tool is working correctly. Even simple commands such as

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Daniel Colascione
On 8/9/12 8:29 PM, Zach Saw wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: Thanks for the testcase, but... would you mind to change it to take the boost lib out of the picture, by using just plain pthread functions, if possible in plain C? Apparently someone else has already

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Larry Hall (Cygwin)
On 8/9/2012 11:29 PM, Zach Saw wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: Thanks for the testcase, but... would you mind to change it to take the boost lib out of the picture, by using just plain pthread functions, if possible in plain C? Apparently someone else has already

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Linda Walsh
Zach Saw wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: Thanks for the testcase, but... would you mind to change it to take the boost lib out of the picture, by using just plain pthread functions, if possible in plain C? Apparently someone else has already encountered similar

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Daniel Colascione dancol at dancol.org writes: Cygwin developers are experts in Cygwin, not Perl or Boost. Their job is hard enough as it is. If you're not interested in being helpful, I'm sure someone will sell you a support contract. No one said their job is easy. And are *you* paying me

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Larry Hall (Cygwin reply-to-list-only-lh at cygwin.com writes: The easier it is to demonstrate the problem with a minimum of overhead/code, the quicker the fix. And now that it's reported to the Cygwin list, the problem is at least on the right radar. Ah thanks Larry. This makes sense but

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Linda Walsh cygwin at tlinx.org writes: I can confirm the perl test case: Using the referenced prog: on Linux: cyg-perl-thread-test.pl This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-thread-multi Processing 10 tasks in 1 threads completed in 0.468952secs

Re: running interactive process on xp through cron not working

2012-08-09 Thread Larry Hall (Cygwin)
On 8/9/2012 9:15 PM, Mark Smith wrote: so I am trying to run notepad through cron on my xp machine, but it simply won't work. running cron-config works fine: --- $ cron-config Cron is already installed as a service under account LocalSystem. Do you want to remove or reinstall it? (yes/no) yes

Re: App runs 8x slower on dual core machine (with test case to replicate issue)

2012-08-09 Thread Zach Saw
Zach Saw zach.saw at gmail.com writes: On Cygwin: This is perl 5, version 14, subversion 2 (v5.14.2) built for cygwin-thread-multi-64int Just out of curiousity are you running XP-32bit? If you are, could you try running the multithreaded test with CPU affinity set to 1 (single core)?