issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"strukturag",
"libheif"
] | By the way, as a followup of PR #25, there is a last problem whose solution, I haven't found yet.
A simple make (crossbuild with mingw-w64) fails during linking with:
```
make all-recursive
make[1]: Entering directory '/opt/user-cache/jehan/dev/crossbuild/w64/libheif'
Making all in src
make[2]: Entering direct... | Linking fails without -no-undefined | https://api.github.com/repos/strukturag/libheif/issues/28/comments | 1 | 2018-05-24T23:40:55Z | 2018-05-29T23:20:05Z | https://github.com/strukturag/libheif/issues/28 | 326,333,867 | 28 |
[
"strukturag",
"libheif"
] | As reported in #25 there have been errors when cross-compiling using mingw32. We should cover that with Travis. | CI: Cross compile for Windows using mingw32 | https://api.github.com/repos/strukturag/libheif/issues/26/comments | 1 | 2018-05-24T21:39:08Z | 2018-06-06T19:59:06Z | https://github.com/strukturag/libheif/issues/26 | 326,304,961 | 26 |
[
"strukturag",
"libheif"
] | We got an issue reported for ImageMagick (https://github.com/ImageMagick/ImageMagick/issues/1131) about a crash when reading an heic image multithreaded. Is this a bug in the library or should we make sure that heic images are always read in a single thread? | Thread safety | https://api.github.com/repos/strukturag/libheif/issues/23/comments | 1 | 2018-05-16T09:06:05Z | 2018-05-22T14:23:15Z | https://github.com/strukturag/libheif/issues/23 | 323,530,987 | 23 |
[
"strukturag",
"libheif"
] | Apologies, asking for a release/asking for information on when the next release is likely to be always feels like a big of a nag.
Just wondering if it'd be possible to get an estimate on that because the current 1.1.0 release doesn't compile on macOS. Has already been fixed in master with https://github.com/struktur... | New release? | https://api.github.com/repos/strukturag/libheif/issues/22/comments | 5 | 2018-05-14T23:45:16Z | 2018-05-26T22:46:59Z | https://github.com/strukturag/libheif/issues/22 | 323,019,027 | 22 |
[
"strukturag",
"libheif"
] | i have ubuntu 16.04 , can i install libheif with apt-get instead of cloning this git repository and run `./configure`, `make` and `make install` ?
| install libheif with apt-get | https://api.github.com/repos/strukturag/libheif/issues/21/comments | 3 | 2018-05-14T09:34:34Z | 2019-11-11T00:31:20Z | https://github.com/strukturag/libheif/issues/21 | 322,740,101 | 21 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Stack-overflow (8136) | https://api.github.com/repos/strukturag/libheif/issues/20/comments | 1 | 2018-05-13T13:57:44Z | 2018-05-23T10:20:50Z | https://github.com/strukturag/libheif/issues/20 | 322,596,162 | 20 |
[
"strukturag",
"libheif"
] | Is there any builds/download available for libheif.js? | libheif.js | https://api.github.com/repos/strukturag/libheif/issues/18/comments | 3 | 2018-05-10T04:23:44Z | 2020-11-21T20:51:50Z | https://github.com/strukturag/libheif/issues/18 | 321,805,140 | 18 |
[
"strukturag",
"libheif"
] | We should also check the encoding in the fuzzer. Fuzzed parameters could be the image size, color format, encoder parameters and algorithmically generated image content.
| set up a fuzzer test for heif encoder | https://api.github.com/repos/strukturag/libheif/issues/17/comments | 2 | 2018-05-09T09:28:35Z | 2018-06-15T13:07:57Z | https://github.com/strukturag/libheif/issues/17 | 321,496,595 | 17 |
[
"strukturag",
"libheif"
] | Hello. I'm a iOS developer and recently I'm build a iOS-library which integrate libheif to a third-party lib [SDWebImageHEIFCoder](https://github.com/dreampiggy/SDWebImageHEIFCoder). Which support HEIF/HEIC decoding in old version iOS/macOS firmware. (Since iOS 11 & macOS 10.13 support HEIC natively)
But since I'm n... | Question about compile & usage on iOS/macOS platform | https://api.github.com/repos/strukturag/libheif/issues/16/comments | 27 | 2018-05-09T03:04:08Z | 2023-07-26T10:04:59Z | https://github.com/strukturag/libheif/issues/16 | 321,414,362 | 16 |
[
"strukturag",
"libheif"
] | The @ImageMagick project is using https://github.com/google/oss-fuzz to find bugs in our own library and in libraries that we use. The fuzzer found an issue and we think this is an issue that should be resolved in the library that we use. This issue is posted under the url https://bugs.chromium.org/p/oss-fuzz/issues/de... | Integer-overflow (8062) | https://api.github.com/repos/strukturag/libheif/issues/15/comments | 1 | 2018-05-08T11:27:01Z | 2018-05-23T09:51:10Z | https://github.com/strukturag/libheif/issues/15 | 321,147,221 | 15 |
[
"strukturag",
"libheif"
] | We are using libheif in the @ImageMagick project and I was trying to print the message from the `heif_error` struct to give our users a better error message. But it turns out that we cannot use this in the C api because the error class is freed and then `error.message` points to an invalid memory block.
```C
struc... | error message in C api. | https://api.github.com/repos/strukturag/libheif/issues/14/comments | 2 | 2018-04-28T12:25:06Z | 2018-04-28T12:58:03Z | https://github.com/strukturag/libheif/issues/14 | 318,631,870 | 14 |
[
"strukturag",
"libheif"
] | We create binaries for the @ImageMagick project with Visual Studio 2013 but that fails to build at the moment. This is failing because `constexpr` is not supported. The main issue is `fourcc` and the switch in `Box::read` because that actually requires a constant value. This is what they use in webp:
```#define MKFO... | Build libheif with Visual Studio 2013. | https://api.github.com/repos/strukturag/libheif/issues/12/comments | 4 | 2018-04-27T13:42:08Z | 2022-01-11T18:40:27Z | https://github.com/strukturag/libheif/issues/12 | 318,414,305 | 12 |
[
"strukturag",
"libheif"
] | We should update the AppVeyor tests to also build the plugins on Windows. This will help catching errors like #9 in the future. | Test building with plugins on Windows | https://api.github.com/repos/strukturag/libheif/issues/10/comments | 0 | 2018-04-27T08:45:55Z | 2018-04-27T13:52:33Z | https://github.com/strukturag/libheif/issues/10 | 318,325,966 | 10 |
[
"strukturag",
"libheif"
] | hi,I get bitstream through the nokiatech/heif library. How do I turn bitstream into rgba data?thank you! | How can I get the bitstream into RGBA data? | https://api.github.com/repos/strukturag/libheif/issues/6/comments | 1 | 2018-03-20T07:05:26Z | 2018-04-27T13:56:17Z | https://github.com/strukturag/libheif/issues/6 | 306,750,365 | 6 |
[
"strukturag",
"libheif"
] | Hello,
I am using this libheif for some developments. My goal is to use libheif as a muxer. Now I can get single HEVC I-Frame and want to use this libheif to mux(convert) to heic format.
From readme, it tells the "heif_context_write_to_file()" can output the heic file with encoded heic_image structure. ... | examples for heic muxer | https://api.github.com/repos/strukturag/libheif/issues/5/comments | 8 | 2018-03-15T09:17:48Z | 2019-11-21T01:50:48Z | https://github.com/strukturag/libheif/issues/5 | 305,469,742 | 5 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | Abort in jerry | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5154/comments | 0 | 2024-08-06T03:28:31Z | 2024-08-06T03:28:31Z | https://github.com/jerryscript-project/jerryscript/issues/5154 | 2,449,858,002 | 5,154 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | SEGV in parser_parse_class and parser_parse_for_statement_start | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5153/comments | 0 | 2024-08-05T09:52:28Z | 2024-08-05T09:52:28Z | https://github.com/jerryscript-project/jerryscript/issues/5153 | 2,448,123,691 | 5,153 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | SEGV in ecma_gc_free_native_pointer | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5152/comments | 0 | 2024-08-05T09:27:27Z | 2024-08-05T09:27:27Z | https://github.com/jerryscript-project/jerryscript/issues/5152 | 2,448,066,504 | 5,152 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | global-buffer-overflow in scanner_literal_is_created | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5151/comments | 0 | 2024-08-05T08:43:32Z | 2024-08-05T08:43:32Z | https://github.com/jerryscript-project/jerryscript/issues/5151 | 2,447,967,487 | 5,151 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | SEGV /jerryscript/jerry-core/parser/js/js-parser-expr.c:1997:11 in parser_parse_unary_expression | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5150/comments | 0 | 2024-08-05T07:07:40Z | 2024-08-05T07:07:40Z | https://github.com/jerryscript-project/jerryscript/issues/5150 | 2,447,782,201 | 5,150 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit=20
```... | SEGV /jerryscript/jerry-core/parser/js/js-scanner-util.c:2922:44 in scanner_literal_is_created | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5149/comments | 0 | 2024-08-05T07:05:16Z | 2024-08-06T03:59:56Z | https://github.com/jerryscript-project/jerryscript/issues/5149 | 2,447,777,835 | 5,149 |
[
"jerryscript-project",
"jerryscript"
] | Since the module implementation has already changed in the master branch, this bug may only occur in the old 2.4.0 version.
I suggest releasing a new version to prevent people from encountering this issue.
###### JerryScript revision
https://github.com/jerryscript-project/jerryscript/releases/tag/v2.4.0
###... | String double free in ecma_module_find_module | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5143/comments | 0 | 2024-05-19T06:04:54Z | 2024-05-19T06:04:54Z | https://github.com/jerryscript-project/jerryscript/issues/5143 | 2,304,449,033 | 5,143 |
[
"jerryscript-project",
"jerryscript"
] | ###### Commit ID
47bd5d4b910a41fdc517e39edcf9220d8030a61f
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --debug --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-limit... | Assertion in parser_check_duplicated_private_field | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5141/comments | 0 | 2024-05-16T11:06:09Z | 2024-06-18T18:00:08Z | https://github.com/jerryscript-project/jerryscript/issues/5141 | 2,300,099,592 | 5,141 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
47bd5d4b910a41fdc517e39edcf9220d8030a61f
###### Build platform
Ubuntu 22.04.3 LTS (Linux 5.19.17 x86_64)
###### Build steps
python3 ./tools/build.py --clean --debug --compile-flag=-fsanitize=address --compile-flag=-m32 --compile-flag=-g --strip=off --lto=off --logging=on --line-info... | Missing private field support for the Array object | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5138/comments | 0 | 2024-04-20T06:45:22Z | 2024-04-20T06:45:54Z | https://github.com/jerryscript-project/jerryscript/issues/5138 | 2,254,415,827 | 5,138 |
[
"jerryscript-project",
"jerryscript"
] | JERRYX_UNUSED(call_info_p);
int16_t x=1;
int16_t y=2;
uint8_t bitmap;// *WARNNING** need to check BUFFERSIZE
char buf[32];// *WARNNING* need to check BUFFERSIZE
int16_t w=3;
int16_t h=4;
uint16_t color=1;
uint16_t bg=0;
const jerryx_arg_t mapping[] ={
jerryx_arg_int16(&x,... | jerryx_arg_ignore fail | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5137/comments | 0 | 2024-04-14T19:24:27Z | 2024-04-14T19:34:11Z | https://github.com/jerryscript-project/jerryscript/issues/5137 | 2,242,324,732 | 5,137 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
cefd391772529c8a9531d7b3c244d78d38be47c6
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --debug --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --s... | Assertion ECMA_STRING_IS_REF_EQUALS_TO_ONE (string_p) in ecma_free_string_list | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5135/comments | 0 | 2024-03-26T09:16:48Z | 2024-04-02T14:50:04Z | https://github.com/jerryscript-project/jerryscript/issues/5135 | 2,207,672,144 | 5,135 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
cefd391772529c8a9531d7b3c244d78d38be47c6
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-lim... | Heap-Buffer-Overflow in lexer_convert_ident_to_cesu8 /jerryscript/jerry-core/parser/js/js-lexer.c:2083:9 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5134/comments | 0 | 2024-03-26T08:47:52Z | 2024-03-26T08:47:52Z | https://github.com/jerryscript-project/jerryscript/issues/5134 | 2,207,604,318 | 5,134 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
cefd391772529c8a9531d7b3c244d78d38be47c6
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-lim... | SEGV in parser_parse_class /jerryscript/jerry-core/parser/js/js-parser-expr.c:1107:38 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5133/comments | 0 | 2024-03-26T08:05:18Z | 2024-03-26T08:06:55Z | https://github.com/jerryscript-project/jerryscript/issues/5133 | 2,207,524,504 | 5,133 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
cefd391772529c8a9531d7b3c244d78d38be47c6
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --stack-lim... | SEGV in scanner_seek /jerryscript/jerry-core/parser/js/js-scanner-util.c:372:17 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5132/comments | 0 | 2024-03-26T07:50:12Z | 2024-03-26T08:59:44Z | https://github.com/jerryscript-project/jerryscript/issues/5132 | 2,207,491,351 | 5,132 |
[
"jerryscript-project",
"jerryscript"
] | I found a suspected memory leak defect at line 151 of the file /jerryscript/jerry-ext/util/sources.c using a static analysis tool. Below is the link to the detailed description of this defect:https://github.com/LuMingYinDetect/jerryscript_defects/blob/main/jerryscript_detect_1.md | A memory leak defect was identified at line 151 of the file /jerryscript/jerry-ext/util/sources.c. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5130/comments | 0 | 2024-03-14T00:39:19Z | 2024-03-14T00:39:19Z | https://github.com/jerryscript-project/jerryscript/issues/5130 | 2,185,159,666 | 5,130 |
[
"jerryscript-project",
"jerryscript"
] | I can't persist the argument. It appears to be destroyed after the c method is executed, even though I used jerry value copy api
I want to persist the js callback argument received by the c native method and call it in another scope, but I can't access it properly in that other scope. The following is a simple examp... | How to ensure that arguments of c method are not destroyed after the execution of the function | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5128/comments | 2 | 2024-02-11T14:50:05Z | 2024-02-12T06:40:54Z | https://github.com/jerryscript-project/jerryscript/issues/5128 | 2,129,019,062 | 5,128 |
[
"jerryscript-project",
"jerryscript"
] | It seems the api documentation on github and on jerryscript.net are out of sync. For example: You can find documentaiton for `jerry_call` here https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_call, but this function is nowhere to be found on https://jerryscript.net/api-refer... | Online API reference docs doesn't match github's. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5125/comments | 1 | 2024-02-02T18:36:23Z | 2024-02-07T10:05:21Z | https://github.com/jerryscript-project/jerryscript/issues/5125 | 2,115,538,810 | 5,125 |
[
"jerryscript-project",
"jerryscript"
] | 👋 it has been couple of years since last release in 2021, would be good to make a new release including all the recent changes, thanks! | request a new release | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5124/comments | 0 | 2024-01-21T06:40:34Z | 2024-01-21T06:40:34Z | https://github.com/jerryscript-project/jerryscript/issues/5124 | 2,092,447,652 | 5,124 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
ff9ff8f36c967890b5ebb240d9fa90d6e351aa01
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --debug --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --s... | RegExp.rightContext differs between Jerryscript and V8 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5123/comments | 0 | 2023-12-21T14:56:01Z | 2023-12-21T14:56:01Z | https://github.com/jerryscript-project/jerryscript/issues/5123 | 2,052,578,446 | 5,123 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
514fa6735a5d7ff3093571c921120e3487734be9
###### Build platform
Debian GNU/Linux 12 (bookworm) (Linux 6.1.0-15-amd64 x86_64)
###### Build steps
```sh
mkdir build && cmake -H. -Bbuild && make -C build
```
###### Build log
Irrelevant.
###### Test case
```javascript
`abc${Num... | Snapshot doesn't support tagged template literals | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5122/comments | 1 | 2023-12-18T20:53:36Z | 2023-12-18T20:56:23Z | https://github.com/jerryscript-project/jerryscript/issues/5122 | 2,047,436,142 | 5,122 |
[
"jerryscript-project",
"jerryscript"
] | jerryScript version 3.0.0:
commit 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Build cmd:
```
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
```
Test case
```js
class Bar {
... | Assertion 'context_p->next_scanner_info_p->source_p == context_p->source_p && context_p->next_scanner_info_p->type == SCANNER_TYPE_SWITCH' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5119/comments | 0 | 2023-12-01T08:34:16Z | 2024-06-03T11:43:20Z | https://github.com/jerryscript-project/jerryscript/issues/5119 | 2,020,377,218 | 5,119 |
[
"jerryscript-project",
"jerryscript"
] |
jerryScript version 3.0.0:
commit 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Build cmd:
```
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
```
Test case
```js
function f... | Assertion 'ecma_is_value_object (iter_result)' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5118/comments | 0 | 2023-12-01T08:33:19Z | 2023-12-01T08:33:19Z | https://github.com/jerryscript-project/jerryscript/issues/5118 | 2,020,375,784 | 5,118 |
[
"jerryscript-project",
"jerryscript"
] |
jerryScript version 3.0.0:
commit 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Build cmd:
```
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
```
Test case
```js
function f... | Memory corruption in parser_parse_class | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5117/comments | 0 | 2023-12-01T08:32:30Z | 2024-05-28T04:59:15Z | https://github.com/jerryscript-project/jerryscript/issues/5117 | 2,020,374,504 | 5,117 |
[
"jerryscript-project",
"jerryscript"
] | It is very difficult to analyze the CBC without a analyse tool, which can map the CBC Macro definition and the CBC value。
I see the tool in the training document in IoT.js and Jerryscipt | Need a Bytecode Viewer, a tool to read Bytecode | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5116/comments | 1 | 2023-11-30T01:44:54Z | 2023-11-30T05:23:04Z | https://github.com/jerryscript-project/jerryscript/issues/5116 | 2,017,717,243 | 5,116 |
[
"jerryscript-project",
"jerryscript"
] | The following CI jobs have dependencies that cannot be satisfied on more recent versions of ubuntu than 18.04:
- MbedOS_K64F_Build_Test
- Requires the `gcc-arm-embedded` toolchain from the `ppa:team-gcc-arm-embedded/ppa` ppa, which only has packages for ubuntu 14.04, 16.04, and 18.04.
- Requires the `mbed-c... | Not feasible to update some CI jobs to ubuntu 22.04 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5115/comments | 2 | 2023-11-29T13:53:43Z | 2023-12-15T11:35:17Z | https://github.com/jerryscript-project/jerryscript/issues/5115 | 2,016,648,128 | 5,115 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
ff9ff8f36c967890b5ebb240d9fa90d6e351aa01
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --debug --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --s... | SEGV /jerryscript/jerry-core/vm/vm.c:1648:55 in vm_loop | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5114/comments | 0 | 2023-11-23T03:57:03Z | 2024-06-18T18:02:50Z | https://github.com/jerryscript-project/jerryscript/issues/5114 | 2,007,446,629 | 5,114 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
ff9ff8f36c967890b5ebb240d9fa90d6e351aa01
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python ./tools/build.py --builddir=xxx --clean --debug --compile-flag=-fsanitize=address --compile-flag=-g --strip=off --lto=off --logging=on --line-info=on --error-message=on --s... | Assertion 'opts & PARSER_CLASS_LITERAL_CTOR_PRESENT' failed at /jerryscript/jerry-core/parser/js/js-parser-expr.c(parser_parse_class_body):538 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5113/comments | 0 | 2023-11-23T03:56:16Z | 2023-11-23T03:56:16Z | https://github.com/jerryscript-project/jerryscript/issues/5113 | 2,007,445,788 | 5,113 |
[
"jerryscript-project",
"jerryscript"
] | I build Jerryscript on MSYS2, it occurs error at this step:
```sh
[235/235] Linking C executable bin\jerry.exe
FAILED: bin/jerry.exe
cmd.exe /C "cd . && C:\Users\luoluo\scoop\apps\msys2\2023-10-26\mingw64\bin\cc.exe -std=c99 -pedantic -Wall -Werror=all -Wextra -Werror=extra -Wformat-nonliteral -Werror=format-nonlit... | link error when build jerry.exe on MSYS2 MinGW64 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5107/comments | 0 | 2023-11-10T12:53:32Z | 2023-11-10T12:53:32Z | https://github.com/jerryscript-project/jerryscript/issues/5107 | 1,987,575,228 | 5,107 |
[
"jerryscript-project",
"jerryscript"
] |
jerryScript version 3.0.0:
commit 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Build cmd:
```
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
```
Test case
```js
var a = ne... | Segmentation Fault in release. Assertion 'context_p->source_p < context_p->source_end_p' failed in debug version | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5105/comments | 0 | 2023-10-18T07:18:45Z | 2023-10-18T07:18:45Z | https://github.com/jerryscript-project/jerryscript/issues/5105 | 1,949,030,986 | 5,105 |
[
"jerryscript-project",
"jerryscript"
] |
jerryScript version 3.0.0:
commit 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Build cmd:
```
python tools/build.py --debug --profile=es.next --lto=off --compile-flag=-D_POSIX_C_SOURCE=200809 --compile-flag=-Wno-strict-prototypes --stack-limit=15
```
Test case
```js
class Foo ... | Segmentation Fault in release. Assertion 'context_p->next_scanner_info_p->type == SCANNER_TYPE_FUNCTION' failed on debug. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5104/comments | 0 | 2023-10-18T07:17:35Z | 2023-10-18T07:17:35Z | https://github.com/jerryscript-project/jerryscript/issues/5104 | 1,949,029,194 | 5,104 |
[
"jerryscript-project",
"jerryscript"
] | Hello 👋
I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@gandalf4a) has found a potential issue, which I would be eager to share with you.
Could you add a `SECURITY.md` file with an e-mail address for me to send further details to? GitHub [recommends](https://docs.github.com/en/... | Who to contact for security issues | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5103/comments | 0 | 2023-10-12T14:02:23Z | 2023-10-12T14:02:23Z | https://github.com/jerryscript-project/jerryscript/issues/5103 | 1,940,073,361 | 5,103 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
$ git show
commit a588e4966175a190ec6350b2a3689d30ed017ec9 (HEAD -> master, origin/master, origin/HEAD)
Author: Máté Tokodi <tokodi.mate.24@gmail.com>
Date: Wed Sep 20 15:38:30 2023 +0200
```
###### Build & Execution platform
```
$ uname -a
Linux user-AYA-NEO-FOUNDER 5.19.0... | SEGV ./jerry-core/jmem/jmem-poolman.c:136:29 in jmem_pools_free | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5102/comments | 0 | 2023-10-04T14:48:47Z | 2023-10-04T14:48:47Z | https://github.com/jerryscript-project/jerryscript/issues/5102 | 1,926,388,403 | 5,102 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
$ git show
commit a588e4966175a190ec6350b2a3689d30ed017ec9 (HEAD -> master, origin/master, origin/HEAD)
Author: Máté Tokodi <tokodi.mate.24@gmail.com>
Date: Wed Sep 20 15:38:30 2023 +0200
```
###### Build & Execution platform
```
$ uname -a
Linux user-AYA-NEO-FOUNDER 5.19.0... | SEGV ./jerry-core/ecma/base/ecma-helpers.c:238:58 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5101/comments | 1 | 2023-10-04T12:41:53Z | 2024-03-27T02:29:25Z | https://github.com/jerryscript-project/jerryscript/issues/5101 | 1,926,132,986 | 5,101 |
[
"jerryscript-project",
"jerryscript"
] | The latest version
commit: 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Test case:
```
class Foo extends Array {
#x() {
}
}
var bar = new Foo();
bar[0] = 1;
```
build options
```
python tools/build.py --debug
```
error msg:
```
ICE: Assertion 'ecma_is_lexica... | ICE: Assertion 'ecma_is_lexical_environment (obj_p) || !ecma_op_object_is_fast_array (obj_p)' failed at jerry-core/ecma/base/ecma-helpers.c | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5100/comments | 0 | 2023-09-22T12:59:29Z | 2023-09-22T12:59:29Z | https://github.com/jerryscript-project/jerryscript/issues/5100 | 1,908,864,725 | 5,100 |
[
"jerryscript-project",
"jerryscript"
] | The latest version
commit: 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Test case:
```
function foo(a) {
return a;
}
class Bar {
constructor(a) {
this[a ||= (foo ^ 1) << 2] = foo;
}
}
new Bar(foo);
```
build options
```
python tools/build.py --deb... | ICE: Assertion 'context_p->stack_depth == context_p->context_stack_depth' failed at jerry-core/parser/js/js-parser-statm.c | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5099/comments | 0 | 2023-09-22T12:51:32Z | 2023-09-22T12:51:32Z | https://github.com/jerryscript-project/jerryscript/issues/5099 | 1,908,851,869 | 5,099 |
[
"jerryscript-project",
"jerryscript"
] | The latest version
commit: 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Test case:
```
async function* foo() {
yield* foo;
return foo;
}
var i = Symbol.iterator;
foo[i] = foo;
var bar = foo();
bar.next(foo);
```
build options
```
python tools/build.py --debu... | ICE: Assertion 'capability_p != NULL' failed at jerry-core/ecma/builtin-objects/ecma-builtin-async-from-sync-iterator-prototype.c | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5098/comments | 0 | 2023-09-22T12:46:06Z | 2023-09-22T12:46:06Z | https://github.com/jerryscript-project/jerryscript/issues/5098 | 1,908,843,278 | 5,098 |
[
"jerryscript-project",
"jerryscript"
] | The latest version
commit: 05dbbd134c3b9e2482998f267857dd3722001cd7
Build platform:
Ubuntu 20.04
Test case:
```
class Foo extends ([]).constructor {
#g;
}
new Foo();
```
If we build jerry with release configurations, a null pointer reference occured.
backstrace
```
==2237779==ERROR: AddressSan... | Null pointer deference on release. ICE on debug: Assertion 'object_p != NULL && name_p != NULL' failed at jerry-core/ecma/base/ecma-helpers.c(ecma_create_named_data_property):526 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5097/comments | 0 | 2023-09-22T09:32:41Z | 2023-09-22T09:34:48Z | https://github.com/jerryscript-project/jerryscript/issues/5097 | 1,908,546,756 | 5,097 |
[
"jerryscript-project",
"jerryscript"
] | I have a typescript node app with dependencies. I can build with webpack and run via node or execute directly with ts-node, now I would like to run via jerryscript. Are there any examples of transpiling to the appropriate versioned javascript, including dependencies, and creating a bundle?
I'm happy to use esbuild, ... | Recommendation to transpile and bundle typescript for running in jerryscript | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5094/comments | 1 | 2023-08-24T18:45:23Z | 2023-09-15T18:23:35Z | https://github.com/jerryscript-project/jerryscript/issues/5094 | 1,865,698,503 | 5,094 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --compile-flag=-m32 --compi... | heap-buffer-overflow in scanner_is_context_needed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5092/comments | 0 | 2023-06-24T08:32:20Z | 2023-06-24T08:32:20Z | https://github.com/jerryscript-project/jerryscript/issues/5092 | 1,772,536,756 | 5,092 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Red Hat 14.0.6-4.el9_1)
```
###### Build steps
```sh
CC=/usr/bin/clang python3 tools/build.py --clean \
--debug \
--str... | Assertion 'compressed_pointer != JMEM_CP_NULL' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5091/comments | 0 | 2023-06-12T11:02:35Z | 2023-06-12T11:02:35Z | https://github.com/jerryscript-project/jerryscript/issues/5091 | 1,752,483,191 | 5,091 |
[
"jerryscript-project",
"jerryscript"
] | This bug report leads to the same error message as in #4919 but 4919 is fixed whereas this is present on the most recent version.
###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Re... | Assertion 'scope_stack_p >= context_p->scope_stack_p' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5090/comments | 0 | 2023-06-08T16:02:11Z | 2023-06-08T16:02:11Z | https://github.com/jerryscript-project/jerryscript/issues/5090 | 1,748,223,729 | 5,090 |
[
"jerryscript-project",
"jerryscript"
] | This bug report leads to the same error message as in #4936 but 4936 is fixed whereas this is present on the most recent version.
###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Re... | Assertion 'ecma_is_value_object (value)' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5089/comments | 0 | 2023-06-08T14:51:58Z | 2024-02-06T07:10:15Z | https://github.com/jerryscript-project/jerryscript/issues/5089 | 1,748,069,758 | 5,089 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Red Hat 14.0.6-4.el9_1)
```
###### Build steps
```sh
CC=/usr/bin/clang python3 tools/build.py --clean \
--debug \
--str... | Assertion 'property == ECMA_PROPERTY_TYPE_NOT_FOUND || property == ECMA_PROPERTY_TYPE_NOT_FOUND_AND_STOP' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5088/comments | 0 | 2023-06-08T14:44:08Z | 2023-06-08T14:44:08Z | https://github.com/jerryscript-project/jerryscript/issues/5088 | 1,748,056,537 | 5,088 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Red Hat 14.0.6-4.el9_1)
```
###### Build steps
```sh
CC=/usr/bin/clang python3 tools/build.py --clean \
--debug \
--str... | Assertion 'ecma_is_value_boolean (completion)' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5087/comments | 0 | 2023-06-08T14:40:58Z | 2023-06-08T14:40:58Z | https://github.com/jerryscript-project/jerryscript/issues/5087 | 1,748,051,424 | 5,087 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Red Hat 14.0.6-4.el9_1)
```
###### Build steps
```sh
CC=/usr/bin/clang python3 tools/build.py --clean \
--debug \
--str... | Assertion 'dividend_end_p[0] == divisor_high && dividend_end_p[-1] < divisor_high' failed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5086/comments | 0 | 2023-06-08T14:38:17Z | 2023-06-08T14:38:17Z | https://github.com/jerryscript-project/jerryscript/issues/5086 | 1,748,045,601 | 5,086 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
```
05dbbd134c3b9e2482998f267857dd3722001cd7
```
###### Build platform
```
Linux-6.2.15-200.fc37.x86_64-x86_64-with-glibc2.34
clang version 14.0.6 (Red Hat 14.0.6-4.el9_1)
```
###### Build steps
```sh
CC=/usr/bin/clang python3 tools/build.py --clean \
--debug \
--str... | Segmentation fault - js-parser-expr.c in parser_parse_class | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5085/comments | 0 | 2023-06-08T14:32:42Z | 2024-01-31T23:34:38Z | https://github.com/jerryscript-project/jerryscript/issues/5085 | 1,748,030,281 | 5,085 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Assertion 'ECMA_PROPERTY_IS_PROPERTY_PAIR (prop_iter_p)' failed at ./jerryscript/jerry-core/ecma/base/ecma-property-hashmap.c(ecma_property_hashmap_create) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5084/comments | 0 | 2023-06-05T11:59:55Z | 2023-06-05T11:59:55Z | https://github.com/jerryscript-project/jerryscript/issues/5084 | 1,741,623,530 | 5,084 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Assertion 'context_p->token.type != LEXER_RIGHT_PAREN' failed at ./jerryscript/jerry-core/parser/js/js-parser-statm.c(parser_parse_for_statement_start) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5083/comments | 0 | 2023-05-31T12:11:34Z | 2023-05-31T12:11:34Z | https://github.com/jerryscript-project/jerryscript/issues/5083 | 1,734,082,739 | 5,083 |
[
"jerryscript-project",
"jerryscript"
] | As stated in the title,why thers is test262-es6-excludelist.xml | what dose test262-es6-excludelist.xml can do? | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5082/comments | 0 | 2023-05-27T02:36:24Z | 2023-05-27T02:36:24Z | https://github.com/jerryscript-project/jerryscript/issues/5082 | 1,728,414,825 | 5,082 |
[
"jerryscript-project",
"jerryscript"
] | I'm trying to build jerryscript for the esp32. Due to the fact that the esp32 has no 64-Bit FPU, doubles are very slow. Sadly the JERRY_NUMBER_TYPE_FLOAT64=0 config option seems to be broken and there are multiple compile errors, even when specifying JERRY_BUILTIN_DATE=0. There seem to be multiple issues, fixing the f... | Compile error when using JERRY_NUMBER_TYPE_FLOAT64=0 | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5081/comments | 0 | 2023-05-22T22:52:44Z | 2023-05-22T22:52:44Z | https://github.com/jerryscript-project/jerryscript/issues/5081 | 1,720,750,605 | 5,081 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Version: v3.0.0
###### Build platform
Linux cqian-s2 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linu
###### Build steps
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --compile-flag=-f... | ==1327323==ERROR: AddressSanitizer: memcpy-param-overlap: memory ranges [0x55fb3005c209,0x55fc3005c205) and [0x55fc3005c0f8, 0x55fd3005c0f4) overlap | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5080/comments | 0 | 2023-05-10T17:32:09Z | 2023-09-22T10:24:05Z | https://github.com/jerryscript-project/jerryscript/issues/5080 | 1,704,361,322 | 5,080 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Error: JERRY_FATAL_REF_COUNT_LIMIT at jerryscript/jerry-core/ecma/base/ecma-helpers.c:1465 (ecma_bytecode_ref) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5079/comments | 0 | 2023-04-29T06:40:27Z | 2023-04-29T06:40:27Z | https://github.com/jerryscript-project/jerryscript/issues/5079 | 1,689,419,943 | 5,079 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --compile-flag=-m32 --compi... | AddressSanitizer: attempting free on address which was not malloc()-ed | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5078/comments | 0 | 2023-04-29T05:48:44Z | 2023-04-29T05:48:44Z | https://github.com/jerryscript-project/jerryscript/issues/5078 | 1,689,405,354 | 5,078 |
[
"jerryscript-project",
"jerryscript"
] | ### Description
Other js engines can print correctly while jerry throws a type error.
### JerryScript revision
2.4.0
### Build platform
ubuntu20.04
### Test case
```
result = String.prototype.normalize.call(String.prototype.padStart.call(0, 5, '-'));
print(result);
```
### Output
Unhandled exceptio... | Inconsistent behavior | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5077/comments | 2 | 2023-04-27T12:58:23Z | 2023-07-18T04:07:54Z | https://github.com/jerryscript-project/jerryscript/issues/5077 | 1,686,802,337 | 5,077 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --c... | heap-buffer-overflow in parser_parse_function_statement | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5076/comments | 0 | 2023-04-23T16:01:47Z | 2023-04-23T16:01:47Z | https://github.com/jerryscript-project/jerryscript/issues/5076 | 1,680,076,342 | 5,076 |
[
"jerryscript-project",
"jerryscript"
] |
### JerryScript revision
2.4.0
### Description
'a' is before 'A', so the first result should be negative number.
When adding parameter```{ sensitivity: 'base' }```, 'a' should be equal 'A', so the second result should be 0.
### Test case
```
var a = 'a';
var b = 'A';
print(a.localeCompare(b));
print(... | Inconsistent behavior in localeCompare | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5075/comments | 2 | 2023-04-21T13:10:15Z | 2023-07-18T04:07:22Z | https://github.com/jerryscript-project/jerryscript/issues/5075 | 1,678,501,033 | 5,075 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | AddressSanitizer: stack-overflow | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5074/comments | 0 | 2023-04-20T11:55:42Z | 2023-04-20T11:55:42Z | https://github.com/jerryscript-project/jerryscript/issues/5074 | 1,676,574,412 | 5,074 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --compile-flag=-m32 --compi... | heap-buffer-overflow in scanner_literal_is_created | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5073/comments | 0 | 2023-04-19T12:27:29Z | 2023-04-19T12:27:29Z | https://github.com/jerryscript-project/jerryscript/issues/5073 | 1,674,802,543 | 5,073 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | AddressSanitizer: requested allocation size exceeds maximum supported size | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5072/comments | 2 | 2023-04-19T11:58:01Z | 2023-07-18T04:08:33Z | https://github.com/jerryscript-project/jerryscript/issues/5072 | 1,674,755,105 | 5,072 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | AddressSanitizer: allocator is out of memory trying to allocate | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5071/comments | 0 | 2023-04-19T11:36:46Z | 2023-04-19T11:36:46Z | https://github.com/jerryscript-project/jerryscript/issues/5071 | 1,674,723,917 | 5,071 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-poi... | Assertion 'ecma_find_named_property (func_obj_p, ecma_get_magic_string (LIT_MAGIC_STRING_NAME)) == NULL' failed at /jerryscript/jerry-core/vm/vm.c(vm_loop):2173. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5070/comments | 0 | 2023-04-19T03:29:02Z | 2023-04-19T03:29:02Z | https://github.com/jerryscript-project/jerryscript/issues/5070 | 1,674,113,082 | 5,070 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-poi... | Assertion '!jcontext_has_pending_exception ()' failed at /jerryscript/jerry-core/jcontext/jcontext.c(jcontext_raise_exception):88. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5069/comments | 0 | 2023-04-16T13:13:26Z | 2023-04-16T13:13:26Z | https://github.com/jerryscript-project/jerryscript/issues/5069 | 1,669,965,859 | 5,069 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-poi... | Assertion 'dividend_end_p[0] == divisor_high && dividend_end_p[-1] < divisor_high' failed at /jerryscript/jerry-core/ecma/operations/ecma-big-uint.c(ecma_big_uint_div_mod) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5068/comments | 0 | 2023-04-08T14:19:33Z | 2023-04-08T14:19:33Z | https://github.com/jerryscript-project/jerryscript/issues/5068 | 1,659,537,585 | 5,068 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --compile-flag=-m32 --compile-flag=-fno-omit-frame-pointer --c... | heap-buffer-overflow in ecma_builtin_typedarray_prototype_sort | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5067/comments | 0 | 2023-04-08T13:31:08Z | 2023-04-08T13:39:28Z | https://github.com/jerryscript-project/jerryscript/issues/5067 | 1,659,524,592 | 5,067 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/1a2c04763aba49f52b1537acd3730098c873511c
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | heap-buffer-overflow in lexer_compare_identifier_to_chars | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5066/comments | 0 | 2023-04-08T12:50:49Z | 2023-04-08T12:50:49Z | https://github.com/jerryscript-project/jerryscript/issues/5066 | 1,659,514,220 | 5,066 |
[
"jerryscript-project",
"jerryscript"
] |
###### JerryScript revision
2.4.0
###### Build platform
ubuntu20.04
### Description
I executed the following test cases and found the resuts of jerry were different from other js engines.
The first test case should return an array sorted from smallest to largest, but jerry didn't sort the array.
The se... | Two problems in Array.prototype.sort | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5065/comments | 0 | 2023-04-08T03:03:39Z | 2023-04-08T03:03:39Z | https://github.com/jerryscript-project/jerryscript/issues/5065 | 1,659,350,605 | 5,065 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/1a2c04763aba49f52b1537acd3730098c873511c
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Assertion 'context_p->next_scanner_info_p->type == SCANNER_TYPE_FUNCTION' failed at jerryscript/jerry-core/parser/js/js-parser.c(parser_parse_function_arguments) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5064/comments | 0 | 2023-04-06T14:02:51Z | 2023-04-06T14:02:51Z | https://github.com/jerryscript-project/jerryscript/issues/5064 | 1,657,488,796 | 5,064 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 05dbbd13[](05dbbd134c3b9e2482998f267857dd3722001cd7)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-poi... | Assertion 'context_p->stack_depth <= 1' failed at jerryscript/jerry-core/parser/js/js-parser-statm.c(parser_parse_statements) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5063/comments | 0 | 2023-04-06T13:34:48Z | 2023-04-08T14:20:28Z | https://github.com/jerryscript-project/jerryscript/issues/5063 | 1,657,441,988 | 5,063 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/1a2c04763aba49f52b1537acd3730098c873511c
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed at jerryscript/jerry-core/jmem/jmem-heap.c(jmem_heap_finalize):108. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5062/comments | 0 | 2023-04-06T13:12:15Z | 2023-04-06T13:12:15Z | https://github.com/jerryscript-project/jerryscript/issues/5062 | 1,657,404,755 | 5,062 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: https://github.com/jerryscript-project/jerryscript/commit/1a2c04763aba49f52b1537acd3730098c873511c
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32... | Assertion 'context_p->scope_stack_size == PARSER_MAXIMUM_DEPTH_OF_SCOPE_STACK' failed at jerryscript/jerry-core/parser/js/js-parser-expr.c(parser_parse_class):1068. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5061/comments | 0 | 2023-04-06T10:46:13Z | 2023-04-06T10:46:13Z | https://github.com/jerryscript-project/jerryscript/issues/5061 | 1,657,176,424 | 5,061 |
[
"jerryscript-project",
"jerryscript"
] | ### JerryScript revision
2.4.0
### Build platform
ubuntu20.04
### Description
The following code caused an aborted(core dumped) in jerryscript. I guess there may be some problems in the apply() method because jerry can output `b.concat(a).length` correctly.
### Test case
```sh
var a = [];
a.length = 20... | Aborted(core dumped) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5060/comments | 0 | 2023-03-31T07:36:42Z | 2023-03-31T08:11:41Z | https://github.com/jerryscript-project/jerryscript/issues/5060 | 1,648,839,067 | 5,060 |
[
"jerryscript-project",
"jerryscript"
] | ### JerryScript revision
2.4.0
### Build platform
ubuntu20.04
### Description
I found jerryscript can not output correctly like other js engines when I ran the following code. However when I set the length to 0xfff or 0xfffff, it can print.
### Test case
``` javascript
var a = ['a'];
var b = [];
b.leng... | A bug in concat() | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5059/comments | 1 | 2023-03-29T06:10:10Z | 2023-07-12T13:10:11Z | https://github.com/jerryscript-project/jerryscript/issues/5059 | 1,645,099,788 | 5,059 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
1a2c04763aba49f52b1537acd3730098c873511c
###### Build platform
Ubuntu 20.04.2 LTS (Linux 5.15.0-67-generic x86_64)
###### Build steps
Describe how to build JerryScript. Give all the necessary details of the build
(e.g., environment variables, command(s), profile, command line optio... | Segmentation fault in jerry | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5058/comments | 5 | 2023-03-28T06:12:27Z | 2023-04-26T19:22:43Z | https://github.com/jerryscript-project/jerryscript/issues/5058 | 1,643,268,712 | 5,058 |
[
"jerryscript-project",
"jerryscript"
] | First of all, when reporting a bug, give the issue a descriptive title.
In the body of the issue, optionally give a free-form text description of the
bug. Give the context necessary for others to understand the problem.
Then, provide information necessary to reproduce the bug.
Omit sections that are irrelevant ... | Segmentation fault in jerry | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5057/comments | 1 | 2023-03-27T09:25:43Z | 2023-04-26T19:24:26Z | https://github.com/jerryscript-project/jerryscript/issues/5057 | 1,641,737,938 | 5,057 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
Commit: 1a2c0476[](1a2c04763aba49f52b1537acd3730098c873511c)
Version: v3.0.0
###### Build platform
Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64)
###### Build steps
```sh
python ./tools/build.py --clean --debug --compile-flag=-m32 --compile-flag=-fno-omit-frame-poi... | Assertion 'info_type == SCANNER_TYPE_FUNCTION || info_type == SCANNER_TYPE_BLOCK' failed at jerryscript/jerry-core/parser/js/js-scanner-util.c(scanner_create_variables):2322. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5056/comments | 0 | 2023-03-26T13:44:00Z | 2023-03-26T15:16:58Z | https://github.com/jerryscript-project/jerryscript/issues/5056 | 1,640,917,217 | 5,056 |
[
"jerryscript-project",
"jerryscript"
] | #### JerryScript revision
2.4.0
#### Build platform
ubuntu 20.04
#### Description
When I run the Test case , I find that jerryscript has no output. But if I set the loop number smaller than 174296, it can output correctly. Is it because that the number has reached to the maximum allowed String length in jerrys... | A problem in String length | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5055/comments | 0 | 2023-03-25T13:15:55Z | 2023-03-29T13:11:35Z | https://github.com/jerryscript-project/jerryscript/issues/5055 | 1,640,513,961 | 5,055 |
[
"jerryscript-project",
"jerryscript"
] | **Version:** `JerryScript 2.4.0`
**Description**:
When I run the following program, I have an interesting discovery that jerryscript can neither output "`right`" normally, just like hermes; At the same time, it will not report overflow errors like xs. I think it may have some problems.
**Test case**:
... | A problem about calling sort function with long array | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5054/comments | 4 | 2023-03-16T02:14:24Z | 2023-03-24T15:20:48Z | https://github.com/jerryscript-project/jerryscript/issues/5054 | 1,626,568,009 | 5,054 |
[
"jerryscript-project",
"jerryscript"
] | I am a researcher in software testing from the University of Stuttgart, Germany. We are testing grammar-based fuzzers and have chosen JerryScript as one of our fuzz targets for JavaScript. During our experiments we found 4 issues with JerryScript that I'd like to share with you.
Please excuse if some of the example... | Four issues found through grammar-based fuzzing | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5053/comments | 0 | 2023-03-15T11:55:52Z | 2023-03-15T16:04:44Z | https://github.com/jerryscript-project/jerryscript/issues/5053 | 1,625,379,939 | 5,053 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
1a2c04763aba49f52b1537acd3730098c873511c
###### Build platform
Name the build platform. E.g., copy the output of
Ubuntu Lunar Lobster (development branch) (Linux 5.15.0-67-generic x86_64)
###### Build steps
```sh
python3 tools/build.py --builddir=asan --compile-flag=-fno-omit-fram... | jerry crashed while running the following code. | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5052/comments | 1 | 2023-03-15T06:57:23Z | 2023-04-26T19:26:13Z | https://github.com/jerryscript-project/jerryscript/issues/5052 | 1,624,874,619 | 5,052 |
[
"jerryscript-project",
"jerryscript"
] |
the following js cause a segmentation fault in jerryscript.
```
function test(){
function f(){
var f = test();
h = f();
}
return f;
}
let a = test();
c = a();
``` | segmentation fault in jerryscript | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5051/comments | 2 | 2023-03-14T03:36:48Z | 2023-04-26T19:28:39Z | https://github.com/jerryscript-project/jerryscript/issues/5051 | 1,622,665,090 | 5,051 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
1a2c04763aba49f52b1537acd3730098c873511c
###### Build platform
Ubuntu 16.04.7 LTS (Linux 4.15.0-142-generic x86_64)
###### Bug
When building with JERRY_BUILTIN_WEAKREF 0 and JERRY_BUILTIN_CONTAINER 1, the project doesn't compile:
```
jerryscript/jerry-core/ecma/base/ecma-gc.c:16... | build error with certain config options | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5050/comments | 0 | 2023-03-11T09:47:31Z | 2023-03-11T11:22:57Z | https://github.com/jerryscript-project/jerryscript/issues/5050 | 1,619,950,076 | 5,050 |
[
"jerryscript-project",
"jerryscript"
] | I'm building JerryScript attempting to directly run it on STM32F767, so I clone the project and then execute the command
```sh
python2 tools/build.py --toolchain=cmake/toolchain_mcu_stm32f7.cmake
```
Then I got an error. Log will be put under the description.
The first problem seems to be VFP problem, which can... | build error when using --toolchain=cmake/toolchain_mcu_stm32f7.cmake | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5046/comments | 1 | 2023-03-08T10:44:31Z | 2023-05-26T14:42:46Z | https://github.com/jerryscript-project/jerryscript/issues/5046 | 1,615,057,679 | 5,046 |
[
"jerryscript-project",
"jerryscript"
] | ###### JerryScript revision
1a2c04763aba49f52b1537acd3730098c873511c
###### Build platform
`Kali GNU/Linux Rolling - Linux 5.16.0-kali7-amd64 x86_64`
###### Build steps
`tools/build.py --clean --debug --fsanitize=address`
###### Test case
```javascript
var v0 = async (a1, a2, a3) => {
var v5 = async ... | Stack-Consumption Security Issue (ecma_ref_object_inline) | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5045/comments | 0 | 2023-03-03T11:12:48Z | 2023-03-03T20:08:02Z | https://github.com/jerryscript-project/jerryscript/issues/5045 | 1,608,441,146 | 5,045 |
[
"jerryscript-project",
"jerryscript"
] | First of all, when reporting a bug, give the issue a descriptive title.
In the body of the issue, optionally give a free-form text description of the
bug. Give the context necessary for others to understand the problem.
Then, provide information necessary to reproduce the bug.
Omit sections that are irrelevant ... | Stack- | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5044/comments | 0 | 2023-03-03T11:11:52Z | 2023-03-03T12:55:59Z | https://github.com/jerryscript-project/jerryscript/issues/5044 | 1,608,440,004 | 5,044 |
[
"jerryscript-project",
"jerryscript"
] | Do you have any plans for a new version? | Do you have any plans for a new version? | https://api.github.com/repos/jerryscript-project/jerryscript/issues/5043/comments | 0 | 2023-02-28T03:28:39Z | 2023-02-28T03:28:39Z | https://github.com/jerryscript-project/jerryscript/issues/5043 | 1,602,307,430 | 5,043 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.