unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Stak dump with tar.[bz2/gz] files (Cygwin)
@ 2008-06-12 12:37 Angelo Graziosi
  2008-06-12 16:05 ` Stefan Monnier
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Angelo Graziosi @ 2008-06-12 12:37 UTC (permalink / raw)
  To: emacs-devel

I want to flag that current CVS 23.0.60 of Emacs stack dumps when
loading tar.[bz2/gz] files, on Cygwin.

This happens with simple file like this

$ cat hello.c
/* hello.c */
#include <stdio.h>

int main()
{
    printf("Hello World\n");
}

$ tar -cjf hello.tar.bz2 hello.c

$ emacs -Q&
C-x C-f /tmp/hello.tar.bz2 RET

and after bunzipping it stack dumps

$
[2]+  Aborted                 (core dumped) emacs -Q


If the file is a simple .tar (hello.tar):

$ emacs -Q&
C-x C-f /tmp/hello.tar RET

the file is loaded BUT...

...BUT closing it (click on the 'x' of the tool-bar) and reloading

C-x C-f /tmp/hello.tar RET

still aborts:

$
[1]+  Aborted                 (core dumped) emacs -Q


The last useful CVS which works fine with tar files is that

cvs ... -D "27 May 2008 12:00"

Instead, the first which does NOT work is -D "28 May 2008 12:00".

I haven't searched between these two dates (hours).

 From the lisp/ChangeLog I see  that about May 27 there was several 
changes to tar mode.


Cheers,
    Angelo.





^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2008-12-23 19:51 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12 12:37 Stak dump with tar.[bz2/gz] files (Cygwin) Angelo Graziosi
2008-06-12 16:05 ` Stefan Monnier
2008-06-12 20:00   ` Angelo Graziosi
2008-06-12 21:34     ` Stefan Monnier
2008-06-12 21:56       ` Angelo Graziosi
2008-06-13  1:42         ` Stefan Monnier
2008-06-13  6:46         ` Eli Zaretskii
2008-06-13 15:53           ` Angelo Graziosi
2008-06-13 16:41             ` Eli Zaretskii
2008-06-13  6:36     ` Eli Zaretskii
2008-06-13 15:45       ` Angelo Graziosi
2008-06-13 16:39         ` Eli Zaretskii
2008-06-13 23:29           ` Angelo Graziosi
2008-06-14 10:41             ` Eli Zaretskii
2008-06-15  1:29       ` Angelo Graziosi
2008-06-15  3:29         ` Eli Zaretskii
2008-06-15 12:50           ` Angelo Graziosi
2008-06-15 18:05             ` Eli Zaretskii
2008-06-15 21:45               ` Angelo Graziosi
2008-06-16 18:12                 ` Eli Zaretskii
2008-06-16 20:41                   ` Angelo Graziosi
2008-06-17  3:06                     ` Eli Zaretskii
2008-06-17  8:23                       ` Angelo Graziosi
2008-12-23 19:45 ` Angelo Graziosi
2008-12-23 19:51 ` Angelo Graziosi

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).