Your message dated Fri, 29 Oct 2010 14:47:58 +0000
with message-id <[email protected]>
and subject line Bug#552575: fixed in abiword 2.8.6-0.1
has caused the Debian Bug report #552575,
regarding abiword crashes when opening medium size rtf file, works fine with 
smaller ones
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
552575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: abiword
Version: 2.6.8-5
Severity: normal

If I try to open a 3.3 MB file (which openoffice.org opens just fine), abiword 
crashes. Here's some info :

ara...@debian:~/temp$ abiword 0671578499.rtf 
Aborted      

....when run from console. If ran through gdb, I get 

(gdb) run                                                                       
 
Starting program: /usr/bin/abiword                                              
 
[Thread debugging using libthread_db enabled]                                   
 
[New Thread 0x7fffdcd57910 (LWP 20950)]                                         
 

Program received signal SIGSEGV, Segmentation fault.
0x0000000000630a48 in UT_String::UT_String(char const*, unsigned long) ()
(gdb) st
start     step      stepi     stepping  stop      
(gdb) step
Single stepping until exit from function _ZN9UT_StringC1EPKcm, 
which has no line number information.                          
0x0000000000521090 in signalWrapper(int) ()                    
(gdb) bt                                                       
#0  0x0000000000521090 in signalWrapper(int) ()                
#1  <signal handler called>                                    
#2  0x0000000000630a48 in UT_String::UT_String(char const*, unsigned long) ()
#3  0x00000000005d521e in IE_Imp_RTF::HandleInfoMetaData() ()                
#4  0x00000000005d38d2 in IE_Imp_RTF::TranslateKeywordID(RTF_KEYWORD_ID, int, 
bool) ()
#5  0x00000000005d5ced in IE_Imp_RTF::ParseRTFKeyword() ()                      
      
#6  0x00000000005d5ec8 in IE_Imp_RTF::_parseText() ()                           
      
#7  0x00000000005d6b64 in IE_Imp_RTF::_loadFile(_GsfInput*) ()                  
      
#8  0x00000000005b8903 in IE_Imp::loadFile(PD_Document*, _GsfInput*, int, char 
const*, int*) ()                                                                
                     
#9  0x000000000071a771 in PD_Document::_importFile(_GsfInput*, int, bool, bool, 
bool, char const*) ()                                                           
                    
#10 0x000000000071ab1f in PD_Document::_importFile(char const*, int, bool, 
bool, bool, char const*) ()                                                     
                         
#11 0x000000000071ab7b in PD_Document::readFromFile(char const*, int, char 
const*) ()     
#12 0x0000000000548a72 in AP_Frame::_loadDocument(char const*, int, bool) ()    
          
#13 0x0000000000548bdb in AP_Frame::loadDocument(char const*, int, bool) ()     
          
#14 0x000000000053ea2a in fileOpen(XAP_Frame*, char const*, int) ()             
          
#15 0x000000000053ed8a in ap_EditMethods::fileOpen(AV_View*, 
EV_EditMethodCallData*) ()   
#16 0x0000000000651f44 in EV_Keyboard::invokeKeyboardMethod(AV_View*, 
EV_EditMethod*, unsigned int const*, unsigned int) ()                           
                              
#17 0x0000000000654e28 in ev_UnixKeyboard::charDataEvent(AV_View*, unsigned 
int, char const*, unsigned long) ()                                             
                        
#18 0x0000000000654f29 in ev_UnixKeyboard::keyPressEvent(AV_View*, 
_GdkEventKey*) ()      
#19 0x0000000000621f92 in XAP_UnixFrameImpl::_fe::key_press_event(_GtkWidget*, 
_GdkEventKey*) ()                                                               
                     
#20 0x00007ffff72e3218 in ?? () from /usr/lib/libgtk-x11-2.0.so.0               
          
#21 0x00007ffff54c43ed in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 
          
---Type <return> to continue, or q <return> to quit---                          
          
#22 0x00007ffff54d7cdb in ?? () from /usr/lib/libgobject-2.0.so.0               
          
#23 0x00007ffff54d8f18 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0       
#24 0x00007ffff54d9553 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#25 0x00007ffff73ec2de in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x00007ffff72db8a2 in gtk_propagate_event () from 
/usr/lib/libgtk-x11-2.0.so.0
#27 0x00007ffff72dc8ab in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x00007ffff6bf51cc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#29 0x00007ffff502a12a in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#30 0x00007ffff502d988 in ?? () from /lib/libglib-2.0.so.0
#31 0x00007ffff502de5d in g_main_loop_run () from /lib/libglib-2.0.so.0
#32 0x00007ffff72dcca7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#33 0x000000000052354d in AP_UnixApp::main(char const*, int, char const**) ()
#34 0x00007ffff160ca8d in __libc_start_main () from /lib/libc.so.6
#35 0x0000000000520e79 in _start ()
(gdb) quit

