Your message dated Fri, 30 Aug 2013 07:49:19 +0000
with message-id <[email protected]>
and subject line Bug#718594: fixed in gnumeric 1.12.6-1
has caused the Debian Bug report #718594,
regarding gnumeric: Segmentation fault (graph:Plot) when opening gnumeric file
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.)


-- 
718594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718594
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnumeric
Version: 1.10.17-1.1
Severity: important

Reading a gnumeric file causes a segmentation fault. I tried to email
the maintainer at [email protected] to seek advice on debugging
or at least collecting information but: 
[email protected]
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
    host muffat.debian.org [206.12.19.146]: 550 Unrouteable address

I may as well just copy the email here with minor mods:-

I have a file written by gnumeric in April 2010 which starts like this:
-----------------------------------------------------------------------
<?xml version="1.0"?>
<gmr:Workbook xmlns:gmr="http://www.gnumeric.org/v10.dtd";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+xsi:schemaLocation="http://www.gnumeric.org/v8.xsd";>
  <gmr:Attributes>
    <gmr:Attribute>
      <gmr:name>WorkbookView::show_horizontal_scrollbar</gmr:name>
      <gmr:type>4</gmr:type>
      <gmr:value>TRUE</gmr:value>
    </gmr:Attribute>
    <gmr:Attribute>
      <gmr:name>WorkbookView::show_vertical_scrollbar</gmr:name>
      <gmr:type>4</gmr:type>
      <gmr:value>TRUE</gmr:value>
    </gmr:Attribute>
    <gmr:Attribute>
      <gmr:name>WorkbookView::show_notebook_tabs</gmr:name>
      <gmr:type>4</gmr:type>
      <gmr:value>TRUE</gmr:value>
    </gmr:Attribute>
    <gmr:Attribute>
      <gmr:name>WorkbookView::do_auto_completion</gmr:name>
      <gmr:type>4</gmr:type>
      <gmr:value>TRUE</gmr:value>
    </gmr:Attribute>
  </gmr:Attributes>
  <gmr:Summary>
    <gmr:Item>
      <gmr:name>application</gmr:name>
....

-------------------------------------------------------------------------

Trying to open it with current testing gnumeric (1.10.17-1.1)

gives:
-------------------------------------------------------------------------
** (gnumeric:4824): WARNING **: Converted xml document with no explicit 
encoding from
+transliterated ISO-8859-1 to UTF-8.
Unexpected element 'graph:Type' in state :
        Workbook -> Sheets -> Sheet -> Objects -> GnmGraph -> graph:Graph -> 
graph:Plo
+ts -> graph:Plot

** (gnumeric:4824): CRITICAL **: gog_plot_new_series: assertion `GOG_IS_PLOT 
(plot)'
+failed

** (gnumeric:4824): WARNING **: gog_dataset_set_dim called with invalid 
GogDataset

** (gnumeric:4824): CRITICAL **: gog_plot_description: assertion `GOG_IS_PLOT 
(plot)'
+failed
----------------------------------------------------------------------------
*and* a segmentation fault.

Searchiing for graph:Plot gives things like:

---------------------------------------------------------------------------
              <graph:Plot index="0">
                <graph:Type xmlns:graph="http://www.gnumeric.org/graph_v1.dtd"; 
name="L
+ine">
                  <with_markers>true</with_markers>
                </graph:Type>
                <graph:Data>
                  <graph:Series index="0" name="Dividend paid">
                    <graph:Dimension dim_name="labels" ID="3"/>
                    <graph:Dimension dim_name="values" ID="5"/>
                    <graph:Dimension dim_name="categories" ID="7"/>
                  </graph:Series>
                </graph:Data>
                <graph:DataLayout>
                  <graph:Dimension dim_name="labels">Name</graph:Dimension>
                  <graph:Dimension dim_name="values" 
required="true">Values</graph:Dim
+ension>
                  <graph:Dimension dim_name="categories" shared="true">Category 
Labels
+</graph:Dimension>
                </graph:DataLayout>
              </graph:Plot>
            </graph:Plots>
          </graph:Graph>
        </gmr:GnmGraph>
      </gmr:Objects>
      <gmr:Cells>
....
-----------------------------------------------------------------------------

I would attach the problematic file but it contains financial
information: for the same reason, the extract above is incomplete.

