On Mon, Jul 4, 2016 at 2:47 PM, Danny Dorfman <[email protected]> wrote:
> I found out what is causing the crash in d8. One of the "shared-library"
> lines my log file points to a very large library (157M). The line looks like
> this:
>
> shared-library,"/path/to/my/file/name.so",0x7fdf1f909000,0x7fdf23d2b000,0
>
> Once it's removed, everything works fine. Is there a size limit?

Effectively, yes.  The tick processor parses the output of nm(1) into
a list.  It sounds like it's running out of memory.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to