unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Skip Collins <skip.collins@gmail.com>
Cc: 9284@debbugs.gnu.org
Subject: bug#9284: 24.0.50 column view in org-mode crashes emacs
Date: Thu, 11 Aug 2011 19:40:06 +0300	[thread overview]
Message-ID: <83bovvyk9l.fsf@gnu.org> (raw)
In-Reply-To: <CABUh-742RnZ-YMURBD1d9QY08jnx4oQiWOHBr7_pBA6ge86TQA@mail.gmail.com>

> Date: Thu, 11 Aug 2011 08:00:36 -0400
> From: Skip Collins <skip.collins@gmail.com>
> 
> Emacs 24.0.50 reproducibly crashes in org-mode column view. Details
> are discussed in the following two org-mode mailing list threads:
> http://thread.gmane.org/gmane.emacs.orgmode/45327
> http://thread.gmane.org/gmane.emacs.orgmode/45460
> This occurs both in Aquamacs and in Windows Emacs.

Thanks.

For the record, the recipe to reproduce the crash is very simple, no
need for all the settings shown in the threads above:

   emacs -Q
   C-x C-f orgbug.org
   M-x org-columns RET

Now try scrolling by clicking the down-arrow at the bottom of the
scroll bar -- Emacs crashes.  The backtrace (from the Windows build)
is below.  The crash happens no matter if bidi-display-reordering is
on or off, FWIW.

I will take a look at this.  Thanks for reporting the problem.


#0  w32_abort () at w32fns.c:7182
#1  0x0118eb1e in push_display_prop (it=0x82c4f0, prop=20037825)
    at xdisp.c:18066
#2  0x0118eff3 in handle_line_prefix (it=0x82c4f0) at xdisp.c:18167
#3  0x0118f625 in display_line (it=0x82c4f0) at xdisp.c:18359
#4  0x011865d0 in try_window (window=58404869, pos=..., flags=0)
    at xdisp.c:15535
#5  0x01183cd2 in redisplay_window (window=58404869, just_this_one_p=1)
    at xdisp.c:14919
#6  0x0117dbf9 in redisplay_window_1 (window=58404869) at xdisp.c:13273
#7  0x01033b1c in internal_condition_case_1 (
    bfun=0x117dbc7 <redisplay_window_1>, arg=58404869, handlers=52361950,
    hfun=0x117db6d <redisplay_window_error>) at eval.c:1538
#8  0x0117c076 in redisplay_internal () at xdisp.c:12898
#9  0x0117cfda in redisplay_preserve_echo_area (from_where=2) at xdisp.c:13073
#10 0x0109bb48 in Fredisplay (force=52377626) at dispnew.c:5983
#11 0x01037cc0 in Ffuncall (nargs=1, args=0x82f3d0) at eval.c:3009
#12 0x01124af6 in exec_byte_code (bytestr=20109937, vector=20110029,
    maxdepth=20, args_template=52377626, nargs=0, args=0x0) at bytecode.c:785
#13 0x01038c2c in funcall_lambda (fun=20109877, nargs=1, arg_vector=0x82f634)
    at eval.c:3240
#14 0x010380c7 in Ffuncall (nargs=2, args=0x82f630) at eval.c:3058
#15 0x01124af6 in exec_byte_code (bytestr=20859529, vector=20859725,
    maxdepth=20, args_template=52377626, nargs=0, args=0x0) at bytecode.c:785
#16 0x01038c2c in funcall_lambda (fun=20859501, nargs=1, arg_vector=0x82f8e4)
    at eval.c:3240
#17 0x010380c7 in Ffuncall (nargs=2, args=0x82f8e0) at eval.c:3058
#18 0x01123b23 in Fcall_interactively (function=53582330,
    record_flag=52377626, keys=52398853) at callint.c:857
#19 0x01037da0 in Ffuncall (nargs=4, args=0x82fb80) at eval.c:3016
#20 0x0103723b in call3 (fn=52542826, arg1=53582330, arg2=52377626,
    arg3=52377626) at eval.c:2809
#21 0x0101ff42 in Fcommand_execute (cmd=53582330, record_flag=52377626,
    keys=52377626, special=52377626) at keyboard.c:10274
#22 0x01006404 in command_loop_1 () at keyboard.c:1572
#23 0x01033a0c in internal_condition_case (bfun=0x100543f <command_loop_1>,
    handlers=52435354, hfun=0x1004c69 <cmd_error>) at eval.c:1493
#24 0x010050a5 in command_loop_2 (ignore=52377626) at keyboard.c:1156
#25 0x010333cc in internal_catch (tag=52433378,
    func=0x1005082 <command_loop_2>, arg=52377626) at eval.c:1247
#26 0x0100505d in command_loop () at keyboard.c:1135
#27 0x01004627 in recursive_edit_1 () at keyboard.c:756
#28 0x01004949 in Frecursive_edit () at keyboard.c:820
#29 0x010027be in main (argc=2, argv=0xa32790) at emacs.c:1705





  reply	other threads:[~2011-08-11 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11 12:00 bug#9284: 24.0.50 column view in org-mode crashes emacs Skip Collins
2011-08-11 16:40 ` Eli Zaretskii [this message]
2011-08-12 11:23   ` Eli Zaretskii

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=83bovvyk9l.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=9284@debbugs.gnu.org \
    --cc=skip.collins@gmail.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 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).