GNU bug report logs -
#716
23.0.60; opening tgz file causes emacs crash
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 716 in the body.
You can then email your comments to 716 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#716
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
robert marshall <robert.marshall <at> tnei.co.uk>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
If I open a tgz (tar and gzipped file) in emacs it immediately crashes
(giving the windows emacs abort dialog)
The file I used to test this was
http://download.savannah.gnu.org/releases/viewmail/vm-8.0.11-581.tgz
but the problem seemed to occur for other tgz files
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/tmp/emacs/etc/DEBUG for instructions.
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
of 2008-08-01 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ENG
value of $XMODIFIERS: nil
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: Fundamental
Minor modes in effect:
recentf-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
bug reassigned from package `emacs' to `emacs,w32'.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Fri, 15 Aug 2008 00:50:03 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonrumney <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #12 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
robert marshall wrote:
> If I open a tgz (tar and gzipped file) in emacs it immediately crashes
> (giving the windows emacs abort dialog)
In trying to debug this, I think I have found where it is going wrong,
but I have no idea why and how to debug the relevant bytecode. It could
be a sign of the byte compilation going wrong on Windows (line-end or
other coding problems?), or a bug in Fbytecode somewhere (which is only
affecting Windows for some reason). The stack trace when debugging
includes the following:
#8 0x010a5e65 in Finsert (nargs=2, args=0x0) at editfns.c:2224
#9 0x0115795b in Fbyte_code (bytestr=48986435, vector=49414916,
maxdepth=48)
at bytecode.c:1265
#10 0x01023232 in funcall_lambda (fun=49839780, nargs=0,
arg_vector=0x82d854)
at eval.c:3229
#11 0x01022d11 in Ffuncall (nargs=1, args=0x82d850) at eval.c:3088
In frame #11, args[0] is tar-summarize-buffer, so at that point all
appears normal.
By frame #8 things have clearly gone wrong. How did args become a NULL
pointer, yet there are 2 args?
Currently I don't have access to a GNU/Linux machine to try a copy of
tar-mode.elc compiled there. Can someone else with access to both
platforms try that? To reproduce the bug, you need to open a tar file in
Emacs (trunk) maybe a few times (the most I have had to open one before
triggering the bug is 3 times, but often it happens first time).
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #17 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Jason Rumney wrote:
> In trying to debug this, I think I have found where it is going wrong
On further investigation, I think I was seeing symptoms of the problem
(smashed stack), not the cause. The NULL argument I observed was
inconsistent with the next stack frame up, where the same argument was
perfectly valid.
The problem starts to occur with version 1.126 of lisp/tar-mode.el. This
version contained a rewrite to use separate unibyte and multibyte
buffers rather than switching between them in the same buffer. I think
something is going wrong here - a possible problems is that the buffer
where the crash occurs has a buffer-file-coding-system of
iso-latin-1-dos, but my tar program outputs unix line ends (checked by
redirecting output to a file, and letting Emacs auto-detect line ends in
that file).
Merged 716 805.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Sat, 30 Aug 2008 08:55:04 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #24 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
I've managed to reduce this to a small test case that shows that the bug
is in new function buffer-swap-text.
Create the following new buffers:
---- test1.txt ----
This is buffer 1
(buffer-swap-text "test2.txt")
---- test2.txt ----
This is buffer 2
(buffer-swap-text "test2.txt")
After creating these buffers, switch to test1.txt buffer and press C-x
C-e at the end of the second line.
This works fine, and you can swap the two buffers without problem
repeatedly.
Now, still in test1.txt buffer, C-x RET f binary
Now try C-x C-e on the second line again. Perhaps not on the first try,
but sooner or later Emacs crashes.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #29 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Jason Rumney wrote:
> (buffer-swap-text "test2.txt")
Should be (buffer-swap-text (get-buffer "test2.txt"))
I've also found that the crash only happens if buffer-swap-text is
called from the binary buffer, and only if the other buffer is not binary.
bug reassigned from package `emacs,w32' to `emacs'.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 04 Sep 2008 23:15:07 GMT)
Full text and
rfc822 format available.
bug reassigned from package `emacs' to `emacs'.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Thu, 04 Sep 2008 23:15:07 GMT)
Full text and
rfc822 format available.
Merged 716 805 891.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Fri, 05 Sep 2008 00:35:03 GMT)
Full text and
rfc822 format available.
Disconnected #891 from all other report(s).
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Fri, 05 Sep 2008 10:05:12 GMT)
Full text and
rfc822 format available.
Merged 716 805 899.
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Sat, 06 Sep 2008 14:25:05 GMT)
Full text and
rfc822 format available.
bug reassigned from package `emacs' to `emacs,w32'.
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Sun, 07 Sep 2008 19:00:05 GMT)
Full text and
rfc822 format available.
Merged 716 805 899 1088.
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 06 Oct 2008 19:05:06 GMT)
Full text and
rfc822 format available.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Geoff Gole" <geoffgole <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #48 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
I can reliably get a crash without changing coding systems:
(progn
(buffer-swap-text (generate-new-buffer "test"))
(insert (make-string 128 ?a)))
(progn
(buffer-swap-text (generate-new-buffer "test"))
(garbage-collect))
All the crashes I've seen with tar-mode or
buffer-swap-text end up hitting the same call to abort in
r_re_alloc().
Backtraces for the above lisp fragments (same order):
(gdb) bt
#0 w32_abort () at w32fns.c:7279
#1 0x01137df8 in r_re_alloc (ptr=0x2a27008, size=2129) at ralloc.c:1028
#2 0x0106ed4e in enlarge_buffer_text (b=0x2a27000, delta=2108) at
buffer.c:5065
#3 0x010fe25e in make_gap_larger (nbytes_added=2108) at insdel.c:526
#4 0x010ff949 in insert_from_string_1 (string=47277539, pos=0, pos_byte=0,
nchars=128, nbytes=128, inherit=0, before_markers=44199944) at
insdel.c:1107
#5 0x01100da6 in insert_from_string (string=47277539, pos=0, pos_byte=0,
length=128,
length_byte=0, inherit=44199944) at insdel.c:1048
#6 0x0108d79c in general_insert_function (insert_func=0x1100fac <insert>,
insert_from_string_func=0x1100d3b <insert_from_string>, inherit=0,
nargs=1,
args=0x82f3e0) at editfns.c:2184
#7 0x0108d86c in Finsert (nargs=0, args=0x0) at editfns.c:2228
#8 0x0100b364 in Feval (form=19643352) at eval.c:2378
#9 0x0100b632 in Fprogn (args=0) at eval.c:449
#10 0x0100b42b in Feval (form=18325836) at eval.c:2322
#11 0x0100be38 in Ffuncall (nargs=2, args=0x1179ef0) at eval.c:3044
#12 0x01111e63 in Fbyte_code (bytestr=0, vector=8582708, maxdepth=1) at
bytecode.c:678
#13 0x0100b722 in funcall_lambda (fun=18972820, nargs=1,
arg_vector=0x82f774)
at eval.c:3231
#14 0x0100bc17 in Ffuncall (nargs=2, args=0x1218094) at eval.c:3101
#15 0x01111e63 in Fbyte_code (bytestr=0, vector=8583024, maxdepth=1) at
bytecode.c:678
#16 0x0100b722 in funcall_lambda (fun=18973068, nargs=1,
arg_vector=0x82f8b4)
at eval.c:3231
#17 0x0100bc17 in Ffuncall (nargs=2, args=0x121818c) at eval.c:3101
#18 0x01111e63 in Fbyte_code (bytestr=0, vector=8583344, maxdepth=1) at
bytecode.c:678
#19 0x0100b722 in funcall_lambda (fun=18971276, nargs=0,
arg_vector=0x82fa24)
at eval.c:3231
#20 0x0100bc17 in Ffuncall (nargs=1, args=0x1217a8c) at eval.c:3101
#21 0x0100d37f in apply1 (fn=53934297, arg=0) at eval.c:2785
#22 0x0110fdc5 in Fcall_interactively (function=53934297,
record_flag=44161025,
keys=44194564) at callint.c:389
#23 0x0100be11 in Ffuncall (nargs=4, args=0x12bf728) at eval.c:3050
#24 0x0100bfe9 in call3 (fn=0, arg1=0, arg2=0, arg3=0) at eval.c:2870
#25 0x01056cb9 in Fcommand_execute (cmd=53934297, record_flag=44161025,
keys=0,
special=44161025) at keyboard.c:10333
#26 0x0105e4e5 in command_loop_1 () at keyboard.c:1880
#27 0x01009f9e in internal_condition_case (bfun=0x105e180 <command_loop_1>,
handlers=44224777, hfun=0x105772c <cmd_error>) at eval.c:1511
#28 0x01051cba in command_loop_2 () at keyboard.c:1338
#29 0x01009ed3 in internal_catch (tag=0, func=0x1051c97 <command_loop_2>,
arg=44161025)
at eval.c:1247
#30 0x01051ac7 in command_loop () at keyboard.c:1317
#31 0x01051b60 in recursive_edit_1 () at keyboard.c:942
#32 0x01051c81 in Frecursive_edit () at keyboard.c:1004
#33 0x01002e36 in main (argc=1, argv=0xa427b8) at emacs.c:1777
Lisp Backtrace:
"insert" (0x82f3e0)
"progn" (0x82f518)
"eval" (0x82f638)
"eval-last-sexp-1" (0x82f774)
"eval-last-sexp" (0x82f8b4)
"eval-print-last-sexp" (0x82fa24)
"call-interactively" (0x82fc04)
(gdb)
(gdb) bt
#0 w32_abort () at w32fns.c:7279
#1 0x01137df8 in r_re_alloc (ptr=0x2d56008, size=100) at ralloc.c:1028
#2 0x0106ed4e in enlarge_buffer_text (b=0x2d56000, delta=-1979) at
buffer.c:5065
#3 0x010fe38a in make_gap_smaller (nbytes_removed=-1979) at insdel.c:600
#4 0x01065cab in Fgarbage_collect () at alloc.c:5022
#5 0x0100b383 in Feval (form=18331376) at eval.c:2372
#6 0x0100b632 in Fprogn (args=0) at eval.c:449
#7 0x0100b42b in Feval (form=18325836) at eval.c:2322
#8 0x0100be38 in Ffuncall (nargs=2, args=0x1179ef0) at eval.c:3044
#9 0x01111e63 in Fbyte_code (bytestr=0, vector=8582708, maxdepth=1) at
bytecode.c:678
#10 0x0100b722 in funcall_lambda (fun=18972820, nargs=1,
arg_vector=0x82f774)
at eval.c:3231
#11 0x0100bc17 in Ffuncall (nargs=2, args=0x1218094) at eval.c:3101
#12 0x01111e63 in Fbyte_code (bytestr=0, vector=8583024, maxdepth=1) at
bytecode.c:678
#13 0x0100b722 in funcall_lambda (fun=18973068, nargs=1,
arg_vector=0x82f8b4)
at eval.c:3231
#14 0x0100bc17 in Ffuncall (nargs=2, args=0x121818c) at eval.c:3101
#15 0x01111e63 in Fbyte_code (bytestr=0, vector=8583344, maxdepth=1) at
bytecode.c:678
#16 0x0100b722 in funcall_lambda (fun=18971276, nargs=0,
arg_vector=0x82fa24)
at eval.c:3231
#17 0x0100bc17 in Ffuncall (nargs=1, args=0x1217a8c) at eval.c:3101
#18 0x0100d37f in apply1 (fn=53934297, arg=0) at eval.c:2785
#19 0x0110fdc5 in Fcall_interactively (function=53934297,
record_flag=44161025,
keys=44194564) at callint.c:389
#20 0x0100be11 in Ffuncall (nargs=4, args=0x12bf728) at eval.c:3050
#21 0x0100bfe9 in call3 (fn=0, arg1=0, arg2=0, arg3=0) at eval.c:2870
#22 0x01056cb9 in Fcommand_execute (cmd=53934297, record_flag=44161025,
keys=0,
special=44161025) at keyboard.c:10333
#23 0x0105e4e5 in command_loop_1 () at keyboard.c:1880
#24 0x01009f9e in internal_condition_case (bfun=0x105e180 <command_loop_1>,
handlers=44224777, hfun=0x105772c <cmd_error>) at eval.c:1511
#25 0x01051cba in command_loop_2 () at keyboard.c:1338
#26 0x01009ed3 in internal_catch (tag=0, func=0x1051c97 <command_loop_2>,
arg=44161025)
at eval.c:1247
#27 0x01051ac7 in command_loop () at keyboard.c:1317
#28 0x01051b60 in recursive_edit_1 () at keyboard.c:942
#29 0x01051c81 in Frecursive_edit () at keyboard.c:1004
#30 0x01002e36 in main (argc=1, argv=0xa427b8) at emacs.c:1777
Lisp Backtrace:
"garbage-collect" (0x82f420)
"progn" (0x82f518)
"eval" (0x82f638)
"eval-last-sexp-1" (0x82f774)
"eval-last-sexp" (0x82f8b4)
"eval-print-last-sexp" (0x82fa24)
"call-interactively" (0x82fc04)
(gdb)
[Message part 2 (text/html, inline)]
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Magnus Henoch <mange <at> freemail.hu>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #53 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Geoff Gole" <geoffgole <at> gmail.com> writes:
> I can reliably get a crash without changing coding systems:
>
> (progn
> (buffer-swap-text (generate-new-buffer "test"))
> (insert (make-string 128 ?a)))
>
> (progn
> (buffer-swap-text (generate-new-buffer "test"))
> (garbage-collect))
I can confirm that either of these give a crash on NetBSD/powerpc, so
the problem might not be Windows-specific.
Magnus
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Juanma Barranquero" <lekktu <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #58 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Mon, Sep 1, 2008 at 13:19, Jason Rumney <jasonr <at> gnu.org> wrote:
> I've also found that the crash only happens if buffer-swap-text is called
> from the binary buffer, and only if the other buffer is not binary.
I cannot reproduce this bug with your test case; however, the crash
opening .tar.gz files is still there.
Juanma
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Stefan Monnier <monnier <at> IRO.UMontreal.CA>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #63 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
> I can reliably get a crash without changing coding systems:
> (progn
> (buffer-swap-text (generate-new-buffer "test"))
> (insert (make-string 128 ?a)))
> (progn
> (buffer-swap-text (generate-new-buffer "test"))
> (garbage-collect))
I cannot seem to reproduce it here, tho I'm not 100% sure how you run
the above code. Could you give a more detailed recipe, starting from
"emacs -Q" and showing whether you use M-: or C-x C-e, ... ?
Stefan
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
jasonr <at> f2s.com
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #68 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Quoting Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
> > I can reliably get a crash without changing coding systems:
> > (progn
> > (buffer-swap-text (generate-new-buffer "test"))
> > (insert (make-string 128 ?a)))
I get a crash at this point using C-x C-e on this line as the first activity in
emacs -Q, after pasting the above into *scratch* and removing the > quotations.
> > (progn
> > (buffer-swap-text (generate-new-buffer "test"))
> > (garbage-collect))
>
> I cannot seem to reproduce it here, tho I'm not 100% sure how you run
> the above code. Could you give a more detailed recipe, starting from
> "emacs -Q" and showing whether you use M-: or C-x C-e, ... ?
Can you reproduce it by evaluating the following first:
(set-default-coding-systems 'iso-latin-1-dos)
Possibly not, as setting the coding systems to ...-unix does not make the
problem go away for me, and the user who saw the bug on NetBSD/powerpc did not
report doing anything special like this to trigger the bug.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #73 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
>> > I can reliably get a crash without changing coding systems:
>> > (progn
>> > (buffer-swap-text (generate-new-buffer "test"))
>> > (insert (make-string 128 ?a)))
> I get a crash at this point using C-x C-e on this line as the first
> activity in emacs -Q, after pasting the above into *scratch* and
> removing the > quotations.
> Can you reproduce it by evaluating the following first:
> (set-default-coding-systems 'iso-latin-1-dos)
No, that doesn't help. I'm still not able to reproduce it.
Stefan
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
jasonr <at> f2s.com
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #78 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Quoting Stefan Monnier <monnier <at> iro.umontreal.ca>:
> >> > I can reliably get a crash without changing coding systems:
> >> > (progn
> >> > (buffer-swap-text (generate-new-buffer "test"))
> >> > (insert (make-string 128 ?a)))
> > I get a crash at this point using C-x C-e on this line as the first
> > activity in emacs -Q, after pasting the above into *scratch* and
> > removing the > quotations.
> > Can you reproduce it by evaluating the following first:
> > (set-default-coding-systems 'iso-latin-1-dos)
>
> No, that doesn't help. I'm still not able to reproduce it.
Since the crashes seem to be happening when the swapped buffers are subsequently
displayed, how about trying different font backends, for example:
emacs -Q -xrm Emacs.fontBackend:x
Not sure what font backend the user on NetBSD/powerpc was using, but there might
be something that the xft font backend does that buffer-swap-text is relying on
which the w32 and one of the x font backends are not doing correctly.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Geoff Gole" <geoffgole <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #83 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
> I cannot seem to reproduce it here, tho I'm not 100% sure how you run
> the above code. Could you give a more detailed recipe, starting from
> "emacs -Q" and showing whether you use M-: or C-x C-e, ... ?
As I recall I started from an emacs -Q, pasted the code into
*scratch*, and hit C-j.
Currently I'm on a different version of emacs to the one in which
I observed the crashes:
GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of
2008-11-22 on elegiac, modified by Debian
And with this emacs I can't reproduce the bug.
> Not sure what font backend the user on NetBSD/powerpc was using, but there might
> be something that the xft font backend does that buffer-swap-text is relying on
> which the w32 and one of the x font backends are not doing correctly.
If it's the font backend, then perhaps I won't see the crash with
an emacs -nw -Q. I'll try and test this.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #88 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Geoff Gole wrote:
> If it's the font backend, then perhaps I won't see the crash with
> an emacs -nw -Q. I'll try and test this.
>
Good point. I can reproduce it with emacs -nw -Q, so it is not the font
backend.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Geoff Gole" <geoffgole <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #93 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
>
> Good point. I can reproduce it with emacs -nw -Q, so it is not the font
> backend.
>
Yes, I can reproduce it with -nw -Q as well (under Windows).
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
:
bug#716
; Package
emacs,w32
.
Full text and
rfc822 format available.
Acknowledgement sent to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, don <at> donarmstrong.com
.
Full text and
rfc822 format available.
Message #98 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
>> Good point. I can reproduce it with emacs -nw -Q, so it is not the font
>> backend.
> Yes, I can reproduce it with -nw -Q as well (under Windows).
Still no "luck" for me,
Stefan
Severity set to `grave' from `normal'
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 09 Dec 2008 14:50:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Tue, 23 Dec 2008 12:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Tue, 23 Dec 2008 12:50:04 GMT)
Full text and
rfc822 format available.
Message #105 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Stefan Monnier wrote:
>> I can reliably get a crash without changing coding systems:
>> (progn
>> (buffer-swap-text (generate-new-buffer "test"))
>> (insert (make-string 128 ?a)))
>>
>> (progn
>> (buffer-swap-text (generate-new-buffer "test"))
>> (garbage-collect))
>>
>
> I cannot seem to reproduce it here, tho I'm not 100% sure how you run
> the above code. Could you give a more detailed recipe, starting from
> "emacs -Q" and showing whether you use M-: or C-x C-e, ... ?
>
One possible variable here is the way that buffer space is allocated. On
Windows, it seems REL_ALLOC is defined. I presume GNU/Linux defines
USE_MMAP_FOR_BUFFERS which would cause it to take a different code path
around the point where we see a crash on Windows, and as Magnus Henoch
saw on NetBSD/powerpc also (though we don't have a stack trace for that
crash, so can't tell for sure it is crashing in the same place).
Magnus, does src/config.h have either of these constants defined on your
NetBSD/powerpc machine? A third possibility if neither of those are
defined is that xmalloc/xfree/xrealloc are used.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Tue, 23 Dec 2008 14:55:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Tue, 23 Dec 2008 14:55:05 GMT)
Full text and
rfc822 format available.
Message #110 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
Jason Rumney wrote:
> One possible variable here is the way that buffer space is allocated.
> On Windows, it seems REL_ALLOC is defined. I presume GNU/Linux defines
> USE_MMAP_FOR_BUFFERS which would cause it to take a different code
> path around the point where we see a crash on Windows, and as Magnus
> Henoch saw on NetBSD/powerpc also (though we don't have a stack trace
> for that crash, so can't tell for sure it is crashing in the same place).
The following patch seems to fix the problem, does it look correct to
others who might understand ralloc.c and buffer_swap_text better than I do?
[bug716.diff (text/plain, inline)]
Index: buffer.c
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.c,v
retrieving revision 1.575
diff -r1.575 buffer.c
2184a2185,2189
> #ifdef REL_ALLOC
> extern void r_alloc_prepare_to_swap_pointers P_ ((POINTER_TYPE **,
> POINTER_TYPE **));
> #endif
>
2222a2228,2232
> #ifdef REL_ALLOC
> r_alloc_prepare_to_swap_pointers (¤t_buffer->own_text.beg,
> &other_buffer->own_text.beg);
> #endif
>
Index: ralloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/ralloc.c,v
retrieving revision 1.69
diff -r1.69 ralloc.c
1225a1226,1248
> /* Swap relocatable data between two pointers.
> This is used by buffer_swap_text. Since buffer_swap_text swaps the
> whole text structure in one go, this function has been written to only
> update the internal pointers back to the variables, ready for when the
> swap is actually done. It must be called before the pointers are
> swapped so that the state is consistent when find_bloc is called. */
> void
> r_alloc_prepare_to_swap_pointers (p1, p2)
> POINTER *p1, *p2;
> {
> bloc_ptr bloc1, bloc2;
> bloc1 = find_bloc (p1);
> bloc2 = find_bloc (p2);
> if (bloc1 == NIL_BLOC || bloc2 == NIL_BLOC)
> abort ();
>
> /* Swap internal pointers back to the variables. */
> bloc1->variable = p2;
> bloc2->variable = p1;
>
> /* It would be cleaner to do the actual swap here too, but it would
> complicate buffer_swap_text. */
> }
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Tue, 23 Dec 2008 15:20:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Tue, 23 Dec 2008 15:20:06 GMT)
Full text and
rfc822 format available.
Message #115 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
Jason Rumney wrote:
> Jason Rumney wrote:
>> One possible variable here is the way that buffer space is allocated.
>> On Windows, it seems REL_ALLOC is defined. I presume GNU/Linux
>> defines USE_MMAP_FOR_BUFFERS which would cause it to take a different
>> code path around the point where we see a crash on Windows, and as
>> Magnus Henoch saw on NetBSD/powerpc also (though we don't have a
>> stack trace for that crash, so can't tell for sure it is crashing in
>> the same place).
> The following patch seems to fix the problem, does it look correct to
> others who might understand ralloc.c and buffer_swap_text better than
> I do?
Sorry, once more with context:
[bug716.diff (text/plain, inline)]
Index: buffer.c
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.c,v
retrieving revision 1.575
diff -c -r1.575 buffer.c
*** buffer.c 9 Dec 2008 23:08:05 -0000 1.575
--- buffer.c 23 Dec 2008 14:37:33 -0000
***************
*** 2182,2187 ****
--- 2182,2192 ----
return byte_pos;
}
+ #ifdef REL_ALLOC
+ extern void r_alloc_prepare_to_swap_pointers P_ ((POINTER_TYPE **,
+ POINTER_TYPE **));
+ #endif
+
DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text,
1, 1, 0,
doc: /* Swap the text between current buffer and BUFFER. */)
***************
*** 2220,2225 ****
--- 2225,2235 ----
current_buffer->field = tmp##field; \
} while (0)
+ #ifdef REL_ALLOC
+ r_alloc_prepare_to_swap_pointers (¤t_buffer->own_text.beg,
+ &other_buffer->own_text.beg);
+ #endif
+
swapfield (own_text, struct buffer_text);
eassert (current_buffer->text == ¤t_buffer->own_text);
eassert (other_buffer->text == &other_buffer->own_text);
Index: ralloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/ralloc.c,v
retrieving revision 1.69
diff -c -r1.69 ralloc.c
*** ralloc.c 21 Nov 2008 12:14:07 -0000 1.69
--- ralloc.c 23 Dec 2008 14:40:52 -0000
***************
*** 1223,1228 ****
--- 1223,1251 ----
#endif /* DEBUG */
+ /* Swap relocatable data between two pointers.
+ This is used by buffer_swap_text. Since buffer_swap_text swaps the
+ whole text structure in one go, this function has been written to only
+ update the internal pointers back to the variables, ready for when the
+ swap is actually done. It must be called before the pointers are
+ swapped so that the state is consistent when find_bloc is called. */
+ void
+ r_alloc_prepare_to_swap_pointers (p1, p2)
+ POINTER *p1, *p2;
+ {
+ bloc_ptr bloc1, bloc2;
+ bloc1 = find_bloc (p1);
+ bloc2 = find_bloc (p2);
+ if (bloc1 == NIL_BLOC || bloc2 == NIL_BLOC)
+ abort ();
+
+ /* Swap internal pointers back to the variables. */
+ bloc1->variable = p2;
+ bloc2->variable = p1;
+
+ /* It would be cleaner to do the actual swap here too, but it would
+ complicate buffer_swap_text. */
+ }
/***********************************************************************
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Tue, 23 Dec 2008 17:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Tue, 23 Dec 2008 17:30:03 GMT)
Full text and
rfc822 format available.
Message #120 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
>>> One possible variable here is the way that buffer space is allocated. On
>>> Windows, it seems REL_ALLOC is defined. I presume GNU/Linux defines
>>> USE_MMAP_FOR_BUFFERS which would cause it to take a different code path
>>> around the point where we see a crash on Windows, and as Magnus Henoch
>>> saw on NetBSD/powerpc also (though we don't have a stack trace for that
>>> crash, so can't tell for sure it is crashing in the same place).
>> The following patch seems to fix the problem, does it look correct to
>> others who might understand ralloc.c and buffer_swap_text better than
>> I do?
> Sorry, once more with context:
Your analysis sounds right, thank you. I'd suggest to use another
r_alloc primitve, something like r_alloc_reset_variable, so you could do
r_alloc_reset_variable(¤t_buffer->own_text.beg);
r_alloc_reset_variable(&other_buffer->own_text.beg);
after the swap. It could use the untested patch below. WDYT?
Stefan
=== modified file 'src/ralloc.c'
--- src/ralloc.c 2008-11-21 19:14:07 +0000
+++ src/ralloc.c 2008-12-23 17:23:02 +0000
@@ -402,7 +402,7 @@
while (p != NIL_BLOC)
{
- if (p->variable == ptr && p->data == *ptr)
+ if (p->data == *ptr)
return p;
p = p->next;
@@ -1223,6 +1223,15 @@
#endif /* DEBUG */
+/* Change the variable of the bloc pointed from `p' to be `p'. */
+void r_alloc_reset_variable (POINTER *p)
+{
+ bloc_ptr bloc = find_bloc (p);
+ if (bloc == NIL_BLOC)
+ abort ();
+ bloc->variable = p;
+}
+
/***********************************************************************
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Tue, 23 Dec 2008 23:20:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Tue, 23 Dec 2008 23:20:03 GMT)
Full text and
rfc822 format available.
Message #125 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Stefan Monnier wrote:
> Your analysis sounds right, thank you. I'd suggest to use another
> r_alloc primitve, something like r_alloc_reset_variable, so you could do
>
> r_alloc_reset_variable(¤t_buffer->own_text.beg);
> r_alloc_reset_variable(&other_buffer->own_text.beg);
>
> after the swap. It could use the untested patch below. WDYT?
>
>
> === modified file 'src/ralloc.c'
> --- src/ralloc.c 2008-11-21 19:14:07 +0000
> +++ src/ralloc.c 2008-12-23 17:23:02 +0000
> @@ -402,7 +402,7 @@
>
> while (p != NIL_BLOC)
> {
> - if (p->variable == ptr && p->data == *ptr)
> + if (p->data == *ptr)
> return p;
>
> p = p->next;
>
This removes the consistency check, without which we would have taken
much longer to find this problem, as Emacs would not have aborted when
no bloc could be found, and the problem would have been memory
corruption later when that bloc of memory was moved and the wrong
pointer updated.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Wed, 24 Dec 2008 01:20:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jasonr <at> f2s.com
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Wed, 24 Dec 2008 01:20:03 GMT)
Full text and
rfc822 format available.
Message #130 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
Quoting Stefan Monnier <monnier <at> iro.umontreal.ca>:
> Your analysis sounds right, thank you. I'd suggest to use another
> r_alloc primitve, something like r_alloc_reset_variable, so you could do
I've adapted your suggestion so it does not remove the consistency check in
find_bloc (instead it does a non-checking find inline):
*** buffer.c.~1.575.~ 2008-12-10 21:52:40.562500000 +0800
--- buffer.c 2008-12-24 09:12:15.536522600 +0800
***************
*** 2182,2187 ****
--- 2182,2191 ----
return byte_pos;
}
+ #ifdef REL_ALLOC
+ extern void r_alloc_reset_variable P_ ((PTR *));
+ #endif
+
DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text,
1, 1, 0,
doc: /* Swap the text between current buffer and BUFFER. */)
***************
*** 2223,2228 ****
--- 2227,2237 ----
swapfield (own_text, struct buffer_text);
eassert (current_buffer->text == ¤t_buffer->own_text);
eassert (other_buffer->text == &other_buffer->own_text);
+ #ifdef REL_ALLOC
+ r_alloc_reset_variable ((PTR *) ¤t_buffer->own_text.beg);
+ r_alloc_reset_variable ((PTR *) &other_buffer->own_text.beg);
+ #endif
+
swapfield (pt, EMACS_INT);
swapfield (pt_byte, EMACS_INT);
swapfield (begv, EMACS_INT);
*** ralloc.c.~1.69.~ 2008-11-23 22:34:01.250000000 +0800
--- ralloc.c 2008-12-24 09:12:35.643967100 +0800
***************
*** 1223,1228 ****
--- 1223,1254 ----
#endif /* DEBUG */
+ /* Update the internal record of which variable points to some data.
+ Used by buffer-swap-text in Emacs to restore consistency after it
+ swaps the buffer text between two buffer objects. */
+ void
+ r_alloc_reset_variable (ptr)
+ POINTER *ptr;
+ {
+ bloc_ptr bloc = first_bloc;
+
+ /* Find the bloc that corresponds to the data pointed to by pointer.
+ find_bloc cannot be used, as it has internal consistency checks
+ which fail when the variable needs reseting. */
+ while (bloc != NIL_BLOC)
+ {
+ if (bloc->data == *ptr)
+ break;
+
+ bloc = bloc->next;
+ }
+
+ if (bloc == NIL_BLOC)
+ abort ();
+
+ /* Update variable to point to the new location. */
+ bloc->variable = ptr;
+ }
/***********************************************************************
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#716
; Package
emacs,w32
.
(Wed, 24 Dec 2008 02:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> iro.umontreal.ca>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Wed, 24 Dec 2008 02:50:04 GMT)
Full text and
rfc822 format available.
Message #135 received at 716 <at> emacsbugs.donarmstrong.com (full text, mbox):
>> Your analysis sounds right, thank you. I'd suggest to use another
>> r_alloc primitve, something like r_alloc_reset_variable, so you could do
> I've adapted your suggestion so it does not remove the consistency check in
> find_bloc (instead it does a non-checking find inline):
Thanks. After your email, I thought we could just change
r_alloc_reset_variable to take 2 arguments: the old ptr and the
new ptr. This way, you get more consistency checking.
BTW, if the double check (p->variable == ptr && p->data == *ptr) is
there for consistency, it would be good to add a comment about it.
Better yet: make it a real consistency check, along the lines of
assert (*p->variable == p->data);
so it's not just checked for `ptr', but for all blocs visited in the loop.
Stefan
Reply sent
to
Jason Rumney <jasonr <at> gnu.org>
:
You have taken responsibility.
(Wed, 24 Dec 2008 11:30:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
robert marshall <robert.marshall <at> tnei.co.uk>
:
bug acknowledged by developer.
(Wed, 24 Dec 2008 11:30:04 GMT)
Full text and
rfc822 format available.
Message #140 received at 716-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Stefan Monnier wrote:
> Thanks. After your email, I thought we could just change
> r_alloc_reset_variable to take 2 arguments: the old ptr and the
> new ptr. This way, you get more consistency checking.
>
I've checked in a change that does this.
Reply sent
to
Jason Rumney <jasonr <at> gnu.org>
:
You have taken responsibility.
(Wed, 24 Dec 2008 11:30:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
filerz-emacs <filerz-emacs <at> yahoo.com>
:
bug acknowledged by developer.
(Wed, 24 Dec 2008 11:30:05 GMT)
Full text and
rfc822 format available.
Reply sent
to
Jason Rumney <jasonr <at> gnu.org>
:
You have taken responsibility.
(Wed, 24 Dec 2008 11:30:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Yary Hluchan <yary <at> apicom.com>
:
bug acknowledged by developer.
(Wed, 24 Dec 2008 11:30:05 GMT)
Full text and
rfc822 format available.
Reply sent
to
Jason Rumney <jasonr <at> gnu.org>
:
You have taken responsibility.
(Wed, 24 Dec 2008 11:30:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
TAKAHASHI Yoshio <yfb02119 <at> nifty.com>
:
bug acknowledged by developer.
(Wed, 24 Dec 2008 11:30:06 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Wed, 21 Jan 2009 15:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.