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

[browser][MT] Debugger timeout with deputy thread #98771

Open
pavelsavara opened this issue Feb 21, 2024 · 1 comment
Open

[browser][MT] Debugger timeout with deputy thread #98771

pavelsavara opened this issue Feb 21, 2024 · 1 comment
Labels
arch-wasm WebAssembly architecture area-Debugger-mono os-browser Browser variant of arch-wasm
Milestone

Comments

@pavelsavara
Copy link
Member

Log

[xUnit.net 00:02:00.82]     DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(line: 100, col: 8, method_name: "DebuggerTests.ArrayTestsClass.YetAnotherMethod", test_prev_frame: True, frame_idx: 2, use_cfo: False) [FAIL]
  Failed DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(line: 100, col: 8, method_name: "DebuggerTests.ArrayTestsClass.YetAnotherMethod", test_prev_frame: True, frame_idx: 2, use_cfo: False) [57 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 59.9992603)
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 288
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 692
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 676
   at DebuggerTests.ArrayTests.TestSimpleArrayLocals(Int32 line, Int32 col, String entry_method_name, String method_name, String etype_name, String local_var_name_prefix, Object[] array, Object[] array_elem_props, Boolean test_prev_frame, Int32 frame_idx, Boolean use_cfo) in /_/src/mono/browser/debugger/DebuggerTestSuite/ArrayTests.cs:line 242
   at DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(Int32 line, Int32 col, String method_name, Boolean test_prev_frame, Int32 frame_idx, Boolean use_cfo) in /_/src/mono/browser/debugger/DebuggerTestSuite/ArrayTests.cs:line 164
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture area-Debugger-mono os-browser Browser variant of arch-wasm labels Feb 21, 2024
@pavelsavara pavelsavara added this to the 9.0.0 milestone Feb 21, 2024
@ghost
Copy link

ghost commented Feb 21, 2024

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Log

[xUnit.net 00:02:00.82]     DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(line: 100, col: 8, method_name: "DebuggerTests.ArrayTestsClass.YetAnotherMethod", test_prev_frame: True, frame_idx: 2, use_cfo: False) [FAIL]
  Failed DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(line: 100, col: 8, method_name: "DebuggerTests.ArrayTestsClass.YetAnotherMethod", test_prev_frame: True, frame_idx: 2, use_cfo: False) [57 s]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : Test timed out (elapsed time: 59.9992603)
  Stack Trace:
     at DebuggerTests.DebuggerTestBase.WaitFor(String what) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 288
   at DebuggerTests.DebuggerTestBase.SendCommandAndCheck(JObject args, String method, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn, String waitForEvent) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 692
   at DebuggerTests.DebuggerTestBase.EvaluateAndCheck(String expression, String script_loc, Int32 line, Int32 column, String function_name, Func`2 wait_for_event_fn, Func`2 locals_fn) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 676
   at DebuggerTests.ArrayTests.TestSimpleArrayLocals(Int32 line, Int32 col, String entry_method_name, String method_name, String etype_name, String local_var_name_prefix, Object[] array, Object[] array_elem_props, Boolean test_prev_frame, Int32 frame_idx, Boolean use_cfo) in /_/src/mono/browser/debugger/DebuggerTestSuite/ArrayTests.cs:line 242
   at DebuggerTests.ArrayTests.InspectGenericValueTypeArrayLocals2(Int32 line, Int32 col, String method_name, Boolean test_prev_frame, Int32 frame_idx, Boolean use_cfo) in /_/src/mono/browser/debugger/DebuggerTestSuite/ArrayTests.cs:line 164
Author: pavelsavara
Assignees: ilonatommy
Labels:

arch-wasm, area-Debugger-mono, os-browser

Milestone: 9.0.0

pavelsavara added a commit to pavelsavara/runtime that referenced this issue Feb 21, 2024
@lewing lewing modified the milestones: 9.0.0, Future Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Debugger-mono os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

3 participants