Bug 18074 - Падает при попытке добавить пустой wma-файл
Summary: Падает при попытке добавить пустой wma-файл
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: cmus-in-ffmpeg (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Eugene Vlasov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 18:46 MSK by Evgenii Terechkov
Modified: 2010-04-01 17:22 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Terechkov 2008-12-02 18:46:49 MSK
Падает с ошибкой сегментаций при попытке добавить в библиотеку пустой wma-файл (такие попадаются). Воспроизводимость - 100%.

Воспроизвести очень просто - touch 1.wma и попытаться добавить этот файл в библиотеку. При удалений пакета cmus-in-ffmpeg проблема исчезает.

Всё, что мне удалось вытянуть из трасировки падения:
===============================================================================
evg@evg ~ $ gdb cmus core.29431
GNU gdb 6.6-alt3 (ALT Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-alt-linux"...
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
Cannot access memory at address 0x4001c63c
(gdb) bt
#0  0x402d97f8 in ?? ()
Cannot access memory at address 0x419551f0
(gdb) q
===============================================================================

evg@evg ~ $ rpm -qa |grep -E 'cmus|avformat'
cmus-out-alsa-2.2.0-alt3
cmus-in-aac-2.2.0-alt3
cmus-in-mpc-2.2.0-alt3
cmus-in-wavpack-2.2.0-alt3
cmus-in-mp4-2.2.0-alt3
cmus-in-vorbis-2.2.0-alt3
cmus-2.2.0-alt3
cmus-in-flac-2.2.0-alt3
cmus-in-ffmpeg-2.2.0-alt3
libavformat52-15151-alt1
Comment 1 Evgenii Terechkov 2010-04-01 17:21:44 MSD
К 2.3.1-alt1 рассосалось: вместо падения просто пишется ошибка, что невозможно получить информацию о файле. Скорее что-то внешнее обновилось.