rpiaunon
Posts: 4
Joined: Mon Dec 23, 2013 2:38 am

help with minidlna error

Tue Dec 31, 2013 10:49 pm

Hi all,

I am having some trouble with minidlna where the cpu usage is high and there is the following error in the log file:

[2013/12/31 16:37:09] minidlna.c:926: warn: Creating new database...
[2013/12/31 16:37:09] minidlna.c:1006: warn: HTTP listening on port 8200
[2013/12/31 16:37:09] scanner.c:727: warn: Scanning /home/pi/ext/videos
[2013/12/31 16:51:17] scanner.c:798: warn: Scanning /home/pi/ext/videos finished (118 files)!
[2013/12/31 16:51:17] scanner.c:727: warn: Scanning /home/pi/ext/music
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed
[2013/12/31 17:29:05] image_utils.c:415: warn: malloc failed

Any idea what these means and how I could fix it?

DBryant
Posts: 281
Joined: Sat Feb 02, 2013 12:41 pm
Location: Berkshire, UK

Re: help with minidlna error

Sat Jan 04, 2014 3:57 pm

What version are you running? You can run 'minidlna -V' from the command line. For what its worth, I'm currently running 1.0.16.3 on a non-Raspberry, Ubuntu based system without problem.

You (obviously) have a dynamic memory allocation failure when one or more of your files is being processed. You could try removing from its config the directory that follows your videos collection, which did complete successfully, and isolate it to a specific media type. Looking at the source code, and without a trace of code execution, its not possible to glean much info. You could wander over to sourceforge armed with your version and configuration and post a query there.

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13092
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: help with minidlna error

Sat Jan 04, 2014 5:58 pm

seems you ran out of memory!

Return to “Troubleshooting”