public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc3.0.1/HPUX
@ 2002-02-08  5:10 thomas.porschberg
  2002-02-09  2:17 ` gcc3.0.1/HPUX thomas.porschberg
  0 siblings, 1 reply; 2+ messages in thread
From: thomas.porschberg @ 2002-02-08  5:10 UTC (permalink / raw)
  To: gcc-help


I wrote a typical batch program with gcc3.0.1 on HPUX which runs a
relatively long time, say about 3 hours.
The programs reads data units from a file and put the data in a database.
Curious, sometimes it "hangs". This means I see the assoziated process,
the process does not cause load on the machine, the program is not
blocked by database locks.
If I attach to the process with GNU gdb (5.0) and do a "info stack"
I see only

#0  0xc01f4c40 in ?? () from /usr/lib/libc.2
#1  0xc0200bf4 in ?? () from /usr/lib/libc.2

How can I isolate the problem further?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* gcc3.0.1/HPUX
  2002-02-08  5:10 gcc3.0.1/HPUX thomas.porschberg
@ 2002-02-09  2:17 ` thomas.porschberg
  0 siblings, 0 replies; 2+ messages in thread
From: thomas.porschberg @ 2002-02-09  2:17 UTC (permalink / raw)
  To: thomas.porschberg; +Cc: gcc-help

thomas.porschberg@osp-dd.de writes:
 > 
 > I wrote a typical batch program with gcc3.0.1 on HPUX which runs a
 > relatively long time, say about 3 hours.
 > The programs reads data units from a file and put the data in a database.
 > Curious, sometimes it "hangs". This means I see the assoziated process,
 > the process does not cause load on the machine, the program is not
 > blocked by database locks.
 > If I attach to the process with GNU gdb (5.0) and do a "info stack"
 > I see only
 > 
 > #0  0xc01f4c40 in ?? () from /usr/lib/libc.2
 > #1  0xc0200bf4 in ?? () from /usr/lib/libc.2
 > 
 > How can I isolate the problem further?

Okay, I run the program on a linux machine,
- compiler - gcc3.0.1 too
- same input data
- same database

no error!

Could this be a bug in the version for HPUX ?
I'am a little bit hopeless about the further procedure.
I could trim my input data to a relatively small count. The error
does not occur then. But how to interpret the two debug lines ?
Why I do not see the whole stack?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-09  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-08  5:10 gcc3.0.1/HPUX thomas.porschberg
2002-02-09  2:17 ` gcc3.0.1/HPUX thomas.porschberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).