X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 12 Aug 2004 06:46:09 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <6480-Thu12Aug2004064609+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <1092260628.675309@proxy2.srv.ualberta.ca> (jdhanley AT telusplanet DOT net) Subject: Re: program hanging References: <1092258885 DOT 100659 AT proxy2 DOT srv DOT ualberta DOT ca> <1092260628 DOT 675309 AT proxy2 DOT srv DOT ualberta DOT ca> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "John Hanley" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 11 Aug 2004 15:45:02 -0600 > > When I debugged it this time, I stepped through main() and it got to: > > list = (struct data_list *) malloc(sizeof(struct data_list)); > > And this is where it hangs. Can you ``unhang'' it by typing Ctrl-BREAK at that point? If so, what does the traceback tell you?