Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

monitor_supervisor failure had empty stdout/stderr #3442

Open
tevoinea opened this issue Aug 22, 2023 · 0 comments
Open

monitor_supervisor failure had empty stdout/stderr #3442

tevoinea opened this issue Aug 22, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tevoinea
Copy link
Member

tevoinea commented Aug 22, 2023

Information

  • Onefuzz version: 8.7.0
  • OS: Windows
  • Task id: 782cce61-0bbe-4d86-8f63-ba98a0174031

Provide detailed reproduction steps (if any)

monitor_supervisor failed with the following error but stdout and stderr are empty. Expecting stderr to not be empty since the process that was being run reported the error to appinsights.

[2023-08-22 03:24:27.562004 UTC] [ERROR] process failed: Output { status: ExitStatus(ExitStatus(4294967295)), stdout: "", stderr: "" }
[2023-08-22 03:24:27.583713 UTC] [ERROR] error running task: Failure in monitor_supervisor

Caused by:
    process failed: Output { status: ExitStatus(ExitStatus(4294967295)), stdout: "", stderr: "" }

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: <unknown>
  17: <unknown>
  18: <unknown>
  19: <unknown>
  20: <unknown>
  21: <unknown>
  22: <unknown>
  23: BaseThreadInitThunk
  24: RtlUserThreadStart

We know that stdout/err are being processed since we can see it in the task's logs.

AB#164669

@tevoinea tevoinea added the bug Something isn't working label Aug 22, 2023
@nharper285 nharper285 assigned nharper285 and tevoinea and unassigned nharper285 Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants