From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: 39207@debbugs.gnu.org, gijs@hillenius.net
Subject: bug#39207: WITH dgb symbols Re: bug#39207: 28.0.50; crash when sending gnus message
Date: Wed, 22 Jan 2020 19:37:04 +0200 [thread overview]
Message-ID: <83v9p3tmtb.fsf@gnu.org> (raw)
In-Reply-To: <m2a76fo2cb.fsf@gmail.com> (message from Robert Pluim on Wed, 22 Jan 2020 17:58:12 +0100)
> From: Robert Pluim <rpluim@gmail.com>
> Cc: gijs@hillenius.net, 39207@debbugs.gnu.org
> Date: Wed, 22 Jan 2020 17:58:12 +0100
>
> (gdb) pp BVAR(current_buffer,enable_multibyte_characters)
> t
> (gdb)
> (gdb) pp BVAR(buffer,enable_multibyte_characters)
> t
>
> Thereʼs one stray \342 in there, but the rest looks like ASCII. The
> character gnus should be trying to insert is #x2713, which is
> represented as #xE2 #x9C #x93 (\342 \234 \223), so it looks like there
> are some bytes missing.
Where's the gap start address? are you sure \342 is not inside the
gap?
Does Gnus make the buffer unibyte and then multibyte again or
something? Or maybe it uses some trick to replace a character in a
string, when it inserts the tickmark, and that trick doesn't work with
non-ASCII characters?
If nothing else gives the clue, I think the only way, albeit a hard
one, is to put a watchpoint on the address of that byte in buffer
text, and see which code inserts the byte.
next prev parent reply other threads:[~2020-01-22 17:37 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-20 16:28 bug#39207: 28.0.50; crash when sending gnus message Gijs Hillenius
2020-01-20 16:50 ` Robert Pluim
2020-01-21 9:06 ` Gijs Hillenius
2020-01-21 9:32 ` Robert Pluim
2020-01-21 9:43 ` Gijs Hillenius
2020-01-21 10:39 ` Robert Pluim
2020-01-21 10:44 ` Andreas Schwab
2020-01-21 10:46 ` Gijs Hillenius
2020-01-21 11:08 ` bug#39207: WITH dgb symbols " Gijs Hillenius
2020-01-21 13:36 ` Robert Pluim
2020-01-21 15:39 ` Eli Zaretskii
2020-01-21 16:11 ` Gijs Hillenius
2020-01-21 17:06 ` Robert Pluim
2020-01-22 7:17 ` Gijs Hillenius
2020-01-22 7:47 ` Robert Pluim
[not found] ` <87lfpzsvq5.fsf@hillenius.net>
2020-01-22 12:12 ` Robert Pluim
2020-01-22 16:13 ` Eli Zaretskii
2020-01-22 16:58 ` Robert Pluim
2020-01-22 17:37 ` Eli Zaretskii [this message]
2020-01-22 20:39 ` Robert Pluim
2020-01-22 20:57 ` Andreas Schwab
2020-01-22 21:15 ` bug#39207: WITH dgb symbols Re: bug✓39207: " Robert Pluim
2020-01-22 21:43 ` Andreas Schwab
2020-01-22 21:13 ` bug#39207: WITH dgb symbols Re: bug#39207: " Andreas Schwab
2020-01-23 7:52 ` Paul Eggert
2020-01-23 8:48 ` Robert Pluim
2020-01-23 9:02 ` Paul Eggert
2020-01-23 5:54 ` 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=83v9p3tmtb.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=39207@debbugs.gnu.org \
--cc=gijs@hillenius.net \
--cc=rpluim@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).