What's new

minidlna OOMs on 378.54_2

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

docta_v

New Around Here
Hi Merlin,

After upgrade I see only partial results in minidlna.. nothing in logs but if I strace I see this:

8465 poll([{fd=5, events=POLLIN}], 1, 2000 <unfinished ...>
8464 mmap2(NULL, 467886080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = -1 ENOMEM (Cannot allocate memory)
8464 brk(0x1c539000) = 0x704000
8464 mmap2(NULL, 467886080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = -1 ENOMEM (Cannot allocate memory)
8464 mremap(0x40565000, 467881984, 467886080, MREMAP_MAYMOVE) = -1 EFAULT (Bad address)
8464 mmap2(NULL, 467886080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = -1 ENOMEM (Cannot allocate memory)
8464 brk(0x1c539000)

Running with 512MB swap partition on AC68P. Doesn't happen on 378.53_0. Fixed by downgrading to 53_0.

P.S. 53_0 is a fantastic firmware! thanks!
 
Same issue here

Also:
opkg install minidlna

works well but after 10 minutes the server is gone, so, only option is to downgrade :(
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top