public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: The Cygwin Mailing List <cygwin@cygwin.com>
Subject: Re: setup-x86.exe v2.893 has stopped working
Date: Wed, 03 Oct 2018 16:53:00 -0000	[thread overview]
Message-ID: <45a0d76c-67c0-8a0d-e30a-2d022e8b80f5@dronecode.org.uk> (raw)
In-Reply-To: <CAFWoy7FCi+SOTJKV_R6P0mf+sqwACWeZOWqGyLw-RwW4Tk4ACg@mail.gmail.com>

On 03/10/2018 16:40, Keith Christian wrote:
> Finished building setup.exe using the
> http://sourceware.org/git/cygwin-apps/setup.git source.
> 
> 10/03/2018  07:45 AM        23,423,478 setup-2.893.x86.dbg
> 10/03/2018  08:57 AM        29,231,233 setup.exe  (version
> 2.893-3-ge084ed (32 bit)) in the splash screen.
> 
> setup.exe aborts at approximately the same point, while parsing
> setup.ini.  When it aborts I see a windows dialog box offering to send
> Microsoft more info about the problem, which I denied.
> 
> To proceed, I need a bit of help in the basics of gdb to continue
> troubleshooting.

If you've build setup.exe from source using the default make target 
(i.e. 'make' rather than 'make strip' or 'make upx'), then the built 
executable is unstripped and contains symbols (so you don't need the 
.dbg file; which corresponds to a different build in any case...)

Something like the following should work:

gdb setup.exe
run
[reproduce crash]
bt full

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2018-10-03 16:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-02 16:12 Keith Christian
2018-10-02 17:32 ` Marco Atzeri
2018-10-02 18:48   ` Keith Christian
2018-10-02 19:24     ` cyg Simple
2018-10-03 13:49       ` Keith Christian
2018-10-02 19:36     ` Ken Brown
2018-10-02 20:30       ` Jon Turney
2018-10-03 13:55         ` Keith Christian
2018-10-03 14:03           ` Marco Atzeri
2018-10-03 15:40             ` Keith Christian
2018-10-03 16:53               ` Jon Turney [this message]
2018-10-03 16:54           ` Jon Turney
2018-10-03 22:32             ` Keith Christian
2018-10-04 18:43               ` Jon Turney
2018-10-05  3:07                 ` Keith Christian
2018-10-13 18:19                   ` Jon Turney

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=45a0d76c-67c0-8a0d-e30a-2d022e8b80f5@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=cygwin@cygwin.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).