Your message dated Tue, 14 Oct 2014 07:48:42 +0000
with message-id <[email protected]>
and subject line Bug#635906: fixed in libvorbis 1.3.2-1.5
has caused the Debian Bug report #635906,
regarding SIGFPE from /usr/lib/libvorbisfile.so.3
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.)


-- 
635906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635906
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvorbisfile3
Version: 1.3.2-1
Severity: important

Running balazar from gdb I had this issue:

$ gdb python
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html> This is free software: you are free
to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.  Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...Reading symbols
from /usr/lib/debug/usr/bin/python2.7...done. done.
(gdb) run /usr/games/balazar
Starting program: /usr/bin/python /usr/games/balazar
[Thread debugging using libthread_db enabled]
* Balazar * Balazar lives in /usr/share/games
* Soya * Using Software Surface.
* Soya * Using 8 bits stencil buffer
* Soya * OpenGL initialization  [OK]

* Soya * version 0.15rc1
* Using OpenGL 2.1 Mesa 7.10.3
*   - renderer : Mesa DRI Intel(R) 965GM  
*   - vendor   : Tungsten Graphics, Inc
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 4096 pixels
[New Thread 0x7fffebaaa700 (LWP 14684)]
[New Thread 0x7fffe72a8700 (LWP 14685)]
[New Thread 0x7fffe6aa7700 (LWP 14686)]
[Thread 0x7fffe72a8700 (LWP 14685) exited]
AL lib: pulseaudio.c:612: Context did not connect: Connection refused
[Thread 0x7fffe6aa7700 (LWP 14686) exited]
[Thread 0x7fffebaaa700 (LWP 14684) exited]
[New Thread 0x7fffebaaa700 (LWP 14687)]
* Using OpenAL 1.1 ALSOFT 1.13
*   - renderer  : OpenAL Soft
*   - vendor    : OpenAL Community

SETCSTATE (<Body, model=None>, <AnimatedModel balazar>, [1, 0],
[(<World, model=None>, 19, 1)]) SETCSTATE (<Body, model=None>,
<AnimatedModel echassien2@vert>, [0, 1], []) SETCSTATE (<Body,
model=None>, <AnimatedModel sage>, [0, 1], []) SETCSTATE (<Body,
model=None>, <AnimatedModel echassien2>, [0, 1], [(<World, model=None>,
7, 1)]) SETCSTATE (<Body, model=None>, <AnimatedModel echassien2>, [0,
1], [(<World, model=None>, 7, 1)]) SETCSTATE (<Body, model=None>,
<AnimatedModel echassien2>, [0, 1], [(<World, model=None>, 7, 1)])
SETCSTATE (<Body, model=None>, <AnimatedModel echassien2>, [0, 1],
[(<World, model=None>, 7, 1)]) SETCSTATE (<Body, model=None>,
<AnimatedModel echassien2>, [0, 1], [(<World, model=None>, 7, 1)])
SETCSTATE (<Body, model=None>, <AnimatedModel echassien2>, [0, 1],
[(<World, model=None>, 7, 1)]) SETCSTATE (<Body, model=None>,
<AnimatedModel echassien2>, [0, 1], [(<World, model=None>, 7, 1)])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
SETCSTATE (<Body, model=None>, <AnimatedModel champignon>, [1], [])
* Tofu * Player tony login !
* Tofu * Level level_0_0 26546976 activated !

Program received signal SIGFPE, Arithmetic exception.
0x00007fffe7ca6bb5 in ov_read_filter (vf=0x1fc3120, buffer=0x1ffdb80
"", length=<value optimized out>, bigendianp=0, word=0, sgned=1,
bitstream=0x7fffffffbc38, filter=0, filter_param=0x0) at
vorbisfile.c:1905 1905  vorbisfile.c: No existe el fichero o el
directorio. in vorbisfile.c 
(gdb) 

I had installed libvorbis-dbg as you can see.
The line 1905 of vorbisfile.c :

$ more +1901 -8 libvorbis-1.3.2/lib/vorbisfile.c 

    long channels=ov_info(vf,-1)->channels;
    long bytespersample=word * channels;
    vorbis_fpu_control fpu;
    if(samples>length/bytespersample)samples=length/bytespersample;

    if(samples <= 0)
      return OV_EINVAL;

Thanks!

-- 
 .''`.  Tony Palma.
: :' :  PGP/GPG Key ID: 258FFB1A  
`. `'   
  `-    Proudly running Debian GNU/Linux

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libvorbis
Source-Version: 1.3.2-1.5

