- memory allocated with malloc() was then being freed with delete[], which is overridden by Javascript libraries (jsc), leading to segfault - replacing malloc with %new_array seems to work though |
||
|---|---|---|
| .. | ||
| jsc | ||
| v8 | ||
- memory allocated with malloc() was then being freed with delete[], which is overridden by Javascript libraries (jsc), leading to segfault - replacing malloc with %new_array seems to work though |
||
|---|---|---|
| .. | ||
| jsc | ||
| v8 | ||