GithubHelp home page GithubHelp logo

Comments (12)

EyadHeikal avatar EyadHeikal commented on June 8, 2024 2

@nburyak @agustindeleon7 We're looking into it now and we will get back to you as soon as possible.

from instabug-ios.

stale avatar stale commented on June 8, 2024

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

from instabug-ios.

stale avatar stale commented on June 8, 2024

This issue has been automatically closed due to inactivity.

from instabug-ios.

agustindeleon7 avatar agustindeleon7 commented on June 8, 2024

@nburyak Were you able to fix this crash?

from instabug-ios.

nburyak avatar nburyak commented on June 8, 2024

@agustindeleon7 No, unfortunately, the issue is still present. We have around 1.3k crashes based on Sentry data. There are no steps to reproduce the issue and the crash log doesn't point to any place in our code, which could potentially lead to a crash.

image

from instabug-ios.

stale avatar stale commented on June 8, 2024

This issue has been automatically closed due to inactivity.

from instabug-ios.

stale avatar stale commented on June 8, 2024

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

from instabug-ios.

nburyak avatar nburyak commented on June 8, 2024

Unfortunately, the issue is still present with thousands of occurrences. Let me know, if I can help in the investigation

from instabug-ios.

stale avatar stale commented on June 8, 2024

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

from instabug-ios.

fzy-github avatar fzy-github commented on June 8, 2024

We are seeing the same crash as well - also found via sentry reporting:

Thread 0 Crashed:
0   libobjc.A.dylib                 0x34483a820         objc_msgSend
1   CFNetwork                       0x3547adb04         _CFNetworkHTTPConnectionCacheSetLimit
2   CFNetwork                       0x35476f4f8         CFHTTPCookieCopyRequestHeaderFields
3   Instabug                        0x10aa54a9c         -[NSURLRequest(Additions) ibg_isWebViewRequest]
4   Instabug                        0x10aa266d0         -[IBGNetworkLoggerController canServeRequest:]
5   Instabug                        0x10aabea3c         NetworkTasksListener.createTask
6   Instabug                        0x10aabeed0         NetworkTasksListener.taskDidStart
7   Instabug                        0x10ab81c28         __71-[IBGSwizzler newImplementatioDataTaskDidResume:selector:swizzlerInfo:]_block_invoke_3
8   libdispatch.dylib               0x3610ca31c         _dispatch_call_block_and_release
9   libdispatch.dylib               0x3610cbea8         _dispatch_client_callout
10  libdispatch.dylib               0x3610da6a0         _dispatch_main_queue_drain
11  libdispatch.dylib               0x3610da2f0         _dispatch_main_queue_callback_4CF
12  CoreFoundation                  0x3527c6c24         __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
13  CoreFoundation                  0x3527a855c         __CFRunLoopRun
14  CoreFoundation                  0x3527ad3e8         CFRunLoopRunSpecific
15  GraphicsServices                0x3c9257358         GSEventRunModal
16  UIKitCore                       0x356ba8f54         -[UIApplication _run]
17  UIKitCore                       0x356ba8bb8         UIApplicationMain
18  SwiftUI                         0x359a12c4c         OUTLINED_FUNCTION_895
19  SwiftUI                         0x3599791e8         block_copy_helper.1
20  SwiftUI                         0x359963290         OUTLINED_FUNCTION_901
21  My iOSapp                       0x204eb4bc0         [inlined] AppLauncher.main
22  My iOSapp                       0x204eb4bc0         [inlined] AppLauncher.$main (<compiler-generated>:6)
23  My iOSapp                       0x204eb4bc0         main
24  <unknown>                       0x1eacacdec         <redacted>



// other threads

Thread 5
0   libsystem_kernel.dylib          0x3d06acca4         mach_msg2_trap
1   libsystem_kernel.dylib          0x3d06bfb70         mach_msg2_internal
2   libsystem_kernel.dylib          0x3d06bfe48         mach_msg_overwrite
3   libsystem_kernel.dylib          0x3d06ad1e4         mach_msg
4   Instabug                        0x10ad2bd38         exception_server_thread
5   libsystem_pthread.dylib         0x4123a36b4         _pthread_start

from instabug-ios.

fzy-github avatar fzy-github commented on June 8, 2024

any update on the investigation/potential fix? - we are seeing this quite often as well as @nburyak reported

Here's a simmilar stacktracke we have in our crash logs:

OS Version: iOS 17.1.2 (21B101)
Report Version: 104

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Crashed Thread: 0

Application Specific Information:
calling C++ destructors for class %s

Thread 0 Crashed:
0   CoreFoundation                  0x334fb6e44         CF_IS_OBJC
1   CoreFoundation                  0x334fc24ec         [inlined] CFRetain
2   CoreFoundation                  0x334fc24ec         CFRetain
3   CFNetwork                       0x33722bbb8         _CFStreamErrorFromCFError
4   CFNetwork                       0x33722c080         _CFStreamErrorFromCFError
5   CFNetwork                       0x33735e7b4         _CFHTTPServerResponseEnqueue
6   CFNetwork                       0x33720e3ac         CFURLConnectionInvalidateConnectionCache
7   CFNetwork                       0x33733b20c         CFHTTPCookieStorageUnscheduleFromRunLoop
8   Foundation                      0x33303332c         URLRequest._unconditionallyBridgeFromObjectiveC
9   Instabug                        0x10666a990         NetworkTasksListener.createTask
10  Instabug                        0x10666aed0         NetworkTasksListener.taskDidStart
11  Instabug                        0x10672dc28         __71-[IBGSwizzler newImplementatioDataTaskDidResume:selector:swizzlerInfo:]_block_invoke_3
12  libdispatch.dylib               0x344f246a4         _dispatch_call_block_and_release
13  libdispatch.dylib               0x344f262fc         _dispatch_client_callout
14  libdispatch.dylib               0x344f34994         _dispatch_main_queue_drain
15  libdispatch.dylib               0x344f345ac         _dispatch_main_queue_callback_4CF
16  CoreFoundation                  0x334fe7208         __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
17  CoreFoundation                  0x334fe3f14         __CFRunLoopRun
18  CoreFoundation                  0x334fe3664         CFRunLoopRunSpecific
19  GraphicsServices                0x3bb7a95e8         GSEventRunModal
20  UIKitCore                       0x3396242b0         -[UIApplication _run]
21  UIKitCore                       0x3396238ec         UIApplicationMain
22  SwiftUI                         0x33daf20f8         OUTLINED_FUNCTION_31
23  SwiftUI                         0x33daf1f3c         OUTLINED_FUNCTION_31
24  SwiftUI                         0x33d763864         OUTLINED_FUNCTION_26
25  SampleApp                       0x200913114         [inlined] AppLauncher.main
26  SampleApp                       0x200913114         [inlined] AppLauncher.$main (<compiler-generated>:6)
27  SampleApp                       0x200913114         main
28  <unknown>                       0x1cfd32dcc         <redacted>

from instabug-ios.

ahmedsalah196 avatar ahmedsalah196 commented on June 8, 2024

This should be fixed in 12.5.0. Feel free to reopen if the issue persists.

from instabug-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.