We believe that the bug you reported is fixed in the latest version of
libvorbis, 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.
Petter Reinholdtsen <[email protected]> (supplier of updated libvorbis 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: Tue, 14 Oct 2014 09:32:30 +0200
Source: libvorbis
Binary: libvorbis0a libvorbisenc2 libvorbisfile3 libvorbis-dev libvorbis-dbg
Architecture: source amd64
Version: 1.3.2-1.5
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers <[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
 libvorbis-dbg - The Vorbis General Audio Compression Codec (debug files)
 libvorbis-dev - The Vorbis General Audio Compression Codec (development files)
 libvorbis0a - The Vorbis General Audio Compression Codec (Decoder library)
 libvorbisenc2 - The Vorbis General Audio Compression Codec (Encoder library)
 libvorbisfile3 - The Vorbis General Audio Compression Codec (High Level API)
Closes: 635906 762571
Changes:
 libvorbis (1.3.2-1.5) unstable; urgency=low
 .
   * Non-maintainer upload to fix crash and hang bug.
   * Switch to debian source format 3.0 (quilt).
   * Add Homepage link in debian/control.
   * Avoid floating point exception when dividing by zero when
     bytespersample is zero (Closes: #635906).  Patch from Daniel Exner.
   * Fix hang with loading Ogg Theora files when seeking to PCM 0 by
     backporting r19159 of upstream SVN, authored by Chris Montgomery
     (Closes: #762571).  Patch from Martin Steghöfer.
Checksums-Sha1:
 430e853a88b31ec3a3692683dd5314d94c5fa6bd 1517 libvorbis_1.3.2-1.5.dsc
 56d5d75c97d5f74a9655b5a4b2ced0c5c3af8d7c 10864 
libvorbis_1.3.2-1.5.debian.tar.xz
 82f63f228c20fba6ff1b106b3dd1adc4ba738571 92230 libvorbis0a_1.3.2-1.5_amd64.deb
 3e443a766fda47554d8c5e316abb33730c2315d4 91398 
libvorbisenc2_1.3.2-1.5_amd64.deb
 c294f9c781e419513032eba5e85eb56d82fd58a2 23064 
libvorbisfile3_1.3.2-1.5_amd64.deb
 f606e97662f1c4e8e8fde134547c9d519f692f4f 359220 
libvorbis-dev_1.3.2-1.5_amd64.deb
 14f744679c2734b3fdc60e91032b912f90ebec3b 230924 
libvorbis-dbg_1.3.2-1.5_amd64.deb
Checksums-Sha256:
 f2c61f6994f9f15ef5ebe28e59edeb8b2275bb2de58bf083464f437c72a07dc8 1517 
libvorbis_1.3.2-1.5.dsc
 97eea882d9bfeefc5cfb5d39fb573a95b90de40a180d86b47b59d51609a98c8e 10864 
libvorbis_1.3.2-1.5.debian.tar.xz
 3c26849c54107a738a704fd263d451e186a3b4f5192b32a323e487a5b650dd44 92230 
libvorbis0a_1.3.2-1.5_amd64.deb
 4426f57df7b0c1f0e6d4de8cb7aca50abcd6ff5466fcfb58ee84971de13ffab1 91398 
libvorbisenc2_1.3.2-1.5_amd64.deb
 ef3a819c0fbc57633e48c467a3b98e21c6cb569cb6eba3a4a194f7da8c75c61c 23064 
libvorbisfile3_1.3.2-1.5_amd64.deb
 a03c5300c4913e6fe07260f56b1b4a4d2c6b4b4ea36b79b190fe0cc5d886dd28 359220 
libvorbis-dev_1.3.2-1.5_amd64.deb
 5919654de06fa2e1585866c1f35757af6022a8e55b1be77b34d1307814b46ce3 230924 
libvorbis-dbg_1.3.2-1.5_amd64.deb
Files:
 ab46a25c6930b9492f501c67c629072d 1517 libs optional libvorbis_1.3.2-1.5.dsc
 ff6fc9f05b85b9ef2228b978a4360435 10864 libs optional 
libvorbis_1.3.2-1.5.debian.tar.xz
 f4b74d415a3e0cd14515366290c48eef 92230 libs optional 
libvorbis0a_1.3.2-1.5_amd64.deb
 ab5214e14cb8ce566ff48e9a5a79f268 91398 libs optional 
libvorbisenc2_1.3.2-1.5_amd64.deb
 c3e0d7a64e72d6c6d0f2d3fedc043a22 23064 libs optional 
libvorbisfile3_1.3.2-1.5_amd64.deb
 49861d01d3d915eaa85bb449783a3d31 359220 libdevel optional 
libvorbis-dev_1.3.2-1.5_amd64.deb
 b8c88f31b60365c41140bc52d56027ab 230924 debug extra 
libvorbis-dbg_1.3.2-1.5_amd64.deb

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

iD8DBQFUPNIW20zMSyow1ykRAlG0AJ9BCXx+xyPZ8Oon5PWut4leh5VW4gCg4TJr
j2B7HC6CiGV092epUUUJI90=
=5Qly
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to