delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; q=dns; s=default; b=f0 | |
d5f6MbOHtdgqBc6RpWcJeKKrcdIxGY/zV1ekoXEN9eD0SqQIvhBh0X/vNQ3xX3yC | |
j/1z35PQs9RSTYAUyix9Ya2RPmGLDrGEvqe/i7iib7qo3kdehHAJCX8oEDppmy78 | |
FXUCafrKvDtk8CNfTOlMazWg0I9mSyLEGxnrqzpa8= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; s=default; bh=HVd/D8ZK | |
+Ihh77b2wCUi1TWo+/E=; b=VOqnYOGyvQxxyqVyWLS8FlkMdS1hDYly+v34QSD7 | |
JDxrhq8F1guUfqdT9b70M7xvOGi6q8ufRUpAGNvTp5rYh+jQt/uiXZVsUCxHT6+L | |
VVAjv2Wn1BzwoFzPOAtZtTH6Ua3yyygGRIFo8zQL90l/lwMaONeOZnzm9QBXn2Rb | |
Hx4= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=1.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM,FREEMAIL_REPLY autolearn=no version=3.3.2 |
X-HELO: | mail-ee0-f67.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.14.95.2 with SMTP id o2mr120483eef.69.1394666354218; Wed, 12 Mar 2014 16:19:14 -0700 (PDT) |
In-Reply-To: | <1137274879.20140313001957@yandex.ru> |
References: | <CAK2rWZWGaAgKrqa0LUx7aWKXf8aTcAYCfQb3-oju8oK9664FUQ AT mail DOT gmail DOT com> <1137274879 DOT 20140313001957 AT yandex DOT ru> |
Date: | Wed, 12 Mar 2014 19:19:14 -0400 |
Message-ID: | <CAK2rWZWmK=dAg8jsjb-oeRKmNVXX9UA=Ro35otkyRdwN_7h7gg@mail.gmail.com> |
Subject: | Re: Problems with run.exe (silent crashes) - stopped working suddenly |
From: | Gulliver Smith <gulliver DOT m DOT smith AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
1) double clicking xterm.exe results in two windows - a command window plus the xterm - this is unacceptable 2) I have used putty a lot in the past; I simply prefer xterm which I have been using since the beginning of X-Windows 3) I have used cron for backup in the past and use it on various Linux VMs for various purposes; with this new(er) computer I wanted to avoid having another background service running when Windows theoretically offers a good solution. In any case, it worked for over a year. On Wed, Mar 12, 2014 at 4:19 PM, Andrey Repin <anrdaemon AT yandex DOT ru> wrote: > Greetings, Gulliver Smith! > >> My system is Windows 7 professional 64 bit. The Cygwin is 32 bit, >> updated monthly > >> I have a backup script that used to run successfully from a Windows >> shortcut or scheduled task as > >> C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c >> "/home/gulliver/bin/backup >> /cygdrive/c/temp/backup.log 2>&1" > >> However, around August 2013 this stopped working (it took me a while to notice) > > run is known to crash at random occasions, since... around that time. > I don't know if it has been fixed, sorry. > That aside, I see no reason to use run in your case. > >> If I try in a windows command prompt it also crashed, > >> I get a small run.exe.stackdump file: > >> Stack trace: >> Frame Function Args >> 00284B28 610303D2 (00000114, 0000EA60, 000000A4, 00284B78) >> 00284C38 610DA4DD (00000000, 00650000, 00284C78, 0028CE64) > >> The problem is not with the bash command or script - it runs fine from >> both the command prompt or a shortcut if I change the command to > >> C:\cygwin\bin\bash.exe -l -c "/home/gulliver/bin/backup >> >> /cygdrive/c/temp/backup.log 2>&1" > >> but then there is an empty Windows window open for the whole time. > > Use cron, then there won't be any stray windows. > >> A related issue is an xterm shortcut that used to work: > >> C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c "xterm.exe -title TTTTT >> -bg '#EEFFFE' -e ssh -Y xxxx AT yyyy&" > > Now, THIS is a VERY wrong way to do it. > You're > 1. Starting run > 2. Telling it to start bash > 3. Telling bash to start xterm > 4. In which you're starting an SSH session. > > Why not start xterm directly? Also, ever heard of PuTTY? Or mintty? > >> This used to work as intended. Now it opens an xterm on the local host >> only - the ssh command fails. Again, removing the "run" and executing >> "bash" directly works but opens a second window. > >> Does anyone know what might be happening or how to debug this problem? > > Most simple solution would be to use right tools for the job, I'd say. > > > -- > WBR, > Andrey Repin (anrdaemon AT yandex DOT ru) 13.03.2014, <00:14> > > Sorry for my terrible english... > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |