Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericbrunner/32566d18a9c89043825eb555ea2d7536 to your computer and use it in GitHub Desktop.
Save ericbrunner/32566d18a9c89043825eb555ea2d7536 to your computer and use it in GitHub Desktop.
Exception Stack Trace on recurring Pick Media invocation
> Xamarin caused by: android.runtime.JavaProxyThrowable: System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.IO.IOException: Sharing violation on path /storage/emulated/0/Android/data/com.rolsped.dev.TruckerApp/files/Pictures/temp/IMAG0053_1.jpg
> at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0026d] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/FileStream.cs:249
> at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/FileStream.cs:96
> at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
> at System.IO.File.Create (System.String path, System.Int32 bufferSize) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/File.cs:135
> at System.IO.File.Create (System.String path) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/File.cs:130
> at Plugin.Media.MediaPickerActivity+<>c__DisplayClass35_0.<GetFileForUriAsync>b__0 () [0x000ca] in C:\projects\mediaplugin\src\Media.Plugin.Android\MediaPickerActivity.cs:528
> at System.Threading.Tasks.Task.InnerInvoke () [0x00012] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2879
> at System.Threading.Tasks.Task.Execute () [0x00016] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2502
> --- End of inner exception stack trace ---
> ---> (Inner Exception #0) System.IO.IOException: Sharing violation on path /storage/emulated/0/Android/data/com.rolsped.dev.TruckerApp/files/Pictures/temp/IMAG0053_1.jpg
> at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0026d] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/FileStream.cs:249
> at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/FileStream.cs:96
> at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
> at System.IO.File.Create (System.String path, System.Int32 bufferSize) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/File.cs:135
> at System.IO.File.Create (System.String path) [0x00000] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/corlib/System.IO/File.cs:130
> at Plugin.Media.MediaPickerActivity+<>c__DisplayClass35_0.<GetFileForUriAsync>b__0 () [0x000ca] in C:\projects\mediaplugin\src\Media.Plugin.Android\MediaPickerActivity.cs:528
> at System.Threading.Tasks.Task.InnerInvoke () [0x00012] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2879
> at System.Threading.Tasks.Task.Execute () [0x00016] in /Users/builder/data/lanes/4009/f3074d2c/source/mono/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2502 <---
>
> at dalvik.system.NativeStart.run(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment