mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Scott Valentine <scottvalen@hotmail.com>
To: lua-l@lists.lua.org, musl@lists.openwall.com
Subject: LUA + musl, garbage collection issue?
Date: Sat, 20 Sep 2014 16:41:14 -1000	[thread overview]
Message-ID: <BLU437-SMTP1619EF295C4A1463E8B5A1C0B20@phx.gbl> (raw)

I have been testing OpenWRT builds using musl as the libc on arm and mips targets, and I have run into an issue which appears to be related to lua.
Essentially, when using the luci web interface to upload a file to the device, I am running into a memory exhaustion problem. A 6 MB upload results in nearly 70MB of memory allocation.
On smaller targets (i.e. 64MB RAM), it pretty much just locks up the system until the watchdog timer expires and reboots.
On bigger targets with enough RAM, the process completes and the memory is freed, but I think this is because the lua process exits.

On eglibc and uclibc builds I only see marginal memory increases during the upload, mostly do to the file getting written to tmpfs.

I'm having trouble tracking down where the issue is, but it looks like lua exclusively uses realloc for managing memory. Is this correct?

I noticed that in order to free memory, it basically calls realloc with 0 as the new size. Is this something musl doesn't handle well?

I'm trying a rebuild with a check for n == 0 in musl's realloc function to just free the pointer, and I'll report back.

What is "the right thing to do" to fix this? Should lua not be using realloc to free memory, or should musl handle the case better, if, in fact this is the problem?

Regards,
-Scott V.


             reply	other threads:[~2014-09-21  2:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-21  2:41 Scott Valentine [this message]
2014-09-21  4:38 ` Rich Felker
2014-09-21  9:58   ` Scott Valentine
2014-09-21 10:16   ` Justin Cormack
2014-09-24  5:25     ` Scott Valentine
2014-09-24  5:50       ` Szabolcs Nagy
2014-09-24  6:14         ` Scott Valentine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BLU437-SMTP1619EF295C4A1463E8B5A1C0B20@phx.gbl \
    --to=scottvalen@hotmail.com \
    --cc=lua-l@lists.lua.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).