-
Notifications
You must be signed in to change notification settings - Fork 281
Function instrumentation does not work as expected in Chrome 12 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Exception stack is somehow corrupted in printStackTrace.implementation.prototype.chrome() - before chrome() I can see one extra line in stack trace (7 lines overall), after chrome() this line is disappeared (only 6 lines left). Investigating further... |
Before
after
Line for |
I've changed in my fork script and tests - take a look. Older Chrome versions may work incorrect - original regular expression removed extra lines from stacktrace. Also I've changed your testcase4.html - where can I put it? In your example bar() should not be expected in stacktrace. |
I have merged your changes and pushed. I also added the test/functional directory for those test cases. I have added link to the Jenkins page with a link to the latest functional tests. So, just check in your testcase4.html and I'll merge it in. After your help with the 0.4 release, I'll add you as a collaborator so you don't have to go configuring this stuff yourself and we won't have to worry about merges etc. Thanks again, |
Fixed, see "chrome stack" test. |
The reason I originally selected the Unlicense when this project began was to maximize use of the library. However, since then I've come to learn that such a license actually prevents use and contribution by some organizations because Unlicense is not an OSI approved license and is a little risky legally. See stacktracejs/stacktrace.js#18
The reason I originally selected the Unlicense when this project began was to maximize use of the library. However, since then I've come to learn that such a license actually prevents use and contribution by some organizations because Unlicense is not an OSI approved license and is a little risky legally. See stacktracejs/stacktrace.js#18
The reason I originally selected the Unlicense when this project began was to maximize use of the library. However, since then I've come to learn that such a license actually prevents use and contribution by some organizations because Unlicense is not an OSI approved license and is a little risky legally. See #18
The reason I originally selected the Unlicense when this project began was to maximize use of the library. However, since then I've come to learn that such a license actually prevents use and contribution by some organizations because Unlicense is not an OSI approved license and is a little risky legally. See stacktracejs/stacktrace.js#18
Running function instrumentation test case at http://eriwen.com/js/stacktrace/testcase4.html loses bottom of stack in Chrome 12.
See test for details.
The text was updated successfully, but these errors were encountered: