iCodeWoods

Results 15 comments of iCodeWoods

I have the same problem. > SIGSEGV SwiftyJSON.JSON.subscript.getter : (key: Swift.String) -> SwiftyJSON.JSON :0 SwiftyJSON.JSON.subscript.getter : (SwiftyJSON.JSONSubscriptType...) -> SwiftyJSON.JSON SwiftyJSON.swift:420

@DmitriyKirakosyan I found another stack that is almost the same as this question, but with one more line: > -[MSACChannelUnitDefault enqueueItem:flags:] MSACChannelUnitDefault.m:111 Here is the stack symbols, hope this helps:

I had the same problem. But @lalitb i can't repro it. As you said, if it is caused by multi-threading, can it be changed to thread-safe? And the version i...

> @iCodeWoods - Is this crash happening during shutdown. If yes, please refer to use-after-free document in the docs folder for proper shutdown of SDK. Thanks @lalitb , I saw...

@lalitb Another question is, if I call the PauseActivity, WaitPause methods mentioned in the documentation to stop the log, will the log be lost? Or will it be sent again...

> @iCodeWoods - Did above suggestion worked, or if you are still seeing the issue? Hi @lalitb I have revised it and will release a new version next week, then...

Hi @lalitb , I tried adding these fixes for the crash, but it introduced another issue. I attempted two approaches: 1. I called ODWLogManager's `applicationWillTerminate`(It's `pauseTransmission` and `flushAndTeardown` actually) inside...

@lalitb There is an important issue, as mentioned in the documentation, that use_after_free occurs in a multi-threaded concurrent scenario when the app has already been terminated and we are still...

Even if we use the newer patch - 0.71.11, it's still don't have hermes artifacts in the assets. ![image](https://github.com/facebook/react-native/assets/30431268/b70dd1db-b654-48a6-a5a8-5ee019b359e0)

Hi @cortinico @cipolleschi @dmytrorykun Thanks for your reply. The ultimate goal of wanting the dSYM for Hermes is to resolve crashes. Do you have any thoughts on the crash stack...