Hello,

I'm new to the V8 engine, doing some tests trying to integrate with my
application, and I'm seeing a behavior I think maybe related to the
Garbage collector and mine incorrect usage of it.
When running code in C++, coming from a V8 registered object through a
callback, the malloc is overwritten to the V8 Garbage collector?
I'm asking this because when running my code without any profiler, I
get a core dump.
But whenever I overwrite the malloc with a profiling library like
Gmalloc through gdb, it works ok and doesn't give me any error.

Thanks

Piero

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to