othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

double free or corruption (!prev) #72

Open gerroon opened 6 years ago

gerroon commented 6 years ago

sudo -u www-data php slimpd hard-reset --force

runs for a while then borks at somewhere around song 3700

double free or corruption (!prev)                                                                                                                                            │······
Magick: abort due to signal 6 (SIGABRT) "Abort"...                                                                                                                           │······
[1]    2495 abort      php slimpd hard-reset --force                   

I am using it on

Debian Testing X64 mysql Ver 15.1 Distrib 10.1.29-MariaDB Apache/2.4.33 (Debian)

othmar52 commented 6 years ago

Maybe increasing verbosity helps to figure out where it stops!?

[config]
; 1 = quiet, 10 = maximal verbosity
cli-verbosity = 10

and remove localdata/cache/conf* after changing configuration

gerroon commented 6 years ago

Hi

verbosity did not give us anything more, set to 10


double free or corruption (!prev)
Magick: abort due to signal 6 (SIGABRT) "Abort"...
[1]    5164 abort      php slimpd hard-reset --force
``
othmar52 commented 6 years ago

hmmm in which part of the importer process does the error occur? due to the term Magick its probably caused by image processing of imagemagick. so maybe some of your files has embedded bitmaps which cant be handeled by slimpd or its a bitmap file of your filesystem.

Do you see something useful in your webservers/php error_log?

gerroon commented 6 years ago

@othmar52

The scanner goes for a while then suddenly borks like this as far as I can tell. I will run it one more time while paying attention to apache logs.

gerroon commented 6 years ago

I put a small portion of my media for scanning, and it does not bork, so you might be right about imagemagick. I am compiling it source. I will test it again.

gerroon commented 6 years ago

I disabled scanning for embed covers (which is not ideal really), and it has been scanning without crash for a while. So not sure feel free to close this bug or keep it :)