From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17862 invoked by alias); 4 Jul 2009 20:31:15 -0000 Received: (qmail 17853 invoked by uid 22791); 4 Jul 2009 20:31:15 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jul 2009 20:31:03 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n64KUx31003533 for ; Sat, 4 Jul 2009 22:30:59 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n64KUxnJ025659; Sat, 4 Jul 2009 22:30:59 +0200 (CEST) Date: Sat, 04 Jul 2009 20:31:00 -0000 Message-Id: <200907042030.n64KUxnJ025659@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gdb@sourceware.org Subject: annota1.exp Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00023.txt.bz2 Hi folks, I'm seeing new failures in annota1.exp (on OpenBSD/i386 at least): FAIL: gdb.base/annota1.exp: send SIGUSR1 FAIL: gdb.base/annota1.exp: signal sent The problem seems to be that with a freshly built GDB I get: signal SIGUSR1 ^Z^Zpost-prompt Continuing with signal SIGUSR1. ^Z^Zframes-invalid ^Z^Zstarting but the expect pattern checks for the "frames-invalid" and "starting" lines in reverse order: -re "\r\n\032\032post-prompt\r\nContinuing with signal SIGUSR1.\r\n\r\n\032\032starting\(\r\n\r\n\032\032frames-invalid\)+ Are people seeing the same thing on other platforms?