From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4813 invoked by alias); 27 Jul 2005 08:07:54 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 4652 invoked by uid 22791); 27 Jul 2005 08:07:46 -0000 Received: from mail1.iha.dk (HELO mail1.iha.dk) (130.225.184.39) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 27 Jul 2005 08:07:46 +0000 Received: from localhost (mail1.iha.dk [127.0.0.1]) by mail1.iha.dk (Postfix) with ESMTP id 7EA1C5B840 for ; Wed, 27 Jul 2005 10:07:44 +0200 (CEST) Received: from mail1.iha.dk ([127.0.0.1]) by localhost (mail1.iha.dk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13703-01-90 for ; Wed, 27 Jul 2005 10:07:44 +0200 (CEST) Received: from [130.225.185.243] (170l-195.iha.dk [130.225.185.243]) by mail1.iha.dk (Postfix) with ESMTP id 5AE585B259 for ; Wed, 27 Jul 2005 10:07:44 +0200 (CEST) Message-ID: <42E740AE.20408@eit.iha.dk> Date: Wed, 27 Jul 2005 08:07:00 -0000 From: Jesper Klitgaard <20034438@eit.iha.dk> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: insight@sources.redhat.com Subject: Insight stalls when running program Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q3/txt/msg00023.txt.bz2 Hi, I now got Insight up and running. I load a simple executable in to the program; 1 #include 2 #include 3 4 void f1() - 5 { - 6 printf("Function 1\n"); - 7 } 8 9 int main() - 10 { - 11 int i = 5; - 12 printf("Hello world!\n"); - 13 f1(); 14 - 15 i += 5; 16 - 17 return 0; - 18 } When I press run, Insight stalls. I have to force quit the program because its not responding. Does anybody have any idea whats wrong? Regards, Jesper Klitgaard