Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uapaot] Two CustomChannelTests Failed due to NullReferenceException #2001

Closed
shmao opened this issue Jun 27, 2017 · 0 comments
Closed

[uapaot] Two CustomChannelTests Failed due to NullReferenceException #2001

shmao opened this issue Jun 27, 2017 · 0 comments
Assignees
Labels
bug This is a product bug. UWP
Milestone

Comments

@shmao
Copy link
Contributor

shmao commented Jun 27, 2017

CustomChannelTest.CustomChannel_Async_Request_Exception_Propagates [FAIL]
System.NullReferenceException : Object reference not set to an instance of an object.
               Stack Trace:
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(260,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCompletionSourceProxy.get_Task()
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(205,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.CreateGenericTask($ServiceChannel channel, $ProxyOperationRuntime operation, Object[] inputParameters)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(166,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.CreateTask($ServiceChannel channel, $MethodCall methodCall, $ProxyOperationRuntime operation)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(147,0): at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args)
                  C:\Users\shmao\AppData\Local\Temp\Ilc196519191\xunit.console.netcore.ITFProxy\xunit.console.netcore.ITFProxy.g.cs(38,0): at __InterfaceProxies.ServiceChannelProxy_ICustomChannelServiceInterface.CustomChannelTest_P.ICustomChannelServiceInterface_P.ProcessAsync($Message input)
                  c:\oss\wcf\src\System.ServiceModel.Primitives\tests\Channels\CustomChannelTest.cs(297,0): at CustomChannelTest.CustomChannel_Async_Request_Exception_Propagates()
                     at _$ILCT$.$ILT$ReflectionDynamicInvoke$.InvokeRetV(Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean targetIsThisCall)
                     at System.InvokeUtils.CalliIntrinsics.Call(IntPtr dynamicInvokeHelperMethod, Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean isTargetThisCall)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\InvokeUtils.cs(400,0): at System.InvokeUtils.CallDynamicInvokeMethod(Object thisPtr, IntPtr methodToCall, Object thisPtrDynamicInvokeMethod, IntPtr dynamicInvokeHelperMethod, IntPtr dynamicInvokeHelperGenericDictionary, Object targetMethodOrDelegate, Object[] parameters, BinderBundle binderBundle, Boolean invokeMethodHelperIsThisCall, Boolean methodToCallIsThisCall)

CustomChannelTest.CustomChannel_Async_Open_Close_Methods_Called [FAIL]
               System.NullReferenceException : Object reference not set to an instance of an object.
               Stack Trace:
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(260,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCompletionSourceProxy.get_Task()
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(205,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.CreateGenericTask($ServiceChannel channel, $ProxyOperationRuntime operation, Object[] inputParameters)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(166,0): at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.CreateTask($ServiceChannel channel, $MethodCall methodCall, $ProxyOperationRuntime operation)
                  c:\oss\wcf\src\System.Private.ServiceModel\src\System\ServiceModel\Channels\ServiceChannelProxy.cs(147,0): at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args)
                  C:\Users\shmao\AppData\Local\Temp\Ilc196519191\xunit.console.netcore.ITFProxy\xunit.console.netcore.ITFProxy.g.cs(38,0): at __InterfaceProxies.ServiceChannelProxy_ICustomChannelServiceInterface.CustomChannelTest_P.ICustomChannelServiceInterface_P.ProcessAsync($Message input)
                  c:\oss\wcf\src\System.ServiceModel.Primitives\tests\Channels\CustomChannelTest.cs(158,0): at CustomChannelTest.CustomChannel_Async_Open_Close_Methods_Called()
                     at _$ILCT$.$ILT$ReflectionDynamicInvoke$.InvokeRetV(Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean targetIsThisCall)
                     at System.InvokeUtils.CalliIntrinsics.Call(IntPtr dynamicInvokeHelperMethod, Object thisPtr, IntPtr methodToCall, ArgSetupState argSetupState, Boolean isTargetThisCall)
                  f:\dd\ndp\fxcore\CoreRT\src\System.Private.CoreLib\src\System\InvokeUtils.cs(400,0): at System.InvokeUtils.CallDynamicInvokeMethod(Object thisPtr, IntPtr methodToCall, Object thisPtrDynamicInvokeMethod, IntPtr dynamicInvokeHelperMethod, IntPtr dynamicInvokeHelperGenericDictionary, Object targetMethodOrDelegate, Object[] parameters, BinderBundle binderBundle, Boolean invokeMethodHelperIsThisCall, Boolean methodToCallIsThisCall)
@shmao shmao changed the title [uapaot] CustomChannelTest.CustomChannel_Async_Request_Exception_Propagates FAIL [uapaot] Two CustomChannelTests Failed due to NullReferenceException Jun 27, 2017
@zhenlan zhenlan added bug This is a product bug. UWP labels Jun 28, 2017
@zhenlan zhenlan added this to the UWP6.0 milestone Jun 28, 2017
@shmao shmao assigned shmao and unassigned mconnew Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a product bug. UWP
Projects
None yet
Development

No branches or pull requests

3 participants