GNU bug report logs - #9284
24.0.50 column view in org-mode crashes emacs

Previous Next

Package: emacs;

Reported by: Skip Collins <skip.collins <at> gmail.com>

Date: Thu, 11 Aug 2011 16:07:02 UTC

Severity: normal

Found in version 24.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

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 9284 in the body.
You can then email your comments to 9284 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 owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9284; Package emacs. (Thu, 11 Aug 2011 16:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Skip Collins <skip.collins <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 11 Aug 2011 16:07:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Skip Collins <skip.collins <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50 column view in org-mode crashes emacs
Date: Thu, 11 Aug 2011 08:00:36 -0400
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.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#9284; Package emacs. (Thu, 11 Aug 2011 16:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 9284 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Skip Collins <skip.collins <at> gmail.com>
Cc: 9284 <at> debbugs.gnu.org
Subject: Re: bug#9284: 24.0.50 column view in org-mode crashes emacs
Date: Thu, 11 Aug 2011 19:40:06 +0300
> Date: Thu, 11 Aug 2011 08:00:36 -0400
> From: Skip Collins <skip.collins <at> 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 sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 12 Aug 2011 11:26:01 GMT) Full text and rfc822 format available.

Notification sent to Skip Collins <skip.collins <at> gmail.com>:
bug acknowledged by developer. (Fri, 12 Aug 2011 11:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 9284-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: skip.collins <at> gmail.com
Cc: 9284-done <at> debbugs.gnu.org
Subject: Re: bug#9284: 24.0.50 column view in org-mode crashes emacs
Date: Fri, 12 Aug 2011 14:23:08 +0300
> Date: Thu, 11 Aug 2011 19:40:06 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 9284 <at> debbugs.gnu.org
> 
> > Date: Thu, 11 Aug 2011 08:00:36 -0400
> > From: Skip Collins <skip.collins <at> 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.

Should be fixed in revision 105432 on the trunk.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Sep 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 234 days ago.

Previous Next


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