On Tue, Apr 14, 2009 at 09:33:37PM +0200, Julien Puydt wrote:
> EVERY print-related option leads to a crash ; it's pretty easy to reproduce :
> 1) open abiword (no need to type anything)
> 2)  i) try to export to pdf or postscript
> 2) ii) try to get a print preview
> 2)iii) try to print
> 
> Abiword just crashes...

Does printing work in other GNOME apps, e.g. evince?

Please give me a backtrace:

$ sudo apt-get build-dep abiword
$ sudo aptitude install libglib2.0-0-dbg libgtk2.0-0-dbg
$ cd /someplace/to/compile/in
$ apt-get source abiword
$ cd abiword
$ debian/rules patch
$ cd build-tree/abiword-2.6.8
$ CFLAGS="-g -O0" CXXFLAGS="-g -O0" ./configure --disable-gnomeui 
--disable-gnomevfs
$ make clean
$ make
$ gdb abiword
(gdb) set pagination off
(gdb) set logging on
(gdb) run
[perform action that makes abiword crash, then look back into terminal]
(gdb) bt
(gdb) bt full
(gdb) quit

... and attach abiword/build-tree/abiword-2.6.8/gdb.txt to your reply.

If possible, keep the abiword/ directory around so you won't have to
compile it again if there's need for more debugging.


Thanks, Patrik

Attachment: signature.asc
Description: Digital signature

Reply via email to