emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stak dump with tar.[bz2/gz] files (Cygwin)


From: Stefan Monnier
Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin)
Date: Thu, 12 Jun 2008 12:05:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> 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

Can you try and run it in a debugger to give us a backtrace?
Also, try to recompile with -DENABLE_CHECKING so as to hopefully catch
the bug earlier.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]