public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* make stackdump strace?
@ 2001-09-19  9:03 Gerrit P. Haase
  2001-09-19  9:07 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Gerrit P. Haase @ 2001-09-19  9:03 UTC (permalink / raw)
  To: cygwin

Hi all,

i've straced a make distclean session where a make stackdump happens
more often as usual. The process never terminated.
I was away for an hour and have a logfile with 700MB now:)

The last few lines show that there is a loop.
Now I'm not very familiar with interpreting this so I post it now:

[...]
  132 -1825475799 [sig] make 781 wait_sig: looping
  135 -1825475664 [sig] make 781 wait_sig: awake
  131 -1825475533 [sig] make 781 wait_sig: processing signal 20
  130 -1825475403 [sig] make 781 wait_sig: Got signal 20
  129 -1825475274 [sig] make 781 sig_handle: signal 20
  132 -1825475142 [sig] make 781 sig_handle: signal 20, about to call 0x40BAA8
  132 -1825475010 [sig] make 781 setup_handler: suspending mainthread
  164 -1825474846 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 1, testvalid 1
  173 -1825474673 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 0, testvalid 0
  155 -1825474518 [sig] make 781 setup_handler: couldn't send signal 20
  134 -1825474384 [sig] make 781 setup_handler: ResumeThread returned 1
  129 -1825474255 [sig] make 781 setup_handler: returning 0
  131 -1825474124 [sig] make 781 sig_handle: returning 0
  130 -1825473994 [sig] make 781 proc_subproc: args: 3, 0
  131 -1825473863 [sig] make 781 proc_subproc: looking for processes to reap
  130 -1825473733 [sig] make 781 proc_subproc: finished processing terminated/stopped child
  121 -1825473612 [sig] make 781 proc_subproc: returning 1

   92 -1825473520 [sig] make 781 wait_sig: looping
 1406 -1825472114 [sig] make 781 wait_sig: awake
  233 -1825471881 [sig] make 781 wait_sig: processing signal 20
   91 -1825471790 [sig] make 781 wait_sig: Got signal 20
   93 -1825471697 [sig] make 781 sig_handle: signal 20
   93 -1825471604 [sig] make 781 sig_handle: signal 20, about to call 0x40BAA8
   98 -1825471506 [sig] make 781 setup_handler: suspending mainthread
 1293 -1825470213 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 1, testvalid 1
  295 -1825469918 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 0, testvalid 0
 6219 -1825463699 [sig] make 781 setup_handler: couldn't send signal 20
  586 -1825463113 [sig] make 781 setup_handler: ResumeThread returned 1
  121 -1825462992 [sig] make 781 setup_handler: returning 0
   98 -1825462894 [sig] make 781 sig_handle: returning 0
  362 -1825462532 [sig] make 781 proc_subproc: args: 3, 0
  103 -1825462429 [sig] make 781 proc_subproc: looking for processes to reap
   96 -1825462333 [sig] make 781 proc_subproc: finished processing terminated/stopped child
   95 -1825462238 [sig] make 781 proc_subproc: returning 1

   95 -1825462143 [sig] make 781 wait_sig: looping
  103 -1825462040 [sig] make 781 wait_sig: awake
   94 -1825461946 [sig] make 781 wait_sig: processing signal 20
   87 -1825461859 [sig] make 781 wait_sig: Got signal 20
   91 -1825461768 [sig] make 781 sig_handle: signal 20
   93 -1825461675 [sig] make 781 sig_handle: signal 20, about to call 0x40BAA8
   93 -1825461582 [sig] make 781 setup_handler: suspending mainthread
 2453 -1825459129 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 1, testvalid 1
  496 -1825458633 [sig] make 781 interruptible: pc 0x77F990AD, h 0x77F70000, interruptible 0, testvalid 0
===terminated here.

Gerrit

-- 
=^..^=

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: make stackdump strace?
  2001-09-19  9:03 make stackdump strace? Gerrit P. Haase
@ 2001-09-19  9:07 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2001-09-19  9:07 UTC (permalink / raw)
  To: cygwin

On Wed, Sep 19, 2001 at 06:05:24PM +0200, Gerrit P. Haase wrote:
>Hi all,
>
>i've straced a make distclean session where a make stackdump happens
>more often as usual. The process never terminated.
>I was away for an hour and have a logfile with 700MB now:)
>
>The last few lines show that there is a loop.
>Now I'm not very familiar with interpreting this so I post it now:

This is not useful.  Sorry.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2001-09-19  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-19  9:03 make stackdump strace? Gerrit P. Haase
2001-09-19  9:07 ` Christopher Faylor

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).