delorie.com/archives/browse.cgi | search |
I received the appended notification that a commit was made of a patch, but when I look at the code (I did a clean re-clone of the repository at "git://git.geda-project.org/geda-gaf", just to be sure) I don't see the change. Is that the correct URL for the repository? Or is thre something else I'm not understanding? Thanks. >Date: Sun, 18 Nov 2012 22:43:23 -0000 >From: Peter TB Brett <1004757 AT bugs DOT launchpad DOT net> >To: jjm AT codewell DOT com >Reply-To: Bug 1004757 <1004757 AT bugs DOT launchpad DOT net> >Sender: bounces AT canonical DOT com >X-Launchpad-Bug: product=geda; milestone=1.8.0; status=Fix Released; > importance=High; assignee=peter AT peter-b DOT co DOT uk; >X-Launchpad-Bug-Tags: gnetlist >X-Launchpad-Bug-Information-Type: Public >X-Launchpad-Bug-Private: no >X-Launchpad-Bug-Security-Vulnerability: no >X-Launchpad-Bug-Commenters: gpleda-launchpad-robot jjm-j >X-Launchpad-Bug-Reporter: Jeff Mallatt (jjm-j) >X-Launchpad-Bug-Modifier: Peter TB Brett (peter-b) >References: <20120525224004 DOT 25118 DOT 65332 DOT malonedeb AT wampee DOT canonical DOT com> >Message-Id: <20121118224325 DOT 13922 DOT 13487 DOT launchpad AT wampee DOT canonical DOT com> >Subject: [Bug 1004757] Re: gnetlist drc2 crash emitting to stdout when found > errors >X-Launchpad-Message-Rationale: Subscriber >Errors-To: bounces AT canonical DOT com >Precedence: bulk >X-Generated-By: Launchpad (canonical.com); Revision="16278"; > Instance="launchpad-lazr.conf" >X-Launchpad-Hash: ae4e9bec09aae8e14b1a5c8483dfe7a81e825e77 >X-Antivirus: AVG for E-mail 2012.0.2221 [2629/5403] >X-AVG-ID: ID71A989FB-6BA278DC > >** Changed in: geda > Status: Fix Committed => Fix Released > >-- >You received this bug notification because you are subscribed to the bug >report. >https://bugs.launchpad.net/bugs/1004757 > >Title: > gnetlist drc2 crash emitting to stdout when found errors > >Status in GPL Electronic Design Automation tools: > Fix Released > >Bug description: > When running "gnetlist -g drc2 -o - my.sch" (note the '-o -' saying to > emit to stdout), if it finds any errors/warnings then it crashes > trying to emit the final "... See output file." message. > > This is because if the '-o -' argument is given, the drc2 function > sets port to (current-output-port), and then after all the checks are > done it does a (close-output-port port) -- hence closing stdout -- > before determining to emit the final message. Thus, since stdout has > been closed, trying to write to it crashes. > > Since the "... See output file." message is inappropriate when > emitting to stdout, the attached patch tests for the '-o -' argument, > and skips emitting the final message if it was specified. > >To manage notifications about this bug go to: >https://bugs.launchpad.net/geda/+bug/1004757/+subscriptions
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |