X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Hanley" Newsgroups: comp.os.msdos.djgpp Subject: Re: program hanging Date: Thu, 12 Aug 2004 09:01:59 -0600 Organization: University of Alberta Lines: 38 Message-ID: <1092322845.979106@proxy2.srv.ualberta.ca> References: <1092258885 DOT 100659 AT proxy2 DOT srv DOT ualberta DOT ca> <1092260628 DOT 675309 AT proxy2 DOT srv DOT ualberta DOT ca> <6480-Thu12Aug2004064609+0300-eliz AT gnu DOT org> NNTP-Posting-Host: proxy2.srv.ualberta.ca X-Trace: tabloid.srv.ualberta.ca 1092322846 27407 129.128.5.161 (12 Aug 2004 15:00:46 GMT) X-Complaints-To: abuse AT ualberta DOT ca NNTP-Posting-Date: Thu, 12 Aug 2004 15:00:46 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cache-Post-Path: proxy2.srv.ualberta.ca!unknown AT d199-126-23-72 DOT abhsia DOT telus DOT net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:6480-Thu12Aug2004064609+0300-eliz AT gnu DOT org... > > 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? App Stack: [00096e24..00016e24] Exceptn Stack: [00016d80..00014e40] Call Frame Traceback EIP's 0x0000c7f8 0x0000e9b2 0x0000d16e 0x0000cd3c 0x0000cc39 0x0000c9eb 0x00005ae2 0x000024bd 0x00002a67 0x00001fb9 0x00004e18 Does that help any? Thanks a bunch! John