On Wed, Aug 20, 2008 at 11:52:02AM +0200, Josselin Mouette wrote:
> Steps to reproduce:
>       * open abiword
>       * type a few words
>       * select one of them
>       * press control-D
> 
> Ka-boom, double free :

I cannot reproduce it. What architecture are you on? Does this still
happen with 2.6.4-5?

If it does, please recompile manually with debugging symbols, debugging
output and without optimizations (debian/rules doesn't handle this
one properly):

$ apt-get source abiword
$ cd abiword-2.6.4/abiword
$ CFLAGS="-g -O0" CXXFLAGS="-g -O0" ./autogen.sh --enable-debug
$ make
$ gdb src/wp/main/unix/abiword

Thanks,
Patrik

Attachment: signature.asc
Description: Digital signature

Reply via email to