Windows error 0x0000019A, 410

Detailed Error Information

WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x19A: WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code410 (0x019a)

Questions

1vote
1answer

Windows phone: using periodic agent

I have an Windows Phone markeplace app. Users reports that app sometimes crashes at Windows Phone 8. Here is my data from windows phone dev center report: Problem funciton: Microsoft.Phone.Scheduler.SystemNotificationInterop.CheckHr Exception type system.reflection.targetinvocationexception Stack trace: Frame Image Function Offset 0 microsoft_phone_ni Microsoft.Phone.Scheduler.SystemNotificationInterop.CheckHr 0x0000019a 1 microsoft_phone_ni Microsoft.Phone.Scheduler.SystemNotificationInterop.CreateNotification 0x0000002e 2 microsoft_phone_ni Microsoft.Phone.Scheduler.ScheduledActionService.Add [...] read more
c#
windows-phone
background-agents
periodic-task

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0