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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=cyTDqGfBkYOOD0Tedg22kQNfpa2DTbs+EgYrUE8eAbu F/FG0SMXlrSV+BqqWeiqnjJ0zPjltalmGehEJ7Q9Soprz1JJXWicD1Exn2HoH+BA T+eWRjsst1s6PxBhV79T1TWRrar/vRxXZRNLTkKQoHRESlRbP8lm8irSGsnJo45s = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=54OZ+hAh80OSlc5hKbmv6uz9YRY=; b=PV45O7S+4N+APZLed dmSJtwFwgWa4edn5Jq/iI1ooDceFMRCzxG3pshFmKCiw8eUiHc7oAkkNtpTB3QPc VtvGuMDTyJ9ehz+z6NKbAosQb4zBF4SNSdiHpIZwNYQO5kY6dG9N5i/TY9JjBt/L HBMhnIEaGJcE56jLyakKovik3g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE autolearn=no version=3.3.1 Message-ID: <51F3D593.7040301@alice.it> Date: Sat, 27 Jul 2013 16:13:39 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Cygwin Subject: Re: [ANNOUNCEMENT] Updated: run-1.3.0-1 References: <51F13070 DOT 9070005 AT alice DOT it> In-Reply-To: <51F13070.9070005@alice.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 25/07/2013 16.04, Angelo Graziosi ha scritto: > Corinna Vinschen wrote: > >> What happens if you replace the single quotes ' with double quotes "? > > No doesn't work... :( > > > Charles Wilson wrote: > >> What is the result of executing the previous line directly from a bash >> shell (with --run-debug=2 --run-nogui)? >> >> $ /usr/bin/run.exe --run-debug=2 --run-nogui bash -l -c 'rm -rf >> /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl -multiwindow -clipboard >> -silent-dup-error 2>/dev/null &' > > it aborts: > > $ /usr/bin/run.exe --run-debug=2 --run-nogui bash -l -c 'rm -rf > /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl -multiwindow -clipboard > -silent-dup-error 2>/dev/null &' > run DEBUG: opt_loglevel: 8 > run DEBUG: opt_nogui : 1 > run DEBUG: opt_notty : 0 > run DEBUG: opt_wait : 0 > run DEBUG: PATH: > .:/usr/bin:/usr/local/texlive/bin/i386-cygwin:/usr/local/bin:/usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/usr/local/ROOT/bin:/usr/local/cernlib/2006/bin:/usr/lib/lapack > > > run DEBUG: exec_tmp /usr/bin/bash.exe > pathlist > .:/usr/bin:/usr/local/texlive/bin/i386-cygwin:/usr/local/bin:/usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/usr/local/ROOT/bin:/usr/local/cernlib/2006/bin:/usr/lib/lapack > > > run DEBUG: /usr/bin/bash.exe > run DEBUG: exec C:\cygwin-2\bin\bash.exe > execname bash > execpath /usr/bin > > run DEBUG: C:\cygwin-2\bin\bash.exe -l -c rm -rf > /tmp/{.X*,dbus*,orbit*,*}; XWin -nowgl -multiwindow -clipboard > -silent-dup-error 2>/dev/null & > run DEBUG: target is gui? no > run DEBUG: Launch non-GUI target > run DEBUG: have console? no > run DEBUG: Setting up invisible console using separate WindowStation > run DEBUG: have console? no > run DEBUG: Succeeded in setting up console on separate Window Station? yes > run DEBUG: Configuring start info for child process > run DEBUG: Have a console, and not requesting pipes: connecting child > stdio to console > Aborted (core dumped) > > with an empty stackdump, > > $ cat run.exe.stackdump > Stack trace: > Frame Function Args > > > If I remove "rm -rf /tmp/{.X*,dbus*,orbit*,*}; ", i.e. I use: > > $ /usr/bin/run.exe --run-debug=2 --run-nogui bash -l -c 'XWin -nowgl > -multiwindow -clipboard -silent-dup-error 2>/dev/null &' > > > it aborts in the same way but open a big black window named > Cygwin/X:0.0. When I close it also the X server quits... > > > I have attached the cygcheck -svr output. Just for completeness, run-1.3 does not even work on windows 7 U 64b. I have tried there with Cygwin32 and Cygwin64, but doesn't work. Instead it is run-1.2 that works just fine on both Cygwin(s)... > Ciao, > Angelo. -- 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