From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14381 invoked by alias); 27 Jul 2005 09:07:55 -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 14310 invoked from network); 27 Jul 2005 09:07:52 -0000 Received: from unknown (202.80.33.51) by sourceware.org with QMTP; 27 Jul 2005 09:07:52 -0000 Received: (qmail 1798 invoked from network); 27 Jul 2005 09:07:50 -0000 X-Anti-Virus: Message scanned for viruses by TVL Received: from unknown (HELO sakuraindustries.com) ([202.80.36.3]) (envelope-sender ) by mail.vanuatu.com.vu (qmail-ldap-1.03) with SMTP for <20034438@eit.iha.dk>; 27 Jul 2005 09:07:50 -0000 Message-ID: <42E884A6.7000701@sakuraindustries.com> Date: Wed, 27 Jul 2005 09:07:00 -0000 From: Steven Johnson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.6) Gecko/20040115 MIME-Version: 1.0 To: Jesper Klitgaard <20034438@eit.iha.dk> CC: insight@sources.redhat.com Subject: Re: Insight stalls when running program References: <42E740AE.20408@eit.iha.dk> In-Reply-To: <42E740AE.20408@eit.iha.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q3/txt/msg00024.txt.bz2 Im sorry, but you havent really given us a lot to go by to answer your question. 1. What version of Insight? 2. Did you build it? Or was it pre-installed? 3. Is it a local program or remote? 4. What OS? Windows? Linux? What version, etc. 5. How did you build your program? What compiler did you use? Im sure there are a lot more things the people of this list who can answer your problem may need to know, but these are the basics. Without these, any answer would be just idle speculation at best. I know this isnt the answer you were after, but please help us help you. Steven Johnson Jesper Klitgaard wrote: > 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 > >