X-Spam-Check-By: sourceware.org Date: Fri, 19 Jan 2007 09:59:55 -0600 From: Brian Ford Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: 1.7.0 CVS getenv strangeness Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1849873070-1169222395=:3556" X-IsSubscribed: yes 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 ---559023410-1849873070-1169222395=:3556 Content-Type: TEXT/PLAIN; charset=US-ASCII In trying to test Corinna's new fstat mmap optimization, I've run into the following recently introduced strangeness. I've done a clean build and a reboot just in case. $ uname -a CYGWIN_NT-5.1 PC1163-8460-XP 1.7.0(0.161/4/2) 2007-01-18 19:00 i686 unknown unknown Cygwin $ unset TESTENV $ ./getenvtest TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! $ export TESTENV="this is a test" $ ./getenvtest TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! TESTENV not defined! Huh? And, why the multiple outputs? Also, I've noticed my sshd service running under this version gets the following errors when starting: $ tail /var/log/sshd.log 6 [main] sshd 4060 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 33413 [main] sshd 4060 open_stackdumpfile: Dumping stack trace to sshd.exe.stackdump I've got to get back to real work for a while, so it will be a while until I can look into this further. But, both problems are very recent regressions. (Confused as I haven't seen any obviously suspect changes in the ChangeLogs) -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained crew... ---559023410-1849873070-1169222395=:3556 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="getenvtest.c" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="getenvtest.c" I2luY2x1ZGUgPHN0ZGxpYi5oPg0KI2luY2x1ZGUgPHN0ZGlvLmg+DQoNCmlu dA0KbWFpbihpbnQgYXJnYywgY29uc3QgY2hhciAqYXJndltdKQ0Kew0KICAg IGNoYXIgKmVudnZhciA9IGdldGVudigiVEVTVEVOViIpOw0KDQogICAgaWYg KGVudnZhciA9PSBOVUxMKQ0KICAgIHsNCglwdXRzKCJURVNURU5WIG5vdCBk ZWZpbmVkISIpOw0KCXJldHVybiAtMTsNCiAgICB9DQoNCiAgICBwcmludGYo IlRFU1RFTlY6ICVzXG4iLCBlbnZ2YXIpOw0KICAgIHJldHVybiAwOw0KfQ0K ---559023410-1849873070-1169222395=:3556 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ---559023410-1849873070-1169222395=:3556--