clementine-player / Clementine

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

Crash on delete from disk #3031

Open Clementine-Issue-Importer opened 10 years ago

Clementine-Issue-Importer commented 10 years ago

From bogdanm....@gmail.com on July 01, 2012 11:13:19

  1. Play some music.
  2. Attempt to delete a song from the disk while the music is playing.
  3. Enjoy the crash.

Using 1.0 on Windows 7 x64 Home Premium.

Running on a i5 480m powered laptop with 4GB of RAM, reading and attempting to delete music from a standard hard drive at 5400rpm. In case it helps, since the crash, Clementine spawned 2 processes of itself, two times.

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

Clementine-Issue-Importer commented 10 years ago

From bogdanm....@gmail.com on July 01, 2012 02:14:52

An extra explanation: I was NOT trying to delete the song that was playing!

Clementine-Issue-Importer commented 10 years ago

From cliffsk...@gmail.com on September 19, 2012 18:20:29

I'm using Linux Mint Debian, and delete from disk ALWAYS crashes Clementine. Has done for almost a year.

Clementine-Issue-Importer commented 10 years ago

From john.maguire on November 21, 2012 12:24:23

Issue 3307 has been merged into this issue.

Clementine-Issue-Importer commented 10 years ago

From dam...@gmail.com on January 27, 2013 10:56:18

I'm using 1.0.1 on Debian stable, and "Delete from Disk" crashes the program when I select it from the playlist. "Delete from Disk" works fine, when I select it from the Files sidebar.

Hope this helps.

Clementine-Issue-Importer commented 10 years ago

From davidsansome on March 08, 2013 03:43:01

Issue 3538 has been merged into this issue.

Clementine-Issue-Importer commented 10 years ago

From mothej...@gmail.com on March 08, 2013 05:27:57

Hi there, sorry for duplicate in #3358... but at least it's visible the problem is on WinXP, Win7 and linux as well. And for #3358, I added the XML report, hope it can help. BR, Jiri

Clementine-Issue-Importer commented 10 years ago

From dani...@gmail.com on March 23, 2013 02:12:05

please fix this soon, it's really annoying

Clementine-Issue-Importer commented 10 years ago

From smfahmid2009 on April 13, 2013 17:19:16

I am also having this issue on Debian Wheezy. How is the progress of debugging this issue going? Please keep us informed.

Clementine-Issue-Importer commented 10 years ago

From davidsansome on July 12, 2013 23:17:23

Issue 3778 has been merged into this issue.

Clementine-Issue-Importer commented 10 years ago

From mothej...@gmail.com on July 13, 2013 14:27:57

1 year anniversary! :) Any progress on this?

Clementine-Issue-Importer commented 10 years ago

From arnaud.bienner on July 13, 2013 17:13:47

Can you try getting a backtrace?

On Linux, from the console, type: gdb clementine run (make it crash) backtrace

And then paste the output here

Clementine-Issue-Importer commented 10 years ago

From superi...@gmail.com on July 13, 2013 17:33:28

Hi! I have the same problem (exactly) (Under Windows 8 PRO x64)

Delete from disk... and bump! Bye Clementine :(

Thank you any way,

Richy

Clementine-Issue-Importer commented 10 years ago

From romanedu...@gmail.com on July 14, 2013 02:39:17

I use Debian Wheezy 7.1 with Xcfe and Thunar, but same issue on my Ubuntu 12.10 with Gnome another machine.

This is backtrace :

0 0x00007ffff0bcc475 in raise () from /lib/x86_64-linux-gnu/libc.so.6

1 0x00007ffff0bcf6f0 in abort () from /lib/x86_64-linux-gnu/libc.so.6

2 0x00007ffff0bc5621 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6

3 0x000000000078df1b in boost::shared_ptr::operator->() const ()

4 0x0000000000812d9a in DeleteFiles::ProcessSomeFiles() ()

5 0x0000000000943f73 in ?? ()

6 0x00007ffff714254f in QMetaObject::activate(QObject, QMetaObject const, int, void**) ()

from /usr/lib/x86_64-linux-gnu/libQtCore.so.4

7 0x00007ffff7031cf4 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4

8 0x00007ffff4f5eb50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0

9 0x00007ffff0c74a7d in clone () from /lib/x86_64-linux-gnu/libc.so.6

10 0x0000000000000000 in ?? ()

Attachment: backtrace.log