I would normally reach for gbd in a situation like this, but there
doesn't seem to be a gnumeric-dbg packag.? Perhaps the standard gnumeric
has debug symbols?

But
$ file $(which gnumeric)
/usr/bin/gnumeric: ELF 32-bit LSB  executable, Intel 80386, version 1 (SYSV),
+dynamically linked (uses shared libs), for GNU/Linux 2.6.26,
+BuildID[sha1]=e0940c78e39c0442ee4934583599a003c7a0c185, stripped
seems to say otherwise.
 -------------------------------------------------------------------

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnumeric depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  gconf2                 3.2.6-1
ii  gnumeric-common        1.10.17-1.1
ii  gsfonts                1:8.11+urwcyr1.0.7~pre44-4.2
ii  libatk1.0-0            2.8.0-2
ii  libc6                  2.17-7
ii  libcairo2              1.12.14-4
ii  libgdk-pixbuf2.0-0     2.28.2-1
ii  libglib2.0-0           2.36.3-3
ii  libgoffice-0.8-8       0.8.17-1.2
ii  libgsf-1-114           1.14.27-2
ii  libgtk2.0-0            2.24.20-1
ii  libpango1.0-0          1.32.5-5+b1
ii  libxml2                2.9.1+dfsg1-2
ii  procps                 1:3.3.4-2
ii  zlib1g                 1:1.2.8.dfsg-1

Versions of packages gnumeric recommends:
ii  evince    3.4.0-3.1+b1
ii  lp-solve  5.5.0.13-7

Versions of packages gnumeric suggests:
pn  epiphany-browser                            <none>
ii  gnumeric-doc                                1.10.17-1.1
pn  gnumeric-plugins-extra                      <none>
pn  ttf-liberation | ttf-mscorefonts-installer  <none>

-- debconf information:
  gnumeric/existing-process: false
  gnumeric/existing-process-title:

