-
Notifications
You must be signed in to change notification settings - Fork 190
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
GetLocalAllocMT - requesting memory from unregistered thread! #318
Comments
I need a bit more information, like a call-stack, to work out if this is a hxcpp problem or a snow problem. |
how to obtain the call-stack? because currently the app just crashes with this one line of log in the android logcat |
This is supposed to get the OS to dump something - like a java callstack on android.
Which might give some better info. |
Followed the guide here, not sure if it is even useful..... Maybe relavant: https://github.com/underscorediscovery/snow/blob/master/flow/android/src/org/libsdl/app/SDLActivity.java#L374 |
up? |
I'm working on the assumption that this is a snow error - that is, libsnow is making haxe calls from a non-haxe thread, and the hxcpp response is legitimate. |
@hughsando thanks for the information, I would like to investigate the problem further too, as Sven maybe too busy to do so. However, would you please give me some hints on what's happening behind the scene? Since it seems that it is crashing right inside the SDL nativePause method, which should have nothing with haxe. |
If SDL nativePause is anything like the NME case, it will be being called On Tue, Nov 17, 2015 at 12:52 PM, Kevin Leung [email protected]
|
I'm back this week to have a closer look, and will reply with some debugging suggestions in the snow thread. |
(You can close this issue, as it relates specifically to snow) |
Was trying to use threads in an app. It works fine on mac/windows/iphone but on android I get an error
GetLocalAllocMT - requesting memory from unregistered thread!
when pressing "home" button while a thread (non-main) is active.duplicate from: snowkit/snow#79
The text was updated successfully, but these errors were encountered: