From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3945 invoked from network); 7 Sep 2001 23:43:51 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Sep 2001 23:43:51 -0000 Received: (qmail 27163 invoked by alias); 7 Sep 2001 23:43:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15751 Received: (qmail 27152 invoked from network); 7 Sep 2001 23:43:41 -0000 To: zsh-workers@sunsite.auc.dk Subject: periodic in 4.0.2 Reply-to: apoindex@aoc.nrao.edu From: Allan Poindexter Date: 07 Sep 2001 17:43:36 -0600 Message-ID: X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Acadia" I have periodic set to something like this: periodic () { source ~/.zsh.aliases } In 4.0.2 this segfaults zsh when CR is typed following the first automatic execution of periodic. It works if periodic is invoked from the command line. It works if periodic doesn't source a file. The problem only appears when sourcing files within periodic when periodic is being executed after the PERIOD interval before the prompt. (Well, at least that is the only thing I have found to trigger it so far.)