Skip to content
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

crash on properties with getters in some cases #8

Open
nulld opened this issue Jul 6, 2018 · 1 comment
Open

crash on properties with getters in some cases #8

nulld opened this issue Jul 6, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@nulld
Copy link
Member

nulld commented Jul 6, 2018

If something uncatchable occurs in property getter. And debugger at the time tries to print this property - it crashes. For eg: https://gist.github.com/nulld/71175b3b24fa56dcdb8d9fa169caa9f6

HaxeFoundation/haxe#7253

@EliteMasterEric
Copy link
Contributor

I suspect that this issue, or one tangential to it, is the cause of numerous occasions in which I will set a breakpoint, attempt to view member variables, and crash the debugger and the entire application with it.

I put together a project based on the sample code provided in the other issue, where you can set a breakpoint on line 22, hit F5 and watch the crash happen:

https://github.com/EliteMasterEric/hxcpp-Issue7253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants