From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27000 invoked from network); 24 Mar 2004 16:08:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Mar 2004 16:08:41 -0000 Received: (qmail 19894 invoked by alias); 24 Mar 2004 16:07:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7255 Received: (qmail 19871 invoked from network); 24 Mar 2004 16:07:56 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 24 Mar 2004 16:07:56 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 24 Mar 2004 16:7:55 -0000 Received: (qmail 15074 invoked from network); 24 Mar 2004 16:07:55 -0000 Received: from unknown (HELO lonximss01.ctxuk.citrix.com) (195.153.38.121) by a.mx.sunsite.dk with SMTP; 24 Mar 2004 16:07:54 -0000 Received: from LONPEXCH5IM01.ctxuk.citrix.com ([10.30.224.191]) by lonximss0 1 with trend_isnt_name_B; Wed, 24 Mar 2004 16:09:28 -0000 Received: by lonpexch5im01.ctxuk.citrix.com with Internet Mail Service (5.5. 2656.59)id ; Wed, 24 Mar 2004 16:07:37 -0000 Message-ID: From: John Cooper To: "'zsh-users@sunsite.dk'" Subject: Crash when invoking vared on a non-existent shell variable Date: Wed, 24 Mar 2004 16:07:40 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C411BA.21C80584" X-imss-version: 2.0 X-imss-result: Passed X-imss-scores: Baseline:3.2672 C:20 M:1 S:5 R:5 X-imss-settings: Clean:4 C:4 M:4 S:4 R:1 (0.1000 0.4000) X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: *** X-Spam-Status: No, hits=3.8 required=6.0 tests=FORGED_MUA_IMS,HTML_30_40, HTML_FONTCOLOR_BLUE,HTML_MESSAGE,INVALID_MSGID autolearn=no version=2.63 X-Spam-Hits: 3.8 ------_=_NextPart_001_01C411BA.21C80584 Content-Type: text/plain [I'm using zsh 4.2.0, compiled for cygwin, running on WinXP SP1] When I invoke vared on a variable that doesn't exist, the shell crashes with the following: 3 [main] zsh 1948 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 5599 [main] zsh 1948 open_stackdumpfile: Dumping stack trace to zsh.exe.stackdump It also occurs with `zsh -f'. (I initially tried sending this to zsh-workers, but when I replied to the qconfirm message it kept bouncing.) --- John ------_=_NextPart_001_01C411BA.21C80584--