From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: 56553@debbugs.gnu.org
Subject: bug#56553: 29.0.50; ASAN error with fringe bitmaps on NS
Date: Thu, 14 Jul 2022 15:03:36 +0200 [thread overview]
Message-ID: <m2sfn3dexj.fsf@Mini.fritz.box> (raw)
In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.5.0, NS appkit-2113.50 Version 12.4 (Build 21F79))
of 2022-07-12 built on Mini.fritz.box
Repository revision: f209650e41d59356a90b5a602abc60c6783bc7b1
This is a Spacemacs profile, with a lot of fringe bitmaps. The error
happens right after hitting 'q' on the startup screen, when the first
fringe bitmap is displayed.
thread #1: tid = 0x3d47c, 0x0000000103dc4870 libclang_rt.asan_osx_dynamic.dylib`__asan::AsanDie(), queue = 'com.apple.main-thread', stop reason = Heap buffer overflow
{
"access_size": 2,
"access_type": 0,
"address": 4402845816,
"description": "heap-buffer-overflow",
"instrumentation_class": "AddressSanitizer",
"pc": 4313240244,
"stop_type": "fatal_error"
}
frame #5: 0x000000010116d2b4 emacs`ns_define_fringe_bitmap(which=27, bits=0x00000001066e1860, h=12, w=16) at nsterm.m:2906:20
2903 /* XBM rows are always round numbers of bytes, with any unused
2904 bits ignored. */
2905 int byte = y * (w/8 + (w%8 ? 1 : 0)) + x/8;
-> 2906 bool bit = bits[byte] & (0x80 >> x%8);
2907 if (bit)
2908 [p appendBezierPathWithRect:NSMakeRect (x, y, 1, 1)];
2909 }
(lldb) p byte
(int) $22 = 12
frame #6: 0x0000000101079128 emacs`init_fringe_bitmap(which=27, fb=0x00000001066e1850, once_p=0) at fringe.c:1520:2
1517 destroy_fringe_bitmap (which);
1518
1519 if (rif && rif->define_fringe_bitmap)
-> 1520 rif->define_fringe_bitmap (which, fb->bits, fb->height, fb->width);
1521
1522 fringe_bitmaps[which] = fb;
1523 if (which >= max_used_fringe_bitmap)
(lldb) p *fb
(fringe_bitmap) $21 = {
bits = 0x00000001066e1860
height = 12
width = 16
period = 0
align = 0
dynamic = true
}
next reply other threads:[~2022-07-14 13:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-14 13:03 Gerd Möllmann [this message]
2022-07-14 13:56 ` bug#56553: 29.0.50; ASAN error with fringe bitmaps on NS Eli Zaretskii
2022-07-14 14:18 ` Gerd Möllmann
2022-07-14 14:34 ` Gerd Möllmann
2022-07-14 16:55 ` Eli Zaretskii
2022-07-14 18:25 ` Gerd Möllmann
2022-07-15 8:23 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-07-15 9:14 ` Gerd Möllmann
2022-07-15 10:37 ` Eli Zaretskii
2022-07-15 13:55 ` Gerd Möllmann
2022-07-15 13:57 ` Robert Pluim
2022-07-15 14:26 ` Eli Zaretskii
2022-07-15 14:46 ` Andreas Schwab
2022-07-15 15:10 ` Gerd Möllmann
2022-07-15 15:16 ` Gerd Möllmann
2022-07-16 7:16 ` Gerd Möllmann
2022-07-15 15:32 ` Andreas Schwab
2022-07-15 10:35 ` Eli Zaretskii
2022-07-15 10:37 ` Gerd Möllmann
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=m2sfn3dexj.fsf@Mini.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=56553@debbugs.gnu.org \
/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).