-
Notifications
You must be signed in to change notification settings - Fork 195
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
EXC_BAD_ACCESS Unclosed string > KERN_INVALID_ADDRESS at 0x627. #1177
Comments
OS Version: iOS 18.1.1 (22B91)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: SEGV_NOOP at 0x0000000000000627
Crashed Thread: 22
Application Specific Information:
Exception 1, Code 1, Subcode 1575 >
KERN_INVALID_ADDRESS at 0x627.
Thread 22 Crashed:
0 Application 0x2057694d4 GlobalAllocator::GetNextFree
1 Application 0x205769194 GlobalAllocator::GetFreeBlock
2 Application 0x205768f44 LocalAllocator::CallAlloc
3 Application 0x205750b54 hx::Hash<T>::allocElement
4 Application 0x205750f8c hx::Hash<T>::TSet<T>
5 Application 0x20574fb8c hx::Hash<T>::set
6 Application 0x205748304 __string_hash_set
7 Application 0x20573e954 hx::Anon_obj::__SetField
8 Application 0x2049b6fc4 Reflect_obj::setField
9 Application 0x204a3094c haxe::format::JsonParser_obj::parseRec
10 Application 0x204a30778 haxe::format::JsonParser_obj::parseRec
11 Application 0x204a3093c haxe::format::JsonParser_obj::parseRec
12 Application 0x204a30204 haxe::format::JsonParser_obj::doParse
13 Application 0x204cd49f4 com::example::utils::AsyncJsonUtils_obj::parseAsync::_hx_Closure_0::_hx_run
14 Application 0x204ed0f68 lime::app::FutureWork_obj::threadPool_doWork
15 Application 0x204ed1040 lime::app::__FutureWork_objthreadPool_doWork
16 Application 0x204dfd0ac lime::_hx_system::ThreadPool_obj::_hx___executeThread
17 Application 0x204dfd330 lime::_hx_system::__ThreadPool_obj_hx___executeThread
18 Application 0x205405df0 sys::thread::_Thread::HaxeThread_obj::create::_hx_Closure_0::_hx_run
19 Application 0x205405be0 sys::thread::_Thread::HaxeThread_obj::create::_hx_Closure_0::__run
20 Application 0x205761030 hxThreadFunc
21 libsystem_pthread.dylib 0x42156c37c _pthread_start *Different build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually this crash happens in the first 10 seconds of booting the app.
Defines:
hxcpp 4.3.2
The text was updated successfully, but these errors were encountered: