You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aptos-move/aptos-transactional-test-harness/tests/aptos_test_harness/borrow_in_loop.exp
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ task 1 'publish'. lines 4-26:
4
4
Error: VMError with status STLOC_UNSAFE_TO_DESTROY_ERROR at location Module ModuleId { address: f75daa73fc071f93593335eb9033da804777eb94491650dd3f095ce6f778acb6, name: Identifier("m") } at index 0 for function definition at code offset 11 in function definition 0
5
5
6
6
task 2 'run'. lines 28-28:
7
-
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(None)
7
+
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(Some(LINKER_ERROR))
8
8
9
9
task 3 'run'. lines 30-44:
10
-
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(None)
10
+
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(Some(STLOC_UNSAFE_TO_DESTROY_ERROR))
Copy file name to clipboardexpand all lines: aptos-move/aptos-transactional-test-harness/tests/aptos_test_harness/borrow_in_loop.v2_exp
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ task 1 'publish'. lines 4-26:
4
4
Error: VMError with status STLOC_UNSAFE_TO_DESTROY_ERROR at location Module ModuleId { address: f75daa73fc071f93593335eb9033da804777eb94491650dd3f095ce6f778acb6, name: Identifier("m") } at index 0 for function definition at code offset 11 in function definition 0
5
5
6
6
task 2 'run'. lines 28-28:
7
-
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(None)
7
+
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(Some(LINKER_ERROR))
8
8
9
9
task 3 'run'. lines 30-44:
10
-
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(None)
10
+
Error: Failed to execute transaction. ExecutionStatus: MiscellaneousError(Some(STLOC_UNSAFE_TO_DESTROY_ERROR))
0 commit comments