all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@gnu.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>,
	"Adrian Robert" <Adrian.B.Robert@gmail.com>
Cc: Konrad Hinsen <konrad.hinsen@fastmail.net>, 11403@debbugs.gnu.org
Subject: bug#11403: 24.0.96; Emacs crashes when ViewMail downloads IMAP messages
Date: Sat, 05 May 2012 12:06:52 +0800	[thread overview]
Message-ID: <87bom35l0j.fsf@gnu.org> (raw)
In-Reply-To: <87mx5njom7.fsf@gnu.org> (Chong Yidong's message of "Sat, 05 May 2012 11:25:20 +0800")

Without a proper backtrace, the only thing I get out of this

5   org.gnu.Emacs     ns_term_shutdown + 79 (nsterm.m:4236)
6   org.gnu.Emacs     shut_down_emacs + 192 (emacs.c:2129)
7   org.gnu.Emacs     fatal_error_signal + 295 (emacs.c:360)
8   libSystem.B.dylib _sigtramp + 26
9   libobjc.A.dylib   objc_msgSend_vtable14 + 9
10  org.gnu.Emacs     x_free_frame_resources + 215 (nsterm.m:1166)
11  org.gnu.Emacs     x_destroy_window + 25 (nsterm.m:1181)

is that the [[view window] close]; call in x_free_frame_resources
triggers a fatal object from the operating system.  Maybe there is out
of order execution going on somewhere, causing Emacs to try to interact
with the window that was just closed?  Maybe the sendEvent method in
nsterm.m needs to check if the window is valid before using it?  (Just a
shot in the dark, I don't know the ns code well.)

Jan or Adrian, could you take a look into this?  Thanks.





  reply	other threads:[~2012-05-05  4:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-04 10:17 bug#11403: 24.0.96; Emacs crashes when ViewMail downloads IMAP messages Konrad Hinsen
2012-05-04 16:08 ` Chong Yidong
2012-05-04 22:49   ` Glenn Morris
2012-05-05  3:25     ` Chong Yidong
2012-05-05  4:06       ` Chong Yidong [this message]
2012-05-05 10:42       ` Konrad Hinsen
2012-05-16 10:35         ` Konrad Hinsen

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=87bom35l0j.fsf@gnu.org \
    --to=cyd@gnu.org \
    --cc=11403@debbugs.gnu.org \
    --cc=Adrian.B.Robert@gmail.com \
    --cc=jan.h.d@swipnet.se \
    --cc=konrad.hinsen@fastmail.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.