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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=X1KcWRGu/76QjJ7t4FKxrfEgvPnYz Aun70Y/J9Dei9MplAiYODnvmcUGxE5+J+Vj+EdC9gL/OO/GjfWObyrdTB0ayBvLZ Fo4XTadaWu/npqIYt5oMnIVm0kuC+ZdxsGy/Jd65d1Tt0DernLVvaYq3YCzb/bvT 5fCT474eYQUXdI= 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:date:message-id:subject:from:to :content-type; s=default; bh=R/iYiiZh6fnVSuaylxn3eDh75Eo=; b=rE9 N+cKaKnq58/miSClfILxJrcuOya6P0xkXcSzzkClCwgxbzzNx57xnVkJowQBcJPi 8eVV+WrIy4s+Ive3se9Mso68ADttkdeZMfE6LfUK40I3hPsufW6cJX64qVoYQhkk U+8alM/nc8Bdx/PNhSw/ZYH9prbcDS5GXPALm5DM= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-lb0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=K/ZsoL5FgVhbBw6hCs7PgOdFOB9VEpRkVW0L1IxMpZY=; b=dvWgHOW28ii4KWlNlOnyjihCgEVlqjgfqYgRlitdmkPfOh/f0U2iMkdn09U4Jm5bTn zKiqcV+zv5SRKRVgIlmlhdMLBweBToFkqI1eFArAmfRpc+yDJfYZKPmMHPBA8rDGNc7i iDJbMOyI1gOa+CStBhXpA1yDRj6Cjo0YwOeS+Xw8OuNwiMzUJ4N84mYDtJulT+IFpHeN p2RQG4qXH7k6F/jvvEnrr4RwTBV5r89UxfDm2r1kf8hE1h2dzqp+VUnQj21X9ef+G/c2 r6FWsLpB3W/XOzUyNqwayVre9M4DCfMs9+LxamaksEKt9S3lWvK/s5cqY2tkqXrKFHoR XgIA== X-Gm-Message-State: ALoCoQlpb0EEBZQ4+J0umY2N6I5rxPHDma8th1Ro9eieWj88Zklr8SPOzndQy8dveL3Uv/PtRtHh MIME-Version: 1.0 X-Received: by 10.112.72.35 with SMTP id a3mr5876131lbv.20.1425517235179; Wed, 04 Mar 2015 17:00:35 -0800 (PST) Date: Wed, 4 Mar 2015 20:00:35 -0500 Message-ID: Subject: octave/gnuplot fails with new cygwin dll. From: GEORGE BARRICK To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 2015.03.05.00:53:06 UT Hey Cygwin folks, I just downloaded and installed the new Cygwin-1.7.35-1 and found this minor difficulty with my favorite software, GNU Octave. Prior to installation of the new cygwin dll, I had no trouble, and the new dll is the only change that I've made to my cygwin system. I'm observing the following problem with octave when I try to invoke the gnuplot graphics tool: $ octave GNU Octave, version 3.8.2 octave:1> hndle = plot(1:10,1:10,"k-") hndle = -6.1426 2 [main] octave-cli-3.8.2 3688 child_info_fork::abort: unable to remap cygfltk_gl-1.3.dll to same address as parent (0x320000) - try running rebaseall error: popen2: process creation failed -- Resource temporarily unavailable error: called from: error: /usr/share/octave/3.8.2/m/plot/util/private/__gnuplot_open_stream__.m at line 30, column 40 error: /usr/share/octave/3.8.2/m/plot/util/__gnuplot_drawnow__.m at line 72, column 19 octave:2> quit; There is no difficulty when I attempt the plot with the fltk graphics engine. Also, I have run the ash.exe> rebaseall, though that did not help. I think that I can recall a similar problem some months (years?) ago when a new cygwin dll arrived. It was something to do with octave opening the wrong kind of IO pipe to gnuplot. Maintainers should not allow my dumb recollections to bias their thinking. The evidence of a problem is what I have just above. During that previous exchange, Marco Atzeri assisted me to run an appropriate strace and gather more data. Since I cannot get my strace to run correctly, I'll wait until a cygwin-octave maintainer can assist me. I'm certain that I can provide better data if a maintainer pokes me in the correct brain cells. Thanks, George gee_barrick_at_kent_dot_edu -- 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