assertion failure, bind() issue #607
Replies: 3 comments
-
Posted at 2016-08-15 by @gfwilliams There's a GDB macro called Looks to me like that's an issue when running If you can find out what the parameter was ( |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-08-15 by tve No gdb :-). But I should be able to add the jsvTrace. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-08-15 by @gfwilliams Ahh, yeah :) I guess an assert_with_var would be cool, and then it could trace the offending variable if the assert failed. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-08-15 by tve
I'm continuing to have issues that I believe are related to using
bind()
. The call of the function returned crashes. I don't know how to repro it in a simple situation yet. I do have a stack back-trace. The assertion is in jsvRef:The lower part of the stack is (top-down):
Any clue? How can I troubleshoot this? Any way I can find out which JS statement caused this?
Beta Was this translation helpful? Give feedback.
All reactions