Skip to content

Fix callback out values in callbacks from C++#921

Merged
johnhaley81 merged 1 commit into
masterfrom
fix-random-memory-issues-in-callbacks
Feb 24, 2016
Merged

Fix callback out values in callbacks from C++#921
johnhaley81 merged 1 commit into
masterfrom
fix-random-memory-issues-in-callbacks

Conversation

@johnhaley81

Copy link
Copy Markdown
Collaborator

We were passing back the memory address that was actually controlled by V8 to all C/C++ callbacks which could get randomly moved by V8 at random times causing random segfaults randomly.

http://i.imgur.com/rB4Hux7.gif

We were passing back the memory address that was actually controlled by V8 to all C/C++ callbacks which could get randomly moved by V8 at random times causing random segfaults randomly.

http://i.imgur.com/rB4Hux7.gif
johnhaley81 added a commit that referenced this pull request Feb 24, 2016
…backs

Fix callback out values in callbacks from C++
@johnhaley81 johnhaley81 merged commit e9a9dda into master Feb 24, 2016
@johnhaley81 johnhaley81 deleted the fix-random-memory-issues-in-callbacks branch February 24, 2016 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant