clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.72k stars 671 forks source link

segfaulf on startup #3876

Open Clementine-Issue-Importer opened 10 years ago

Clementine-Issue-Importer commented 10 years ago

From libbkmz.dev@gmail.com on September 30, 2013 00:54:53

What steps will reproduce the problem? 1. Quit on playqing music with. CUE from FLAC.

  1. run clementine 3. And i get Backtracte:

(gdb) bt

0 0x00007ffff17b53d9 in raise () from /usr/lib/libc.so.6

1 0x00007ffff17b67d8 in abort () from /usr/lib/libc.so.6

2 0x00007ffff17f2ed4 in __libc_message () from /usr/lib/libc.so.6

3 0x00007ffff17f869e in malloc_printerr () from /usr/lib/libc.so.6

4 0x00007ffff17f9377 in _int_free () from /usr/lib/libc.so.6

5 0x00007ffff754024a in ?? () from /usr/lib/libQtCore.so.4

6 0x00007ffff75f4db3 in ?? () from /usr/lib/libQtCore.so.4

7 0x00007ffff75f5634 in QUrl::operator==(QUrl const&) const () from /usr/lib/libQtCore.so.4

8 0x00000000006622cd in PlaylistBackend::RestoreCueData (this=this@entry=0x1550d40, item=..., state=...)

at /tmp/clementine/src/clementine-1.1.1/src/playlist/playlistbackend.cpp:197

9 0x000000000066318e in PlaylistBackend::NewSongFromQuery (this=0x1550d40, row=..., state=...)

at /tmp/clementine/src/clementine-1.1.1/src/playlist/playlistbackend.cpp:152

10 0x0000000000663bec in operator() (a2=..., a1=..., p=, this=) at /usr/include/boost/bind/mem_fn_template.hpp:280

11 operator()boost::shared_ptr<PlaylistItem, boost::_mfi::mf2boost::shared_ptr<PlaylistItem, PlaylistBackend, const SqlRow&, boost::shared_ptrPlaylistBackend::NewSongFromQueryState >, boost::_bi::list1<const SqlRow&> > (a=, f=..., this=)

at /usr/include/boost/bind/bind.hpp:382

12 operator() (a1=..., this=) at /usr/include/boost/bind/bind_template.hpp:47

13 QtConcurrent::MappedEachKernel<QList::const_iterator, boost::_bi::bind_tboost::shared_ptr<PlaylistItem, boost::_mfi::mf2boost::shared_ptr<PlaylistItem, PlaylistBackend, SqlRow const&, boost::shared_ptrPlaylistBackend::NewSongFromQueryState >, boost::_bi::list3boost::_bi::value<PlaylistBackend*, boost::arg<1>, boost::_bi::valueboost::shared_ptr > > >::runIteration (this=,

it=..., result=0x7fff88028870) at /usr/include/qt4/QtCore/qtconcurrentmapkernel.h:180

14 0x00000000006634ac in QtConcurrent::MappedEachKernel<QList::const_iterator, boost::_bi::bind_tboost::shared_ptr<PlaylistItem, boost::_mfi::mf2boost::shared_ptr<PlaylistItem, PlaylistBackend, SqlRow const&, boost::shared_ptrPlaylistBackend::NewSongFromQueryState >, boost::_bi::list3boost::_bi::value<PlaylistBackend*, boost::arg<1>, boost::_bi::valueboost::shared_ptr > > >::runIterations

(this=0x1f0b100, sequenceBeginIterator=..., begin=<optimized out>, end=37, results=<optimized out>)
at /usr/include/qt4/QtCore/qtconcurrentmapkernel.h:190

15 0x00000000006655c6 in QtConcurrent::IterateKernel<QList::const_iterator, boost::shared_ptr >::forThreadFunction (

this=0x1f0b100) at /usr/include/qt4/QtCore/qtconcurrentiteratekernel.h:263

16 0x0000000000665f55 in QtConcurrent::IterateKernel<QList::const_iterator, boost::shared_ptr >::threadFunction (

this=0x1f0b100) at /usr/include/qt4/QtCore/qtconcurrentiteratekernel.h:225

17 0x00007ffff7530045 in QtConcurrent::ThreadEngineBase::run() () from /usr/lib/libQtCore.so.4

18 0x00007ffff753184e in ?? () from /usr/lib/libQtCore.so.4

19 0x00007ffff753dd8f in ?? () from /usr/lib/libQtCore.so.4

20 0x00007ffff40410a2 in start_thread () from /usr/lib/libpthread.so.0

21 0x00007ffff186543d in clone () from /usr/lib/libc.so.6

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3876

Clementine-Issue-Importer commented 10 years ago

From arnaud.bienner on September 30, 2013 00:54:49

Could you please provide more info? Which version are you using? On which OS?

Clementine-Issue-Importer commented 10 years ago

From libbkmz.dev@gmail.com on September 30, 2013 05:50:41

Archlinux x86_64.

Qt 4.8.5-2 boost: 1.54.0-3 Clementine 1.1.1-9

Content from here: http://rutracker.org/forum/viewtopic.php?t=3401949