-
Notifications
You must be signed in to change notification settings - Fork 281
Exception thrown by StackTrace.js when printStackTrace() is called #51
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
@Moboro would you mind giving us a minimal test-case that reproduces the problem? |
Hello eriwen, That will take some time since this is Knockout.js code. It will be a while before I have the time to do that. In the meantime, here's a more detailed dump in case that helps: 0: "TypeError: Object # has no method 'undef'" The error seems to happen in the call to this.undef() in the createException() method. |
@Moboro Do you use Developer Tools in Chrome? Maybe you have checked "Pause on all exceptions"? |
I am getting this same error in chrome. Run "window.printStackTrace().join('\n');" in console. TypeError on line 48 of stacktrace.js. Gives the same error as above. |
same issue with same stack trace here on example here: http://jsfiddle.net/JG6ZL/1/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36 |
Thanks for the jsfiddle! I see now, where the problem is. Will fix ASAP. |
I still have this problem. |
http://jsfiddle.net/JG6ZL/4/ |
If I'm just doing something wrong then my apologies up front. I didn't see a forum so I'm posting this here. I'm getting the following Exception when printStackTrace() is called:
TypeError: Object # has no method 'undef'
This happens in Chrome. In IE I see createException in the stack trace but not the above error message. What can I do about this?
The text was updated successfully, but these errors were encountered: