Skip to content

Commit ec01537

Browse files
authored
add an article for wma infiniteloop detection
1 parent 19f7631 commit ec01537

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Infinite loop detected when performing warehouse mobile app operation
2+
3+
## Symptoms
4+
5+
When you perform warehouse mobile app operation, you may encounter the following error message:
6+
"Infinite loop detected during [mobile app operation].".
7+
8+
9+
## Resolution
10+
11+
This error occurs when the call stack depth exceeds a predefined limit to prevent an infinite loop. It typically happens when a large number of work lines are created or processed in a single scan.
12+
13+
To resolve this issue, reduce the number of work lines processed in a single operation, for example split a work into several smaller ones.

0 commit comments

Comments
 (0)