I ran abiword like this : valgrind --leak-check=full --track-origins=yes 
--show-reachable=yes -v --error-limit=no --log-file=valgrind_abiword.log 
/usr/bin/abiword
I can send somehow the log which is 15.6 MB long, and also the culprit rtf file.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages abiword depends on:
ii  abiword-commo 2.6.8-5                    efficient, featureful word process
ii  gsfonts       1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libaiksaurus- 1.2.1+dev-0.12-6           an English-language thesaurus (dev
ii  libaiksaurusg 1.2.1+dev-0.12-6           graphical interface to the Aiksaur
ii  libart-2.0-2  2.3.20-2                   Library of functions for 2D graphi
ii  libatk1.0-0   1.28.0-1                   The ATK accessibility toolkit
ii  libc6         2.10.1-2                   GNU C Library: Shared libraries
ii  libcairo2     1.8.8-2                    The Cairo 2D vector graphics libra
ii  libenchant1c2 1.4.2-3.3                  a wrapper library for various spel
ii  libexpat1     2.0.1-4                    XML parsing C library - runtime li
ii  libfontconfig 2.6.0-4                    generic font configuration library
ii  libfreetype6  2.3.11-1                   FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.9-1                   Free Implementation of the Unicode
ii  libgcc1       1:4.4.2-1                  GCC support library
ii  libglade2-0   1:2.6.4-1                  library to load .glade files at ru
ii  libglib2.0-0  2.22.2-2                   The GLib library of C routines
ii  libgnomecanva 2.26.0-1                   A powerful object-oriented display
ii  libgnomeprint 2.18.6-1                   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.18.4-1                   GNOME 2.2 print architecture User 
ii  libgoffice-0- 0.4.2-4                    Document centric objects library -
ii  libgsf-1-114  1.14.16-1                  Structured File Library - runtime 
ii  libgtk2.0-0   2.18.3-1                   The GTK+ graphical user interface 
ii  libice6       2:1.0.5-1                  X11 Inter-Client Exchange library
ii  libidn11      1.15-2                     GNU Libidn library, implementation
ii  libjpeg62     6b-15                      The Independent JPEG Group's JPEG 
ii  libloudmouth1 1.4.3-4                    Lightweight C Jabber library
ii  libncurses5   5.7+20090803-2             shared libraries for terminal hand
ii  libots0       0.5.0-2                    Open Text Summarizer (library)
ii  libpango1.0-0 1.26.0-1                   Layout and rendering of internatio
ii  libpixman-1-0 0.16.2-1                   pixel-manipulation library for X a
ii  libpng12-0    1.2.40-1                   PNG library - runtime
ii  libpopt0      1.15-1                     lib for parsing cmdline parameters
ii  libreadline5  5.2-6                      GNU readline and history libraries
ii  librsvg2-2    2.26.0-1                   SAX-based renderer library for SVG
ii  libsm6        2:1.1.1-1                  X11 Session Management library
ii  libstdc++6    4.4.2-1                    The GNU Standard C++ Library v3
ii  libwmf0.2-7   0.2.8.4-6.1                Windows metafile conversion librar
ii  libwpd8c2a    0.8.14-1                   Library for handling WordPerfect d
ii  libwpg-0.1-1  0.1.3-1                    WordPerfect graphics import/conver
ii  libwps-0.1-1  0.1.2-1                    Works text file format import filt
ii  libwv-1.2-3   1.2.4-2                    Library for accessing Microsoft Wo
ii  libx11-6      2:1.2.2-1                  X11 client-side library
ii  libxcb-render 0.3.6-1                    utility libraries for X C Binding 
ii  libxcb-render 1.4-1                      X C Binding, render extension
ii  libxcb1       1.4-1                      X C Binding
ii  libxft2       2.1.13-3                   FreeType-based font drawing librar
ii  libxml2       2.7.6.dfsg-1               GNOME XML library
ii  libxrender1   1:0.9.4-2                  X Rendering Extension client libra
ii  zlib1g        1:1.2.3.3.dfsg-15          compression library - runtime

Versions of packages abiword recommends:
ii  abiword-help                  2.6.8-5    online help for AbiWord
ii  abiword-plugin-grammar        2.6.8-5    grammar checking plugin for AbiWor
ii  abiword-plugin-mathview       2.6.8-5    equation editor plugin for AbiWord
ii  aspell-en [aspell-dictionary] 6.0-0-5.1  English dictionary for GNU Aspell
ii  poppler-utils                 0.12.0-2   PDF utilitites (based on libpopple
ii  ttf-liberation                1.04.93-1  Free fonts with the same metrics a

Versions of packages abiword suggests:
ii  abiword-plugin-goffice        2.6.8-5    GOffice interaction plugin for Abi

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: abiword
Source-Version: 2.8.6-0.1

We believe that the bug you reported is fixed in the latest version of
abiword, which is due to be installed in the Debian FTP archive:

abiword-common_2.8.6-0.1_all.deb
  to main/a/abiword/abiword-common_2.8.6-0.1_all.deb
abiword-plugin-grammar_2.8.6-0.1_i386.deb
  to main/a/abiword/abiword-plugin-grammar_2.8.6-0.1_i386.deb
abiword-plugin-mathview_2.8.6-0.1_i386.deb
  to main/a/abiword/abiword-plugin-mathview_2.8.6-0.1_i386.deb
abiword_2.8.6-0.1.diff.gz
  to main/a/abiword/abiword_2.8.6-0.1.diff.gz
abiword_2.8.6-0.1.dsc
  to main/a/abiword/abiword_2.8.6-0.1.dsc
abiword_2.8.6-0.1_i386.deb
  to main/a/abiword/abiword_2.8.6-0.1_i386.deb
abiword_2.8.6.orig.tar.gz
  to main/a/abiword/abiword_2.8.6.orig.tar.gz
libabiword-2.8-dev_2.8.6-0.1_i386.deb
  to main/a/abiword/libabiword-2.8-dev_2.8.6-0.1_i386.deb
libabiword-2.8_2.8.6-0.1_i386.deb
  to main/a/abiword/libabiword-2.8_2.8.6-0.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto <[email protected]> (supplier of updated abiword package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 20 Oct 2010 14:46:20 +0300
Source: abiword
Binary: abiword-common abiword abiword-plugin-grammar abiword-plugin-mathview 
libabiword-2.8 libabiword-2.8-dev
Architecture: source all i386
Version: 2.8.6-0.1
Distribution: unstable
Urgency: low
Maintainer: Patrik Fimml <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description: 
 abiword    - efficient, featureful word processor with collaboration
 abiword-common - efficient, featureful word processor with collaboration -- 
common
 abiword-plugin-grammar - grammar checking plugin for AbiWord
 abiword-plugin-mathview - equation editor plugin for AbiWord
 libabiword-2.8 - efficient, featureful word processor with collaboration -- 
shared
 libabiword-2.8-dev - efficient, featureful word processor with collaboration 
-- develo
Closes: 498285 520424 552575 569272 577733 580346 586245
Changes: 
 abiword (2.8.6-0.1) unstable; urgency=low
 .
   [ Jari Aalto ]
   * Non-maintainer upload.
   * New upstream release. Fixes:
     - Can't open password protected ODT files (Closes: #577733).
     - Scrolling with cursor keys is slow (important; Closes: #498285).
     - Crash on occasions when importing OpenDocument files.
     - Crash when trying to print (important; Closes: #580346).
     - Crash on accessing Tools -> Thesaurus menu (normal; Closes: #569272).
     - Crash on saving as PDF (normal; Closes: #520424).
     - Crash on trying to access Help (normal: Closes: #586245).
     - Crash on 3 MiB RTF file (normal; Closes: #552575);
   * debian/control
     - (Standards-Version): Update to 3.9.1.
   * debian/patches
     - (fixes/svn-backports.diff): Remove. Obsoleted by new release
     - (fixes/mime-types.diff): Refresh. Move abiword.desktop changes to
       separate diff.
     - (fixes/mime-types-desktop.diff): New file.
 .
   [  Hideki Yamane (Debian-JP) <[email protected]> ]
   * debian/rules
     - (CC, CXX): Remove variables.
     - (LDFLAGS): New variable. Move content from --as-needed from CC, CXX
       variable. See bug #577871 for details.
   * debian/control
     - (Build-Depends): Add flex, bison.
Checksums-Sha1: 
 6f4a3941cd2b34dcf175264e2c96ee5313d66a1e 2531 abiword_2.8.6-0.1.dsc
 998f69d038000b3fc027d4259548f02d67c8d0df 9218827 abiword_2.8.6.orig.tar.gz
 eedcc18315b348d0327c971f120a0e1c47faf5ed 44431 abiword_2.8.6-0.1.diff.gz
 4b1506ae012954eb2e94d6168ec1ee02de7824f7 1952220 
abiword-common_2.8.6-0.1_all.deb
 658627c5530f473751489c4424a634807520198a 1614644 abiword_2.8.6-0.1_i386.deb
 b976f6f81e4c5274424c36be0162be1f8041ffaa 46740 
abiword-plugin-grammar_2.8.6-0.1_i386.deb
 a7afa5212b1cbfe91da93701c5fbe99a9193bda1 134790 
abiword-plugin-mathview_2.8.6-0.1_i386.deb
 d9a7638ce00f83599640ba7aa940163952783df4 2470696 
libabiword-2.8_2.8.6-0.1_i386.deb
 cdf57fbdb1aa744d13fb72a40510b42f0db8d206 3623552 
libabiword-2.8-dev_2.8.6-0.1_i386.deb
Checksums-Sha256: 
 1bcf758bdd1c1994451c889f5ba4ccd0837205d4e91bcc4c197dc60e846a8c2a 2531 
abiword_2.8.6-0.1.dsc
 d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15 9218827 
abiword_2.8.6.orig.tar.gz
 c520c4364720f2d05a12336d4297beed373e4216ef92e50ced045c4521c70599 44431 
abiword_2.8.6-0.1.diff.gz
 26a44e3b030c9cea52165fa9d2597750918950cea8037a9ddeaec88b5fee77c1 1952220 
abiword-common_2.8.6-0.1_all.deb
 2a723a90585d254ffaab686771236acd80c35cdc908813465cc00e8da89681ba 1614644 
abiword_2.8.6-0.1_i386.deb
 2daff35462ba4eb50405cccf029754c6e0ac6ac4092f3d22cb45a72cec56f718 46740 
abiword-plugin-grammar_2.8.6-0.1_i386.deb
 cac9ae4296607a217f00516ba05463a42895b670f46b915c24bc8204d8aea9b3 134790 
abiword-plugin-mathview_2.8.6-0.1_i386.deb
 62325499103e09d9514a3a359df18e404844e098e123cb8fbaec01fe4c96fb7e 2470696 
libabiword-2.8_2.8.6-0.1_i386.deb
 c25a19f3d1a8e1b235cd91b7e6d42c2ff9593747b38f08302f503d33e3613d76 3623552 
libabiword-2.8-dev_2.8.6-0.1_i386.deb
Files: 
 68a0013bed2010511b0225670807c385 2531 gnome optional abiword_2.8.6-0.1.dsc
 f883b0a7f26229a9c66fd6a1a94381aa 9218827 gnome optional 
abiword_2.8.6.orig.tar.gz
 432b6305f97110ccfd4d03bd093491ad 44431 gnome optional abiword_2.8.6-0.1.diff.gz
 75b7391113ef5c33a4229ac1ec436be5 1952220 editors optional 
abiword-common_2.8.6-0.1_all.deb
 502695605dfb57b39ef1af71c1bcd898 1614644 editors optional 
abiword_2.8.6-0.1_i386.deb
 c6796960ca7faa9a0e38e57c0df23e6e 46740 editors optional 
abiword-plugin-grammar_2.8.6-0.1_i386.deb
 7772368b3f8d11513edeff88728708fc 134790 editors optional 
abiword-plugin-mathview_2.8.6-0.1_i386.deb
 aa1c60652af116b2339ceab72dbb8978 2470696 libs optional 
libabiword-2.8_2.8.6-0.1_i386.deb
 a89f0e403c71e6562a566b5313512bcd 3623552 libdevel optional 
libabiword-2.8-dev_2.8.6-0.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMykqQAAoJECHSBYmXSz6W6DEP/1wrMZlqVA86yfP+cViM9kyS
+4zmMsULjFRhLpDkAi+GzzhwnPmYFM3uO8O9T5DH2aNvh0fEDBoKfOrAZMcDQFVk
PcBi/XCZ9xErs7HTEfeQhp6hNksMNVacYlRQh0ChZQmONDvQt24EiFbTIeKu+B81
ehV2/iQwuUN6viK8Maw8LXvWi4ObPWlbZvYb61yGz5F+WhFhNlLNykGc7yvaE2wL
U9sbhKMTn/QyBfIRDpLI5pReBpiHfAuklgUnLncEwlZdTGE5fS4MMMqjMYvgNktc
nsPbngtJpv4VZHU0z52c92iHNVPOT11QMpMY/xpfO4qNkgXt2oNu3/iigi3R1U33
mRQkADrlbRgh8pWl7A0i1RYXg0QVVvCLTKiAVzU+7rlhX5vYwXOo8oD+0CuqIfIn
TTftBTv/C9108Eaofr10iEPgvBi8RrTBhA3Jnvwj/UkVe0Mi3L7t/somA1XYDflK
IvmqFa7S1EYQ7fJmYeQlyygSlz6Gt8pe0KCgNJJKi53wBrgUORd+RJKmHfzIQ3Wi
VFKU5MUchUWxpva36rgnTh97qsN6d0SD8D/XvSn4trWKqnCIcaiHElGx/EmLwkgz
6s/+Fxn28/bpEChvi/68R1964XubvVXGVy5+yBSxgFj0T2+A0fdflFBtfvcIvdou
JrSaRa3+YasvBbYiktnc
=/4EX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to