Skip to content
Kohei Tamura edited this page Mar 7, 2017 · 55 revisions

EasyBuggy can reproduce:

  • Troubles

  • Memory Leak (Java heap space)

  • Memory Leak (PermGen space)

  • Memory Leak (C heap space)

  • Dead Lock (Java)

  • Dead Lock (SQL)

  • Endless Waiting Process

  • Infinite Loop

  • Redirect Loop

  • Forward Loop

  • JVM Crash

  • Network Socket Leak

  • Database Connection Leak

  • File Descriptor Leak

  • Thread Leak

  • Mojibake

  • Vulnerabilities

  • XSS

  • SQL Injection

  • LDAP Injection

  • Code Injection

  • Unrestricted File Upload

  • Open Redirect

  • Brute-force Attack

  • Errors

  • ExceptionInInitializerError

  • NoClassDefFoundError

  • OutOfMemoryError (Java heap space)

  • OutOfMemoryError (Requested array size exceeds VM limit)

  • OutOfMemoryError (unable to create new native thread)

  • OutOfMemoryError (GC overhead limit exceeded)

  • OutOfMemoryError (PermGen space)

  • OutOfMemoryError (Direct buffer memory)

  • StackOverflowError

  • UnsatisfiedLinkError

  • Performance

  • Slow Regular Expression Parsing

  • Others

  • Integer Overflow

  • Round Off Error

  • Truncation Error

  • Loss of Trailing Digits

Clone this wiki locally