<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Crash on iOS, seemingly within the Dynatrace SDK in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Crash-on-iOS-seemingly-within-the-Dynatrace-SDK/m-p/270451#M6773</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We're seeing some crashes reported on TestFlight that seem to be originating from the Dynatrace SDK.&lt;BR /&gt;&lt;BR /&gt;The crashes are happening on startup and have a stack trace that looks like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Reason: -[NSNull UTF8String]: unrecognized selector sent to instance 0x1ffdcb540
Termination Reason: SIGNAL 6 Abort trap: 6

Thread 12 name:
Thread 12 Crashed:
0   libsystem_kernel.dylib        	0x00000001ea8f51d4 __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000222a62ef8 pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib             	0x00000001a22e7ad8 abort + 128 (abort.c:122)
3   libc++abi.dylib               	0x00000002228715b8 abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib               	0x000000022285fbac demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
5   libobjc.A.dylib               	0x0000000197846e14 _objc_terminate() + 156 (objc-exception.mm:496)
6   libc++abi.dylib               	0x000000022287087c std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
7   libc++abi.dylib               	0x0000000222873dfc __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 88 (cxa_exception.cpp:152)
8   libc++abi.dylib               	0x0000000222873da4 __cxa_throw + 92 (cxa_exception.cpp:294)
9   libobjc.A.dylib               	0x000000019782b44c objc_exception_throw + 448 (objc-exception.mm:385)
10  CoreFoundation                	0x000000019a65e8c8 -[NSObject(NSObject) doesNotRecognizeSelector:] + 364 (NSObject.m:162)
11  CoreFoundation                	0x000000019a4f6b08 ___forwarding___ + 1560 (NSForwarding.m:3612)
12  CoreFoundation                	0x000000019a4f6430 _CF_forwarding_prep_0 + 96 (:-1)
13  Dynatrace                     	0x00000001063bdc4c -[DTXSqliteAbstractionLayer insertCrashReportForSessionIdentification:reportInfo:] + 384
14  Dynatrace                     	0x00000001063e4d60 -[DTXDBManager processDBQueue] + 3128
15  Dynatrace                     	0x00000001063e86d0 -[DTXDBManager(Private) run] + 132 (:-1)
16  Foundation                    	0x00000001991e16c8 __NSThread__start__ + 724 (NSThread.m:991)
17  libsystem_pthread.dylib       	0x0000000222a6137c _pthread_start + 136 (pthread.c:931)
18  libsystem_pthread.dylib       	0x0000000222a5c494 thread_start + 8 (:-1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;We are using version 8.301.1 of the Swift package.&lt;BR /&gt;&lt;BR /&gt;One thing that may be a factor is we are replacing an installed version of the app developed in Xamarin (using the nuget package version&amp;nbsp;&lt;SPAN&gt;8.271.2) with a native app (using the above Swift package).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Oliver&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 07:03:38 GMT</pubDate>
    <dc:creator>OliverBrownNext</dc:creator>
    <dc:date>2025-02-24T07:03:38Z</dc:date>
    <item>
      <title>Crash on iOS, seemingly within the Dynatrace SDK</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Crash-on-iOS-seemingly-within-the-Dynatrace-SDK/m-p/270451#M6773</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We're seeing some crashes reported on TestFlight that seem to be originating from the Dynatrace SDK.&lt;BR /&gt;&lt;BR /&gt;The crashes are happening on startup and have a stack trace that looks like the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Reason: -[NSNull UTF8String]: unrecognized selector sent to instance 0x1ffdcb540
Termination Reason: SIGNAL 6 Abort trap: 6

Thread 12 name:
Thread 12 Crashed:
0   libsystem_kernel.dylib        	0x00000001ea8f51d4 __pthread_kill + 8 (:-1)
1   libsystem_pthread.dylib       	0x0000000222a62ef8 pthread_kill + 268 (pthread.c:1721)
2   libsystem_c.dylib             	0x00000001a22e7ad8 abort + 128 (abort.c:122)
3   libc++abi.dylib               	0x00000002228715b8 abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib               	0x000000022285fbac demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
5   libobjc.A.dylib               	0x0000000197846e14 _objc_terminate() + 156 (objc-exception.mm:496)
6   libc++abi.dylib               	0x000000022287087c std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
7   libc++abi.dylib               	0x0000000222873dfc __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 88 (cxa_exception.cpp:152)
8   libc++abi.dylib               	0x0000000222873da4 __cxa_throw + 92 (cxa_exception.cpp:294)
9   libobjc.A.dylib               	0x000000019782b44c objc_exception_throw + 448 (objc-exception.mm:385)
10  CoreFoundation                	0x000000019a65e8c8 -[NSObject(NSObject) doesNotRecognizeSelector:] + 364 (NSObject.m:162)
11  CoreFoundation                	0x000000019a4f6b08 ___forwarding___ + 1560 (NSForwarding.m:3612)
12  CoreFoundation                	0x000000019a4f6430 _CF_forwarding_prep_0 + 96 (:-1)
13  Dynatrace                     	0x00000001063bdc4c -[DTXSqliteAbstractionLayer insertCrashReportForSessionIdentification:reportInfo:] + 384
14  Dynatrace                     	0x00000001063e4d60 -[DTXDBManager processDBQueue] + 3128
15  Dynatrace                     	0x00000001063e86d0 -[DTXDBManager(Private) run] + 132 (:-1)
16  Foundation                    	0x00000001991e16c8 __NSThread__start__ + 724 (NSThread.m:991)
17  libsystem_pthread.dylib       	0x0000000222a6137c _pthread_start + 136 (pthread.c:931)
18  libsystem_pthread.dylib       	0x0000000222a5c494 thread_start + 8 (:-1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;We are using version 8.301.1 of the Swift package.&lt;BR /&gt;&lt;BR /&gt;One thing that may be a factor is we are replacing an installed version of the app developed in Xamarin (using the nuget package version&amp;nbsp;&lt;SPAN&gt;8.271.2) with a native app (using the above Swift package).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Oliver&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 07:03:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Crash-on-iOS-seemingly-within-the-Dynatrace-SDK/m-p/270451#M6773</guid>
      <dc:creator>OliverBrownNext</dc:creator>
      <dc:date>2025-02-24T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on iOS, seemingly within the Dynatrace SDK</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Crash-on-iOS-seemingly-within-the-Dynatrace-SDK/m-p/271040#M6778</link>
      <description>&lt;P&gt;This was handled in a support case and will be fixed with 8.309&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 10:48:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Crash-on-iOS-seemingly-within-the-Dynatrace-SDK/m-p/271040#M6778</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2025-02-26T10:48:37Z</dc:date>
    </item>
  </channel>
</rss>

