all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Robert <adrian.b.robert@gmail.com>
To: 1435@emacsbugs.donarmstrong.com
Cc: Jason Schadel <jasons@aweber.com>
Subject: bug#1435: C-Click on a mode in the mode-line causes crash in MacOS X
Date: Fri, 23 Jan 2009 12:32:16 +0200	[thread overview]
Message-ID: <28CB4C8B-7EAD-45A4-9840-2CCD2C8167EE@gmail.com> (raw)

I still cannot reproduce it.  The only clue I can find is that the  
crash seems to be deep inside OS X's own menu code, when it  
apparently tries to send a selection to -[EmacsView
writeSelectionToPasteboard:types:].  This should only occur if a  
native services menu selection is made, however for Emacs.app we  
override the services menu with our own items, so any selection from  
the actual visible services menu goes through ns-perform-service.

In your case, it seems doing your mouse action is somehow triggering  
a call into the (hidden and overridden) original services menu.  Do  
you know why this might be?  Do you have anything unusual running on  
your Mac, such as something that automatically is active when a  
selection is made or a menu item chosen, or a certain type of mouse- 
click made, or something like that?

Anyway, I have checked in something that might at least avoid the  
crash for now, it simply stubs out the methods in question:

-writeSelectionToPasteboard:types: and -readSelectionFromPasteboard:

Let me know if this stops the crash, and if so, if any behavior that  
is normally expected (in connection with this behind-the-scenes  
service call if you know what it is) is not observed.

thanks,
Adrian







             reply	other threads:[~2009-01-23 10:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 10:32 Adrian Robert [this message]
2009-02-02 15:50 ` bug#1435: C-Click on a mode in the mode-line causes crash in MacOS X Jason Schadel
  -- strict thread matches above, loose matches on Subject: below --
2008-11-26 16:03 Jason Schadel

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=28CB4C8B-7EAD-45A4-9840-2CCD2C8167EE@gmail.com \
    --to=adrian.b.robert@gmail.com \
    --cc=1435@emacsbugs.donarmstrong.com \
    --cc=jasons@aweber.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.
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.