[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "make tags" segfaults
From: |
Francesco Potorti` |
Subject: |
Re: "make tags" segfaults |
Date: |
Tue, 03 Sep 2002 15:41:35 +0200 |
| #2 0x400207c4 in free () from /usr/lib/libefence.so.0
| #3 0x0804a4b0 in free_tree (np=0x4018afd8)
| at /home-local/grossjoh/work/gnu/emacs/lib-src/etags.c:1931
| #4 0x08049f26 in process_file (fh=0x40176e94,
| fn=0x40174fd0 "/home-local/grossjoh/work/gnu/emacs/src/xdisp.c",
lang=0x0)
| at /home-local/grossjoh/work/gnu/emacs/lib-src/etags.c:1619
Hey! That is enough for me, thanks. I did not have double free check
in my chkmalloc lib, I added that and now I can reproduce the problem!
I will correct it ASAP.