
- #XAMARIN BUGZILLA ANDROID#
- #XAMARIN BUGZILLA CODE#
I was also able to reproduce the problem when the application was connected to the sdb command line debugger client. I was only able to reproduce the problem with the debugger attached. Press and release the device's hardware barcode scan trigger button a few times.When the application UI appears, enable the Continuous checkbox.Build and start debugging the app from Visual Studio.Connect the Zebra barcode scanner device.
cd samples-emdkforxamarin-2_5 git checkout BarcodeSample1. There are some newer commits to threads.c on 2018-02 and master, but there are not yet CI packages of Xamarin.Android for those newer branches, so I have not yet tested with those newer changes. The problem also happens with (mono/mono/2017-12 fbc4f05). Good: (with mono/mono/2017-10 63e8dc6)Īs a rough guess, maybe the changes to mono_thread_detach_internal() in ce89e4c introduced an unexpected timing dependency between the calls to mono_thread_detach_internal() and thread_detach()?. Regression status: regression in 2017-10 starting at ce89e4c It works well with Xamarin.Forms on iOS.This report is based on Xamarin Bugzilla Bug 61261 and a corresponding Developer Community report. Same problem here with Xamarin.Forms on Android. _Run(System.IntPtr jnienv, System.IntPtr native_this) in /Users/builder/data/lanes/2923/7334f6a9/source/monodroid/src/Mono.Android/platforms/android-23/src/generated/:81 Run() in /Users/builder/data/lanes/2923/7334f6a9/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:36 AnonymousMethod_0( state) in /Users/builder/data/lanes/2923/39a97ef2/source/mono/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1018Ī.AnonymousMethod_0() in /Users/builder/data/lanes/2923/7334f6a9/source/monodroid/src/Mono.Android/src/Android.App/SyncContext.cs:18 Throw() in /Users/builder/data/lanes/2923/39a97ef2/source/mono/external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143 _UnhandledException( ex) in /Users/builder/data/lanes/2923/39a97ef2/source/mono/mcs/class/corlib/System.Diagnostics/Debugger.cs:122 #XAMARIN BUGZILLA ANDROID#
Location: /Applications/Xamarin Android Player.app
#XAMARIN BUGZILLA CODE#
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)Īndroid Designer EPL code available here: Java(TM) SE Runtime Environment (build 1.7.0_71-b14) Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin ProfilerĪndroid SDK: /Users/alexb/Library/Developer/Xamarin/android-sdk-macosx I have attached a sample project as reference. Exception: Unexpected end of stream error When doing a basic post using HttpClient with the new it fails with the following error: