Search

Fast thread

Universal Java Thread Dump Analyzer

Tag

Thread leak

Simulating & troubleshooting Thread leak in Scala

This post discusses simulating and troubleshooting thread leaks in Scala, specifically through a program that causes 'java.lang.OutOfMemoryError: unable to create new native thread.' It outlines both manual and automated approaches for diagnosing this issue, utilizing thread dumps and tools like yCrash to analyze and pinpoint root causes effectively.

Simulating & troubleshooting Thread leak in Kotlin

This content discusses simulating and troubleshooting thread leaks in Kotlin, focusing on the 'java.lang.OutOfMemoryError: unable to create new native thread'. A sample program is provided that creates infinite threads leading to this error. It outlines manual and automated diagnostic methods, with yCrash being highlighted for quick root cause analysis and reporting issues in thread management.

Up ↑