escargot icon indicating copy to clipboard operation
escargot copied to clipboard

Escargot is a memory optimized JavaScript engine for mid-range devices such as mobile phone, tablet and TV.

Results 38 escargot issues
Sort by recently updated
recently updated
newest added

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : bd95de3c46e515a387ae1c3d0b214d9ddbd99e90 **Build Steps** ``` cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** SEGV on unknown address **Test...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : bd95de3c46e515a387ae1c3d0b214d9ddbd99e90 **Build Steps** ``` cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** SEGV on unknown address **Test...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : bd95de3c46e515a387ae1c3d0b214d9ddbd99e90 **Build Steps** ``` cmake -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** Assertion failure **Test case** testcase ```javascript...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : bd95de3c46e515a387ae1c3d0b214d9ddbd99e90 **Build Steps** ``` cmake -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** RELEASE_ASSERT_NOT_REACHED **Test case** testcase ```javascript throw...

bug

**Escargot (please complete the following information):** - OS: Ubuntu 22.04 - Revision : [1982e20](https://github.com/Samsung/escargot/commit/1982e20d42a71ee898f5fa6665254a1bf5f66768) (latest version) **Describe the bug** **1. ~Get crashed when running a large-scale code~ [Fixed]** Debugger get...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : 28451a704f3081b8230753625c736c03ce0a2bfd **Build Steps** ``` cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** SEGV on unknown address **Test...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : 28451a704f3081b8230753625c736c03ce0a2bfd **Build Steps** ``` cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** global-buffer-overflow (sometimes detected memory leaks)...

bug

**Escargot** - OS: Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) - Revision : 28451a704f3081b8230753625c736c03ce0a2bfd **Build Steps** ``` cmake -DCMAKE_CXX_FLAGS=-fsanitize=address -DESCARGOT_MODE=debug -DESCARGOT_OUTPUT=shell -GNinja ``` **Describe the bug** dynamic-stack-buffer-overflow **Test case** testcase ```javascript...

bug