From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24838 invoked by alias); 21 Aug 2006 18:16:55 -0000 Received: (qmail 24829 invoked by uid 22791); 21 Aug 2006 18:16:54 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Aug 2006 18:16:50 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k7LIGgYO014389; Mon, 21 Aug 2006 20:16:42 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7LIGgcb001165; Mon, 21 Aug 2006 20:16:42 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k7LIGgJ6021973; Mon, 21 Aug 2006 20:16:42 +0200 (CEST) Date: Mon, 21 Aug 2006 18:16:00 -0000 Message-Id: <200608211816.k7LIGgJ6021973@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: vapier@gentoo.org CC: gdb@sourceware.org, jzhang918@gmail.com In-reply-to: <200608210411.33493.vapier@gentoo.org> (message from Mike Frysinger on Mon, 21 Aug 2006 04:11:33 -0400) Subject: Re: simulator runtime sanity checks References: <200608210411.33493.vapier@gentoo.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00167.txt.bz2 > From: Mike Frysinger > Date: Mon, 21 Aug 2006 04:11:33 -0400 > > is this expected behavior ? or should the higher sim layers catch this ? > > happens with latest cvs HEAD and arm-elf-gdb as well ... > > $ bfin-elf-gdb > (gdb) target sim > Connected to the simulator. > (gdb) run > Starting program: > warning: No executable file specified. > warning: No program loaded. > Segmentation fault Is that gdb or the (nonexisting) program that crashes? Mark