unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: NT Emacs crashes when selecting a menubar item
Date: Thu, 25 Jul 2002 12:07:18 -0600 (MDT)	[thread overview]
Message-ID: <200207251807.g6PI7I907645@aztec.santafe.edu> (raw)
In-Reply-To: <3D3EF831.3040008@dponce.com> (message from David Ponce on Wed, 24 Jul 2002 20:55:45 +0200)

The widget_value structures are not Lisp data; they are explicitly
allocated and freed.  So I don't think GC is responsible for this.
It appears to me that ASCII text got written throughout the
last real widget_value structure encountered:

        int help = 875524,
        Boolean enabled = 'H',
        Boolean selected = 'i',
        enum button_type button_type = 1751607660,
        Boolean title = 't',
        struct _widget_value * contents = 0x6374616d,
        XtPointer call_data = 0x20646568,
        struct _widget_value * next = 0x746e7953

This appears to say "Hilight" and "matched Synt".
(I suspect there are three other characters in between them
that did not show up in this output.)

The value of `help' is peculiar since it does not translate
into ASCII text, and yet it does not seem like a valid value
to be there (it would normally be a Lisp string object).

One interesting question is what data is in core before the start of
this object.  Is any ASCII text present there?

  reply	other threads:[~2002-07-25 18:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-24 18:55 NT Emacs crashes when selecting a menubar item David Ponce
2002-07-25 18:07 ` Richard Stallman [this message]
2002-07-26 12:30   ` David Ponce
2002-07-27 18:52     ` Richard Stallman
2002-07-28 16:56       ` David Ponce
2002-07-29 17:30         ` Richard Stallman
2002-07-29 18:16           ` David Ponce
2002-07-30 18:46             ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-07-30 11:28 David PONCE
     [not found] <3D2A791A00A0862A@mel-rta9.wanadoo.fr>
2002-07-31 21:57 ` Richard Stallman
2002-07-31 22:37   ` David Ponce
2002-08-01  7:54 jasonr
2002-08-01 11:39 David PONCE

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200207251807.g6PI7I907645@aztec.santafe.edu \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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