> > The error message `abort(undefined)` could mean a number of things but one > is that `dlfree` itself detected some issue and called abort (or > indirectly via assert). > >> >> That's exactly what it was. I was thrown for a loop with the "undefined" because I've hit multiple cases of having missing functions and seeing a similar error. Accidentally attempting to free something that wasn't previously allocated tripped an abort here: https://github.com/emscripten-core/emscripten/blob/master/system/lib/dlmalloc.c#L4867 Sorry for the misunderstanding, and thanks for the help.
-- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/61c2cc2b-7c64-424f-80fb-4267439b76f7%40googlegroups.com.
