public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Chris Faylor <cygwin@sourceware.cygnus.com>
To: Ian T Zimmerman <itz@lbin.com>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: fetchmail almost works
Date: Thu, 24 Jun 1999 12:02:00 -0000	[thread overview]
Message-ID: <19990624150356.D2783@cygnus.com> (raw)
In-Reply-To: <87kjq1cm51.fsf@amazon.lbin.com>

On Thu, Jun 24, 1999 at 05:36:18PM +0000, Ian T Zimmerman wrote:
>I compiled version 4.6.4 of fetchmail.  It seems to work well (on my
>binary mount that is) but from time to time generates access
>violations.  The little binary dump in the event log report seems to
>indicate it occurs in WaitForMultipleObjects(), which I with my rusty
>knowledge of Win32 translate into select().  Is that right?
>
>I don't think I'd get anywhere systematically debugging with gdb as
>this is intermittent.  When this crash happens, a short stack trace is 
>left in my home directory, here it is:
>
>[main] fetchmail 9623 (0) exception: trapped!
>[main] fetchmail 9623 (1) exception: code 0xC0000005 at 0x407CD5
>[main] fetchmail 9623 (0) exception: ax 0x0 bx 0x9 cx 0x1201 dx 0x61061104
>[main] fetchmail 9623 (0) exception: si 0xA0374B8 di 0x0 bp 0x249FB30 sp 0x249FB00
>[main] fetchmail 9623 (0) exception: exception is: STATUS_ACCESS_VIOLATION
>
>Of course I don't expect this will be useful without some sort of load
>map.  (I can send the ooutput of "nm /usr/bin/fetchmail" if thought
>helpful).  Is there a way to produce a real core file that can be
>loaded into gdb for post mortem analysis?

It's useful enough to know that it is dying in fetchmail.  You can translate
addresses either using gdb or addr2line.

It seems very likely that you are going to have to use gdb to debug this.
There isn't much anyone can do to remotely debug something from a stack
dump.

There is no way to produce a core file via cygwin, currently.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: Chris Faylor <cygwin@sourceware.cygnus.com>
To: Ian T Zimmerman <itz@lbin.com>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: fetchmail almost works
Date: Wed, 30 Jun 1999 22:10:00 -0000	[thread overview]
Message-ID: <19990624150356.D2783@cygnus.com> (raw)
Message-ID: <19990630221000.Lle6or-2E0fCj9X_VzIbf1E7cE-_13akXyH0dl6YeXM@z> (raw)
In-Reply-To: <87kjq1cm51.fsf@amazon.lbin.com>

On Thu, Jun 24, 1999 at 05:36:18PM +0000, Ian T Zimmerman wrote:
>I compiled version 4.6.4 of fetchmail.  It seems to work well (on my
>binary mount that is) but from time to time generates access
>violations.  The little binary dump in the event log report seems to
>indicate it occurs in WaitForMultipleObjects(), which I with my rusty
>knowledge of Win32 translate into select().  Is that right?
>
>I don't think I'd get anywhere systematically debugging with gdb as
>this is intermittent.  When this crash happens, a short stack trace is 
>left in my home directory, here it is:
>
>[main] fetchmail 9623 (0) exception: trapped!
>[main] fetchmail 9623 (1) exception: code 0xC0000005 at 0x407CD5
>[main] fetchmail 9623 (0) exception: ax 0x0 bx 0x9 cx 0x1201 dx 0x61061104
>[main] fetchmail 9623 (0) exception: si 0xA0374B8 di 0x0 bp 0x249FB30 sp 0x249FB00
>[main] fetchmail 9623 (0) exception: exception is: STATUS_ACCESS_VIOLATION
>
>Of course I don't expect this will be useful without some sort of load
>map.  (I can send the ooutput of "nm /usr/bin/fetchmail" if thought
>helpful).  Is there a way to produce a real core file that can be
>loaded into gdb for post mortem analysis?

It's useful enough to know that it is dying in fetchmail.  You can translate
addresses either using gdb or addr2line.

It seems very likely that you are going to have to use gdb to debug this.
There isn't much anyone can do to remotely debug something from a stack
dump.

There is no way to produce a core file via cygwin, currently.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

  reply	other threads:[~1999-06-24 12:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-24 10:37 Ian T Zimmerman
1999-06-24 12:02 ` Chris Faylor [this message]
1999-06-30 22:10   ` Chris Faylor
1999-06-30 22:10 ` Ian T Zimmerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990624150356.D2783@cygnus.com \
    --to=cygwin@sourceware.cygnus.com \
    --cc=itz@lbin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).