unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
@ 2008-11-08  9:33 ` B. Smith-Mannschott
  2008-11-09  3:12   ` Stefan Monnier
  2008-11-10  2:20   ` bug#1317: marked as done (23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: B. Smith-Mannschott @ 2008-11-08  9:33 UTC (permalink / raw)
  To: emacs-pretest-bug

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







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
  2008-11-08  9:33 ` bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs B. Smith-Mannschott
@ 2008-11-09  3:12   ` Stefan Monnier
  2008-11-09  3:20     ` Processed: " Emacs bug Tracking System
  2008-11-10  2:20   ` bug#1317: marked as done (23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs) Emacs bug Tracking System
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-11-09  3:12 UTC (permalink / raw)
  To: B. Smith-Mannschott; +Cc: 1317

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Processed: Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
  2008-11-09  3:12   ` Stefan Monnier
@ 2008-11-09  3:20     ` Emacs bug Tracking System
  0 siblings, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2008-11-09  3:20 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs Bugs, ns #1317

Processing commands for control@emacsbugs.donarmstrong.com:

> reassign 1317 emacs,ns
bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Warning: Unknown package 'ns'
Warning: Unknown package 'ns'
bug reassigned from package `emacs,ns' to `emacs,ns'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1317: marked as done (23.0.60; mouse-over outline marker in  org-mode kills --with-ns emacs)
  2008-11-08  9:33 ` bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs B. Smith-Mannschott
  2008-11-09  3:12   ` Stefan Monnier
@ 2008-11-10  2:20   ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2008-11-10  2:20 UTC (permalink / raw)
  To: Stefan Monnier

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]


Your message dated Sun, 09 Nov 2008 21:10:45 -0500
with message-id <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
has caused the Emacs bug report #1317,
regarding 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1317: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1317
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6142 bytes --]

From: "B. Smith-Mannschott" <benpsm@gmail.com>
To: emacs-pretest-bug@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
Message-ID: <24ED5CB2-419A-43B9-8BA9-0C67C139DFBF@gmail.com>

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




[-- Attachment #3: Type: message/rfc822, Size: 2051 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "B. Smith-Mannschott" <benpsm@gmail.com>
Cc: 1317-done@emacsbugs.donarmstrong.com
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
Message-ID: <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>

> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-10  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>
2008-11-08  9:33 ` bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs B. Smith-Mannschott
2008-11-09  3:12   ` Stefan Monnier
2008-11-09  3:20     ` Processed: " Emacs bug Tracking System
2008-11-10  2:20   ` bug#1317: marked as done (23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs) Emacs bug Tracking System

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