all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Juanma Barranquero <lekktu@gmail.com>,
	lennart.borgman@gmail.com, emacs-pretest-bug@gnu.org
Subject: Re: 23.0.60; Can't start emacs when filename contains national character
Date: Sat, 29 Mar 2008 13:21:18 +0100	[thread overview]
Message-ID: <87od8x67r5.fsf@gmx.de> (raw)
In-Reply-To: <utzipixk7.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 29 Mar 2008 14:23:04 +0300")

On 2008-03-29 12:23 +0100, Eli Zaretskii wrote:

> It looks like this is happening because expand-file-name calls egetenv
> to expand "~", but egetenv returns a unibyte string, while
> expand-file-name is not prepared for this, because it makes up its
> mind about multibyteness of the file name too early.
>
> Unless I'm missing something, the same should happen on Unix as well.
> Could someone try this on Unix or GNU system with HOME set to a
> directory with non-ASCII characters, and see if Emacs crashes there as
> well?  (This is important for me to know whether to prepare a
> Windows-only change or a change that should fix all systems.)

I've tested that.  If the directory contains a non-ASCII character,
Emacs crashes on GNU/Linux as well:

(gdb) bt
#0  abort () at emacs.c:430
#1  0x080bccb5 in multibyte_chars_in_text (ptr=0xbfe8400c "\344h", nbytes=14) at character.c:616
#2  0x0816c9c6 in make_specified_string (contents=0xbfe84000 "/home/sven/b\344h", nchars=-1, nbytes=14, multibyte=1)
    at alloc.c:2446
#3  0x0814651d in Fexpand_file_name (name=136391979, default_directory=148045091) at fileio.c:1723
#4  0x081823a2 in Ffuncall (nargs=2, args=0xbfe84108) at eval.c:3028
#5  0x081abe4c in Fbyte_code (bytestr=136391731, vector=136391748, maxdepth=<value optimized out>) at bytecode.c:679
#6  0x08181d24 in funcall_lambda (fun=136391692, nargs=1, arg_vector=0xbfe84244) at eval.c:3212
#7  0x0818213f in Ffuncall (nargs=2, args=0xbfe84240) at eval.c:3082
#8  0x081abe4c in Fbyte_code (bytestr=136470267, vector=136470284, maxdepth=<value optimized out>) at bytecode.c:679
#9  0x08181d24 in funcall_lambda (fun=136470244, nargs=0, arg_vector=0xbfe84310) at eval.c:3212
#10 0x08181f20 in apply_lambda (fun=136470244, args=137743641, eval_flag=1) at eval.c:3136
#11 0x081815d4 in Feval (form=138225021) at eval.c:2416
#12 0x0811dbf3 in top_level_2 () at keyboard.c:1379
#13 0x08180c60 in internal_condition_case (bfun=0x811dbe0 <top_level_2>, handlers=137786737, hfun=0x8122510 <cmd_error>)
    at eval.c:1494
#14 0x08121930 in top_level_1 () at keyboard.c:1387
#15 0x08180d3a in internal_catch (tag=137782737, func=0x8121900 <top_level_1>, arg=137743641) at eval.c:1230
#16 0x08122359 in command_loop () at keyboard.c:1342
#17 0x081226db in recursive_edit_1 () at keyboard.c:958
#18 0x08122811 in Frecursive_edit () at keyboard.c:1020
#19 0x081171ec in main (argc=1, argv=0xbfe849c4) at emacs.c:1784

Lisp Backtrace:
"expand-file-name" (0xbfe8410c)
"abbreviate-file-name" (0xbfe84244)
"normal-top-level" (0xbfe84310)
(gdb) 

The crash does not happen with a UTF-8 encoded non-ASCII character.

Sven




  reply	other threads:[~2008-03-29 12:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-29  2:20 23.0.60; Can't start emacs when filename contains national character Lennart Borgman (gmail)
2008-03-29  9:34 ` Juanma Barranquero
2008-03-29 11:23   ` Eli Zaretskii
2008-03-29 12:21     ` Sven Joachim [this message]
2008-03-29 13:01       ` Eli Zaretskii
2008-03-29 13:53         ` Eli Zaretskii
2008-03-29 14:45           ` Sven Joachim
2008-03-29 15:07             ` Eli Zaretskii
2008-03-29 15:31               ` Eli Zaretskii
2008-03-29 16:02                 ` Sven Joachim
2008-03-29 16:12                   ` Eli Zaretskii
2008-03-29 16:43                     ` Sven Joachim
2008-03-29 15:43               ` Lennart Borgman (gmail)
2008-03-29 15:53                 ` Eli Zaretskii
2008-03-29 17:55                   ` Lennart Borgman (gmail)
2008-03-29 18:35                     ` Eli Zaretskii
2008-03-29 19:15               ` Stefan Monnier
2008-03-29 19:47                 ` Eli Zaretskii
2008-03-29 20:22                   ` Stefan Monnier
2008-03-29 20:54                     ` Eli Zaretskii
2008-03-29 23:29                   ` YAMAMOTO Mitsuharu
2008-03-29 12:23     ` Andreas Schwab
2008-03-29 12:31       ` Sven Joachim
2008-03-29 13:20         ` Andreas Schwab
2008-03-29 13:54           ` Eli Zaretskii
2008-03-29 16:08             ` Andreas Schwab
2008-03-29 16:12               ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87od8x67r5.fsf@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=eliz@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=lennart.borgman@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.