<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>백엔드 on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/%EB%B0%B1%EC%97%94%EB%93%9C/</link><description>Recent content in 백엔드 on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Sun, 16 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/%EB%B0%B1%EC%97%94%EB%93%9C/index.xml" rel="self" type="application/rss+xml"/><item><title>Node.js uncaughtException 처리 방법 — 처리되지 않은 예외로 프로세스가 종료되는 문제</title><link>https://tokkabi.com/posts/nodejs-handling-uncaught-exceptions/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/nodejs-handling-uncaught-exceptions/</guid><description>Node.js에서 처리되지 않은 예외(Uncaught Exception)가 발생하면 프로세스 전체가 종료됩니다. process.on(&amp;#39;uncaughtException&amp;#39;) 사용법과 async-safe한 에러 처리 전략(return Error, err-first callback, event emit)을 통해 이 문제를 해결하는 방법을 다룹니다.</description></item><item><title>Node.js heap out of memory 크래시 원인과 해결 (--max-old-space-size)</title><link>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</link><pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/nodejs-heap-out-of-memory/</guid><description>Node.js에서 대용량 데이터를 처리할 때 &amp;#39;heap out of memory&amp;#39; 크래시가 발생하는 문제를 다룬다. V8 엔진의 기본 메모리 한도(약 1.7GB)를 초과하면 발생하며, --max-old-space-size 옵션으로 구(old space) 메모리 한도를 늘려 해결한다. 파일 인덱싱, 대량 배열 처리 등에서 자주 나타난다.</description></item></channel></rss>