Spaces:
Running
Running
Revert --stack-size=65536; stack overflow was harmless
Browse filesWith larger stack, recovery code completes and triggers a crash in
Paperclip's issue-graph traversal result handling (exit code 1).
The RangeError was caught internally and the app continued fine.
Reverting lets the stack overflow remain caught-and-logged, which
is the working state.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
start.sh
CHANGED
|
@@ -214,7 +214,7 @@ trap cleanup SIGTERM SIGINT
|
|
| 214 |
|
| 215 |
# ββ Launch Paperclip ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 216 |
echo "Starting Paperclip..."
|
| 217 |
-
node --
|
| 218 |
PAPERCLIP_PID=$!
|
| 219 |
|
| 220 |
# Wait for API ready (max 90s)
|
|
|
|
| 214 |
|
| 215 |
# ββ Launch Paperclip ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 216 |
echo "Starting Paperclip..."
|
| 217 |
+
node --import ./server/node_modules/tsx/dist/loader.mjs server/dist/index.js &
|
| 218 |
PAPERCLIP_PID=$!
|
| 219 |
|
| 220 |
# Wait for API ready (max 90s)
|