-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
After upgrading from Axmol v2.5.0 to v2.6.0, my Android app crashes with a SIGSEGV
shortly after an HTTP request is sent. The same code and native libraries work perfectly in v2.5.0.
Crash log (important part)
How to reproduce
- Using
HttpUtils::fetchCloudEndpoint(...)
to send a request - Request seems to succeed initially (
Request sent successfully.
is logged) - Then crashes during or after response processing
Device Testing
✅ No crash on 64-bit devices:
- Samsung Galaxy A14 (64-bit)
- Samsung Galaxy A55 (64-bit)
- Google Pixel 7a (64-bit)
❌ Crash on 32-bit devices:
- Samsung Galaxy A13 (32-bit)
- Huawei Y5 (32-bit)
- Samsung Galaxy J7 Prime (32-bit)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working