GNU bug report logs -
#21428
24.5; Crash of emacs on OS X, installed via homebrew cask
Previous Next
Reported by: Rainer M Krug <Rainer <at> krugs.de>
Date: Mon, 7 Sep 2015 10:11:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.5
Fixed in version 25.1
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Rainer M Krug <Rainer <at> krugs.de>
>> Cc: 21428 <at> debbugs.gnu.org, mituharu+bug-gnu-emacs-mac <at> math.s.chiba-u.ac.jp
>> Date: Tue, 29 Sep 2015 10:01:56 +0200
>>
>> ,----
>> | (gdb) frame 2
>> | #2 0x000000010008e4e6 in push_prefix_prop (it=0x7fff5fbf7f18, prop=4591275764) at xdisp.c:19809
>> | 19809 eassert (it->method == GET_FROM_BUFFER
>> | (gdb) p it->sp
>> | $5 = 1
>> | (gdb) p it->stack[it->sp - 1].method
>> | $6 = GET_FROM_BUFFER
>> | (gdb) p it->stack[it->sp - 1].current
>> | $7 = {
>> | pos = {
>> | charpos = 175,
>> | bytepos = 175
>> | },
>> | overlay_string_index = -1,
>> | string_pos = {
>> | charpos = -1,
>> | bytepos = -1
>> | },
>> | dpvec_index = -1
>> | }
>> | (gdb)
>> `----
>>
>> >
>> > (gdb) pgrowx it->glyph_row
>> > (gdb) p it->object
>> > (gdb) xtype
>>
>> OK
>>
>> ,----
>> | (gdb) pgrowx it->glyph_row
>> | (gdb) p it->object
>> | $8 = 4590394133
>> | (gdb) xtype
>> | Lisp_Vectorlike
>> | PVEC_BUFFER
>> | (gdb)
>> `----
>
> In this same frame #2, what does this produce:
>
> (gdb) p prop
> (gdb) xtype
>
> If the last command says "Lisp_String", follow it with "xstring"; if
> it says "Lisp_Cons", follow it with "xcar" and "xsymbol".
,----
| (gdb) frame 2
| #2 0x000000010008e4e6 in push_prefix_prop (it=0x7fff5fbf7f18, prop=4591275764) at xdisp.c:19809
| 19809 eassert (it->method == GET_FROM_BUFFER
| (gdb) p prop
| $16 = 4591275764
| (gdb) xtype
| Lisp_String
| (gdb) xstring
| $17 = (struct Lisp_String *) 0x111a94ef0
| "* "
| (gdb)
`----
>
> Also, can you recreate the same buffer in a fresh session, and tell me
> what kind of text properties and overlays you have at or around buffer
> position 175?
175 is under an LaTeX preview in the first formula in the screenshot,
the "g" in "\begin" (or somewhere there - I continued working on the file)
,----
| #+LaTeX_header: \usepackage{amsmath} %% needed explicitely for org-preview-latex
|
| * General conditions
| The general conditions for all parametrizations are the following:
|
| \begin{equation}
| x=\sqrt{b}
| \end{equation}
`----
The face is
,----
| Face: default (sample) (customize this face)
|
| Documentation:
| Basic default face.
|
| Defined in ‘faces.el’.
|
| Family: Source Code Pro
| Foundry: nil
| Width: normal
| Height: 140
| Weight: normal
| Slant: normal
| Foreground: #333333
| DistantForeground: unspecified
| Background: #FFFFFF
| Underline: nil
| Overline: nil
| Strike-through: nil
| Box: nil
| Inverse: nil
| Stipple: nil
| Font: #<font-object -*-Source Code Pro-normal-normal-normal-*-14-*-*-*-m-0-iso10646-1>
| Fontset: -*-Source Code Pro-normal-normal-normal-*-14-*-*-*-m-0-fontset-auto1
| Inherit: nil
`----
>
> Thanks.
[Screenshot 2015-09-29 10.41.33.png (image/png, attachment)]
[Message part 3 (text/plain, inline)]
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer <at> krugs.de
Skype: RMkrug
PGP: 0x0F52F982
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.