public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Ton van Overbeek <tvoverbe@cistron.nl>
To: insight@sources.redhat.com
Cc: cywin-apps@cygwin.com
Subject: Cygwin gdb-20020411-1 crashing and an (already) proposed solution
Date: Sun, 21 Apr 2002 12:06:00 -0000	[thread overview]
Message-ID: <3.0.6.32.20020421210617.007a5a90@127.0.0.1> (raw)

While playing around with the gdb help menus recently I also got
frequent gdb crashes.
One scenario is the following:
- Start with gdb/insight on internal help.
- Bring up the global preferences and select 'Use Internet Browser ...'
  and close dialog with OK.
- Now select Help->Help Topics => Crash with an invalid page fault in
  Kernel32.dll

An other, simpler scenario which crashes most of the time is the following:
- Bring up the global preferences dialog and close it again
  by selecting cancel.
- Select an other non-gdb window on the desktop => crash.

Searching through the insight mail archives I found a message
from Ian Roxborough from 25 Feb 2002 describing exactly this
problem. See http://sources.redhat.com/ml/insight/2002-q1/msg00168.html.
The crashes have to do with using comboboxes in modal dialogs.
The proposed patch in Ian's message never made it into CVS.
With this patch to libgui/librarycombobox.tcl applied I could not
get gdb to crash any more.
The patch consists in deleting one line (wm transient ...) in
combobox.tcl. If the deletion of this line is not needed under
unix/Xwindows maybe the line could be garded with an
  if {$tcl_platform(platform) != "windows"} then { wm transient ...
After all Xwindows windowmanagers and the windowmanager in m$ windows
are completely different animals.

So I would like to ask 'the insight powers that be' to apply this
patch. It increases the stability of cygwin-gdb considerably.

Regards,

Ton van Overbeek

             reply	other threads:[~2002-04-21 19:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-21 12:06 Ton van Overbeek [this message]
2002-04-22 14:29 ` Keith Seitz

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=3.0.6.32.20020421210617.007a5a90@127.0.0.1 \
    --to=tvoverbe@cistron.nl \
    --cc=cywin-apps@cygwin.com \
    --cc=insight@sources.redhat.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).