GNU bug report logs - #1317
23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs

Previous Next

Packages: ns, emacs;

Reported by: "B. Smith-Mannschott" <benpsm <at> gmail.com>

Date: Sat, 8 Nov 2008 09:40:04 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1317 in the body.
You can then email your comments to 1317 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1317; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "B. Smith-Mannschott" <benpsm <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "B. Smith-Mannschott" <benpsm <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Date: Sat, 8 Nov 2008 10:33:44 +0100
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org  
mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



I'm building emacs from CVS on Mac OS X (actually the git mirror of  
same at
git.svn.gnu.org).

Given an org-mode buffer:

* first level
** second level

When I pass over one of the outline level indicators (i.e. **) with
the mouse emacs dies instantly.

- This only occurs in the with-ns build.
- Emacs on X11 does not exhibit this problem (same sources, same  
machine).
  (It also doesn't occur with the (considerably older) CarbonEmacs.)
- It does not occur in outline-mode
- It occurs only in org-mode, as far as I can tell.
  (Nevertheless, I suspect a problem with the new nextstep/cocoa
  windowing code. It doesn't seem to me that anything that org-mode
  does should be able to outright kill emacs.)

Are you already aware of this problem?  If not, what can I do to help
you narrow it down?



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.3 (i386-apple-darwin9.5.0, NS apple-appkit-949.35)
 of 2008-11-07 on Meheadable.local
Windowing system distributor `Apple', version  
97.112.112.108.101.45.97.112.112.107.105.116.45.57.52.57.46.51.53
configured using `configure  '--with-ns' '--disable-ns-self-contained'  
'--prefix=/usr/local''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  openwith-mode: t
  global-hl-line-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  global-auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
Warning: arch-dependent data dir (/Users/bsmith/vc/git/emacs/mac/ 
nextstep/Emacs.app/Contents/MacOS/libexec/emacs/23.0.60/i386-apple- 
darwin9.5.0/) does not exist.

Loading /Users/bsmith/.emacs.d/init.el (source)...
Loading /Users/bsmith/.emacs.d/custom.el (source)...
Loading hl-line...done
Loading /Users/bsmith/.emacs.d/custom.el (source)...done
Loading vc-git...done
Loading /Users/bsmith/.emacs.d/init.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.





bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 08 Nov 2008 19:50:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com:
bug#1317; Package emacs,ns. Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com. Full text and rfc822 format available.

Message #12 received at 1317 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "B. Smith-Mannschott" <benpsm <at> gmail.com>
Cc: 1317 <at> debbugs.gnu.org
Subject: Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Date: Sat, 08 Nov 2008 22:12:29 -0500
reassign 1317 emacs,ns
thanks

> I'm building emacs from CVS on Mac OS X (actually the git mirror of same at
> git.svn.gnu.org).

> Given an org-mode buffer:

> * first level
> ** second level

> When I pass over one of the outline level indicators (i.e. **) with
> the mouse emacs dies instantly.

Please run Emacs under GDB (from the emacs/src directory so it loads the
.gdbinit file) and show us a backtrace.  You may also provide the output
of `xbacktrace'.  If you can compile with "-O0 -g" that will give more
reliable debugging info, of course.  Also set emacs/etc/DEBUG for some
useful info about how to debug such problems.

        Stefan




bug reassigned from package `emacs,ns' to `emacs,ns'. Request was from Stefan Monnier <monnier <at> iro.umontreal.ca> to control <at> emacsbugs.donarmstrong.com. (Sun, 09 Nov 2008 03:20:04 GMT) Full text and rfc822 format available.

Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "B. Smith-Mannschott" <benpsm <at> gmail.com>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #19 received at 1317-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "B. Smith-Mannschott" <benpsm <at> gmail.com>
Cc: 1317-done <at> debbugs.gnu.org
Subject: Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Date: Sun, 09 Nov 2008 21:10:45 -0500
> I didn't try all possible combinations of these values, but enough of
> them to convince myself that I can no longer reproduce the
> trouble. It's frustrating, having already waited 2 weeks before
> reporting them problem.  But really, I'm just happy it works.

Wonderful.


        Stefan




bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 08 Dec 2008 15:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.