--- End Message ---
--- Begin Message ---
Source: gnumeric
Source-Version: 1.12.6-1

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

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.
Dmitry Smirnov <[email protected]> (supplier of updated gnumeric 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: SHA1

Format: 1.8
Date: Fri, 30 Aug 2013 13:44:41 +1000
Source: gnumeric
Binary: gnumeric gnumeric-common gnumeric-doc gnumeric-plugins-extra 
gir1.2-gnumeric
Architecture: source amd64 all
Version: 1.12.6-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description: 
 gir1.2-gnumeric - GObject introspection data for the Gnumeric spreadsheet
 gnumeric   - spreadsheet application for GNOME - main program
 gnumeric-common - spreadsheet application for GNOME - common files
 gnumeric-doc - spreadsheet application for GNOME - documentation
 gnumeric-plugins-extra - spreadsheet application for GNOME - additional plugins
Closes: 718594
Changes: 
 gnumeric (1.12.6-1) unstable; urgency=low
 .
   * New upstream release [August 2013].
     + graph:Plot fixes (Closes: #718594).
   * Dropped "mimetypes.patch" (applied-upstream).
   * Suggests: ttf-liberation --> fonts-liberation.
Checksums-Sha1: 
 0c71d53e4bb12f9048e35d2b49ce4aa672daa727 2468 gnumeric_1.12.6-1.dsc
 01f0af0811233a9a8ae4b404d688ce249a9a67ff 15529400 gnumeric_1.12.6.orig.tar.xz
 194a7566795806c7549bac442620eed524bd2923 40492 gnumeric_1.12.6-1.debian.tar.xz
 0e696f04c766783add2e6f711ae4a5b194dc48af 2200888 gnumeric_1.12.6-1_amd64.deb
 4987d49713d6f6f4623273517f1e999fd4b0c8fa 2295798 
gnumeric-common_1.12.6-1_all.deb
 1a43d43a7d46f954bdb48c7a0eb773f9faddd3c7 7332654 gnumeric-doc_1.12.6-1_all.deb
 73bc7e19a16a59d8e8efc822aabc06c24d04d2cc 90884 
gnumeric-plugins-extra_1.12.6-1_amd64.deb
 c635bc070753075068bbebe7aa1ec14b5da78e35 220680 
gir1.2-gnumeric_1.12.6-1_amd64.deb
Checksums-Sha256: 
 83e93d13ffd8201909169118f2881b6e79ac99d7ae14d15595bdfbefcdd4bf8d 2468 
gnumeric_1.12.6-1.dsc
 73cce1979eac10bd248a46d0a702eeba57673c3e9a990356d246e687d0c7ce25 15529400 
gnumeric_1.12.6.orig.tar.xz
 2e034b9daf923f589c612b0de01c18e9460a1eb6de408cddcec15bfc589a658a 40492 
gnumeric_1.12.6-1.debian.tar.xz
 bb4e1dc2a0e0b028a09c50e6de0e8851db38809d133e1e450ae7c24f9033e6ba 2200888 
gnumeric_1.12.6-1_amd64.deb
 9843f225cd44cf61ec94bcfcfd1ce8c651c3caacb3171a121ecd4d1ac285a31d 2295798 
gnumeric-common_1.12.6-1_all.deb
 8fc95a8c7259a6533347352eedc5b282900a4249ee3ae651c62f58a5b7e24dc9 7332654 
gnumeric-doc_1.12.6-1_all.deb
 5023496a755e1ba95084ca2ce559758e29a7085630292aad7886ef41347fa547 90884 
gnumeric-plugins-extra_1.12.6-1_amd64.deb
 f5558f9a9244aeb27ae09069e8c5089aac5680fea17d11e25a6d7eea4dbae916 220680 
gir1.2-gnumeric_1.12.6-1_amd64.deb
Files: 
 bd3d5c46ae4565645d7fb59ba78a0417 2468 math optional gnumeric_1.12.6-1.dsc
 22e249018488ee377ab5b5290b01697b 15529400 math optional 
gnumeric_1.12.6.orig.tar.xz
 9a3b999e27ddc970417ea111b0c33ea2 40492 math optional 
gnumeric_1.12.6-1.debian.tar.xz
 55cfc15060ad6c357008edc1e6619420 2200888 math optional 
gnumeric_1.12.6-1_amd64.deb
 82e4ef6dd57dd2e5e530162d2e7829c0 2295798 math optional 
gnumeric-common_1.12.6-1_all.deb
 044915ac528e6c275c0b642e69c2d8ba 7332654 doc optional 
gnumeric-doc_1.12.6-1_all.deb
 17e7165f4117ba08e593ed1d53fef794 90884 math optional 
gnumeric-plugins-extra_1.12.6-1_amd64.deb
 b9ba98787cdffb73e2e7eb88e54b508f 220680 introspection optional 
gir1.2-gnumeric_1.12.6-1_amd64.deb

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

iQIcBAEBAgAGBQJSID8WAAoJEFK2u9lTlo0bqrUQALBNO0LbzAvU2nPd8UhSaO+M
8I72ZtdxtA/FZhfkUSQN5hUoWjT/QpHMOQqPCRoCyeEzr+NbTy13vRqyWz9Ga85E
btnxUczvTf4E97ZLmETGc1DLP64jyHIa4WHOhIvWYookqb1a0u0wl3SKwqnrq2UE
EsA997zcknauKsLLWxLZoNBH14gMCKqFMt6tj9++ZbO/Ag8hQvkBbJk+anjJsv3S
ZcmNiaPpuWGBYjpn9X7NJ0/P8wgwyy2m5Gnhkx2lOiflOF49+uTGX6sDBSyBjqLc
eJ26GspEf3Iuw5Pz+Ghcb6QyDz3uICpQ/C7vobVFa6GYujzu/PN/6GAKIhEdoPA8
uq7Ewvavz/SfG0oMh1yDCzeVOcUkNW0WrQr7foajCml+hVCSOqMV0bQgrRnrZPQR
arK4m90dC+E8NlUPnWWeGrlmt/KHOsDUOf0hniXRR3RqBx6ffLYT8oFgCp4WjJt0
SAm6s3lqZMQw8RuOKnzNAz6vo6Awg/J+yO9ZSYjaQZ2BfZL+pdc0mOdkVATRK9Up
7OrcxCOQzS9QSspq+y5JoRsOwdJKFuDTkHogEo1P3S5o7+7XIqCWJkIyV6EWDNT5
QbzBSwZUjdtkuCex7nCj9+fnwoO1ajFec6VPgklROe7BzyE/Eu3EW6VhOyIn54O4
gY//6FXjENrv8+slH27M
=hGiP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to