xamarin-macios/tests/monotouch-test/Network
Rolf Bjarne Kvinge a02410530a
[tests] NWPathMonitors must be cancelled. (#17178)
Otherwise the process may crash later on:

    apitest.KernelNotificationTest

    =================================================================
    	Native Crash Reporting
    =================================================================
    Got a term while executing native code. This usually indicates
    a fatal error in the mono runtime or one of the native libraries
    used by your application.
    =================================================================

    =================================================================
    	Native stacktrace:
    =================================================================
    	0x1050093d6 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_dump_native_crash_info
    	0x104ffcf3e - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_handle_native_crash
    	0x1050106c6 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_crashing_signal_handler
    	0x7ff818795dfd - /usr/lib/system/libsystem_platform.dylib : _sigtramp
    	0x0 - Unknown
    	0x7ff81c88c9f8 - /usr/lib/libnetwork.dylib : nw_path_shared_necp_fd
    	0x7ff81c99e796 - /usr/lib/libnetwork.dylib : -[NWConcrete_nw_path_evaluator dealloc]
    	0x7ff81c9bb93e - /usr/lib/libnetwork.dylib : __nw_dictionary_dispose_block_invoke
    	0x7ff8184bc5a3 - /usr/lib/system/libxpc.dylib : _xpc_dictionary_apply_apply
    	0x7ff8184b97e9 - /usr/lib/system/libxpc.dylib : _xpc_dictionary_apply_node_f
    	0x7ff8184bc4cd - /usr/lib/system/libxpc.dylib : xpc_dictionary_apply
    	0x7ff81c98c7eb - /usr/lib/libnetwork.dylib : -[OS_nw_dictionary dealloc]
    	0x7ff81cfa5ab5 - /usr/lib/libnetwork.dylib : nw_path_release_globals
    	0x7ff81c9edba6 - /usr/lib/libnetwork.dylib : nw_settings_child_has_forked
    	0x7ff818783103 - /usr/lib/system/libsystem_pthread.dylib : _pthread_atfork_child_handlers
    	0x7ff81867482d - /usr/lib/system/libsystem_c.dylib : fork
    	0x1051b37a3 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : process_create
    	0x1051b224a - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal
    	0x1050e4111 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal_raw
    	0x10d4f2437 - Unknown
    	0x10d4f1e4b - Unknown
    	0x10d4f188b - Unknown
    	0x10d4f17b3 - Unknown
    	0x10d4f1363 - Unknown
    	0x10d4f11bb - Unknown
    	0x10d4efc53 - Unknown
    	0x10d4ee121 - Unknown
    	0x105013d23 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_jit_runtime_invoke
    	0x1051483f8 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_runtime_invoke_checked
    	0x1051510cf - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : mono_runtime_try_invoke_array
    	0x1050d7127 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : ves_icall_InternalInvoke
    	0x1050e9b57 - /Users/rolf/work/maccore/msbuild/xamarin-macios/tests/xammac_tests/bin/x86/Debug/xammac_tests.app/Contents/MacOS/xammac_tests : ves_icall_InternalInvoke_raw

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
2023-01-12 14:30:23 +01:00
..
NSUrlTest.cs Fix crash with NSUrl implicit conversion and null (#14860) 2022-05-06 08:52:37 -05:00
NWBrowserDescriptorTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWBrowserTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWConnectionGroupTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWConnectionTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWEndpointTests.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWEstablishmentReportTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWFramerMessageTest.cs [Tests] Remove not needed usings in the Network tests. (#13232) 2021-11-03 10:34:34 -04:00
NWIPProtocolMetadataTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWListenerTest.cs [Network] Remove obsolete API from .NET. (#14211) 2022-02-24 23:07:53 +01:00
NWMulticastGroupTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWParametersTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWPathMonitorTest.cs [tests] NWPathMonitors must be cancelled. (#17178) 2023-01-12 14:30:23 +01:00
NWPathTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWPrivacyContextTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolDefinitionTest.cs [Network] Adopt XAMCORE_4_0 changes in .NET. (#13988) 2022-02-01 21:17:18 +01:00
NWProtocolIPOptionsTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolMetadataTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolOptionsTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolStackTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolTcpOptionsTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWProtocolTlsOptionsTest.cs [Network] Remove obsolete API from .NET. (#14211) 2022-02-24 23:07:53 +01:00
NWProtocolUdpOptionsTest.cs [Tests] Remove not needed usings in the Network tests. (#13232) 2021-11-03 10:34:34 -04:00
NWResolutionReportTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWResolverConfigTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWTxtRecordTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
NWWebSocketMetadataTest.cs [Tests] Remove not needed usings in the Network tests. (#13232) 2021-11-03 10:34:34 -04:00
NWWebSocketOptionsTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00