nano-devel
[Top][All Lists]
Advanced

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

[Nano-devel] Search crash


From: Jordi Mallach
Subject: [Nano-devel] Search crash
Date: Wed, 22 Jan 2003 14:35:47 +0100
User-agent: Mutt/1.5.3i

Debian users have discovered another segfault:

If they use a locale and enter search, they get a segmentation fault.
Some of them say they get it immediatelly after pressing ^W. I get it
after pressing Enter to search for something.

#0  0x400c916d in mallopt () from /lib/libc.so.6
#1  0x400c8172 in free () from /lib/libc.so.6
#2  0x08058842 in statusq (tabs=0, s=0x0, def=0x807fe18 "", 
    which_history=0x805d5e8, msg=0x805c767 "%s%s%s%s%s%s") at winio.c:1194
#3  0x08055562 in search_init (replacing=0) at search.c:121
#4  0x08055b68 in do_search () at search.c:371
#5  0x08054f0d in main (argc=1, argv=0xbffff8f4) at nano.c:3696

May be a double free?

(gdb) frame 2
#2  0x08058842 in statusq (tabs=0, s=0x0, def=0x807fe18 "", 
    which_history=0x805d5e8, msg=0x805c767 "%s%s%s%s%s%s") at winio.c:1194
1194        free(foo);
(gdb) print foo
$1 = 0x8070074 "Cercar"

(using the Catalan locale)

Jordi
-- 
Jordi Mallach PĂ©rez  --  Debian developer     http://www.debian.org/
address@hidden     address@hidden     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Attachment: pgpUkrJN0zr2q.pgp
Description: PGP signature


reply via email to

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