Issue 136667
Summary LLDB [error: process resume at entry point failed: Resume timed out.]
Labels new issue
Assignees
Reporter HcySunYang
    ```sh
➜  src git:(main) lldb
(lldb) target create ./out/debug_arm64/browser_tests
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libweb_feature_mojo_bindings_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_base_dragdrop_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libbase_allocator_partition_allocator_src_partition_alloc_raw_ptr.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libscript_type_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_accessibility_ax_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_accessibility_ax_features_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libvariations_features.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libcomponents_edge_abydos_common.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libv8_libplatform.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libservices_viz_privileged_features_mojom.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libblink_controller.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libweb_feature_mojo_bindings_mojom_blink.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_base_dragdrop_mojom_blink.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_accessibility_ax_mojom_blink.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libui_base_abydos.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libdevice_base.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libwebnn_mojom_features.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libwebnn_mojom_features_blink.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
warning: (arm64) /Users/chunyanghuo/Edge/src/out/debug_arm64/libcppgc.dylib empty dSYM file detected, dSYM was created with an executable with no debug info.
Current executable set to '/Users/chunyanghuo/Edge/src/out/debug_arm64/browser_tests' (arm64).
(lldb) process launch -- --single-process-tests --enable-pixel-output-in-tests --gtest_also_run_disabled_tests --disable-features=msForceBrowserSignIn --gtest_filter=EdgeNewDeviceFREUIBaseTest.ShowDialogViewTest
error: process resume at entry point failed: Resume timed out.
Process 8774 exited with status = -1 (0xffffffff) lost connection
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to