Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
412,107 | 12,035,356,142 | IssuesEvent | 2020-04-13 17:44:16 | teamforus/forus | https://api.github.com/repos/teamforus/forus | closed | Webshop: Settings pages | Difficulty: Medium Priority: Should have Scope: Medium Topic: UX / UI enhancement | ## Main asssignee: @
## Context/goal:
https://www.figma.com/file/k8Yjwct18gJYlykIHuqMF9/Webhop-Settings?node-id=0%3A1
## Task
- [ ] Email settings
- [ ] Notifications
- [ ] Sessions | 1.0 | Webshop: Settings pages - ## Main asssignee: @
## Context/goal:
https://www.figma.com/file/k8Yjwct18gJYlykIHuqMF9/Webhop-Settings?node-id=0%3A1
## Task
- [ ] Email settings
- [ ] Notifications
- [ ] Sessions | non_defect | webshop settings pages main asssignee context goal task email settings notifications sessions | 0 |
65,000 | 19,010,297,162 | IssuesEvent | 2021-11-23 08:31:02 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | Phone is anormally warm, and battery is drained faster than usual | T-Defect | ### Steps to reproduce
Since Element iOS supports spaces, it seems to bain the battery abnormally fast, and the phone is sometimes warm if not hot. Element alone consumes between 60 and 70% of the battery of the phone.
### Outcome
#### What did you expect?
The phone to not be warm and the battery to last a full day :)
#### What happened instead?
The phone is warm and the battery doesn't last a full day

### Your phone model
iPhone 11 Pro
### Operating system version
iOS 15.2
### Application version
Element version 1.6.8 (bug was already present at least in 1.6.6 and 1.6.7)
### Homeserver
ergaster.org
### Will you send logs?
Yes | 1.0 | Phone is anormally warm, and battery is drained faster than usual - ### Steps to reproduce
Since Element iOS supports spaces, it seems to bain the battery abnormally fast, and the phone is sometimes warm if not hot. Element alone consumes between 60 and 70% of the battery of the phone.
### Outcome
#### What did you expect?
The phone to not be warm and the battery to last a full day :)
#### What happened instead?
The phone is warm and the battery doesn't last a full day

### Your phone model
iPhone 11 Pro
### Operating system version
iOS 15.2
### Application version
Element version 1.6.8 (bug was already present at least in 1.6.6 and 1.6.7)
### Homeserver
ergaster.org
### Will you send logs?
Yes | defect | phone is anormally warm and battery is drained faster than usual steps to reproduce since element ios supports spaces it seems to bain the battery abnormally fast and the phone is sometimes warm if not hot element alone consumes between and of the battery of the phone outcome what did you expect the phone to not be warm and the battery to last a full day what happened instead the phone is warm and the battery doesn t last a full day your phone model iphone pro operating system version ios application version element version bug was already present at least in and homeserver ergaster org will you send logs yes | 1 |
54,129 | 13,402,226,153 | IssuesEvent | 2020-09-03 18:36:34 | Chris2011/minifierbeans | https://api.github.com/repos/Chris2011/minifierbeans | closed | Issue with single line comments | CSS-Compressor Priority-Medium Type-Defect auto-migrated switch-to-cssnano | ```
What steps will reproduce the problem?
1. CSS with // Comments
2. Right Click and Minimize CSS
3. Output has anything after comment commented out
What is the expected output? What do you see instead?
Expected to remove comments and leave only minimized code.
Comments are left and comment out remaining code.
What version of the product are you using? On what operating system?
2.0 in Netbeans 8.0 on Windows 8.1
Please provide any additional information below.
I know I could simply use /* Comment */ but my CSS is heavily commented and it
could be more efficient if it removed comments completely
```
Original issue reported on code.google.com by `mcgee.w...@gmail.com` on 11 Aug 2014 at 5:04
| 1.0 | Issue with single line comments - ```
What steps will reproduce the problem?
1. CSS with // Comments
2. Right Click and Minimize CSS
3. Output has anything after comment commented out
What is the expected output? What do you see instead?
Expected to remove comments and leave only minimized code.
Comments are left and comment out remaining code.
What version of the product are you using? On what operating system?
2.0 in Netbeans 8.0 on Windows 8.1
Please provide any additional information below.
I know I could simply use /* Comment */ but my CSS is heavily commented and it
could be more efficient if it removed comments completely
```
Original issue reported on code.google.com by `mcgee.w...@gmail.com` on 11 Aug 2014 at 5:04
| defect | issue with single line comments what steps will reproduce the problem css with comments right click and minimize css output has anything after comment commented out what is the expected output what do you see instead expected to remove comments and leave only minimized code comments are left and comment out remaining code what version of the product are you using on what operating system in netbeans on windows please provide any additional information below i know i could simply use comment but my css is heavily commented and it could be more efficient if it removed comments completely original issue reported on code google com by mcgee w gmail com on aug at | 1 |
70,855 | 23,343,497,823 | IssuesEvent | 2022-08-09 15:47:35 | matrix-org/matrix-appservice-slack | https://api.github.com/repos/matrix-org/matrix-appservice-slack | closed | Docker build complains about EBADENGINE | S-Tolerable T-Defect Z-Good-First-Issue | ```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'matrix-appservice-slack@1.11.0',
npm WARN EBADENGINE required: { node: '>=12 16<=' },
npm WARN EBADENGINE current: { node: 'v16.15.0', npm: '8.5.5' }
npm WARN EBADENGINE }
```
Node >16 is fine to use, it's just needlessly excluded in package.json version ranges. We even build the docker images from `node:16-bullseye-slim` | 1.0 | Docker build complains about EBADENGINE - ```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'matrix-appservice-slack@1.11.0',
npm WARN EBADENGINE required: { node: '>=12 16<=' },
npm WARN EBADENGINE current: { node: 'v16.15.0', npm: '8.5.5' }
npm WARN EBADENGINE }
```
Node >16 is fine to use, it's just needlessly excluded in package.json version ranges. We even build the docker images from `node:16-bullseye-slim` | defect | docker build complains about ebadengine npm warn ebadengine unsupported engine npm warn ebadengine package matrix appservice slack npm warn ebadengine required node npm warn ebadengine current node npm npm warn ebadengine node is fine to use it s just needlessly excluded in package json version ranges we even build the docker images from node bullseye slim | 1 |
101,593 | 8,791,282,648 | IssuesEvent | 2018-12-21 12:05:24 | SME-Issues/issues | https://api.github.com/repos/SME-Issues/issues | closed | Compound Query Tests Payment Payment - 21/12/18 11:02 - 5004 | NLP Api PETEDEV pulse_tests | **Compound Query Tests Payment Payment**
- Total: 38
- Passed: 20
- **Pass: 22 (59%)**
- Not Understood: 0
- Error (not understood): 1
- Failed but Understood: 15 (41%)
| 1.0 | Compound Query Tests Payment Payment - 21/12/18 11:02 - 5004 - **Compound Query Tests Payment Payment**
- Total: 38
- Passed: 20
- **Pass: 22 (59%)**
- Not Understood: 0
- Error (not understood): 1
- Failed but Understood: 15 (41%)
| non_defect | compound query tests payment payment compound query tests payment payment total passed pass not understood error not understood failed but understood | 0 |
402,583 | 27,375,357,046 | IssuesEvent | 2023-02-28 05:12:55 | LeagueOfPoro/CapsuleFarmerEvolved | https://api.github.com/repos/LeagueOfPoro/CapsuleFarmerEvolved | opened | [Wiki]: Imporve Advanced-Installation-for-Macos.md | documentation | ### What is your request?
## Here is my improve, see below
This guide is aimed at advanced users who want to install and run the CapsuleFarmerEvolved on Macos.
Please note that this guide is not complete and just test on apple Chip, so may not work for you computer.
For any issues that you may encounter, please open an issue on GitHub. If you are able to fix the issue yourself, please open a pull request instead!
## Prerequisites
- Python ≥ 3.10.1 (version 3.9 should work as well but is not officially supported)[download](https://www.python.org/downloads)
- pip (`curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py`, `then export the pip to PATH`)
- pipenv (`pip install pipenv`), If you are in chinese Mainland Then Use (`pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv`)
- git
## Running from the source code
1. Clone the application from GitHub - `git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git`
2. Move to the directory - `cd CapsuleFarmerEvolved`
3. Install the Python virtual environment - `pipenv install python3`
4. Edit the configuration as the [configuration](https://github.com/LeagueOfPoro/CapsuleFarmerEvolved/wiki/Configuration) page describes
5. Run the tool with `pipenv run python3 ./src/main.py`
## Updating
Enter the directory where you cloned the application initially and run `git pull` to update the application.
If you receive `Exception has occurred: ModuleNotFoundError`, run `pipenv install` to update dependencies.
### My request is not related to the application it self
- [X] I acknowledge that this issue is not related to the application and is in fact a wiki request. | 1.0 | [Wiki]: Imporve Advanced-Installation-for-Macos.md - ### What is your request?
## Here is my improve, see below
This guide is aimed at advanced users who want to install and run the CapsuleFarmerEvolved on Macos.
Please note that this guide is not complete and just test on apple Chip, so may not work for you computer.
For any issues that you may encounter, please open an issue on GitHub. If you are able to fix the issue yourself, please open a pull request instead!
## Prerequisites
- Python ≥ 3.10.1 (version 3.9 should work as well but is not officially supported)[download](https://www.python.org/downloads)
- pip (`curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py`, `then export the pip to PATH`)
- pipenv (`pip install pipenv`), If you are in chinese Mainland Then Use (`pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv`)
- git
## Running from the source code
1. Clone the application from GitHub - `git clone https://github.com/LeagueOfPoro/CapsuleFarmerEvolved.git`
2. Move to the directory - `cd CapsuleFarmerEvolved`
3. Install the Python virtual environment - `pipenv install python3`
4. Edit the configuration as the [configuration](https://github.com/LeagueOfPoro/CapsuleFarmerEvolved/wiki/Configuration) page describes
5. Run the tool with `pipenv run python3 ./src/main.py`
## Updating
Enter the directory where you cloned the application initially and run `git pull` to update the application.
If you receive `Exception has occurred: ModuleNotFoundError`, run `pipenv install` to update dependencies.
### My request is not related to the application it self
- [X] I acknowledge that this issue is not related to the application and is in fact a wiki request. | non_defect | imporve advanced installation for macos md what is your request here is my improve see below this guide is aimed at advanced users who want to install and run the capsulefarmerevolved on macos please note that this guide is not complete and just test on apple chip so may not work for you computer for any issues that you may encounter please open an issue on github if you are able to fix the issue yourself please open a pull request instead prerequisites python ≥ version should work as well but is not officially supported pip curl o get pip py get pip py then export the pip to path pipenv pip install pipenv if you are in chinese mainland then use pip install i pipenv git running from the source code clone the application from github git clone move to the directory cd capsulefarmerevolved install the python virtual environment pipenv install edit the configuration as the page describes run the tool with pipenv run src main py updating enter the directory where you cloned the application initially and run git pull to update the application if you receive exception has occurred modulenotfounderror run pipenv install to update dependencies my request is not related to the application it self i acknowledge that this issue is not related to the application and is in fact a wiki request | 0 |
14,886 | 2,831,390,177 | IssuesEvent | 2015-05-24 15:55:02 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | Capture: writes to CF card only or optionally to disk (in tablet) | auto-migrated Priority-Medium Type-Defect | ```
Hi Zoltan,
I guess this asked and/or answered before:
When captureing an image dslrdashboard writes image-data to the cameras CF, SD
or whatever card. Fine.
Does dslrdashboard provide an option to write image-data (via USB-cable) to the
attached (Android)-device?
Situation: When shooting a time lapse sequence (and plenty of power to both
camera and Android-device is available) so that the available disk space is the
only limiting factor.
Thanks for feedback, Hans.
```
Original issue reported on code.google.com by `hans.loe...@gmail.com` on 25 May 2013 at 10:48 | 1.0 | Capture: writes to CF card only or optionally to disk (in tablet) - ```
Hi Zoltan,
I guess this asked and/or answered before:
When captureing an image dslrdashboard writes image-data to the cameras CF, SD
or whatever card. Fine.
Does dslrdashboard provide an option to write image-data (via USB-cable) to the
attached (Android)-device?
Situation: When shooting a time lapse sequence (and plenty of power to both
camera and Android-device is available) so that the available disk space is the
only limiting factor.
Thanks for feedback, Hans.
```
Original issue reported on code.google.com by `hans.loe...@gmail.com` on 25 May 2013 at 10:48 | defect | capture writes to cf card only or optionally to disk in tablet hi zoltan i guess this asked and or answered before when captureing an image dslrdashboard writes image data to the cameras cf sd or whatever card fine does dslrdashboard provide an option to write image data via usb cable to the attached android device situation when shooting a time lapse sequence and plenty of power to both camera and android device is available so that the available disk space is the only limiting factor thanks for feedback hans original issue reported on code google com by hans loe gmail com on may at | 1 |
225,354 | 17,263,556,265 | IssuesEvent | 2021-07-22 10:56:50 | typed-ember/glint | https://api.github.com/repos/typed-ember/glint | closed | Error: Could not find module `@glint/environment-ember-loose/glimmer-component` | documentation | Hi, I'm trying out glint in an existing Ember TypeScript project (https://github.com/DuBistKomisch/nou2ube-web/pull/56) and I've got all the templates to pass when running `npx glint`, but when I `npx ember serve` and load it up my browser, I get a runtime module resolution error:
```
Error occurred:
- While rendering:
-top-level
application
```
```
Uncaught (in promise) Error: Could not find module `@glint/environment-ember-loose/glimmer-component` imported from `nou2ube/pods/components/route-application/component`
missingModule loader.js:247
findModule loader.js:258
findDeps loader.js:168
findModule loader.js:262
requireModule loader.js:24
...
```
I notice in `dist/assets/nou2ube.js` each component references `@glint/environment-ember-loose/glimmer-component`, whereas I assume it's meant to become `@glimmer/component`? The glint modules don't appear in `dist/assets/vender.js` at all.
The same thing can be observed in the assets of `ts-ember-app` example, although there's nothing rendered anyway so you can't get an error at runtime.
Am I missing something obvious? Is it not meant to work at runtime? I can't see anything suggesting that in the README. I'm using `0.5.1`. | 1.0 | Error: Could not find module `@glint/environment-ember-loose/glimmer-component` - Hi, I'm trying out glint in an existing Ember TypeScript project (https://github.com/DuBistKomisch/nou2ube-web/pull/56) and I've got all the templates to pass when running `npx glint`, but when I `npx ember serve` and load it up my browser, I get a runtime module resolution error:
```
Error occurred:
- While rendering:
-top-level
application
```
```
Uncaught (in promise) Error: Could not find module `@glint/environment-ember-loose/glimmer-component` imported from `nou2ube/pods/components/route-application/component`
missingModule loader.js:247
findModule loader.js:258
findDeps loader.js:168
findModule loader.js:262
requireModule loader.js:24
...
```
I notice in `dist/assets/nou2ube.js` each component references `@glint/environment-ember-loose/glimmer-component`, whereas I assume it's meant to become `@glimmer/component`? The glint modules don't appear in `dist/assets/vender.js` at all.
The same thing can be observed in the assets of `ts-ember-app` example, although there's nothing rendered anyway so you can't get an error at runtime.
Am I missing something obvious? Is it not meant to work at runtime? I can't see anything suggesting that in the README. I'm using `0.5.1`. | non_defect | error could not find module glint environment ember loose glimmer component hi i m trying out glint in an existing ember typescript project and i ve got all the templates to pass when running npx glint but when i npx ember serve and load it up my browser i get a runtime module resolution error error occurred while rendering top level application uncaught in promise error could not find module glint environment ember loose glimmer component imported from pods components route application component missingmodule loader js findmodule loader js finddeps loader js findmodule loader js requiremodule loader js i notice in dist assets js each component references glint environment ember loose glimmer component whereas i assume it s meant to become glimmer component the glint modules don t appear in dist assets vender js at all the same thing can be observed in the assets of ts ember app example although there s nothing rendered anyway so you can t get an error at runtime am i missing something obvious is it not meant to work at runtime i can t see anything suggesting that in the readme i m using | 0 |
51,921 | 13,211,337,944 | IssuesEvent | 2020-08-15 22:24:46 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [HiveSplitter] missing documentation. (Trac #1270) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1270">https://code.icecube.wisc.edu/projects/icecube/ticket/1270</a>, reported by tpalczewskiand owned by mzoll</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "please convert release notes and index.dox to .rst format\nWish list: example (HiveSplitting.py) should take data automatically /available to everyone. The scripts in resources/scripts/ need a documentation that explains what they do and how they should be called",
"reporter": "tpalczewski",
"cc": "",
"resolution": "fixed",
"time": "2015-08-21T14:30:09",
"component": "combo reconstruction",
"summary": "[HiveSplitter] missing documentation.",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "mzoll",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [HiveSplitter] missing documentation. (Trac #1270) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1270">https://code.icecube.wisc.edu/projects/icecube/ticket/1270</a>, reported by tpalczewskiand owned by mzoll</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"_ts": "1550067117911749",
"description": "please convert release notes and index.dox to .rst format\nWish list: example (HiveSplitting.py) should take data automatically /available to everyone. The scripts in resources/scripts/ need a documentation that explains what they do and how they should be called",
"reporter": "tpalczewski",
"cc": "",
"resolution": "fixed",
"time": "2015-08-21T14:30:09",
"component": "combo reconstruction",
"summary": "[HiveSplitter] missing documentation.",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "mzoll",
"type": "defect"
}
```
</p>
</details>
| defect | missing documentation trac migrated from json status closed changetime ts description please convert release notes and index dox to rst format nwish list example hivesplitting py should take data automatically available to everyone the scripts in resources scripts need a documentation that explains what they do and how they should be called reporter tpalczewski cc resolution fixed time component combo reconstruction summary missing documentation priority blocker keywords milestone owner mzoll type defect | 1 |
2,247 | 2,603,991,729 | IssuesEvent | 2015-02-24 19:06:48 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳如何治疗生殖性疱疹 | auto-migrated Priority-Medium Type-Defect | ```
沈阳如何治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:34 | 1.0 | 沈阳如何治疗生殖性疱疹 - ```
沈阳如何治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:34 | defect | 沈阳如何治疗生殖性疱疹 沈阳如何治疗生殖性疱疹〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at | 1 |
71,847 | 23,827,826,084 | IssuesEvent | 2022-09-05 16:27:51 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | p-table pagination always redirect to page 1 after changing contents when there is a filter applied | defect | ### Describe the bug
p-table pagination always redirect to page 1 after changing contents when there is a filter applied (see details below).
### Environment
(see stackblitz)
### Reproducer
https://stackblitz.com/edit/p-table-pagination-with-filters-bug
### Angular version
11.0.5
### PrimeNG version
11.0.0
### Build / Runtime
Angular CLI App
### Language
TypeScript
### Node version (for AoT issues node --version)
(stackblitz)
### Browser(s)
_No response_
### Steps to reproduce the behavior
1. Open the stackblitz: https://stackblitz.com/edit/p-table-pagination-with-filters-bug
2. Filter by word "Seat" in the global filter textbox
3. Click button "Add Vehicle" until there are 4 o 5 pages of Seat cars
4. Navigate to last page
5. Click button "Add Vehicle"
6. The table is redirected to page 1 (it should remain in current page)
### Expected behavior
The table should remain in the current page when changing the model, and only change to first page if the page not exists (see related issue https://github.com/primefaces/primeng/issues/9707.
This behaviour only happens when the model is changed when a filter is applied. If the model is changed but no filter is applied, the table remains in the current page. | 1.0 | p-table pagination always redirect to page 1 after changing contents when there is a filter applied - ### Describe the bug
p-table pagination always redirect to page 1 after changing contents when there is a filter applied (see details below).
### Environment
(see stackblitz)
### Reproducer
https://stackblitz.com/edit/p-table-pagination-with-filters-bug
### Angular version
11.0.5
### PrimeNG version
11.0.0
### Build / Runtime
Angular CLI App
### Language
TypeScript
### Node version (for AoT issues node --version)
(stackblitz)
### Browser(s)
_No response_
### Steps to reproduce the behavior
1. Open the stackblitz: https://stackblitz.com/edit/p-table-pagination-with-filters-bug
2. Filter by word "Seat" in the global filter textbox
3. Click button "Add Vehicle" until there are 4 o 5 pages of Seat cars
4. Navigate to last page
5. Click button "Add Vehicle"
6. The table is redirected to page 1 (it should remain in current page)
### Expected behavior
The table should remain in the current page when changing the model, and only change to first page if the page not exists (see related issue https://github.com/primefaces/primeng/issues/9707.
This behaviour only happens when the model is changed when a filter is applied. If the model is changed but no filter is applied, the table remains in the current page. | defect | p table pagination always redirect to page after changing contents when there is a filter applied describe the bug p table pagination always redirect to page after changing contents when there is a filter applied see details below environment see stackblitz reproducer angular version primeng version build runtime angular cli app language typescript node version for aot issues node version stackblitz browser s no response steps to reproduce the behavior open the stackblitz filter by word seat in the global filter textbox click button add vehicle until there are o pages of seat cars navigate to last page click button add vehicle the table is redirected to page it should remain in current page expected behavior the table should remain in the current page when changing the model and only change to first page if the page not exists see related issue this behaviour only happens when the model is changed when a filter is applied if the model is changed but no filter is applied the table remains in the current page | 1 |
36,867 | 8,176,259,531 | IssuesEvent | 2018-08-28 06:52:02 | contao/contao | https://api.github.com/repos/contao/contao | closed | Services in hooks are not public | defect | <a href="https://github.com/fritzmg"><img src="https://avatars0.githubusercontent.com/u/4970961?v=4" align="left" width="42" height="42"></img></a> [Comment](https://github.com/contao/contao/pull/17#issuecomment-415739345) by @fritzmg
August 24th, 2018, 14:05 GMT
Currently a lot of bundle extensions aren't compatible with Contao 4.6, since their DCA callback and Hook listener services are not defined as "public". As a workaround, one could just require `symfony/dependency-injection:^3.0` - however that does not work in Contao `4.6.0` due to the dependency in the core-bundle on `symfony/http-kernel:^4.1` which in turn requires `symfony/dependency-injection:^4.1`. This means I have to wait until all my dependencies have been updated for Contao 4.6 (wherever applicable), before I can use it in production. | 1.0 | Services in hooks are not public - <a href="https://github.com/fritzmg"><img src="https://avatars0.githubusercontent.com/u/4970961?v=4" align="left" width="42" height="42"></img></a> [Comment](https://github.com/contao/contao/pull/17#issuecomment-415739345) by @fritzmg
August 24th, 2018, 14:05 GMT
Currently a lot of bundle extensions aren't compatible with Contao 4.6, since their DCA callback and Hook listener services are not defined as "public". As a workaround, one could just require `symfony/dependency-injection:^3.0` - however that does not work in Contao `4.6.0` due to the dependency in the core-bundle on `symfony/http-kernel:^4.1` which in turn requires `symfony/dependency-injection:^4.1`. This means I have to wait until all my dependencies have been updated for Contao 4.6 (wherever applicable), before I can use it in production. | defect | services in hooks are not public by fritzmg august gmt currently a lot of bundle extensions aren t compatible with contao since their dca callback and hook listener services are not defined as public as a workaround one could just require symfony dependency injection however that does not work in contao due to the dependency in the core bundle on symfony http kernel which in turn requires symfony dependency injection this means i have to wait until all my dependencies have been updated for contao wherever applicable before i can use it in production | 1 |
714,727 | 24,572,280,616 | IssuesEvent | 2022-10-13 09:33:36 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Live Score - Matches after midnight issues | bug high priority | The live score is showing the day before matches again after midnight.

| 1.0 | Live Score - Matches after midnight issues - The live score is showing the day before matches again after midnight.

| non_defect | live score matches after midnight issues the live score is showing the day before matches again after midnight | 0 |
1,159 | 2,599,134,574 | IssuesEvent | 2015-02-23 03:40:18 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | cake i18n extract task extracts to app/Locale/LC_TIME/cake.pot | console Defect | As far as I know PO files are not supported (since 2.6.*) anymore for LC_TIME. What's the use of extracting to `app/Locale/LC_TIME/cake.pot`?
Also see [this](https://github.com/cakephp/cakephp/pull/5854) related issue. | 1.0 | cake i18n extract task extracts to app/Locale/LC_TIME/cake.pot - As far as I know PO files are not supported (since 2.6.*) anymore for LC_TIME. What's the use of extracting to `app/Locale/LC_TIME/cake.pot`?
Also see [this](https://github.com/cakephp/cakephp/pull/5854) related issue. | defect | cake extract task extracts to app locale lc time cake pot as far as i know po files are not supported since anymore for lc time what s the use of extracting to app locale lc time cake pot also see related issue | 1 |
22,216 | 3,618,884,745 | IssuesEvent | 2016-02-08 13:54:15 | ApertureLabsLtd/mphidflash | https://api.github.com/repos/ApertureLabsLtd/mphidflash | closed | 2 bugs in address tracking in type4 records | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. save this fragment as mini.hex
:020000040000fa
:020000041fc01b
:042ffc00f7ffff7f5d
:020000040000fa
:020000041fc01b
:080000000010400b000000009d
:020000040000fa
:020000041d00dd
2. build trunk with "-DDEBUG"
3. attempt to program
USB HID device found
Device family: PIC32
Program memory: 512000 bytes free.
Erasing...
Writing hex file 'mini.hex':Address: 1fc02ffc Len 4
Writing
Completing
Address: 00000000 Len 8 <------------ ****
Writing
Completing
Address: 1d004000 Len 16
Writing
Completing
PASS 0 of 1 COMPLETE
What is the expected output? What do you see instead?
Inspection of the .hex file shows that it should write 4 bytes @ 1fc02ffc
then 8 bytes @ 1fc00000 then 16 bytes @ 1d004000
In fact, the second write is going to 0x00000000 instead of 0x1fc00000
What version of the product are you using? On what operating system?
trunk latest on Linux.
Please provide any additional information below.
The bug occurs in the handling of type 4 records:
} else if(4 == type) { /* Extended linear address record */
if(1 != sscanf(&hexFileData[offset+9],"%04x",&addrHi))
return ERR_HEX_SYNTAX;
addrHi <<= 16;
addr32 = addrHi + addrLo;
/* Assume this means a noncontiguous address jump; issue block
and start anew. The prior noncontiguous address code should
already have this covered, but in the freak case of an
extended address record with no subsequent data, make sure
the last of the data is issued. */
if(bufLen) {
if(ERR_NONE != (status = issueBlock(addrSave,bufLen,pass)))
return status;
bufLen = 0;
addrSave = addr32;
}
} else { /* Unsupported record type */
bug 1. addrSave is only updated on a "flush". In the example .hex, there are 2
adjacent type 4 records. The first one does a flush and sets addrSave to 0. The
second sets addr32 to 0x1fc00000 but leaves addrSave at 0!! The next data
record has an address field (low 16 bits of address) of 0 so is considered
sequential (otherwise addrSave would have been updated and everything would be
fine). Since it is considered sequential, it is saved ready for writing, but
using the wrong address: 0
The fix to this is to do "addrSave = addr32" unconditionally.
bug 2. by inspection, "addr32 = addrHi + addrLo;" should be "addr32 = addrHi;".
An addrLo value is only valid within the context/scope of a type 0 (data)
record. To consider it another way, that addrLo value belongs with the
*previous* addrHi. In a pathalogical situation this could cause an address to
be considered continuous when it is not.
With these two fixes:
Erasing...
Writing hex file 'mini.hex':Address: 1fc02ffc Len 4
Writing
Completing
Address: 1fc00000 Len 8
Writing
Completing
Address: 1d004000 Len 16
Writing
Completing
PASS 0 of 1 COMPLETE
The patch to fix these both is below:
--- hex.c.orig 2012-07-12 22:05:55.487515965 +0100
+++ hex.c 2012-07-12 22:27:47.048522549 +0100
@@ -308,7 +308,7 @@
if(1 != sscanf(&hexFileData[offset+9],"%04x",&addrHi))
return ERR_HEX_SYNTAX;
addrHi <<= 16;
- addr32 = addrHi + addrLo;
+ addr32 = addrHi;
/* Assume this means a noncontiguous address jump; issue block
and start anew. The prior noncontiguous address code should
already have this covered, but in the freak case of an
@@ -318,8 +318,8 @@
if(ERR_NONE != (status = issueBlock(addrSave,bufLen,pass)))
return status;
bufLen = 0;
- addrSave = addr32;
}
+ addrSave = addr32;
} else { /* Unsupported record type */
return ERR_HEX_RECORD;
Thanks for a very useful program. I am glad of the opportunity to make it "more
perfect".
regards,
Neal.
```
Original issue reported on code.google.com by `foofoobe...@gmail.com` on 12 Jul 2012 at 9:31 | 1.0 | 2 bugs in address tracking in type4 records - ```
What steps will reproduce the problem?
1. save this fragment as mini.hex
:020000040000fa
:020000041fc01b
:042ffc00f7ffff7f5d
:020000040000fa
:020000041fc01b
:080000000010400b000000009d
:020000040000fa
:020000041d00dd
2. build trunk with "-DDEBUG"
3. attempt to program
USB HID device found
Device family: PIC32
Program memory: 512000 bytes free.
Erasing...
Writing hex file 'mini.hex':Address: 1fc02ffc Len 4
Writing
Completing
Address: 00000000 Len 8 <------------ ****
Writing
Completing
Address: 1d004000 Len 16
Writing
Completing
PASS 0 of 1 COMPLETE
What is the expected output? What do you see instead?
Inspection of the .hex file shows that it should write 4 bytes @ 1fc02ffc
then 8 bytes @ 1fc00000 then 16 bytes @ 1d004000
In fact, the second write is going to 0x00000000 instead of 0x1fc00000
What version of the product are you using? On what operating system?
trunk latest on Linux.
Please provide any additional information below.
The bug occurs in the handling of type 4 records:
} else if(4 == type) { /* Extended linear address record */
if(1 != sscanf(&hexFileData[offset+9],"%04x",&addrHi))
return ERR_HEX_SYNTAX;
addrHi <<= 16;
addr32 = addrHi + addrLo;
/* Assume this means a noncontiguous address jump; issue block
and start anew. The prior noncontiguous address code should
already have this covered, but in the freak case of an
extended address record with no subsequent data, make sure
the last of the data is issued. */
if(bufLen) {
if(ERR_NONE != (status = issueBlock(addrSave,bufLen,pass)))
return status;
bufLen = 0;
addrSave = addr32;
}
} else { /* Unsupported record type */
bug 1. addrSave is only updated on a "flush". In the example .hex, there are 2
adjacent type 4 records. The first one does a flush and sets addrSave to 0. The
second sets addr32 to 0x1fc00000 but leaves addrSave at 0!! The next data
record has an address field (low 16 bits of address) of 0 so is considered
sequential (otherwise addrSave would have been updated and everything would be
fine). Since it is considered sequential, it is saved ready for writing, but
using the wrong address: 0
The fix to this is to do "addrSave = addr32" unconditionally.
bug 2. by inspection, "addr32 = addrHi + addrLo;" should be "addr32 = addrHi;".
An addrLo value is only valid within the context/scope of a type 0 (data)
record. To consider it another way, that addrLo value belongs with the
*previous* addrHi. In a pathalogical situation this could cause an address to
be considered continuous when it is not.
With these two fixes:
Erasing...
Writing hex file 'mini.hex':Address: 1fc02ffc Len 4
Writing
Completing
Address: 1fc00000 Len 8
Writing
Completing
Address: 1d004000 Len 16
Writing
Completing
PASS 0 of 1 COMPLETE
The patch to fix these both is below:
--- hex.c.orig 2012-07-12 22:05:55.487515965 +0100
+++ hex.c 2012-07-12 22:27:47.048522549 +0100
@@ -308,7 +308,7 @@
if(1 != sscanf(&hexFileData[offset+9],"%04x",&addrHi))
return ERR_HEX_SYNTAX;
addrHi <<= 16;
- addr32 = addrHi + addrLo;
+ addr32 = addrHi;
/* Assume this means a noncontiguous address jump; issue block
and start anew. The prior noncontiguous address code should
already have this covered, but in the freak case of an
@@ -318,8 +318,8 @@
if(ERR_NONE != (status = issueBlock(addrSave,bufLen,pass)))
return status;
bufLen = 0;
- addrSave = addr32;
}
+ addrSave = addr32;
} else { /* Unsupported record type */
return ERR_HEX_RECORD;
Thanks for a very useful program. I am glad of the opportunity to make it "more
perfect".
regards,
Neal.
```
Original issue reported on code.google.com by `foofoobe...@gmail.com` on 12 Jul 2012 at 9:31 | defect | bugs in address tracking in records what steps will reproduce the problem save this fragment as mini hex build trunk with ddebug attempt to program usb hid device found device family program memory bytes free erasing writing hex file mini hex address len writing completing address len writing completing address len writing completing pass of complete what is the expected output what do you see instead inspection of the hex file shows that it should write bytes then bytes then bytes in fact the second write is going to instead of what version of the product are you using on what operating system trunk latest on linux please provide any additional information below the bug occurs in the handling of type records else if type extended linear address record if sscanf hexfiledata addrhi return err hex syntax addrhi addrhi addrlo assume this means a noncontiguous address jump issue block and start anew the prior noncontiguous address code should already have this covered but in the freak case of an extended address record with no subsequent data make sure the last of the data is issued if buflen if err none status issueblock addrsave buflen pass return status buflen addrsave else unsupported record type bug addrsave is only updated on a flush in the example hex there are adjacent type records the first one does a flush and sets addrsave to the second sets to but leaves addrsave at the next data record has an address field low bits of address of so is considered sequential otherwise addrsave would have been updated and everything would be fine since it is considered sequential it is saved ready for writing but using the wrong address the fix to this is to do addrsave unconditionally bug by inspection addrhi addrlo should be addrhi an addrlo value is only valid within the context scope of a type data record to consider it another way that addrlo value belongs with the previous addrhi in a pathalogical situation this could cause an address to be considered continuous when it is not with these two fixes erasing writing hex file mini hex address len writing completing address len writing completing address len writing completing pass of complete the patch to fix these both is below hex c orig hex c if sscanf hexfiledata addrhi return err hex syntax addrhi addrhi addrlo addrhi assume this means a noncontiguous address jump issue block and start anew the prior noncontiguous address code should already have this covered but in the freak case of an if err none status issueblock addrsave buflen pass return status buflen addrsave addrsave else unsupported record type return err hex record thanks for a very useful program i am glad of the opportunity to make it more perfect regards neal original issue reported on code google com by foofoobe gmail com on jul at | 1 |
225,868 | 24,907,786,330 | IssuesEvent | 2022-10-29 13:31:47 | hajimehoshi/ebiten | https://api.github.com/repos/hajimehoshi/ebiten | closed | update dependency on `golang.org/x/text/language` | bug security | Forked from #2405
https://pkg.go.dev/vuln/GO-2022-1059
```
$ go mod why golang.org/x/text/language
# golang.org/x/text/language
github.com/hajimehoshi/ebiten/v2/text
github.com/hajimehoshi/ebiten/v2/text.test
github.com/hajimehoshi/bitmapfont/v2
golang.org/x/text/language
```
The impact is very limited. | True | update dependency on `golang.org/x/text/language` - Forked from #2405
https://pkg.go.dev/vuln/GO-2022-1059
```
$ go mod why golang.org/x/text/language
# golang.org/x/text/language
github.com/hajimehoshi/ebiten/v2/text
github.com/hajimehoshi/ebiten/v2/text.test
github.com/hajimehoshi/bitmapfont/v2
golang.org/x/text/language
```
The impact is very limited. | non_defect | update dependency on golang org x text language forked from go mod why golang org x text language golang org x text language github com hajimehoshi ebiten text github com hajimehoshi ebiten text test github com hajimehoshi bitmapfont golang org x text language the impact is very limited | 0 |
77,105 | 15,496,297,065 | IssuesEvent | 2021-03-11 02:24:58 | lnuon/EmpirEqual | https://api.github.com/repos/lnuon/EmpirEqual | opened | CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz | security vulnerability | ## CVE-2019-20149 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary>
<p>Get the native type of a value.</p>
<p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p>
<p>Path to dependency file: /EmpirEqual/src/frontend/package.json</p>
<p>Path to vulnerable library: EmpirEqual/src/node_modules/nanomatch/node_modules/kind-of/package.json,EmpirEqual/src/node_modules/nanomatch/node_modules/kind-of/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-1.1.4.tgz (Root Library)
- webpack-3.8.1.tgz
- watchpack-1.6.0.tgz
- chokidar-2.0.3.tgz
- braces-2.3.2.tgz
- snapdragon-node-2.1.1.tgz
- define-property-1.0.0.tgz
- is-descriptor-1.0.2.tgz
- :x: **kind-of-6.0.2.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result.
<p>Publish Date: 2019-12-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p>
<p>Release Date: 2019-12-30</p>
<p>Fix Resolution: 6.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz - ## CVE-2019-20149 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary>
<p>Get the native type of a value.</p>
<p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p>
<p>Path to dependency file: /EmpirEqual/src/frontend/package.json</p>
<p>Path to vulnerable library: EmpirEqual/src/node_modules/nanomatch/node_modules/kind-of/package.json,EmpirEqual/src/node_modules/nanomatch/node_modules/kind-of/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-1.1.4.tgz (Root Library)
- webpack-3.8.1.tgz
- watchpack-1.6.0.tgz
- chokidar-2.0.3.tgz
- braces-2.3.2.tgz
- snapdragon-node-2.1.1.tgz
- define-property-1.0.0.tgz
- is-descriptor-1.0.2.tgz
- :x: **kind-of-6.0.2.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result.
<p>Publish Date: 2019-12-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p>
<p>Release Date: 2019-12-30</p>
<p>Fix Resolution: 6.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in kind of tgz cve high severity vulnerability vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file empirequal src frontend package json path to vulnerable library empirequal src node modules nanomatch node modules kind of package json empirequal src node modules nanomatch node modules kind of package json dependency hierarchy react scripts tgz root library webpack tgz watchpack tgz chokidar tgz braces tgz snapdragon node tgz define property tgz is descriptor tgz x kind of tgz vulnerable library vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
1,833 | 6,802,560,923 | IssuesEvent | 2017-11-02 20:39:07 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Refine patterns used for vic-machine service end-to-end tests | area/apis component/test component/vic-machine kind/architecture team/lifecycle | The vic-machine service product is establishing new patterns for organization of end-to-end test code. Towards the end of the project, we should revisit the results and make sure it's what we want to merge to `master`.
See https://github.com/vmware/vic/pull/6475#pullrequestreview-66940252 for more context. | 1.0 | Refine patterns used for vic-machine service end-to-end tests - The vic-machine service product is establishing new patterns for organization of end-to-end test code. Towards the end of the project, we should revisit the results and make sure it's what we want to merge to `master`.
See https://github.com/vmware/vic/pull/6475#pullrequestreview-66940252 for more context. | non_defect | refine patterns used for vic machine service end to end tests the vic machine service product is establishing new patterns for organization of end to end test code towards the end of the project we should revisit the results and make sure it s what we want to merge to master see for more context | 0 |
3,250 | 2,610,059,174 | IssuesEvent | 2015-02-26 18:17:28 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 临海看不育哪家好 | auto-migrated Priority-Medium Type-Defect | ```
临海看不育哪家好【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 6:53 | 1.0 | 临海看不育哪家好 - ```
临海看不育哪家好【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 6:53 | defect | 临海看不育哪家好 临海看不育哪家好【台州五洲生殖医院】 微信号tzwzszyy 医院地址 台州市椒江 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
31,585 | 7,398,557,625 | IssuesEvent | 2018-03-19 06:56:44 | Noverdose/Preventanyl-React-Native | https://api.github.com/repos/Noverdose/Preventanyl-React-Native | closed | Abstraction of Push Notifications | release code | Convert all major functions in one function that uses helper functions.
(maybe called setup) | 1.0 | Abstraction of Push Notifications - Convert all major functions in one function that uses helper functions.
(maybe called setup) | non_defect | abstraction of push notifications convert all major functions in one function that uses helper functions maybe called setup | 0 |
36,518 | 7,977,399,009 | IssuesEvent | 2018-07-17 15:13:16 | CenturyLinkCloud/mdw | https://api.github.com/repos/CenturyLinkCloud/mdw | opened | Error creating assets in newly-created package in MDWHub | defect | In Hub UI, create a new package. Then create a new process within that package. When attempting to save, the following stack trace is produced. When the versions file is created manually on the file system, the error no longer occurs.
```
[(i)20180717.09:05:07.221 ~130] Saving asset: mikes/First Process.proc v0
[(s)20180717.09:05:07.228 ~130] null
java.lang.NullPointerException
at com.centurylink.mdw.dataaccess.file.VersionControlGit.setRevisionInVersionsFile(VersionControlGit.java:242)
at com.centurylink.mdw.dataaccess.file.VersionControlGit.setRevision(VersionControlGit.java:224)
at com.centurylink.mdw.dataaccess.file.PackageDir.getAssetFile(PackageDir.java:230)
at com.centurylink.mdw.dataaccess.file.LoaderPersisterVcs.save(LoaderPersisterVcs.java:486)
at com.centurylink.mdw.hub.servlet.AssetContentServlet.doPut(AssetContentServlet.java:404)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:664)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:65)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:338)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
[(i)20180717.09:05:07.229 ~130] ** - response (/asset/mikes/First Process.proc): 13 ms
``` | 1.0 | Error creating assets in newly-created package in MDWHub - In Hub UI, create a new package. Then create a new process within that package. When attempting to save, the following stack trace is produced. When the versions file is created manually on the file system, the error no longer occurs.
```
[(i)20180717.09:05:07.221 ~130] Saving asset: mikes/First Process.proc v0
[(s)20180717.09:05:07.228 ~130] null
java.lang.NullPointerException
at com.centurylink.mdw.dataaccess.file.VersionControlGit.setRevisionInVersionsFile(VersionControlGit.java:242)
at com.centurylink.mdw.dataaccess.file.VersionControlGit.setRevision(VersionControlGit.java:224)
at com.centurylink.mdw.dataaccess.file.PackageDir.getAssetFile(PackageDir.java:230)
at com.centurylink.mdw.dataaccess.file.LoaderPersisterVcs.save(LoaderPersisterVcs.java:486)
at com.centurylink.mdw.hub.servlet.AssetContentServlet.doPut(AssetContentServlet.java:404)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:664)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at com.centurylink.mdw.hub.servlet.CustomContentFilter.doFilter(CustomContentFilter.java:65)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at com.centurylink.mdw.hub.servlet.AccessFilter.doFilter(AccessFilter.java:338)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
[(i)20180717.09:05:07.229 ~130] ** - response (/asset/mikes/First Process.proc): 13 ms
``` | defect | error creating assets in newly created package in mdwhub in hub ui create a new package then create a new process within that package when attempting to save the following stack trace is produced when the versions file is created manually on the file system the error no longer occurs saving asset mikes first process proc null java lang nullpointerexception at com centurylink mdw dataaccess file versioncontrolgit setrevisioninversionsfile versioncontrolgit java at com centurylink mdw dataaccess file versioncontrolgit setrevision versioncontrolgit java at com centurylink mdw dataaccess file packagedir getassetfile packagedir java at com centurylink mdw dataaccess file loaderpersistervcs save loaderpersistervcs java at com centurylink mdw hub servlet assetcontentservlet doput assetcontentservlet java at javax servlet http httpservlet service httpservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet customcontentfilter dofilter customcontentfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at com centurylink mdw hub servlet accessfilter dofilter accessfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java response asset mikes first process proc ms | 1 |
21,966 | 3,587,527,358 | IssuesEvent | 2016-01-30 11:02:23 | PRIDE-Utilities/jmzml | https://api.github.com/repos/PRIDE-Utilities/jmzml | closed | Zlib compression broken for 16 byte data. | auto-migrated Priority-Medium Type-Defect | ```
The compress method appears to be assuming that the maxiumum size of zlib
compressed data will be the size of the source data, however when you have very
small data size, the compressed size can be bigger, e.g. different 16 byte data
compressed to 22 and 24 bytes.
When this happens, the compressed data is truncated into the 16 byte array. The
number of compressed bytes is reported as the size of the destination byte
array supplied to the deflater.
When decompression is later called, the first decompression iteration
decompresses 14 bytes of the original 16 bytes. Then the execution hangs
indefinitely on inflater.isFinished which will never return true as the data
can never be fully decompressed as data is missing.
This could be fixed by allocating a bigger byte array for the compressed data
when doing to the original compression.
```
Original issue reported on code.google.com by `simon.ri...@googlemail.com` on 5 Dec 2013 at 1:18 | 1.0 | Zlib compression broken for 16 byte data. - ```
The compress method appears to be assuming that the maxiumum size of zlib
compressed data will be the size of the source data, however when you have very
small data size, the compressed size can be bigger, e.g. different 16 byte data
compressed to 22 and 24 bytes.
When this happens, the compressed data is truncated into the 16 byte array. The
number of compressed bytes is reported as the size of the destination byte
array supplied to the deflater.
When decompression is later called, the first decompression iteration
decompresses 14 bytes of the original 16 bytes. Then the execution hangs
indefinitely on inflater.isFinished which will never return true as the data
can never be fully decompressed as data is missing.
This could be fixed by allocating a bigger byte array for the compressed data
when doing to the original compression.
```
Original issue reported on code.google.com by `simon.ri...@googlemail.com` on 5 Dec 2013 at 1:18 | defect | zlib compression broken for byte data the compress method appears to be assuming that the maxiumum size of zlib compressed data will be the size of the source data however when you have very small data size the compressed size can be bigger e g different byte data compressed to and bytes when this happens the compressed data is truncated into the byte array the number of compressed bytes is reported as the size of the destination byte array supplied to the deflater when decompression is later called the first decompression iteration decompresses bytes of the original bytes then the execution hangs indefinitely on inflater isfinished which will never return true as the data can never be fully decompressed as data is missing this could be fixed by allocating a bigger byte array for the compressed data when doing to the original compression original issue reported on code google com by simon ri googlemail com on dec at | 1 |
99,817 | 30,562,038,001 | IssuesEvent | 2023-07-20 15:10:21 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Need a mechanism to pre-fetch `drake_models` before running unittests. | type: bug priority: medium component: build system | ### What happened?
My pip CI for the manipulation repo [appears to be downloading the models repo on each test](https://github.com/RussTedrake/manipulation/actions/runs/5596599148/jobs/10233839340)... I thought I had avoided that by running
```
PYTHONPATH=/opt/drake/lib/python3.10/site-packages python3 -c 'from pydrake.all import PackageMap; PackageMap().GetPath("drake_models")'
```
once in the post-checkout setup script.
@jwnimmer-tri confirmed that:
The problem is in this code:
```
// Find and/or create the cache_dir.
internal::PathOrError try_cache = internal::FindOrCreateCache("package_map");
if (!try_cache.error.empty()) {
throw std::runtime_error(fmt::format(
"PackageMap: when downloading '{}', could not create temporary cache "
"directory: {}",
package_name, try_cache.error));
}
const fs::path cache_dir = std::move(try_cache.abspath);
// See if the package has already been fetched.
const fs::path package_dir = cache_dir / GetCacheRelativePath();
std::error_code ec;
if (fs::is_directory(package_dir, ec)) {
mutable_path->set_fetched_path(package_dir.string());
return path_.get_without_fetching();
}
```
The code assumes that the cache_dir should be used for both reading (to see if the file is already there) and writing (to download the file in case its needed). For unit tests, the place we write downloads to is always going to be TEST_TMPDIR, and since we're currently using that for reading also, the pre-downloaded copy in your homedir is never used.
The fix would be something like change FindOrCreateCache to take an argument bool allow_test_tmpdir that can skip the test_tmpdir, and then in the package map code teach both FindOrCreateCache and FindInCache to check if the non-tmpdir cache for the existing file, and if found copy from there it to the tmpdir cache (iff tmpdir was in use).
Possibly a work-around for now might be to edit your unit test's setUp function to del os.environ["TEST_TMPDIR"] to avoid the two-cache-dirs problem. That would only work if nothing else in the test needs a tempdir, though.
Maybe better, you could unset that env var immediately before calling PackageMap.GetPath and put restore it immediately after, so:
```
def setUp(self):
self.package_map = PackageMap()
tmpdir = os.environ.pop("TEST_TMPDIR")
self.package_map.GetPath("drake_models")
os.environ["TEST_TMPDIR"] = tmpdir
# ... When running tests, use `self.package_map` for parsing.
```
Another work-around: if `drake_models/package.xml` is a bazel data = ... dependency, then it will use that instead of remote packages. I think if you add drake_models to your workspace, and as a data = [] dependency of your tests, it would be cached (by bazel).
### Version
_No response_
### What operating system are you using?
_No response_
### What installation option are you using?
_No response_
### Relevant log output
_No response_ | 1.0 | Need a mechanism to pre-fetch `drake_models` before running unittests. - ### What happened?
My pip CI for the manipulation repo [appears to be downloading the models repo on each test](https://github.com/RussTedrake/manipulation/actions/runs/5596599148/jobs/10233839340)... I thought I had avoided that by running
```
PYTHONPATH=/opt/drake/lib/python3.10/site-packages python3 -c 'from pydrake.all import PackageMap; PackageMap().GetPath("drake_models")'
```
once in the post-checkout setup script.
@jwnimmer-tri confirmed that:
The problem is in this code:
```
// Find and/or create the cache_dir.
internal::PathOrError try_cache = internal::FindOrCreateCache("package_map");
if (!try_cache.error.empty()) {
throw std::runtime_error(fmt::format(
"PackageMap: when downloading '{}', could not create temporary cache "
"directory: {}",
package_name, try_cache.error));
}
const fs::path cache_dir = std::move(try_cache.abspath);
// See if the package has already been fetched.
const fs::path package_dir = cache_dir / GetCacheRelativePath();
std::error_code ec;
if (fs::is_directory(package_dir, ec)) {
mutable_path->set_fetched_path(package_dir.string());
return path_.get_without_fetching();
}
```
The code assumes that the cache_dir should be used for both reading (to see if the file is already there) and writing (to download the file in case its needed). For unit tests, the place we write downloads to is always going to be TEST_TMPDIR, and since we're currently using that for reading also, the pre-downloaded copy in your homedir is never used.
The fix would be something like change FindOrCreateCache to take an argument bool allow_test_tmpdir that can skip the test_tmpdir, and then in the package map code teach both FindOrCreateCache and FindInCache to check if the non-tmpdir cache for the existing file, and if found copy from there it to the tmpdir cache (iff tmpdir was in use).
Possibly a work-around for now might be to edit your unit test's setUp function to del os.environ["TEST_TMPDIR"] to avoid the two-cache-dirs problem. That would only work if nothing else in the test needs a tempdir, though.
Maybe better, you could unset that env var immediately before calling PackageMap.GetPath and put restore it immediately after, so:
```
def setUp(self):
self.package_map = PackageMap()
tmpdir = os.environ.pop("TEST_TMPDIR")
self.package_map.GetPath("drake_models")
os.environ["TEST_TMPDIR"] = tmpdir
# ... When running tests, use `self.package_map` for parsing.
```
Another work-around: if `drake_models/package.xml` is a bazel data = ... dependency, then it will use that instead of remote packages. I think if you add drake_models to your workspace, and as a data = [] dependency of your tests, it would be cached (by bazel).
### Version
_No response_
### What operating system are you using?
_No response_
### What installation option are you using?
_No response_
### Relevant log output
_No response_ | non_defect | need a mechanism to pre fetch drake models before running unittests what happened my pip ci for the manipulation repo i thought i had avoided that by running pythonpath opt drake lib site packages c from pydrake all import packagemap packagemap getpath drake models once in the post checkout setup script jwnimmer tri confirmed that the problem is in this code find and or create the cache dir internal pathorerror try cache internal findorcreatecache package map if try cache error empty throw std runtime error fmt format packagemap when downloading could not create temporary cache directory package name try cache error const fs path cache dir std move try cache abspath see if the package has already been fetched const fs path package dir cache dir getcacherelativepath std error code ec if fs is directory package dir ec mutable path set fetched path package dir string return path get without fetching the code assumes that the cache dir should be used for both reading to see if the file is already there and writing to download the file in case its needed for unit tests the place we write downloads to is always going to be test tmpdir and since we re currently using that for reading also the pre downloaded copy in your homedir is never used the fix would be something like change findorcreatecache to take an argument bool allow test tmpdir that can skip the test tmpdir and then in the package map code teach both findorcreatecache and findincache to check if the non tmpdir cache for the existing file and if found copy from there it to the tmpdir cache iff tmpdir was in use possibly a work around for now might be to edit your unit test s setup function to del os environ to avoid the two cache dirs problem that would only work if nothing else in the test needs a tempdir though maybe better you could unset that env var immediately before calling packagemap getpath and put restore it immediately after so def setup self self package map packagemap tmpdir os environ pop test tmpdir self package map getpath drake models os environ tmpdir when running tests use self package map for parsing another work around if drake models package xml is a bazel data dependency then it will use that instead of remote packages i think if you add drake models to your workspace and as a data dependency of your tests it would be cached by bazel version no response what operating system are you using no response what installation option are you using no response relevant log output no response | 0 |
808,524 | 30,086,159,761 | IssuesEvent | 2023-06-29 08:47:51 | KinsonDigital/Infrastructure | https://api.github.com/repos/KinsonDigital/Infrastructure | opened | 🚧Add branch restriction to job | high priority ♻️cicd | ### I have done the items below . . .
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Add an `if` to the job in the _**sync-issue-to-pr.yml**_ workflow that will only run the job if the head branch is a feature branch
### Acceptance Criteria
**This issue is finished when:**
- [ ] if logic added to job
### ToDo Items
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Issue linked to the correct project.
- [ ] Draft pull request created and linked to this issue.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|---------------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| Enhancement | `enhancement` |
| Workflow Changes | `workflow` |
| Code Doc Changes | `🗒️documentation code` |
| Product Doc Changes | `📝documentation product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|--------------------------------------------------------------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct. | 1.0 | 🚧Add branch restriction to job - ### I have done the items below . . .
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Add an `if` to the job in the _**sync-issue-to-pr.yml**_ workflow that will only run the job if the head branch is a feature branch
### Acceptance Criteria
**This issue is finished when:**
- [ ] if logic added to job
### ToDo Items
- [X] Priority label added to this issue. Refer to the _**Priority Type Labels**_ section below.
- [X] Change type labels added to this issue. Refer to the _**Change Type Labels**_ section below.
- [X] Issue linked to the correct project.
- [ ] Draft pull request created and linked to this issue.
### Issue Dependencies
_No response_
### Related Work
_No response_
### Additional Information:
**_<details closed><summary>Change Type Labels</summary>_**
| Change Type | Label |
|---------------------|---------------------------|
| Bug Fixes | `🐛bug` |
| Breaking Changes | `🧨breaking changes` |
| Enhancement | `enhancement` |
| Workflow Changes | `workflow` |
| Code Doc Changes | `🗒️documentation code` |
| Product Doc Changes | `📝documentation product` |
</details>
**_<details closed><summary>Priority Type Labels</summary>_**
| Priority Type | Label |
|---------------------|--------------------------------------------------------------------------|
| Low Priority | `low priority` |
| Medium Priority | `medium priority` |
| High Priority | `high priority` |
</details>
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct. | non_defect | 🚧add branch restriction to job i have done the items below i have updated the title without removing the 🚧 emoji description add an if to the job in the sync issue to pr yml workflow that will only run the job if the head branch is a feature branch acceptance criteria this issue is finished when if logic added to job todo items priority label added to this issue refer to the priority type labels section below change type labels added to this issue refer to the change type labels section below issue linked to the correct project draft pull request created and linked to this issue issue dependencies no response related work no response additional information change type labels change type label bug fixes 🐛bug breaking changes 🧨breaking changes enhancement enhancement workflow changes workflow code doc changes 🗒️documentation code product doc changes 📝documentation product priority type labels priority type label low priority low priority medium priority medium priority high priority high priority code of conduct i agree to follow this project s code of conduct | 0 |
101,327 | 4,113,028,553 | IssuesEvent | 2016-06-07 12:51:24 | openvstorage/integrationtests | https://api.github.com/repos/openvstorage/integrationtests | opened | Verify namespace test should do some more validations | priority_normal type_feature | ovs_3188_verify_namespace_test
This test launches the AlbaScheduledTaskController.verify_namespaces()
This task always fails underneath, but doesn't raise an error
With some extra validations, this could have been prevented
The verify-namespace taskes a 'job_name' as argument
This 'job_name' will then be processed by the maintenance agents and thus the autotests can track the progress of this job by using 'show-job-progress' | 1.0 | Verify namespace test should do some more validations - ovs_3188_verify_namespace_test
This test launches the AlbaScheduledTaskController.verify_namespaces()
This task always fails underneath, but doesn't raise an error
With some extra validations, this could have been prevented
The verify-namespace taskes a 'job_name' as argument
This 'job_name' will then be processed by the maintenance agents and thus the autotests can track the progress of this job by using 'show-job-progress' | non_defect | verify namespace test should do some more validations ovs verify namespace test this test launches the albascheduledtaskcontroller verify namespaces this task always fails underneath but doesn t raise an error with some extra validations this could have been prevented the verify namespace taskes a job name as argument this job name will then be processed by the maintenance agents and thus the autotests can track the progress of this job by using show job progress | 0 |
111,841 | 24,205,079,630 | IssuesEvent | 2022-09-25 05:03:49 | Epicalable/JARVIS | https://api.github.com/repos/Epicalable/JARVIS | closed | Bringing Back Stock Price Retrieving Through The Gui. | Code Enhancement Help Wanted | It was possible to retrieve stock prices before and now it has been removed due to an error.
This request is to bring it back and also improve the documentation by explaining to users about the Jaraudit Text File. | 1.0 | Bringing Back Stock Price Retrieving Through The Gui. - It was possible to retrieve stock prices before and now it has been removed due to an error.
This request is to bring it back and also improve the documentation by explaining to users about the Jaraudit Text File. | non_defect | bringing back stock price retrieving through the gui it was possible to retrieve stock prices before and now it has been removed due to an error this request is to bring it back and also improve the documentation by explaining to users about the jaraudit text file | 0 |
61,998 | 15,116,023,579 | IssuesEvent | 2021-02-09 05:53:55 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | For tensorflow1.15: undefined symbol: ncclBroadcast | TF 1.15 stat:awaiting tensorflower subtype: ubuntu/linux type:build/install | <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
- TensorFlow installed from (source or binary): source
- TensorFlow version: 1.15.0
- Python version: 3.7
- Installed using virtualenv? pip? conda?: pip3.7
- Bazel version (if compiling from source): 0.26.0
- GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version: cuda10.0/cuDNN7.5.1
- GPU model and memory:
**Describe the problem**
This has happened after install Tensorflow1.15.0 from the source
1. bazel build:
bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
and then:
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow-1.15
we got:
/tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl
2. install tensorflow:
pip install /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl
3. Check if the installation is successful:
#python -c "import tensorflow as tf; print(tf.__version__)"
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "/usr/local/lib/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 99, in <module>
from tensorflow_core import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 28, in <module>
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__
module = self._load()
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "/usr/local/lib/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
**Provide the exact sequence of commands / steps that you executed before running into the problem**
**Any other info / logs**
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
| 1.0 | For tensorflow1.15: undefined symbol: ncclBroadcast - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
- TensorFlow installed from (source or binary): source
- TensorFlow version: 1.15.0
- Python version: 3.7
- Installed using virtualenv? pip? conda?: pip3.7
- Bazel version (if compiling from source): 0.26.0
- GCC/Compiler version (if compiling from source):
- CUDA/cuDNN version: cuda10.0/cuDNN7.5.1
- GPU model and memory:
**Describe the problem**
This has happened after install Tensorflow1.15.0 from the source
1. bazel build:
bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
and then:
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow-1.15
we got:
/tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl
2. install tensorflow:
pip install /tmp/tensorflow-1.15/tensorflow-1.15.0-cp37-cp37m-linux_x86_64.whl
3. Check if the installation is successful:
#python -c "import tensorflow as tf; print(tf.__version__)"
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "/usr/local/lib/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 99, in <module>
from tensorflow_core import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/__init__.py", line 28, in <module>
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 50, in __getattr__
module = self._load()
File "/usr/local/lib/python3.7/site-packages/tensorflow/__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "/usr/local/lib/python3.7/site-packages/tensorflow_core/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "/usr/local/lib/python3.7/imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "/usr/local/lib/python3.7/imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: /usr/local/lib/python3.7/site-packages/tensorflow_core/python/_pywrap_tensorflow_internal.so: undefined symbol: ncclBroadcast
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
**Provide the exact sequence of commands / steps that you executed before running into the problem**
**Any other info / logs**
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
| non_defect | for undefined symbol ncclbroadcast please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu linux ubuntu mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device tensorflow installed from source or binary source tensorflow version python version installed using virtualenv pip conda bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version gpu model and memory describe the problem this has happened after install from the source bazel build bazel build config opt config cuda tensorflow tools pip package build pip package and then bazel bin tensorflow tools pip package build pip package tmp tensorflow we got tmp tensorflow tensorflow linux whl install tensorflow pip install tmp tensorflow tensorflow linux whl check if the installation is successful python c import tensorflow as tf print tf version traceback most recent call last file usr local lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file usr local lib imp py line in load module return load dynamic name filename file file usr local lib imp py line in load dynamic return load spec importerror usr local lib site packages tensorflow core python pywrap tensorflow internal so undefined symbol ncclbroadcast during handling of the above exception another exception occurred traceback most recent call last file line in file usr local lib site packages tensorflow init py line in from tensorflow core import file usr local lib site packages tensorflow core init py line in from tensorflow python import pywrap tensorflow pylint disable unused import file usr local lib site packages tensorflow init py line in getattr module self load file usr local lib site packages tensorflow init py line in load module importlib import module self name file usr local lib importlib init py line in import module return bootstrap gcd import name package level file usr local lib site packages tensorflow core python init py line in from tensorflow python import pywrap tensorflow file usr local lib site packages tensorflow core python pywrap tensorflow py line in raise importerror msg importerror traceback most recent call last file usr local lib site packages tensorflow core python pywrap tensorflow py line in from tensorflow python pywrap tensorflow internal import file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in pywrap tensorflow internal swig import helper file usr local lib site packages tensorflow core python pywrap tensorflow internal py line in swig import helper mod imp load module pywrap tensorflow internal fp pathname description file usr local lib imp py line in load module return load dynamic name filename file file usr local lib imp py line in load dynamic return load spec importerror usr local lib site packages tensorflow core python pywrap tensorflow internal so undefined symbol ncclbroadcast failed to load the native tensorflow runtime see for some common reasons and solutions include the entire stack trace above this error message when asking for help provide the exact sequence of commands steps that you executed before running into the problem any other info logs include any logs or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached | 0 |
3,820 | 2,610,069,618 | IssuesEvent | 2015-02-26 18:20:25 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 台州割包茎哪家医院效果比较好 | auto-migrated Priority-Medium Type-Defect | ```
台州割包茎哪家医院效果比较好【台州五洲生殖医院】24小时
健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地�
��:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐1
04、108、118、198及椒江一金清公交车直达枫南小区,乘坐107、
105、109、112、901、
902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:47 | 1.0 | 台州割包茎哪家医院效果比较好 - ```
台州割包茎哪家医院效果比较好【台州五洲生殖医院】24小时
健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地�
��:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐1
04、108、118、198及椒江一金清公交车直达枫南小区,乘坐107、
105、109、112、901、
902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:47 | defect | 台州割包茎哪家医院效果比较好 台州割包茎哪家医院效果比较好【台州五洲生殖医院】 健康咨询热线 微信号tzwzszyy 医院地� �� (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
38,975 | 19,658,443,622 | IssuesEvent | 2022-01-10 14:48:44 | ARK-Builders/ARK-Navigator | https://api.github.com/repos/ARK-Builders/ARK-Navigator | closed | Separate CRC-32 calculation into Rust library | performance refactoring | It's necessary to create tiny library in Rust and move function `computeId` from `ResourceId.kt` file into it.
Basic unit tests must be written in Rust to verify `computeId` function works correctly.
Build procedure (GitHub Actions) must be adjusted if necessary.
This is precursor for #163 | True | Separate CRC-32 calculation into Rust library - It's necessary to create tiny library in Rust and move function `computeId` from `ResourceId.kt` file into it.
Basic unit tests must be written in Rust to verify `computeId` function works correctly.
Build procedure (GitHub Actions) must be adjusted if necessary.
This is precursor for #163 | non_defect | separate crc calculation into rust library it s necessary to create tiny library in rust and move function computeid from resourceid kt file into it basic unit tests must be written in rust to verify computeid function works correctly build procedure github actions must be adjusted if necessary this is precursor for | 0 |
22,687 | 3,686,647,410 | IssuesEvent | 2016-02-25 02:34:27 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Failed to update the database table if datetime type to be part of primary key | Defect | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.2.3
* Platform and Target: PHP 7 cli
### What you did
Create a model using `bake` base on test table
```sql
CREATE TABLE `test` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` datetime NOT NULL,
`others` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
```
Then I added this to the test code
`App\Test\TestCase\Model\Table\TestsTableTest`
```php
public function testUpdateRecord()
{
$entity = $this->Tests->find()->first();
$this->Tests->patchEntity($entity, ['others' => 'dummy']);
$this->Tests->save($entity);
$this->assertEmpty($entity->errors());
}
```
### Expected Behavior
Successfully passed test
### Actual Behavior
Test failed with the following error:
```php
########## DEBUG ##########
[
'date' => [
'dateTime' => 'The provided value is invalid'
]
]
###########################
```
I guess this code that is causing can't pass validation:
`Cake\Validation\Validation.php`
```php
public static function datetime($check, $dateFormat = 'ymd', $regex = null)
{
if ($check instanceof DateTime) {
return true;
}
```
because the date property of the Test entity is `FrozenTime` object that doesn't inherit from `DateTime` but implements `DateTimeInterface` | 1.0 | Failed to update the database table if datetime type to be part of primary key - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.2.3
* Platform and Target: PHP 7 cli
### What you did
Create a model using `bake` base on test table
```sql
CREATE TABLE `test` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` datetime NOT NULL,
`others` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
```
Then I added this to the test code
`App\Test\TestCase\Model\Table\TestsTableTest`
```php
public function testUpdateRecord()
{
$entity = $this->Tests->find()->first();
$this->Tests->patchEntity($entity, ['others' => 'dummy']);
$this->Tests->save($entity);
$this->assertEmpty($entity->errors());
}
```
### Expected Behavior
Successfully passed test
### Actual Behavior
Test failed with the following error:
```php
########## DEBUG ##########
[
'date' => [
'dateTime' => 'The provided value is invalid'
]
]
###########################
```
I guess this code that is causing can't pass validation:
`Cake\Validation\Validation.php`
```php
public static function datetime($check, $dateFormat = 'ymd', $regex = null)
{
if ($check instanceof DateTime) {
return true;
}
```
because the date property of the Test entity is `FrozenTime` object that doesn't inherit from `DateTime` but implements `DateTimeInterface` | defect | failed to update the database table if datetime type to be part of primary key this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target php cli what you did create a model using bake base on test table sql create table test id int not null auto increment date datetime not null others varchar collate unicode ci not null primary key id date engine innodb default charset collate unicode ci then i added this to the test code app test testcase model table teststabletest php public function testupdaterecord entity this tests find first this tests patchentity entity this tests save entity this assertempty entity errors expected behavior successfully passed test actual behavior test failed with the following error php debug date datetime the provided value is invalid i guess this code that is causing can t pass validation cake validation validation php php public static function datetime check dateformat ymd regex null if check instanceof datetime return true because the date property of the test entity is frozentime object that doesn t inherit from datetime but implements datetimeinterface | 1 |
40,258 | 8,757,318,252 | IssuesEvent | 2018-12-14 20:49:01 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | closed | xref count badge | feature:code-intel | The badge was set to always report `?`. We should revive it. @chrismwendt to plan out how we do this. | 1.0 | xref count badge - The badge was set to always report `?`. We should revive it. @chrismwendt to plan out how we do this. | non_defect | xref count badge the badge was set to always report we should revive it chrismwendt to plan out how we do this | 0 |
267,496 | 8,389,615,603 | IssuesEvent | 2018-10-09 10:05:07 | edenlabllc/ehealth.web | https://api.github.com/repos/edenlabllc/ehealth.web | closed | Decline Contract Request | epic/contracts epic/nhs_admin_portal_v2 kind/task priority/medium status/todo | As NHS admin I need to have a possibility to Decline Contract Request in status = 'NEW'
This is a multi step process and must starts in new window. Each page must be with possibility to go to next step (if current step was filled) and return to the previous step.
***first step:***
- status_reason (input field)
additional_fields (without edit possibility)
- contract_request_id
- contractor legal entity
- id
- name
- edrpou
- next_status
- consent_text
this page also must contain note with agreement.
***second step:***
digital signature
- choose center of DS certification
- DS
- password
return to Contract Request details page with updated `status` | 1.0 | Decline Contract Request - As NHS admin I need to have a possibility to Decline Contract Request in status = 'NEW'
This is a multi step process and must starts in new window. Each page must be with possibility to go to next step (if current step was filled) and return to the previous step.
***first step:***
- status_reason (input field)
additional_fields (without edit possibility)
- contract_request_id
- contractor legal entity
- id
- name
- edrpou
- next_status
- consent_text
this page also must contain note with agreement.
***second step:***
digital signature
- choose center of DS certification
- DS
- password
return to Contract Request details page with updated `status` | non_defect | decline contract request as nhs admin i need to have a possibility to decline contract request in status new this is a multi step process and must starts in new window each page must be with possibility to go to next step if current step was filled and return to the previous step first step status reason input field additional fields without edit possibility contract request id contractor legal entity id name edrpou next status consent text this page also must contain note with agreement second step digital signature choose center of ds certification ds password return to contract request details page with updated status | 0 |
513,440 | 14,921,910,646 | IssuesEvent | 2021-01-23 12:29:38 | DimensionDev/Maskbook | https://api.github.com/repos/DimensionDev/Maskbook | closed | [Bug] Fix connect to MetaMask(v9.0) bug | Priority: P0 (Emergency) Type: Bug | ## Bug Report
Fail to connect to Metamask (9.0). Already reproduced and ready to fix by @guanbinrui
## Environment
### System
- [ ] Windows
- OS Version:
- [ ] Mac OS X
- OS Version:
- [ ] Linux
- Linux Distribution:
- OS Version:
### Platform/Browser
- [ ] Chrome
- Mask Version:
- Browser Version:
- [ ] Firefox
- Mask Version:
- Browser Version:
- [ ] Android
- Mask Version:
- Android Version:
- [ ] iOS
- Mask Version:
- iOS Version:
### Build Variant
- Where do you get Mask?
- [ ] Store
- [ ] ZIP
- [ ] Self-Compiled
- Build Commit: /_Optionally attach a Commit ID, if it is from an pre-release branch head_/
## Bug Info
### Actual Behavior
/_What happened?_/
| 1.0 | [Bug] Fix connect to MetaMask(v9.0) bug - ## Bug Report
Fail to connect to Metamask (9.0). Already reproduced and ready to fix by @guanbinrui
## Environment
### System
- [ ] Windows
- OS Version:
- [ ] Mac OS X
- OS Version:
- [ ] Linux
- Linux Distribution:
- OS Version:
### Platform/Browser
- [ ] Chrome
- Mask Version:
- Browser Version:
- [ ] Firefox
- Mask Version:
- Browser Version:
- [ ] Android
- Mask Version:
- Android Version:
- [ ] iOS
- Mask Version:
- iOS Version:
### Build Variant
- Where do you get Mask?
- [ ] Store
- [ ] ZIP
- [ ] Self-Compiled
- Build Commit: /_Optionally attach a Commit ID, if it is from an pre-release branch head_/
## Bug Info
### Actual Behavior
/_What happened?_/
| non_defect | fix connect to metamask bug bug report fail to connect to metamask already reproduced and ready to fix by guanbinrui environment system windows os version mac os x os version linux linux distribution os version platform browser chrome mask version browser version firefox mask version browser version android mask version android version ios mask version ios version build variant where do you get mask store zip self compiled build commit optionally attach a commit id if it is from an pre release branch head bug info actual behavior what happened | 0 |
310,597 | 9,516,344,230 | IssuesEvent | 2019-04-26 08:38:30 | DigitalCampus/oppia-mobile-android | https://api.github.com/repos/DigitalCampus/oppia-mobile-android | opened | Update points display page | Medium priority enhancement | See the design to be used below:

As with the activity graph tab (#817 ), this should reflect whether the user is looking at the scorecard from the whole app or just a single course perspective. | 1.0 | Update points display page - See the design to be used below:

As with the activity graph tab (#817 ), this should reflect whether the user is looking at the scorecard from the whole app or just a single course perspective. | non_defect | update points display page see the design to be used below as with the activity graph tab this should reflect whether the user is looking at the scorecard from the whole app or just a single course perspective | 0 |
66,570 | 27,518,856,547 | IssuesEvent | 2023-03-06 13:50:34 | kyma-project/istio | https://api.github.com/repos/kyma-project/istio | opened | Perf tests should not have dependency to api-gateway nor function | kind/bug area/service-mesh | <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Istio being core component should NOT have dependency to any other kyma components (api-gateway, functions). It should not be required to install any other components to execute performance test (or any other tests). It should be possible to execute perf tests (or any other int tests) on upcoming Istio version to see results before releasing Istio module. authn/authz should not be tested in this perf tests (that might be tested in api-gateway in future). Remove dependency to api-gateway and functions from perf test. Remove any unused resources. Remove dependency to oauth2client from ORY Hydra.
ACs:
- [ ] tests can be executed on a cluster with Istio (no dependency to any other kyma components)
- [ ] there are no unused resources in tests
- [ ] clear documentation on what is tested
- [ ] httpbin exposed via VS only
| 1.0 | Perf tests should not have dependency to api-gateway nor function - <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Istio being core component should NOT have dependency to any other kyma components (api-gateway, functions). It should not be required to install any other components to execute performance test (or any other tests). It should be possible to execute perf tests (or any other int tests) on upcoming Istio version to see results before releasing Istio module. authn/authz should not be tested in this perf tests (that might be tested in api-gateway in future). Remove dependency to api-gateway and functions from perf test. Remove any unused resources. Remove dependency to oauth2client from ORY Hydra.
ACs:
- [ ] tests can be executed on a cluster with Istio (no dependency to any other kyma components)
- [ ] there are no unused resources in tests
- [ ] clear documentation on what is tested
- [ ] httpbin exposed via VS only
| non_defect | perf tests should not have dependency to api gateway nor function thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description istio being core component should not have dependency to any other kyma components api gateway functions it should not be required to install any other components to execute performance test or any other tests it should be possible to execute perf tests or any other int tests on upcoming istio version to see results before releasing istio module authn authz should not be tested in this perf tests that might be tested in api gateway in future remove dependency to api gateway and functions from perf test remove any unused resources remove dependency to from ory hydra acs tests can be executed on a cluster with istio no dependency to any other kyma components there are no unused resources in tests clear documentation on what is tested httpbin exposed via vs only | 0 |
31,562 | 6,549,216,928 | IssuesEvent | 2017-09-05 05:27:20 | ms609/citation-bot | https://api.github.com/repos/ms609/citation-bot | closed | Remove Dead Link at Shiva Crater | auto-migrated Priority-Low Type-Defect | ```
What steps will reproduce the problem?
1. Go to Shiva Crater Wiki page
2. Reference #4 has [dead link] indicated
3. Got to web page, it has been updated and improved by owner....ME!!
4. Please remove "Dead Link" from Reference #4
What is the expected output? What do you see instead?
Good web page Good web page
If applicable, please provide a link to an errant edit made by the bot.
not
How was the bot initiated?
personnel find
Please provide any additional information below.
that's enough info
```
Original issue reported on code.google.com by `t...@starmon.com` on 25 Dec 2010 at 9:10
| 1.0 | Remove Dead Link at Shiva Crater - ```
What steps will reproduce the problem?
1. Go to Shiva Crater Wiki page
2. Reference #4 has [dead link] indicated
3. Got to web page, it has been updated and improved by owner....ME!!
4. Please remove "Dead Link" from Reference #4
What is the expected output? What do you see instead?
Good web page Good web page
If applicable, please provide a link to an errant edit made by the bot.
not
How was the bot initiated?
personnel find
Please provide any additional information below.
that's enough info
```
Original issue reported on code.google.com by `t...@starmon.com` on 25 Dec 2010 at 9:10
| defect | remove dead link at shiva crater what steps will reproduce the problem go to shiva crater wiki page reference has indicated got to web page it has been updated and improved by owner me please remove dead link from reference what is the expected output what do you see instead good web page good web page if applicable please provide a link to an errant edit made by the bot not how was the bot initiated personnel find please provide any additional information below that s enough info original issue reported on code google com by t starmon com on dec at | 1 |
10,417 | 2,622,151,395 | IssuesEvent | 2015-03-04 00:06:19 | byzhang/lh-vim | https://api.github.com/repos/byzhang/lh-vim | closed | Line-wise surrounding messes the order to the lines | auto-migrated muTemplate Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. open a C++ file with several lines
2. select 2 lines in the middle
3. surround with the "group-dox" template
What is the expected output?
The lines selected shall be surrounded with //@{ and //@}, and the original
order of the lines shall be kept
What do you see instead?
The first line after the lines selected is moved before the surrounded lines,
and is joined with the first line from the template-file.
```
Original issue reported on code.google.com by `luc.herm...@gmail.com` on 3 Apr 2012 at 5:52 | 1.0 | Line-wise surrounding messes the order to the lines - ```
What steps will reproduce the problem?
1. open a C++ file with several lines
2. select 2 lines in the middle
3. surround with the "group-dox" template
What is the expected output?
The lines selected shall be surrounded with //@{ and //@}, and the original
order of the lines shall be kept
What do you see instead?
The first line after the lines selected is moved before the surrounded lines,
and is joined with the first line from the template-file.
```
Original issue reported on code.google.com by `luc.herm...@gmail.com` on 3 Apr 2012 at 5:52 | defect | line wise surrounding messes the order to the lines what steps will reproduce the problem open a c file with several lines select lines in the middle surround with the group dox template what is the expected output the lines selected shall be surrounded with and and the original order of the lines shall be kept what do you see instead the first line after the lines selected is moved before the surrounded lines and is joined with the first line from the template file original issue reported on code google com by luc herm gmail com on apr at | 1 |
35,566 | 31,836,608,733 | IssuesEvent | 2023-09-14 13:53:03 | linea-it/tno | https://api.github.com/repos/linea-it/tno | opened | Modificações estruturais na página de predições de ocultações públicas | enhancement Frontend Backend Infrastructure | - [ ] Separar da página pública do portal TNO.
- [ ] Requerer URL exclusiva para esta página pública.
- [ ] Indicar a que período se refere o número total de ocultações exibidos na tabela.
- [ ] Indicar na landing page a data da última atualização/execução de predições da tabela. Hoje existe um ‘last updated’ que não está relacionado a isso.
| 1.0 | Modificações estruturais na página de predições de ocultações públicas - - [ ] Separar da página pública do portal TNO.
- [ ] Requerer URL exclusiva para esta página pública.
- [ ] Indicar a que período se refere o número total de ocultações exibidos na tabela.
- [ ] Indicar na landing page a data da última atualização/execução de predições da tabela. Hoje existe um ‘last updated’ que não está relacionado a isso.
| non_defect | modificações estruturais na página de predições de ocultações públicas separar da página pública do portal tno requerer url exclusiva para esta página pública indicar a que período se refere o número total de ocultações exibidos na tabela indicar na landing page a data da última atualização execução de predições da tabela hoje existe um ‘last updated’ que não está relacionado a isso | 0 |
75,436 | 25,837,777,483 | IssuesEvent | 2022-12-12 21:08:55 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Profile | Accessibility Audit | Editing Improvements | 508/Accessibility vsa authenticated-experience needs-grooming profile 508-defect-2 sprint-planning | ## Background
- During an accessibility review the a11y team noted that when in edit mode, the focus does not stay on the update button (see ticket #47721).
- Also, we aren't telling the screenreader of all the errors displayed when there is more than one. (Angela's suggestion is to have a list of errors together). (Not a frequent occurrence per GA findings: [dashboard](https://analytics.google.com/analytics/web/#/dashboard/pq_-PrkvQleUdCBbV7eq7Q/a50123418w177519031p176188361/)
- Another area that is problematic for screen readers is our address validation flow (see ticket #49562).
One-per-page editing could help with the above concerns (some research has been done by other teams).
## Considerations and Questions to discuss for moving from in-line editing to one-per-page editing
- What problem are we trying to solve?
- liz: Not totally convinced there are problems in _all_ of profile this will solve, but this could make more complex alert/error patterns more manageable. Address validation comes to mind.
- liz: it could also help notification settings scale
- Is existing research sufficient or do we need to do our own?
- liz: Still looking for studies, but I have a sense that we need our own because profile is unique.
- What feature would be best to try first and gather learnings?
- liz: contact info > address validation (complex) and phone number updates (simple).
- Need for new URL schema for each new page
- liz: yes, I think it would require IA work
- How do we indicate when going to a new page and going back?
- liz: I hypothesize that users will understand a link will take them to a new page, so I don't think we need any special indication for that. To go back, we could use some kind of breadcrumb pattern. The [back/continue pattern](https://design.va.gov/components/button/button-pair) from the design system would not be appropriate since those are buttons and we would need links.
- How should errors be handled?
- liz: I think errors could be handled the same way we do now. None of our forms are so complex that they would need multiple pages for each form. The complexity currently lies in the fact that we have multiple forms on a single page.
- Are there any other options we should consider?
- Will this help us improve the address validation flow?
- All steps for address validation would be their own page
- Will need designs and flow for feature
- Impact to page load time?
- Usability testing plan?
## Tasks
- [ ] Review prior related research
## Acceptance Criteria
- [ ] Add what must occur for this issue to be considered complete
## How to configure this issue
- Include practice area in title -- e.g., [Design], [FE], [BE]
- Include project/initiative name - e.g., Auth Profile: Address Change Messaging
- Add label for practice area (frontend, backend, design)
- Add label for project if applicable
- Assign to a Profile team member
- Associate with an Epic if applicable
- If creating for yourself: estimate work if enough info exists to do so
| 1.0 | Profile | Accessibility Audit | Editing Improvements - ## Background
- During an accessibility review the a11y team noted that when in edit mode, the focus does not stay on the update button (see ticket #47721).
- Also, we aren't telling the screenreader of all the errors displayed when there is more than one. (Angela's suggestion is to have a list of errors together). (Not a frequent occurrence per GA findings: [dashboard](https://analytics.google.com/analytics/web/#/dashboard/pq_-PrkvQleUdCBbV7eq7Q/a50123418w177519031p176188361/)
- Another area that is problematic for screen readers is our address validation flow (see ticket #49562).
One-per-page editing could help with the above concerns (some research has been done by other teams).
## Considerations and Questions to discuss for moving from in-line editing to one-per-page editing
- What problem are we trying to solve?
- liz: Not totally convinced there are problems in _all_ of profile this will solve, but this could make more complex alert/error patterns more manageable. Address validation comes to mind.
- liz: it could also help notification settings scale
- Is existing research sufficient or do we need to do our own?
- liz: Still looking for studies, but I have a sense that we need our own because profile is unique.
- What feature would be best to try first and gather learnings?
- liz: contact info > address validation (complex) and phone number updates (simple).
- Need for new URL schema for each new page
- liz: yes, I think it would require IA work
- How do we indicate when going to a new page and going back?
- liz: I hypothesize that users will understand a link will take them to a new page, so I don't think we need any special indication for that. To go back, we could use some kind of breadcrumb pattern. The [back/continue pattern](https://design.va.gov/components/button/button-pair) from the design system would not be appropriate since those are buttons and we would need links.
- How should errors be handled?
- liz: I think errors could be handled the same way we do now. None of our forms are so complex that they would need multiple pages for each form. The complexity currently lies in the fact that we have multiple forms on a single page.
- Are there any other options we should consider?
- Will this help us improve the address validation flow?
- All steps for address validation would be their own page
- Will need designs and flow for feature
- Impact to page load time?
- Usability testing plan?
## Tasks
- [ ] Review prior related research
## Acceptance Criteria
- [ ] Add what must occur for this issue to be considered complete
## How to configure this issue
- Include practice area in title -- e.g., [Design], [FE], [BE]
- Include project/initiative name - e.g., Auth Profile: Address Change Messaging
- Add label for practice area (frontend, backend, design)
- Add label for project if applicable
- Assign to a Profile team member
- Associate with an Epic if applicable
- If creating for yourself: estimate work if enough info exists to do so
| defect | profile accessibility audit editing improvements background during an accessibility review the team noted that when in edit mode the focus does not stay on the update button see ticket also we aren t telling the screenreader of all the errors displayed when there is more than one angela s suggestion is to have a list of errors together not a frequent occurrence per ga findings another area that is problematic for screen readers is our address validation flow see ticket one per page editing could help with the above concerns some research has been done by other teams considerations and questions to discuss for moving from in line editing to one per page editing what problem are we trying to solve liz not totally convinced there are problems in all of profile this will solve but this could make more complex alert error patterns more manageable address validation comes to mind liz it could also help notification settings scale is existing research sufficient or do we need to do our own liz still looking for studies but i have a sense that we need our own because profile is unique what feature would be best to try first and gather learnings liz contact info address validation complex and phone number updates simple need for new url schema for each new page liz yes i think it would require ia work how do we indicate when going to a new page and going back liz i hypothesize that users will understand a link will take them to a new page so i don t think we need any special indication for that to go back we could use some kind of breadcrumb pattern the from the design system would not be appropriate since those are buttons and we would need links how should errors be handled liz i think errors could be handled the same way we do now none of our forms are so complex that they would need multiple pages for each form the complexity currently lies in the fact that we have multiple forms on a single page are there any other options we should consider will this help us improve the address validation flow all steps for address validation would be their own page will need designs and flow for feature impact to page load time usability testing plan tasks review prior related research acceptance criteria add what must occur for this issue to be considered complete how to configure this issue include practice area in title e g include project initiative name e g auth profile address change messaging add label for practice area frontend backend design add label for project if applicable assign to a profile team member associate with an epic if applicable if creating for yourself estimate work if enough info exists to do so | 1 |
29,774 | 5,887,580,446 | IssuesEvent | 2017-05-17 07:54:02 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | Edit several in files "public" | defect | small visual bug
<img width="909" alt="bildschirmfoto 2017-05-17 um 08 15 06" src="https://cloud.githubusercontent.com/assets/8327905/26140854/4f751ac4-3ad9-11e7-9a30-e4b0e8c567cb.png">
| 1.0 | Edit several in files "public" - small visual bug
<img width="909" alt="bildschirmfoto 2017-05-17 um 08 15 06" src="https://cloud.githubusercontent.com/assets/8327905/26140854/4f751ac4-3ad9-11e7-9a30-e4b0e8c567cb.png">
| defect | edit several in files public small visual bug img width alt bildschirmfoto um src | 1 |
427,482 | 29,819,975,159 | IssuesEvent | 2023-06-17 00:36:13 | YU000jp/logseq-plugin-panel-coloring | https://api.github.com/repos/YU000jp/logseq-plugin-panel-coloring | closed | (doc): suggest change the doc in plugin settings | type: documentation | Actually, I found that if I get rid of "Test Page" so that the name is just "Tangerine", it works! I'd just suggest changing the documentation to specify you need to put the entire page name in the field, not just a word.
_Originally posted by @MentalBrain in https://github.com/YU000jp/logseq-plugin-panel-coloring/issues/15#issuecomment-1595169302_
| 1.0 | (doc): suggest change the doc in plugin settings - Actually, I found that if I get rid of "Test Page" so that the name is just "Tangerine", it works! I'd just suggest changing the documentation to specify you need to put the entire page name in the field, not just a word.
_Originally posted by @MentalBrain in https://github.com/YU000jp/logseq-plugin-panel-coloring/issues/15#issuecomment-1595169302_
| non_defect | doc suggest change the doc in plugin settings actually i found that if i get rid of test page so that the name is just tangerine it works i d just suggest changing the documentation to specify you need to put the entire page name in the field not just a word originally posted by mentalbrain in | 0 |
237,856 | 26,085,406,265 | IssuesEvent | 2022-12-26 01:41:31 | DaemonToolz/locuste.dashboard.mobile | https://api.github.com/repos/DaemonToolz/locuste.dashboard.mobile | opened | CVE-2022-46175 (High) detected in json5-2.1.3.tgz, json5-1.0.1.tgz | security vulnerability | ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.3.tgz</b>, <b>json5-1.0.1.tgz</b></p></summary>
<p>
<details><summary><b>json5-2.1.3.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.3.tgz">https://registry.npmjs.org/json5/-/json5-2.1.3.tgz</a></p>
<p>Path to dependency file: /locuste-mobile/package.json</p>
<p>Path to vulnerable library: /locuste-mobile/node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.901.7.tgz (Root Library)
- core-7.9.0.tgz
- :x: **json5-2.1.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>json5-1.0.1.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p>
<p>Path to dependency file: /locuste-mobile/package.json</p>
<p>Path to vulnerable library: /locuste-mobile/node_modules/stylus-loader/node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.901.7.tgz (Root Library)
- sass-loader-8.0.2.tgz
- loader-utils-1.4.0.tgz
- :x: **json5-1.0.1.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later.
<p>Publish Date: 2022-12-24
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: Low
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p>
<p>Release Date: 2022-12-24</p>
<p>Fix Resolution: json5 - 2.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-46175 (High) detected in json5-2.1.3.tgz, json5-1.0.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-2.1.3.tgz</b>, <b>json5-1.0.1.tgz</b></p></summary>
<p>
<details><summary><b>json5-2.1.3.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.3.tgz">https://registry.npmjs.org/json5/-/json5-2.1.3.tgz</a></p>
<p>Path to dependency file: /locuste-mobile/package.json</p>
<p>Path to vulnerable library: /locuste-mobile/node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.901.7.tgz (Root Library)
- core-7.9.0.tgz
- :x: **json5-2.1.3.tgz** (Vulnerable Library)
</details>
<details><summary><b>json5-1.0.1.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p>
<p>Path to dependency file: /locuste-mobile/package.json</p>
<p>Path to vulnerable library: /locuste-mobile/node_modules/stylus-loader/node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- build-angular-0.901.7.tgz (Root Library)
- sass-loader-8.0.2.tgz
- loader-utils-1.4.0.tgz
- :x: **json5-1.0.1.tgz** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later.
<p>Publish Date: 2022-12-24
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: Low
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p>
<p>Release Date: 2022-12-24</p>
<p>Fix Resolution: json5 - 2.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file locuste mobile package json path to vulnerable library locuste mobile node modules package json dependency hierarchy build angular tgz root library core tgz x tgz vulnerable library tgz json for humans library home page a href path to dependency file locuste mobile package json path to vulnerable library locuste mobile node modules stylus loader node modules package json dependency hierarchy build angular tgz root library sass loader tgz loader utils tgz x tgz vulnerable library vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
54,428 | 13,670,720,329 | IssuesEvent | 2020-09-29 05:32:27 | BOINC/boinc | https://api.github.com/repos/BOINC/boinc | closed | Installation process says it failed despite completing on Apple Silicon | C: Installer - Macintosh P: Major T: Defect | The installation succeeded and it launched BOINC Manager after, despite showing this error message (macOS 11.0 Beta (20A5374i)):

| 1.0 | Installation process says it failed despite completing on Apple Silicon - The installation succeeded and it launched BOINC Manager after, despite showing this error message (macOS 11.0 Beta (20A5374i)):

| defect | installation process says it failed despite completing on apple silicon the installation succeeded and it launched boinc manager after despite showing this error message macos beta | 1 |
45,369 | 12,746,108,276 | IssuesEvent | 2020-06-26 15:21:38 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Derby binary literals don't work with BLOB types | C: DB: Derby C: Functionality E: All Editions P: Medium T: Defect | This doesn't work in Derby:
```sql
create table t (
b blob
);
insert into t (b) values (X'A0');
```
The error is:
```
[30000] [42821]: Columns of type 'BLOB' cannot hold values of type 'CHAR () FOR BIT DATA'.
```
Instead, we should cast the literal to `BLOB` explicitly:
```sql
insert into t (b) values (cast(X'70' as blob));
```
This issue was discovered while implementing #8948 | 1.0 | Derby binary literals don't work with BLOB types - This doesn't work in Derby:
```sql
create table t (
b blob
);
insert into t (b) values (X'A0');
```
The error is:
```
[30000] [42821]: Columns of type 'BLOB' cannot hold values of type 'CHAR () FOR BIT DATA'.
```
Instead, we should cast the literal to `BLOB` explicitly:
```sql
insert into t (b) values (cast(X'70' as blob));
```
This issue was discovered while implementing #8948 | defect | derby binary literals don t work with blob types this doesn t work in derby sql create table t b blob insert into t b values x the error is columns of type blob cannot hold values of type char for bit data instead we should cast the literal to blob explicitly sql insert into t b values cast x as blob this issue was discovered while implementing | 1 |
59,615 | 14,620,207,741 | IssuesEvent | 2020-12-22 19:17:08 | TheSLinux/gs | https://api.github.com/repos/TheSLinux/gs | closed | empty strings $provides and $conflicts makes #makepkg stupid | _backlog _critical _important buildystem clean_up_2020 | Scope:
- `pacman=4.1.6`
- `_utils=2.2.0`
Wrong thing:
```
provides=("${provides[@]:-}" "${PACKAGE_BASE}@lib32")
conflicts=("${conflicts[@]:-}" "${PACKAGE_BASE}@lib32")
```
If `${provides[@]}` is currently empty, we will see in `pkg/.PKGINFO`
```
conflict =
conflict = libdatrie@lib32
provides =
provides = libdatrie@lib32
```
and the final package knows nothing about its dependencies.
Right thing:
```
provides=("${PACKAGE_BASE}@lib32" "${provides[@]:-}")
conflicts=("${PACKAGE_BASE}@lib32" "${conflicts[@]:-}")
```
Within this fix, we will have in the `pkg/.PKGINFO`
```
conflict =
conflict = libdatrie@lib32
provides =
provides = libdatrie@lib32
```
and the final package has correct dependency information.
This should be a bug in `makepkg` that doesn't check for input.
| 1.0 | empty strings $provides and $conflicts makes #makepkg stupid - Scope:
- `pacman=4.1.6`
- `_utils=2.2.0`
Wrong thing:
```
provides=("${provides[@]:-}" "${PACKAGE_BASE}@lib32")
conflicts=("${conflicts[@]:-}" "${PACKAGE_BASE}@lib32")
```
If `${provides[@]}` is currently empty, we will see in `pkg/.PKGINFO`
```
conflict =
conflict = libdatrie@lib32
provides =
provides = libdatrie@lib32
```
and the final package knows nothing about its dependencies.
Right thing:
```
provides=("${PACKAGE_BASE}@lib32" "${provides[@]:-}")
conflicts=("${PACKAGE_BASE}@lib32" "${conflicts[@]:-}")
```
Within this fix, we will have in the `pkg/.PKGINFO`
```
conflict =
conflict = libdatrie@lib32
provides =
provides = libdatrie@lib32
```
and the final package has correct dependency information.
This should be a bug in `makepkg` that doesn't check for input.
| non_defect | empty strings provides and conflicts makes makepkg stupid scope pacman utils wrong thing provides provides package base conflicts conflicts package base if provides is currently empty we will see in pkg pkginfo conflict conflict libdatrie provides provides libdatrie and the final package knows nothing about its dependencies right thing provides package base provides conflicts package base conflicts within this fix we will have in the pkg pkginfo conflict conflict libdatrie provides provides libdatrie and the final package has correct dependency information this should be a bug in makepkg that doesn t check for input | 0 |
64,436 | 18,672,707,115 | IssuesEvent | 2021-10-31 01:44:37 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | closed | cockatrice crashes when opening the server tab on macOS 10.14 | OS - macOS App - Cockatrice Defect - Crash Bug High Priority | <!-- READ THIS BEFORE POSTING
Go to "Help → View Debug Log" in Cockatrice and copy all information at the
top (above the separation line) below "System Information" in this ticket!
If you can't start Cockatrice to access these details, make
sure to post your OS and the file name of the setup binary instead. -->
**System Information:**
Client Version: 2.8.0 (2021-01-26)
Client Operating System: macOS Mojave (10.14)
Build Architecture: 64-bit
Qt Version: 5.15.2
System Locale: en_US
Install Mode: Standard
_______________________________________________________________________________________
<!-- Explain your issue in detail here! Please attach screenshots if possible. -->
cockatrice abruptly crashes when the server tab is clicked
this issue has been reported by multiple users on macOS 10.14 on both 2.8.0 and 2.8.1-beta
crash reports:
[cockatrice_2021-03-20-211240_XXX-MacBook-Pro_copy.txt](https://github.com/Cockatrice/Cockatrice/files/6176276/cockatrice_2021-03-20-211240_XXX-MacBook-Pro_copy.txt)
[cockatrice_2021-03-20-142915_XXX-MacBook-Pro.crash.txt](https://github.com/Cockatrice/Cockatrice/files/6176283/cockatrice_2021-03-20-142915_XXX-MacBook-Pro.crash.txt)
_______________________________________________________________________________________
<!-- Describe the sequence of actions needed to experience the bug -->
**Steps to reproduce:**
- start cockatrice
- connect to rooster ranges, other servers are unaffected
- click on the server room tab `Magic` | 1.0 | cockatrice crashes when opening the server tab on macOS 10.14 - <!-- READ THIS BEFORE POSTING
Go to "Help → View Debug Log" in Cockatrice and copy all information at the
top (above the separation line) below "System Information" in this ticket!
If you can't start Cockatrice to access these details, make
sure to post your OS and the file name of the setup binary instead. -->
**System Information:**
Client Version: 2.8.0 (2021-01-26)
Client Operating System: macOS Mojave (10.14)
Build Architecture: 64-bit
Qt Version: 5.15.2
System Locale: en_US
Install Mode: Standard
_______________________________________________________________________________________
<!-- Explain your issue in detail here! Please attach screenshots if possible. -->
cockatrice abruptly crashes when the server tab is clicked
this issue has been reported by multiple users on macOS 10.14 on both 2.8.0 and 2.8.1-beta
crash reports:
[cockatrice_2021-03-20-211240_XXX-MacBook-Pro_copy.txt](https://github.com/Cockatrice/Cockatrice/files/6176276/cockatrice_2021-03-20-211240_XXX-MacBook-Pro_copy.txt)
[cockatrice_2021-03-20-142915_XXX-MacBook-Pro.crash.txt](https://github.com/Cockatrice/Cockatrice/files/6176283/cockatrice_2021-03-20-142915_XXX-MacBook-Pro.crash.txt)
_______________________________________________________________________________________
<!-- Describe the sequence of actions needed to experience the bug -->
**Steps to reproduce:**
- start cockatrice
- connect to rooster ranges, other servers are unaffected
- click on the server room tab `Magic` | defect | cockatrice crashes when opening the server tab on macos read this before posting go to help → view debug log in cockatrice and copy all information at the top above the separation line below system information in this ticket if you can t start cockatrice to access these details make sure to post your os and the file name of the setup binary instead system information client version client operating system macos mojave build architecture bit qt version system locale en us install mode standard cockatrice abruptly crashes when the server tab is clicked this issue has been reported by multiple users on macos on both and beta crash reports steps to reproduce start cockatrice connect to rooster ranges other servers are unaffected click on the server room tab magic | 1 |
8,972 | 2,613,915,751 | IssuesEvent | 2015-02-28 01:08:49 | TamarackConsulting/Creekridge_Portal | https://api.github.com/repos/TamarackConsulting/Creekridge_Portal | closed | Proposal Template | Major Defect Ready for Testing | @tbstevens - Couple of issues with the Proposal Template.
1 - In looking at the ProposalLetterTemplate.html stored in the C:\portal\liferay-portal-6.2-ce-ga2\tomcat-7.0.42\webapps\CreekRidgeCapital-portlet\html\manageDocument location, there is coding included that is NOT showing up on the generated document. When I changed it and regenerated, the changes didn't show up on the new document. Is this where I'm supposed to be making changes or are the templates stored elsewhere?
2 - Loop through the ProposalLetterTemplate_ProposalOptions.html is not working correctly. The "Term" is showing up as the same value even though I selected 6 different values in the Application.
3 - Generated document is seeing Tags [eCreekRidge_CreditApp.CustomerAddress1] and [eCreekRidge_CreditApp.CustomerAddress2] as the same field and [eCreekRidge_CreditApp.equipmentDesc] and [eCreekRidge_CreditApp.EquipmentPrice] aren't loading at all - please confirm ALL database fields are mapped for use.
You can look at the document(s) I generated under Homecare Homebase.
Re-testing issue update:
-----------------
1. It looks like the process is taking the html template from the portal/templates folder and generating the document correctly. However, it is also generating another document under the title created in the Vendor Template Title custom field. Is this necessary or just a bug? It seems redundant and unnecessary. The Vendor Template name in the custom field is only for display purposes to the users.
2. [Vendor Address] and [Vendor Zip] are not pulling the address in correctly. | 1.0 | Proposal Template - @tbstevens - Couple of issues with the Proposal Template.
1 - In looking at the ProposalLetterTemplate.html stored in the C:\portal\liferay-portal-6.2-ce-ga2\tomcat-7.0.42\webapps\CreekRidgeCapital-portlet\html\manageDocument location, there is coding included that is NOT showing up on the generated document. When I changed it and regenerated, the changes didn't show up on the new document. Is this where I'm supposed to be making changes or are the templates stored elsewhere?
2 - Loop through the ProposalLetterTemplate_ProposalOptions.html is not working correctly. The "Term" is showing up as the same value even though I selected 6 different values in the Application.
3 - Generated document is seeing Tags [eCreekRidge_CreditApp.CustomerAddress1] and [eCreekRidge_CreditApp.CustomerAddress2] as the same field and [eCreekRidge_CreditApp.equipmentDesc] and [eCreekRidge_CreditApp.EquipmentPrice] aren't loading at all - please confirm ALL database fields are mapped for use.
You can look at the document(s) I generated under Homecare Homebase.
Re-testing issue update:
-----------------
1. It looks like the process is taking the html template from the portal/templates folder and generating the document correctly. However, it is also generating another document under the title created in the Vendor Template Title custom field. Is this necessary or just a bug? It seems redundant and unnecessary. The Vendor Template name in the custom field is only for display purposes to the users.
2. [Vendor Address] and [Vendor Zip] are not pulling the address in correctly. | defect | proposal template tbstevens couple of issues with the proposal template in looking at the proposallettertemplate html stored in the c portal liferay portal ce tomcat webapps creekridgecapital portlet html managedocument location there is coding included that is not showing up on the generated document when i changed it and regenerated the changes didn t show up on the new document is this where i m supposed to be making changes or are the templates stored elsewhere loop through the proposallettertemplate proposaloptions html is not working correctly the term is showing up as the same value even though i selected different values in the application generated document is seeing tags and as the same field and and aren t loading at all please confirm all database fields are mapped for use you can look at the document s i generated under homecare homebase re testing issue update it looks like the process is taking the html template from the portal templates folder and generating the document correctly however it is also generating another document under the title created in the vendor template title custom field is this necessary or just a bug it seems redundant and unnecessary the vendor template name in the custom field is only for display purposes to the users and are not pulling the address in correctly | 1 |
21,466 | 3,510,843,857 | IssuesEvent | 2016-01-09 20:19:28 | ariya/phantomjs | https://api.github.com/repos/ariya/phantomjs | closed | Crashes on phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets | old.Domain-WebKit old.Status-New old.Type-Defect | console.log('Loading a web page');
var page = require('webpage').create();
var url = 'http://www.freedommentor.com/';
page.open(url, function (status) {
//Page is loaded!
phantom.exit();
});
dmp file available. Happens on mac also 1.9.
Operating system: Linux
0.0.0 Linux 3.2.18-cloudflare-rto #2 SMP Fri Jun 1 11:40:42 PDT 2012 x86_64
CPU: amd64
family 6 model 2 stepping 3
4 CPUs
Crash reason: SIGSEGV
Crash address: 0x0
Thread 0 (crashed)
0 phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets [YarrPattern.cpp : 734 + 0x0]
rbx = 0x00007f65a586e600 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec8c54 rip = 0x0000000000d6bce9
rsp = 0x00007fffff79edd0 rbp = 0x0000000000000000
Found by: given as instruction pointer in context
1 phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets [YarrPattern.cpp : 701 + 0x10]
rbx = 0x00007f65a586e600 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec8c54 rip = 0x0000000000d6c43c
rsp = 0x00007fffff79ee80 rbp = 0x0000000000000000
Found by: call frame info
2 phantomjs!JSC::Yarr::YarrPattern::compile [YarrPattern.cpp : 701 + 0xf]
rbx = 0x00007f65a6f55300 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec90b8 rip = 0x0000000000d74d04
rsp = 0x00007fffff79ef30 rbp = 0x0000000000000000
Found by: call frame info
3 phantomjs!JSC::Yarr::YarrPattern::YarrPattern [YarrPattern.cpp : 1008 + 0x4]
rbx = 0x00007fffff79f150 r12 = 0x00007f65a59e3dc8
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f150 rip = 0x0000000000d756a8
rsp = 0x00007fffff79f120 rbp = 0x00007fffff79f180
Found by: call frame info
4 phantomjs!JSC::RegExp::compile [RegExp.cpp : 105 + 0x19]
rbx = 0x00007f65a59e3db0 r12 = 0x00007f65a6f21000
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f150 rip = 0x0000000000e40e4e
rsp = 0x00007fffff79f140 rbp = 0x0000000000000000
Found by: call frame info
5 phantomjs!JSC::RegExp::create [RegExp.cpp : 87 + 0x4]
rbx = 0x00007f65a59e3db0 r12 = 0x00007f65a6f21000
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f3e0 rip = 0x0000000000e4174b
rsp = 0x00007fffff79f260 rbp = 0x00007fffff79f2f0
Found by: call frame info
6 phantomjs!JSC::RegExpCache::create [RegExpCache.cpp : 48 + 0x4]
rbx = 0x0000000003638350 r12 = 0x00007fffff79f3e0
r13 = 0x00007f65a581a918 r14 = 0x00007fffff79f410
r15 = 0x00007fffff79f3e0 rip = 0x0000000000e44ca0
rsp = 0x00007fffff79f290 rbp = 0x0000000003638350
Found by: call frame info
7 phantomjs!JSC::RegExpCache::lookupOrCreate [RegExpCache.cpp : 43 + 0x13]
rbx = 0x0000000003638350 r12 = 0x00007fffff79f3e0
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0xffff000000000003 rip = 0x0000000000e4544e
rsp = 0x00007fffff79f340 rbp = 0x0000000000000000
Found by: call frame info
8 phantomjs!JSC::constructRegExp [RegExpConstructor.cpp : 320 + 0x16]
rbx = 0x00007f65a62eb1b0 r12 = 0x00007fffff79f410
r13 = 0x00007f65a59f36b8 r14 = 0x0000000000000003
r15 = 0xffff000000000003 rip = 0x0000000000e3ebcd
rsp = 0x00007fffff79f3c0 rbp = 0x00007f65a989c3d0
Found by: call frame info
9 phantomjs!JSC::constructWithRegExpConstructor [RegExpConstructor.cpp : 329 + 0x4]
rbx = 0x00007fffff79f510 r12 = 0x00007f65a62eb1b0
r13 = 0x00007fffff79f508 r14 = 0x00007f65a62eb158
r15 = 0xffff000000000003 rip = 0x0000000000e3ee26
rsp = 0x00007fffff79f490 rbp = 0x00007f65a9897a30
Found by: call frame info
10 phantomjs!JSC::cti_op_construct_NotJSConstruct [JITStubs.cpp : 2325 + 0x3]
rbx = 0x00007fffff79f510 r12 = 0x00007f65a62eb1b0
r13 = 0x00007fffff79f508 r14 = 0x00007f65a62eb158
r15 = 0xffff000000000003 rip = 0x0000000000de9ed8
rsp = 0x00007fffff79f4b0 rbp = 0x00007f65a9897a30
Found by: call frame info
11 0x7f6560010a83
rbx = 0x00007f656000ea6e r12 = 0x00000000000001f1
r13 = 0x00007f65a62eb158 r14 = 0xffff000000000000
r15 = 0xffff000000000002 rip = 0x00007f6560010a84
rsp = 0x00007fffff79f510 rbp = 0x00007fffff79f5b0
Found by: call frame info
12 phantomjs!WTF::fastMalloc [FastMalloc.cpp : 3063 + 0xa]
rip = 0x00000000004d2bc3 rsp = 0x00007fffff79f550
rbp = 0x00007fffff79f5b0
Found by: stack scanning
13 0x7f65a62eb037
rbx = 0x00007f65a6f21000 r12 = 0x00007f65a989c458
r13 = 0x00007f65a6f52a00 r14 = 0x0000000000db76ea
r15 = 0x0000000000000000 rip = 0x00007f65a62eb038
rsp = 0x00007fffff79f5d0 rbp = 0x00007f65a4038950
Found by: call frame info
14 phantomjs!JSC::evaluate [Completion.cpp : 64 + 0x14]
rip = 0x00000000004e6c90 rsp = 0x00007fffff79f640
Found by: stack scanning
15 phantomjs!WebCore::ScriptController::evaluateInWorld [JSMainThreadExecState.h : 54 + 0x7]
rbx = 0x00007f65a989c458 r12 = 0x00007f65a5762200
r13 = 0x00007fffff79f850 r14 = 0x00007f65a5713810
r15 = 0x00007fffff79f810 rip = 0x00000000005143f3
rsp = 0x00007fffff79f6f0 rbp = 0x00007f65a5762618
Found by: call frame info
16 phantomjs!WebCore::ScriptController::evaluate [ScriptController.cpp : 167 + 0x15]
rbx = 0x00007fffff79f810 r12 = 0x00007fffff79f850
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x0000000000514c02
rsp = 0x00007fffff79f7e0 rbp = 0x00007f65a5762618
Found by: call frame info
17 phantomjs!WebCore::ScriptElement::executeScript [ScriptElement.cpp : 283 + 0x15]
rbx = 0x00007f65a58c5400 r12 = 0x00007f65a58e4338
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x0000000000eda232
rsp = 0x00007fffff79f800 rbp = 0x00007f65a58c58e4
Found by: call frame info
18 phantomjs!WebCore::HTMLScriptRunner::executePendingScriptAndDispatchEvent [HTMLScriptRunner.cpp : 139 + 0xa]
rbx = 0x00007f65a582c6c0 r12 = 0x00007f65a58c58e4
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x000000000074e80c
rsp = 0x00007fffff79f840 rbp = 0x00007f65a58e42c0
Found by: call frame info
19 phantomjs!WebCore::HTMLScriptRunner::executeParsingBlockingScripts [HTMLScriptRunner.cpp : 118 + 0xc]
rbx = 0x0000000000000000 r12 = 0x0000000000000000
r13 = 0x0000000000000000 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x000000000074fc78
rsp = 0x00007fffff79f910 rbp = 0x0000000000000000
Found by: call frame info
20 phantomjs!WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder [HTMLDocumentParser.cpp : 205 + 0x11]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x0000000000745350
rsp = 0x00007fffff79fa60 rbp = 0x00007fffff79fa80
Found by: call frame info
21 phantomjs!WebCore::HTMLDocumentParser::canTakeNextToken [HTMLDocumentParser.cpp : 223 + 0xc]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x000000000074543b
rsp = 0x00007fffff79fab0 rbp = 0x0000000000000000
Found by: call frame info
22 phantomjs!WebCore::HTMLDocumentParser::pumpTokenizer [HTMLDocumentParser.cpp : 261 + 0xd]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x00000000007463c6
rsp = 0x00007fffff79fae0 rbp = 0x00007f65a6f492a8
Found by: call frame info
23 phantomjs!WebCore::HTMLDocumentParser::notifyFinished [HTMLDocumentParser.cpp : 175 + 0x9]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x0000000000746a41
rsp = 0x00007fffff79fb80 rbp = 0x00007f65a58c5400
Found by: call frame info
24 phantomjs!WebCore::CachedResource::checkNotify [CachedResource.cpp : 144 + 0xb]
rbx = 0x00007f65a5934c00 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x00000000007b02ec
rsp = 0x00007fffff79fba0 rbp = 0x00007f65a58c5400
Found by: call frame info
25 phantomjs!WebCore::CachedResourceRequest::didFinishLoading [CachedResourceRequest.cpp : 166 + 0x29]
rbx = 0x00007f65a592db70 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x0000000000f86cea
rsp = 0x00007fffff79fbf0 rbp = 0x00007f65a58c5400
Found by: call frame info
26 phantomjs!WebCore::SubresourceLoader::didFinishLoading [SubresourceLoader.cpp : 196 + 0x8]
rbx = 0x00007f65a5939600 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000806059
rsp = 0x00007fffff79fc30 rbp = 0x00007f65a5939600
Found by: call frame info
27 phantomjs!WebCore::QNetworkReplyHandler::finish [QNetworkReplyHandler.cpp : 454 + 0x11]
rbx = 0x00000000036dc780 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000a26439
rsp = 0x00007fffff79fc50 rbp = 0x00007f65a5939600
Found by: call frame info
28 phantomjs!WebCore::QNetworkReplyHandlerCallQueue::flush [QNetworkReplyHandler.cpp : 195 + 0xf]
rbx = 0x0000000003737c98 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000a21a19
rsp = 0x00007fffff79fe00 rbp = 0x00000000036dc7b8
Found by: call frame info
29 phantomjs!WebCore::QNetworkReplyWrapper::didReceiveFinished [QNetworkReplyHandler.cpp : 164 + 0x7]
rbx = 0x00000000036dc7b8 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000000a222a5
rsp = 0x00007fffff79fe50 rbp = 0x00000000036e1980
Found by: call frame info
30 phantomjs!WebCore::QNetworkReplyWrapper::qt_static_metacall [moc_QNetworkReplyHandler.cpp : 57 + 0x4]
rbx = 0x000000000373c520 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000000a248a5
rsp = 0x00007fffff79fe70 rbp = 0x00000000036e1980
Found by: call frame info
31 phantomjs!QMetaObject::activate [qobject.cpp : 3539 + 0x21]
rbx = 0x000000000373c520 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000001b14496
rsp = 0x00007fffff79feb0 rbp = 0x00000000036e1980
Found by: call frame info
32 phantomjs!QNetworkReplyImplPrivate::finished [qnetworkreplyimpl.cpp : 795 + 0x7]
rbx = 0x00000000036e05f0 r12 = 0x00000000036e05d0
r13 = 0x00007fffff7a0070 r14 = 0x0000000000000000
r15 = 0x00000000036e0930 rip = 0x000000000195a70d
rsp = 0x00007fffff7a0000 rbp = 0x0000000000000000
Found by: call frame info
33 phantomjs!QNetworkAccessHttpBackend::qt_static_metacall [moc_qnetworkaccesshttpbackend_p.cpp : 96 + 0x4]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x00000000019d04a5
rsp = 0x00007fffff7a00d0 rbp = 0x0000000000000000
Found by: call frame info
34 phantomjs!QObject::event [qobject.cpp : 1191 + 0x8]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001b1000e
rsp = 0x00007fffff7a01a0 rbp = 0x0000000000000000
Found by: call frame info
35 phantomjs!QApplicationPrivate::notify_helper [qapplication.cpp : 4562 + 0xb]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x00000000013ff49c
rsp = 0x00007fffff7a0370 rbp = 0x00007f65a0199720
Found by: call frame info
36 phantomjs!QApplication::notify [qapplication.cpp : 4423 + 0x11]
rbx = 0x00007fffff7a0b00 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001404a19
rsp = 0x00007fffff7a03a0 rbp = 0x0000000003474d70
Found by: call frame info
37 phantomjs!QCoreApplication::notifyInternal [qcoreapplication.cpp : 946 + 0x2]
rbx = 0x00000000036e0930 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001afee5c
rsp = 0x00007fffff7a0870 rbp = 0x0000000003474d70
Found by: call frame info
38 phantomjs!QCoreApplicationPrivate::sendPostedEvents [qcoreapplication.h : 231 + 0x21]
rbx = 0x0000000000000000 r12 = 0x00007f65a0199720
r13 = 0x0000000000000000 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001b031a8
rsp = 0x00007fffff7a08c0 rbp = 0x0000000003474d70
Found by: call frame info
39 phantomjs!QEventDispatcherQPA::processEvents [qcoreapplication.h : 236 + 0x4]
rbx = 0x0000000003478ba0 r12 = 0x0000000003474110
r13 = 0x00007fffff7a0b00 r14 = 0x0000000000000000
r15 = 0x0000000003474de0 rip = 0x000000000145ee42
rsp = 0x00007fffff7a0960 rbp = 0x00007fffff7a09a0
Found by: call frame info
40 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00007f65a000ccd0 r12 = 0x00007fffff7a0a20
r13 = 0x00007fffff7a0b00 r14 = 0x0000000003474e88
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007fffff7a09a0 rbp = 0x00007fffff7a09d0
Found by: call frame info
41 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00007f65a000ccd0 r12 = 0x00007fffff7a0a20
r13 = 0x00007fffff7a0b00 r14 = 0x0000000003474e88
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007fffff7a09d0 rbp = 0x00007fffff7a0a30
Found by: call frame info
42 phantomjs!QCoreApplication::exec [qcoreapplication.cpp : 1218 + 0x4]
rbx = 0x00000000ffffffff r12 = 0x00007fffff7a0a70
r13 = 0x00007fffff7a0c98 r14 = 0x00007fffff7a0cb0
r15 = 0x0000000000000000 rip = 0x0000000001b03498
rsp = 0x00007fffff7a0a20 rbp = 0x0000000003474d70
Found by: call frame info
43 phantomjs!main [main.cpp : 118 + 0x4]
rbx = 0x00000000034b9690 r12 = 0x00007fffff7a0a70
r13 = 0x00007fffff7a0c98 r14 = 0x00007fffff7a0cb0
r15 = 0x0000000000000000 rip = 0x0000000000426c65
rsp = 0x00007fffff7a0a60 rbp = 0x00007fffff7a0b00
Found by: call frame info
44 libc-2.11.3.so + 0x1ec8c
rbx = 0x0000000000000000 r12 = 0x0000000000409a90
r13 = 0x00007fffff7a0c90 r14 = 0x0000000000000000
r15 = 0x0000000000000000 rip = 0x00007f65a8258c8d
rsp = 0x00007fffff7a0bc0 rbp = 0x0000000000000000
Found by: call frame info
45 phantomjs + 0x26a3f
rip = 0x0000000000426a40 rsp = 0x00007fffff7a0be0
Found by: stack scanning
Thread 1
0 libc-2.11.3.so + 0xa0c5d
rbx = 0x00007f65a7803d80 r12 = 0x00000000ffffffff
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a82dac5d
rsp = 0x00007f65a7803c50 rbp = 0x00007f65a7803d00
Found by: given as instruction pointer in context
1 libc-2.11.3.so + 0xa0acf
rip = 0x00007f65a82daad0 rsp = 0x00007f65a7803c60
rbp = 0x00007f65a7803d00
Found by: stack scanning
2 phantomjs + 0x16d809f
rip = 0x0000000001ad80a0 rsp = 0x00007f65a7803c68
rbp = 0x00007f65a7803d00
Found by: stack scanning
3 ld-2.11.3.so + 0x9009
rip = 0x00007f65a983600a rsp = 0x00007f65a7803ca0
rbp = 0x00007f65a7803d00
Found by: stack scanning
4 ld-2.11.3.so + 0x982b
rip = 0x00007f65a983682c rsp = 0x00007f65a7803ce0
rbp = 0x00007f65a7803d00
Found by: stack scanning
5 libpthread-2.11.3.so + 0xefef
rip = 0x00007f65a8d56ff0 rsp = 0x00007f65a7803cf8
rbp = 0x00007f65a7803d00
Found by: stack scanning
6 ld-2.11.3.so + 0x9af1
rip = 0x00007f65a9836af2 rsp = 0x00007f65a7803d00
rbp = 0x00007f65a7803d00
Found by: stack scanning
7 libc-2.11.3.so + 0xe217
rip = 0x00007f65a8248218 rsp = 0x00007f65a7803d48
Found by: stack scanning
8 libpthread-2.11.3.so + 0x10fbf
rip = 0x00007f65a8d58fc0 rsp = 0x00007f65a7803e30
Found by: stack scanning
9 phantomjs!WTF::TCMalloc_PageHeap::scavengerThread [FastMalloc.cpp : 2499 + 0x9]
rip = 0x00000000004c9c8a rsp = 0x00007f65a7803e40
Found by: stack scanning
10 phantomjs!WTF::TCMalloc_PageHeap::runScavengerThread [FastMalloc.cpp : 1618 + 0x4]
rbx = 0x0000000000000000 r12 = 0x00007f65a8d58fc0
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00000000004c9f89
rsp = 0x00007f65a7803ec0 rbp = 0x0000000000000000
Found by: call frame info
11 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a8d58fc0
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a7803ed0 rbp = 0x0000000000000000
Found by: call frame info
12 libpthread-2.11.3.so + 0x10fbf
rip = 0x00007f65a8d58fc0 rsp = 0x00007f65a7803f78
Found by: stack scanning
13 libc-2.11.3.so + 0xcfb6c
rip = 0x00007f65a8309b6d rsp = 0x00007f65a7803fe0
Found by: stack scanning
Thread 2
0 libc-2.11.3.so + 0xc93e3
rbx = 0x00000000034b7d90 r12 = 0x0000000000000000
r13 = 0x00000000034b7af8 r14 = 0x0000000000000008
r15 = 0x00000000034b7af8 rip = 0x00007f65a83033e3
rsp = 0x00007f65a6eeabb0 rbp = 0x00000000034b8028
Found by: given as instruction pointer in context
1 phantomjs!qt_safe_select [qcore_unix.cpp : 83 + 0x1d]
rip = 0x0000000001b2700e rsp = 0x00007f65a6eeabc0
Found by: stack scanning
2 phantomjs!QEventDispatcherUNIXPrivate::doSelect [qeventdispatcher_unix.cpp : 223 + 0x25]
rbx = 0x00000000034b7940 r12 = 0x00000000034b8028
r13 = 0x0000000000000000 r14 = 0x00000000034b7d90
r15 = 0x00000000034b7af8 rip = 0x0000000001b28414
rsp = 0x00007f65a6eeac60 rbp = 0x000000000361c960
Found by: call frame info
3 phantomjs!QEventDispatcherUNIX::processEvents [qeventdispatcher_unix.cpp : 937 + 0x4]
rbx = 0x00000000034b7940 r12 = 0x00007f65a6eeadc0
r13 = 0x0000000000000001 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001b2945b
rsp = 0x00007f65a6eead70 rbp = 0x000000000361c960
Found by: call frame info
4 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00000000034b84d0 r12 = 0x00007f65a6eeae40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007f65a6eeadc0 rbp = 0x00007f65a6eeadf0
Found by: call frame info
5 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00000000034b84d0 r12 = 0x00007f65a6eeae40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007f65a6eeadf0 rbp = 0x00007f65a6eeae60
Found by: call frame info
6 phantomjs!QThread::exec [qthread.cpp : 542 + 0x4]
rbx = 0x00000000034b8b90 r12 = 0x00000000034b8c18
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0800f
rsp = 0x00007f65a6eeae40 rbp = 0x00000000034b8c18
Found by: call frame info
7 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000034a9350 r12 = 0x00000000034b8c18
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a6eeae90 rbp = 0x00007f65a6eeaea0
Found by: call frame info
8 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007fffff7a0130
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a6eeaed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 3
0 libc-2.11.3.so + 0x7fc8b
rbx = 0x00007f65a0158530 r12 = 0x0000000000004000
r13 = 0x0000000000004000 r14 = 0x0000000000000000
r15 = 0x0000000000004f33 rip = 0x00007f65a82b9c8b
rsp = 0x00007f65a5703298 rbp = 0x00007f65a00a9a20
Found by: given as instruction pointer in context
1 phantomjs!updatewindow [inflate.c : 392 + 0x12]
rip = 0x0000000001a68a56 rsp = 0x00007f65a57032a0
Found by: stack scanning
2 phantomjs!inflate [inflate.c : 1218 + 0xb]
rbx = 0x00007f65a00a9a20 r12 = 0x00007f65a0158530
r13 = 0x0000000000000000 rip = 0x0000000001a68f8f
rsp = 0x00007f65a57032d0 rbp = 0x0000000000000000
Found by: call frame info
3 phantomjs!QHttpNetworkReplyPrivate::gunzipBodyPartially [qhttpnetworkreply.cpp : 471 + 0x7]
rbx = 0x00007f65a00a98f0 r12 = 0x00007f65a00a9a20
r13 = 0x00007f65a57033c0 r14 = 0x00007f65a57073c0
r15 = 0x00007f65a5707410 rip = 0x00000000019e19c1
rsp = 0x00007f65a57033c0 rbp = 0x0000000000000000
Found by: call frame info
4 phantomjs!QHttpNetworkConnectionChannel::expand [qhttpnetworkconnectionchannel.cpp : 661 + 0x12]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000000
r13 = 0x00007f65a5707420 r14 = 0x0000000001fc0720
r15 = 0x00007f65a5707620 rip = 0x00000000019ec16b
rsp = 0x00007f65a5707410 rbp = 0x00007f65a00a98f0
Found by: call frame info
5 phantomjs!QHttpNetworkConnectionChannel::_q_receiveReply [qhttpnetworkconnectionchannel.cpp : 493 + 0x9]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000000
r13 = 0x0000000000004a11 r14 = 0x0000000001fc0720
r15 = 0x00007f65a5707620 rip = 0x00000000019efc71
rsp = 0x00007f65a5707460 rbp = 0x00007f65a00a98f0
Found by: call frame info
6 phantomjs!QHttpNetworkConnectionChannel::_q_readyRead [qhttpnetworkconnectionchannel.cpp : 976 + 0x7]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000001
r13 = 0x00000000019f0730 r14 = 0x0000000000000000
r15 = 0x00007f65a5707620 rip = 0x00000000019f06d2
rsp = 0x00007f65a5707510 rbp = 0x00007f65a01c21e8
Found by: call frame info
7 phantomjs!QMetaObject::activate [qobject.cpp : 3539 + 0x21]
rbx = 0x00007f65a0165170 r12 = 0x0000000000000001
r13 = 0x00000000019f0730 r14 = 0x0000000000000000
r15 = 0x00007f65a5707620 rip = 0x0000000001b14496
rsp = 0x00007f65a5707530 rbp = 0x00007f65a01c21e8
Found by: call frame info
8 phantomjs!QAbstractSocketPrivate::canReadNotification [qabstractsocket.cpp : 654 + 0x7]
rbx = 0x00007f65a01c7ee0 r12 = 0x0000000000000001
r13 = 0x00007f65a0165070 r14 = 0x0000000000000000
r15 = 0x00000000036823a8 rip = 0x00000000019a544f
rsp = 0x00007f65a5707680 rbp = 0x0000000000000000
Found by: call frame info
9 phantomjs!QReadNotifier::event [qnativesocketengine.cpp : 1151 + 0x8]
rbx = 0x00007f65a0195b90 r12 = 0x0000000003477620
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x00000000019ad701
rsp = 0x00007f65a57076b0 rbp = 0x00007f65a5707c10
Found by: call frame info
10 phantomjs!QApplicationPrivate::notify_helper [qapplication.cpp : 4562 + 0xb]
rbx = 0x00007f65a0195b90 r12 = 0x0000000003477620
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x00000000013ff49c
rsp = 0x00007f65a57076c0 rbp = 0x00007f65a5707c10
Found by: call frame info
11 phantomjs!QApplication::notify [qapplication.cpp : 4423 + 0x11]
rbx = 0x00007fffff7a0b00 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001404a19
rsp = 0x00007f65a57076f0 rbp = 0x0000000003681200
Found by: call frame info
12 phantomjs!QCoreApplication::notifyInternal [qcoreapplication.cpp : 946 + 0x2]
rbx = 0x00007f65a0195b90 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001afee5c
rsp = 0x00007f65a5707bc0 rbp = 0x0000000003681200
Found by: call frame info
13 phantomjs!QEventDispatcherUNIX::activateSocketNotifiers [qcoreapplication.h : 231 + 0x14]
rbx = 0x0000000003681be0 r12 = 0x0000000000000000
r13 = 0x0000000000000001 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001b2748a
rsp = 0x00007f65a5707c10 rbp = 0x0000000000000000
Found by: call frame info
14 phantomjs!QEventDispatcherUNIXPrivate::doSelect [qeventdispatcher_unix.cpp : 291 + 0x7]
rbx = 0x0000000000000053 r12 = 0x0000000000000000
r13 = 0x0000000000000001 r14 = 0x0000000000000008
r15 = 0x00000000036823a8 rip = 0x0000000001b28575
rsp = 0x00007f65a5707c60 rbp = 0x0000000003681bc0
Found by: call frame info
15 phantomjs!QEventDispatcherUNIX::processEvents [qeventdispatcher_unix.cpp : 937 + 0x4]
rbx = 0x0000000003681be0 r12 = 0x00007f65a5707dc0
r13 = 0x0000000000000001 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001b2945b
rsp = 0x00007f65a5707d70 rbp = 0x0000000003681bc0
Found by: call frame info
16 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00000000036825b0 r12 = 0x00007f65a5707e40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007f65a5707dc0 rbp = 0x00007f65a5707df0
Found by: call frame info
17 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00000000036825b0 r12 = 0x00007f65a5707e40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007f65a5707df0 rbp = 0x00007f65a5707e60
Found by: call frame info
18 phantomjs!QThread::exec [qthread.cpp : 542 + 0x4]
rbx = 0x0000000003681130 r12 = 0x00000000036811b8
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0800f
rsp = 0x00007f65a5707e40 rbp = 0x00000000036811b8
Found by: call frame info
19 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x0000000003681110 r12 = 0x00000000036811b8
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a5707e90 rbp = 0x00007f65a5707ea0
Found by: call frame info
20 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007fffff79ca50
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a5707ed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 4
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x0000000000000013
r13 = 0x00007f65a4f06dc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f65a4f06d48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f65a4f06d70
Found by: stack scanning
2 0x368397f
rbx = 0x0000000003ec8ff8 r12 = 0x000000000001012b
r13 = 0x00007f65a4f06ea0 r14 = 0x0000000000000000
r15 = 0x00007f65a4f06ea0 rip = 0x0000000003683980
rsp = 0x00007f65a4f06e00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f65a4f06e20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x0000000003683ce0 r12 = 0x0000000003683d98
r13 = 0x00007f65a4f07700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a4f06e90 rbp = 0x00007f65a4f06ea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a57065c0
r13 = 0x00007f65a4f07700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a4f06ed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 5
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000f
r13 = 0x00007f655fffedc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655fffed48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655fffed70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000002ec890 r12 = 0x0000000000000bfa
r13 = 0x00007f655fffeea0 r14 = 0x0000000000000000
r15 = 0x00007f655fffeea0 rip = 0x0000000003683980
rsp = 0x00007f655fffee00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655fffee20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036a8da0 r12 = 0x00000000036a9018
r13 = 0x00007f655ffff700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655fffee90 rbp = 0x00007f655fffeea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655ffff700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655fffeed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 6
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000d
r13 = 0x00007f655f7fddc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655f7fdd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655f7fdd70
Found by: stack scanning
2 0x368397f
rbx = 0x000000003a3d7450 r12 = 0x00000000000ee8d2
r13 = 0x00007f655f7fdea0 r14 = 0x0000000000000000
r15 = 0x00007f655f7fdea0 rip = 0x0000000003683980
rsp = 0x00007f655f7fde00 rbp = 0x00000000515cd184
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655f7fde20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036c2c70 r12 = 0x00000000036c2f98
r13 = 0x00007f655f7fe700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655f7fde90 rbp = 0x00007f655f7fdea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655f7fe700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655f7fded0 rbp = 0x0000000000000000
Found by: call frame info
Thread 7
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000c
r13 = 0x00007f655effcdc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655effcd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655effcd70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000391b3f58 r12 = 0x00000000000e9e87
r13 = 0x00007f655effcea0 r14 = 0x0000000000000000
r15 = 0x00007f655effcea0 rip = 0x0000000003683980
rsp = 0x00007f655effce00 rbp = 0x00000000515cd184
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655effce20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00007f65a0039a50 r12 = 0x00007f65a0039c48
r13 = 0x00007f655effd700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655effce90 rbp = 0x00007f655effcea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655effd700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655effced0 rbp = 0x0000000000000000
Found by: call frame info
Thread 8
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x0000000000000012
r13 = 0x00007f655e7fbdc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655e7fbd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655e7fbd70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000037ec680 r12 = 0x000000000000e510
r13 = 0x00007f655e7fbea0 r14 = 0x0000000000000000
r15 = 0x00007f655e7fbea0 rip = 0x0000000003683980
rsp = 0x00007f655e7fbe00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655e7fbe20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036e7210 r12 = 0x00000000036e7488
r13 = 0x00007f655e7fc700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655e7fbe90 rbp = 0x00007f655e7fbea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a57065c0
r13 = 0x00007f655e7fc700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655e7fbed0 rbp = 0x0000000000000000
Found by: call frame info
Loaded modules:
0x00400000 - 0x024e3fff phantomjs ??? (main)
0x7f655de0d000 - 0x7f655de56fff DejaVuSansMono-Bold.ttf ???
0x7f655de57000 - 0x7f655dea5fff DejaVuSansMono.ttf ???
0x7f655dea6000 - 0x7f655df34fff DejaVuSans-Bold.ttf ???
0x7f655df35000 - 0x7f655dfcffff DejaVuSans.ttf ???
0x7f65a40d9000 - 0x7f65a42defff libnss_dns-2.11.3.so ???
0x7f65a42df000 - 0x7f65a44ebfff libnss_files-2.11.3.so ???
0x7f65a44ec000 - 0x7f65a46fffff libresolv-2.11.3.so ???
0x7f65a7805000 - 0x7f65a7a59fff libssl.so.0.9.8 ???
0x7f65a7a5a000 - 0x7f65a7df6fff libcrypto.so.0.9.8 ???
0x7f65a7dfb000 - 0x7f65a8022fff libexpat.so.1.5.2 ???
0x7f65a8023000 - 0x7f65a8239fff libz.so.1.2.3.4 ???
0x7f65a823a000 - 0x7f65a8596fff libc-2.11.3.so ???
0x7f65a859c000 - 0x7f65a87b1fff libgcc_s.so.1 ???
0x7f65a87b2000 - 0x7f65a8a33fff libm-2.11.3.so ???
0x7f65a8a34000 - 0x7f65a8d32fff libstdc++.so.6.0.13 ???
0x7f65a8d48000 - 0x7f65a8f5ffff libpthread-2.11.3.so ???
0x7f65a8f64000 - 0x7f65a916bfff librt-2.11.3.so ???
0x7f65a916c000 - 0x7f65a936ffff libdl-2.11.3.so ???
0x7f65a9370000 - 0x7f65a95a4fff libfontconfig.so.1.4.4 ???
0x7f65a95a5000 - 0x7f65a982cfff libfreetype.so.6.6.0 ???
0x7f65a982d000 - 0x7f65a984afff ld-2.11.3.so ???
0x7f65a98c7000 - 0x7f65a9a3bfff locale-archive ???
0x7f65a9a44000 - 0x7f65a9a47fff 6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3 ???
0x7fffff7ff000 - 0x7fffff7fffff linux-gate.so ??? | 1.0 | Crashes on phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets - console.log('Loading a web page');
var page = require('webpage').create();
var url = 'http://www.freedommentor.com/';
page.open(url, function (status) {
//Page is loaded!
phantom.exit();
});
dmp file available. Happens on mac also 1.9.
Operating system: Linux
0.0.0 Linux 3.2.18-cloudflare-rto #2 SMP Fri Jun 1 11:40:42 PDT 2012 x86_64
CPU: amd64
family 6 model 2 stepping 3
4 CPUs
Crash reason: SIGSEGV
Crash address: 0x0
Thread 0 (crashed)
0 phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets [YarrPattern.cpp : 734 + 0x0]
rbx = 0x00007f65a586e600 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec8c54 rip = 0x0000000000d6bce9
rsp = 0x00007fffff79edd0 rbp = 0x0000000000000000
Found by: given as instruction pointer in context
1 phantomjs!JSC::Yarr::YarrPatternConstructor::setupDisjunctionOffsets [YarrPattern.cpp : 701 + 0x10]
rbx = 0x00007f65a586e600 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec8c54 rip = 0x0000000000d6c43c
rsp = 0x00007fffff79ee80 rbp = 0x0000000000000000
Found by: call frame info
2 phantomjs!JSC::Yarr::YarrPattern::compile [YarrPattern.cpp : 701 + 0xf]
rbx = 0x00007f65a6f55300 r12 = 0x0000000000000001
r13 = 0x00007f65a59e3db8 r14 = 0x0000000000000003
r15 = 0x0000000001ec90b8 rip = 0x0000000000d74d04
rsp = 0x00007fffff79ef30 rbp = 0x0000000000000000
Found by: call frame info
3 phantomjs!JSC::Yarr::YarrPattern::YarrPattern [YarrPattern.cpp : 1008 + 0x4]
rbx = 0x00007fffff79f150 r12 = 0x00007f65a59e3dc8
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f150 rip = 0x0000000000d756a8
rsp = 0x00007fffff79f120 rbp = 0x00007fffff79f180
Found by: call frame info
4 phantomjs!JSC::RegExp::compile [RegExp.cpp : 105 + 0x19]
rbx = 0x00007f65a59e3db0 r12 = 0x00007f65a6f21000
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f150 rip = 0x0000000000e40e4e
rsp = 0x00007fffff79f140 rbp = 0x0000000000000000
Found by: call frame info
5 phantomjs!JSC::RegExp::create [RegExp.cpp : 87 + 0x4]
rbx = 0x00007f65a59e3db0 r12 = 0x00007f65a6f21000
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0x00007fffff79f3e0 rip = 0x0000000000e4174b
rsp = 0x00007fffff79f260 rbp = 0x00007fffff79f2f0
Found by: call frame info
6 phantomjs!JSC::RegExpCache::create [RegExpCache.cpp : 48 + 0x4]
rbx = 0x0000000003638350 r12 = 0x00007fffff79f3e0
r13 = 0x00007f65a581a918 r14 = 0x00007fffff79f410
r15 = 0x00007fffff79f3e0 rip = 0x0000000000e44ca0
rsp = 0x00007fffff79f290 rbp = 0x0000000003638350
Found by: call frame info
7 phantomjs!JSC::RegExpCache::lookupOrCreate [RegExpCache.cpp : 43 + 0x13]
rbx = 0x0000000003638350 r12 = 0x00007fffff79f3e0
r13 = 0x00007fffff79f410 r14 = 0x0000000000000003
r15 = 0xffff000000000003 rip = 0x0000000000e4544e
rsp = 0x00007fffff79f340 rbp = 0x0000000000000000
Found by: call frame info
8 phantomjs!JSC::constructRegExp [RegExpConstructor.cpp : 320 + 0x16]
rbx = 0x00007f65a62eb1b0 r12 = 0x00007fffff79f410
r13 = 0x00007f65a59f36b8 r14 = 0x0000000000000003
r15 = 0xffff000000000003 rip = 0x0000000000e3ebcd
rsp = 0x00007fffff79f3c0 rbp = 0x00007f65a989c3d0
Found by: call frame info
9 phantomjs!JSC::constructWithRegExpConstructor [RegExpConstructor.cpp : 329 + 0x4]
rbx = 0x00007fffff79f510 r12 = 0x00007f65a62eb1b0
r13 = 0x00007fffff79f508 r14 = 0x00007f65a62eb158
r15 = 0xffff000000000003 rip = 0x0000000000e3ee26
rsp = 0x00007fffff79f490 rbp = 0x00007f65a9897a30
Found by: call frame info
10 phantomjs!JSC::cti_op_construct_NotJSConstruct [JITStubs.cpp : 2325 + 0x3]
rbx = 0x00007fffff79f510 r12 = 0x00007f65a62eb1b0
r13 = 0x00007fffff79f508 r14 = 0x00007f65a62eb158
r15 = 0xffff000000000003 rip = 0x0000000000de9ed8
rsp = 0x00007fffff79f4b0 rbp = 0x00007f65a9897a30
Found by: call frame info
11 0x7f6560010a83
rbx = 0x00007f656000ea6e r12 = 0x00000000000001f1
r13 = 0x00007f65a62eb158 r14 = 0xffff000000000000
r15 = 0xffff000000000002 rip = 0x00007f6560010a84
rsp = 0x00007fffff79f510 rbp = 0x00007fffff79f5b0
Found by: call frame info
12 phantomjs!WTF::fastMalloc [FastMalloc.cpp : 3063 + 0xa]
rip = 0x00000000004d2bc3 rsp = 0x00007fffff79f550
rbp = 0x00007fffff79f5b0
Found by: stack scanning
13 0x7f65a62eb037
rbx = 0x00007f65a6f21000 r12 = 0x00007f65a989c458
r13 = 0x00007f65a6f52a00 r14 = 0x0000000000db76ea
r15 = 0x0000000000000000 rip = 0x00007f65a62eb038
rsp = 0x00007fffff79f5d0 rbp = 0x00007f65a4038950
Found by: call frame info
14 phantomjs!JSC::evaluate [Completion.cpp : 64 + 0x14]
rip = 0x00000000004e6c90 rsp = 0x00007fffff79f640
Found by: stack scanning
15 phantomjs!WebCore::ScriptController::evaluateInWorld [JSMainThreadExecState.h : 54 + 0x7]
rbx = 0x00007f65a989c458 r12 = 0x00007f65a5762200
r13 = 0x00007fffff79f850 r14 = 0x00007f65a5713810
r15 = 0x00007fffff79f810 rip = 0x00000000005143f3
rsp = 0x00007fffff79f6f0 rbp = 0x00007f65a5762618
Found by: call frame info
16 phantomjs!WebCore::ScriptController::evaluate [ScriptController.cpp : 167 + 0x15]
rbx = 0x00007fffff79f810 r12 = 0x00007fffff79f850
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x0000000000514c02
rsp = 0x00007fffff79f7e0 rbp = 0x00007f65a5762618
Found by: call frame info
17 phantomjs!WebCore::ScriptElement::executeScript [ScriptElement.cpp : 283 + 0x15]
rbx = 0x00007f65a58c5400 r12 = 0x00007f65a58e4338
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x0000000000eda232
rsp = 0x00007fffff79f800 rbp = 0x00007f65a58c58e4
Found by: call frame info
18 phantomjs!WebCore::HTMLScriptRunner::executePendingScriptAndDispatchEvent [HTMLScriptRunner.cpp : 139 + 0xa]
rbx = 0x00007f65a582c6c0 r12 = 0x00007f65a58c58e4
r13 = 0x00007fffff79f850 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x000000000074e80c
rsp = 0x00007fffff79f840 rbp = 0x00007f65a58e42c0
Found by: call frame info
19 phantomjs!WebCore::HTMLScriptRunner::executeParsingBlockingScripts [HTMLScriptRunner.cpp : 118 + 0xc]
rbx = 0x0000000000000000 r12 = 0x0000000000000000
r13 = 0x0000000000000000 r14 = 0x00007f65a6f49238
r15 = 0x00007f65a582c6c0 rip = 0x000000000074fc78
rsp = 0x00007fffff79f910 rbp = 0x0000000000000000
Found by: call frame info
20 phantomjs!WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder [HTMLDocumentParser.cpp : 205 + 0x11]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x0000000000745350
rsp = 0x00007fffff79fa60 rbp = 0x00007fffff79fa80
Found by: call frame info
21 phantomjs!WebCore::HTMLDocumentParser::canTakeNextToken [HTMLDocumentParser.cpp : 223 + 0xc]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x000000000074543b
rsp = 0x00007fffff79fab0 rbp = 0x0000000000000000
Found by: call frame info
22 phantomjs!WebCore::HTMLDocumentParser::pumpTokenizer [HTMLDocumentParser.cpp : 261 + 0xd]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a6f49238
r13 = 0x00007fffff79fb00 r14 = 0x0000000000000000
r15 = 0x00007f65a6f4a2a8 rip = 0x00000000007463c6
rsp = 0x00007fffff79fae0 rbp = 0x00007f65a6f492a8
Found by: call frame info
23 phantomjs!WebCore::HTMLDocumentParser::notifyFinished [HTMLDocumentParser.cpp : 175 + 0x9]
rbx = 0x00007f65a6f49200 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x0000000000746a41
rsp = 0x00007fffff79fb80 rbp = 0x00007f65a58c5400
Found by: call frame info
24 phantomjs!WebCore::CachedResource::checkNotify [CachedResource.cpp : 144 + 0xb]
rbx = 0x00007f65a5934c00 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x00000000007b02ec
rsp = 0x00007fffff79fba0 rbp = 0x00007f65a58c5400
Found by: call frame info
25 phantomjs!WebCore::CachedResourceRequest::didFinishLoading [CachedResourceRequest.cpp : 166 + 0x29]
rbx = 0x00007f65a592db70 r12 = 0x00007f65a5939600
r13 = 0x0000000000a263c0 r14 = 0x00000000007b2d20
r15 = 0x0000000000000000 rip = 0x0000000000f86cea
rsp = 0x00007fffff79fbf0 rbp = 0x00007f65a58c5400
Found by: call frame info
26 phantomjs!WebCore::SubresourceLoader::didFinishLoading [SubresourceLoader.cpp : 196 + 0x8]
rbx = 0x00007f65a5939600 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000806059
rsp = 0x00007fffff79fc30 rbp = 0x00007f65a5939600
Found by: call frame info
27 phantomjs!WebCore::QNetworkReplyHandler::finish [QNetworkReplyHandler.cpp : 454 + 0x11]
rbx = 0x00000000036dc780 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000a26439
rsp = 0x00007fffff79fc50 rbp = 0x00007f65a5939600
Found by: call frame info
28 phantomjs!WebCore::QNetworkReplyHandlerCallQueue::flush [QNetworkReplyHandler.cpp : 195 + 0xf]
rbx = 0x0000000003737c98 r12 = 0x0000000003737c80
r13 = 0x0000000000a263c0 r14 = 0x00000000036dc7c8
r15 = 0x0000000000000000 rip = 0x0000000000a21a19
rsp = 0x00007fffff79fe00 rbp = 0x00000000036dc7b8
Found by: call frame info
29 phantomjs!WebCore::QNetworkReplyWrapper::didReceiveFinished [QNetworkReplyHandler.cpp : 164 + 0x7]
rbx = 0x00000000036dc7b8 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000000a222a5
rsp = 0x00007fffff79fe50 rbp = 0x00000000036e1980
Found by: call frame info
30 phantomjs!WebCore::QNetworkReplyWrapper::qt_static_metacall [moc_QNetworkReplyHandler.cpp : 57 + 0x4]
rbx = 0x000000000373c520 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000000a248a5
rsp = 0x00007fffff79fe70 rbp = 0x00000000036e1980
Found by: call frame info
31 phantomjs!QMetaObject::activate [qobject.cpp : 3539 + 0x21]
rbx = 0x000000000373c520 r12 = 0x00000000036e0501
r13 = 0x0000000000a24800 r14 = 0x0000000000000000
r15 = 0x00007fffff79ffa0 rip = 0x0000000001b14496
rsp = 0x00007fffff79feb0 rbp = 0x00000000036e1980
Found by: call frame info
32 phantomjs!QNetworkReplyImplPrivate::finished [qnetworkreplyimpl.cpp : 795 + 0x7]
rbx = 0x00000000036e05f0 r12 = 0x00000000036e05d0
r13 = 0x00007fffff7a0070 r14 = 0x0000000000000000
r15 = 0x00000000036e0930 rip = 0x000000000195a70d
rsp = 0x00007fffff7a0000 rbp = 0x0000000000000000
Found by: call frame info
33 phantomjs!QNetworkAccessHttpBackend::qt_static_metacall [moc_qnetworkaccesshttpbackend_p.cpp : 96 + 0x4]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x00000000019d04a5
rsp = 0x00007fffff7a00d0 rbp = 0x0000000000000000
Found by: call frame info
34 phantomjs!QObject::event [qobject.cpp : 1191 + 0x8]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001b1000e
rsp = 0x00007fffff7a01a0 rbp = 0x0000000000000000
Found by: call frame info
35 phantomjs!QApplicationPrivate::notify_helper [qapplication.cpp : 4562 + 0xb]
rbx = 0x00000000036e0930 r12 = 0x0000000003477620
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x00000000013ff49c
rsp = 0x00007fffff7a0370 rbp = 0x00007f65a0199720
Found by: call frame info
36 phantomjs!QApplication::notify [qapplication.cpp : 4423 + 0x11]
rbx = 0x00007fffff7a0b00 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001404a19
rsp = 0x00007fffff7a03a0 rbp = 0x0000000003474d70
Found by: call frame info
37 phantomjs!QCoreApplication::notifyInternal [qcoreapplication.cpp : 946 + 0x2]
rbx = 0x00000000036e0930 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a0199720 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001afee5c
rsp = 0x00007fffff7a0870 rbp = 0x0000000003474d70
Found by: call frame info
38 phantomjs!QCoreApplicationPrivate::sendPostedEvents [qcoreapplication.h : 231 + 0x21]
rbx = 0x0000000000000000 r12 = 0x00007f65a0199720
r13 = 0x0000000000000000 r14 = 0x0000000003474dac
r15 = 0x00000000036e0930 rip = 0x0000000001b031a8
rsp = 0x00007fffff7a08c0 rbp = 0x0000000003474d70
Found by: call frame info
39 phantomjs!QEventDispatcherQPA::processEvents [qcoreapplication.h : 236 + 0x4]
rbx = 0x0000000003478ba0 r12 = 0x0000000003474110
r13 = 0x00007fffff7a0b00 r14 = 0x0000000000000000
r15 = 0x0000000003474de0 rip = 0x000000000145ee42
rsp = 0x00007fffff7a0960 rbp = 0x00007fffff7a09a0
Found by: call frame info
40 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00007f65a000ccd0 r12 = 0x00007fffff7a0a20
r13 = 0x00007fffff7a0b00 r14 = 0x0000000003474e88
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007fffff7a09a0 rbp = 0x00007fffff7a09d0
Found by: call frame info
41 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00007f65a000ccd0 r12 = 0x00007fffff7a0a20
r13 = 0x00007fffff7a0b00 r14 = 0x0000000003474e88
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007fffff7a09d0 rbp = 0x00007fffff7a0a30
Found by: call frame info
42 phantomjs!QCoreApplication::exec [qcoreapplication.cpp : 1218 + 0x4]
rbx = 0x00000000ffffffff r12 = 0x00007fffff7a0a70
r13 = 0x00007fffff7a0c98 r14 = 0x00007fffff7a0cb0
r15 = 0x0000000000000000 rip = 0x0000000001b03498
rsp = 0x00007fffff7a0a20 rbp = 0x0000000003474d70
Found by: call frame info
43 phantomjs!main [main.cpp : 118 + 0x4]
rbx = 0x00000000034b9690 r12 = 0x00007fffff7a0a70
r13 = 0x00007fffff7a0c98 r14 = 0x00007fffff7a0cb0
r15 = 0x0000000000000000 rip = 0x0000000000426c65
rsp = 0x00007fffff7a0a60 rbp = 0x00007fffff7a0b00
Found by: call frame info
44 libc-2.11.3.so + 0x1ec8c
rbx = 0x0000000000000000 r12 = 0x0000000000409a90
r13 = 0x00007fffff7a0c90 r14 = 0x0000000000000000
r15 = 0x0000000000000000 rip = 0x00007f65a8258c8d
rsp = 0x00007fffff7a0bc0 rbp = 0x0000000000000000
Found by: call frame info
45 phantomjs + 0x26a3f
rip = 0x0000000000426a40 rsp = 0x00007fffff7a0be0
Found by: stack scanning
Thread 1
0 libc-2.11.3.so + 0xa0c5d
rbx = 0x00007f65a7803d80 r12 = 0x00000000ffffffff
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a82dac5d
rsp = 0x00007f65a7803c50 rbp = 0x00007f65a7803d00
Found by: given as instruction pointer in context
1 libc-2.11.3.so + 0xa0acf
rip = 0x00007f65a82daad0 rsp = 0x00007f65a7803c60
rbp = 0x00007f65a7803d00
Found by: stack scanning
2 phantomjs + 0x16d809f
rip = 0x0000000001ad80a0 rsp = 0x00007f65a7803c68
rbp = 0x00007f65a7803d00
Found by: stack scanning
3 ld-2.11.3.so + 0x9009
rip = 0x00007f65a983600a rsp = 0x00007f65a7803ca0
rbp = 0x00007f65a7803d00
Found by: stack scanning
4 ld-2.11.3.so + 0x982b
rip = 0x00007f65a983682c rsp = 0x00007f65a7803ce0
rbp = 0x00007f65a7803d00
Found by: stack scanning
5 libpthread-2.11.3.so + 0xefef
rip = 0x00007f65a8d56ff0 rsp = 0x00007f65a7803cf8
rbp = 0x00007f65a7803d00
Found by: stack scanning
6 ld-2.11.3.so + 0x9af1
rip = 0x00007f65a9836af2 rsp = 0x00007f65a7803d00
rbp = 0x00007f65a7803d00
Found by: stack scanning
7 libc-2.11.3.so + 0xe217
rip = 0x00007f65a8248218 rsp = 0x00007f65a7803d48
Found by: stack scanning
8 libpthread-2.11.3.so + 0x10fbf
rip = 0x00007f65a8d58fc0 rsp = 0x00007f65a7803e30
Found by: stack scanning
9 phantomjs!WTF::TCMalloc_PageHeap::scavengerThread [FastMalloc.cpp : 2499 + 0x9]
rip = 0x00000000004c9c8a rsp = 0x00007f65a7803e40
Found by: stack scanning
10 phantomjs!WTF::TCMalloc_PageHeap::runScavengerThread [FastMalloc.cpp : 1618 + 0x4]
rbx = 0x0000000000000000 r12 = 0x00007f65a8d58fc0
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00000000004c9f89
rsp = 0x00007f65a7803ec0 rbp = 0x0000000000000000
Found by: call frame info
11 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a8d58fc0
r13 = 0x0000000000000000 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a7803ed0 rbp = 0x0000000000000000
Found by: call frame info
12 libpthread-2.11.3.so + 0x10fbf
rip = 0x00007f65a8d58fc0 rsp = 0x00007f65a7803f78
Found by: stack scanning
13 libc-2.11.3.so + 0xcfb6c
rip = 0x00007f65a8309b6d rsp = 0x00007f65a7803fe0
Found by: stack scanning
Thread 2
0 libc-2.11.3.so + 0xc93e3
rbx = 0x00000000034b7d90 r12 = 0x0000000000000000
r13 = 0x00000000034b7af8 r14 = 0x0000000000000008
r15 = 0x00000000034b7af8 rip = 0x00007f65a83033e3
rsp = 0x00007f65a6eeabb0 rbp = 0x00000000034b8028
Found by: given as instruction pointer in context
1 phantomjs!qt_safe_select [qcore_unix.cpp : 83 + 0x1d]
rip = 0x0000000001b2700e rsp = 0x00007f65a6eeabc0
Found by: stack scanning
2 phantomjs!QEventDispatcherUNIXPrivate::doSelect [qeventdispatcher_unix.cpp : 223 + 0x25]
rbx = 0x00000000034b7940 r12 = 0x00000000034b8028
r13 = 0x0000000000000000 r14 = 0x00000000034b7d90
r15 = 0x00000000034b7af8 rip = 0x0000000001b28414
rsp = 0x00007f65a6eeac60 rbp = 0x000000000361c960
Found by: call frame info
3 phantomjs!QEventDispatcherUNIX::processEvents [qeventdispatcher_unix.cpp : 937 + 0x4]
rbx = 0x00000000034b7940 r12 = 0x00007f65a6eeadc0
r13 = 0x0000000000000001 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001b2945b
rsp = 0x00007f65a6eead70 rbp = 0x000000000361c960
Found by: call frame info
4 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00000000034b84d0 r12 = 0x00007f65a6eeae40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007f65a6eeadc0 rbp = 0x00007f65a6eeadf0
Found by: call frame info
5 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00000000034b84d0 r12 = 0x00007f65a6eeae40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000034b8c18
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007f65a6eeadf0 rbp = 0x00007f65a6eeae60
Found by: call frame info
6 phantomjs!QThread::exec [qthread.cpp : 542 + 0x4]
rbx = 0x00000000034b8b90 r12 = 0x00000000034b8c18
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0800f
rsp = 0x00007f65a6eeae40 rbp = 0x00000000034b8c18
Found by: call frame info
7 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000034a9350 r12 = 0x00000000034b8c18
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a6eeae90 rbp = 0x00007f65a6eeaea0
Found by: call frame info
8 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007fffff7a0130
r13 = 0x00007f65a6eeb700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a6eeaed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 3
0 libc-2.11.3.so + 0x7fc8b
rbx = 0x00007f65a0158530 r12 = 0x0000000000004000
r13 = 0x0000000000004000 r14 = 0x0000000000000000
r15 = 0x0000000000004f33 rip = 0x00007f65a82b9c8b
rsp = 0x00007f65a5703298 rbp = 0x00007f65a00a9a20
Found by: given as instruction pointer in context
1 phantomjs!updatewindow [inflate.c : 392 + 0x12]
rip = 0x0000000001a68a56 rsp = 0x00007f65a57032a0
Found by: stack scanning
2 phantomjs!inflate [inflate.c : 1218 + 0xb]
rbx = 0x00007f65a00a9a20 r12 = 0x00007f65a0158530
r13 = 0x0000000000000000 rip = 0x0000000001a68f8f
rsp = 0x00007f65a57032d0 rbp = 0x0000000000000000
Found by: call frame info
3 phantomjs!QHttpNetworkReplyPrivate::gunzipBodyPartially [qhttpnetworkreply.cpp : 471 + 0x7]
rbx = 0x00007f65a00a98f0 r12 = 0x00007f65a00a9a20
r13 = 0x00007f65a57033c0 r14 = 0x00007f65a57073c0
r15 = 0x00007f65a5707410 rip = 0x00000000019e19c1
rsp = 0x00007f65a57033c0 rbp = 0x0000000000000000
Found by: call frame info
4 phantomjs!QHttpNetworkConnectionChannel::expand [qhttpnetworkconnectionchannel.cpp : 661 + 0x12]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000000
r13 = 0x00007f65a5707420 r14 = 0x0000000001fc0720
r15 = 0x00007f65a5707620 rip = 0x00000000019ec16b
rsp = 0x00007f65a5707410 rbp = 0x00007f65a00a98f0
Found by: call frame info
5 phantomjs!QHttpNetworkConnectionChannel::_q_receiveReply [qhttpnetworkconnectionchannel.cpp : 493 + 0x9]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000000
r13 = 0x0000000000004a11 r14 = 0x0000000001fc0720
r15 = 0x00007f65a5707620 rip = 0x00000000019efc71
rsp = 0x00007f65a5707460 rbp = 0x00007f65a00a98f0
Found by: call frame info
6 phantomjs!QHttpNetworkConnectionChannel::_q_readyRead [qhttpnetworkconnectionchannel.cpp : 976 + 0x7]
rbx = 0x00007f65a01c21e8 r12 = 0x0000000000000001
r13 = 0x00000000019f0730 r14 = 0x0000000000000000
r15 = 0x00007f65a5707620 rip = 0x00000000019f06d2
rsp = 0x00007f65a5707510 rbp = 0x00007f65a01c21e8
Found by: call frame info
7 phantomjs!QMetaObject::activate [qobject.cpp : 3539 + 0x21]
rbx = 0x00007f65a0165170 r12 = 0x0000000000000001
r13 = 0x00000000019f0730 r14 = 0x0000000000000000
r15 = 0x00007f65a5707620 rip = 0x0000000001b14496
rsp = 0x00007f65a5707530 rbp = 0x00007f65a01c21e8
Found by: call frame info
8 phantomjs!QAbstractSocketPrivate::canReadNotification [qabstractsocket.cpp : 654 + 0x7]
rbx = 0x00007f65a01c7ee0 r12 = 0x0000000000000001
r13 = 0x00007f65a0165070 r14 = 0x0000000000000000
r15 = 0x00000000036823a8 rip = 0x00000000019a544f
rsp = 0x00007f65a5707680 rbp = 0x0000000000000000
Found by: call frame info
9 phantomjs!QReadNotifier::event [qnativesocketengine.cpp : 1151 + 0x8]
rbx = 0x00007f65a0195b90 r12 = 0x0000000003477620
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x00000000019ad701
rsp = 0x00007f65a57076b0 rbp = 0x00007f65a5707c10
Found by: call frame info
10 phantomjs!QApplicationPrivate::notify_helper [qapplication.cpp : 4562 + 0xb]
rbx = 0x00007f65a0195b90 r12 = 0x0000000003477620
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x00000000013ff49c
rsp = 0x00007f65a57076c0 rbp = 0x00007f65a5707c10
Found by: call frame info
11 phantomjs!QApplication::notify [qapplication.cpp : 4423 + 0x11]
rbx = 0x00007fffff7a0b00 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001404a19
rsp = 0x00007f65a57076f0 rbp = 0x0000000003681200
Found by: call frame info
12 phantomjs!QCoreApplication::notifyInternal [qcoreapplication.cpp : 946 + 0x2]
rbx = 0x00007f65a0195b90 r12 = 0x00007fffff7a0b00
r13 = 0x00007f65a5707c10 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001afee5c
rsp = 0x00007f65a5707bc0 rbp = 0x0000000003681200
Found by: call frame info
13 phantomjs!QEventDispatcherUNIX::activateSocketNotifiers [qcoreapplication.h : 231 + 0x14]
rbx = 0x0000000003681be0 r12 = 0x0000000000000000
r13 = 0x0000000000000001 r14 = 0x00007f65a01645c0
r15 = 0x00000000036823a8 rip = 0x0000000001b2748a
rsp = 0x00007f65a5707c10 rbp = 0x0000000000000000
Found by: call frame info
14 phantomjs!QEventDispatcherUNIXPrivate::doSelect [qeventdispatcher_unix.cpp : 291 + 0x7]
rbx = 0x0000000000000053 r12 = 0x0000000000000000
r13 = 0x0000000000000001 r14 = 0x0000000000000008
r15 = 0x00000000036823a8 rip = 0x0000000001b28575
rsp = 0x00007f65a5707c60 rbp = 0x0000000003681bc0
Found by: call frame info
15 phantomjs!QEventDispatcherUNIX::processEvents [qeventdispatcher_unix.cpp : 937 + 0x4]
rbx = 0x0000000003681be0 r12 = 0x00007f65a5707dc0
r13 = 0x0000000000000001 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001b2945b
rsp = 0x00007f65a5707d70 rbp = 0x0000000003681bc0
Found by: call frame info
16 phantomjs!QEventLoop::processEvents [qeventloop.cpp : 149 + 0x8]
rbx = 0x00000000036825b0 r12 = 0x00007f65a5707e40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001afd942
rsp = 0x00007f65a5707dc0 rbp = 0x00007f65a5707df0
Found by: call frame info
17 phantomjs!QEventLoop::exec [qeventloop.cpp : 200 + 0x4]
rbx = 0x00000000036825b0 r12 = 0x00007f65a5707e40
r13 = 0x00007fffff7a0b00 r14 = 0x00000000036811b8
r15 = 0x0000000003474de0 rip = 0x0000000001afddb4
rsp = 0x00007f65a5707df0 rbp = 0x00007f65a5707e60
Found by: call frame info
18 phantomjs!QThread::exec [qthread.cpp : 542 + 0x4]
rbx = 0x0000000003681130 r12 = 0x00000000036811b8
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0800f
rsp = 0x00007f65a5707e40 rbp = 0x00000000036811b8
Found by: call frame info
19 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x0000000003681110 r12 = 0x00000000036811b8
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a5707e90 rbp = 0x00007f65a5707ea0
Found by: call frame info
20 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007fffff79ca50
r13 = 0x00007f65a5708700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a5707ed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 4
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x0000000000000013
r13 = 0x00007f65a4f06dc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f65a4f06d48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f65a4f06d70
Found by: stack scanning
2 0x368397f
rbx = 0x0000000003ec8ff8 r12 = 0x000000000001012b
r13 = 0x00007f65a4f06ea0 r14 = 0x0000000000000000
r15 = 0x00007f65a4f06ea0 rip = 0x0000000003683980
rsp = 0x00007f65a4f06e00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f65a4f06e20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x0000000003683ce0 r12 = 0x0000000003683d98
r13 = 0x00007f65a4f07700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f65a4f06e90 rbp = 0x00007f65a4f06ea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a57065c0
r13 = 0x00007f65a4f07700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f65a4f06ed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 5
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000f
r13 = 0x00007f655fffedc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655fffed48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655fffed70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000002ec890 r12 = 0x0000000000000bfa
r13 = 0x00007f655fffeea0 r14 = 0x0000000000000000
r15 = 0x00007f655fffeea0 rip = 0x0000000003683980
rsp = 0x00007f655fffee00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655fffee20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036a8da0 r12 = 0x00000000036a9018
r13 = 0x00007f655ffff700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655fffee90 rbp = 0x00007f655fffeea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655ffff700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655fffeed0 rbp = 0x0000000000000000
Found by: call frame info
Thread 6
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000d
r13 = 0x00007f655f7fddc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655f7fdd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655f7fdd70
Found by: stack scanning
2 0x368397f
rbx = 0x000000003a3d7450 r12 = 0x00000000000ee8d2
r13 = 0x00007f655f7fdea0 r14 = 0x0000000000000000
r15 = 0x00007f655f7fdea0 rip = 0x0000000003683980
rsp = 0x00007f655f7fde00 rbp = 0x00000000515cd184
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655f7fde20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036c2c70 r12 = 0x00000000036c2f98
r13 = 0x00007f655f7fe700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655f7fde90 rbp = 0x00007f655f7fdea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655f7fe700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655f7fded0 rbp = 0x0000000000000000
Found by: call frame info
Thread 7
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x000000000000000c
r13 = 0x00007f655effcdc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655effcd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655effcd70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000391b3f58 r12 = 0x00000000000e9e87
r13 = 0x00007f655effcea0 r14 = 0x0000000000000000
r15 = 0x00007f655effcea0 rip = 0x0000000003683980
rsp = 0x00007f655effce00 rbp = 0x00000000515cd184
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655effce20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00007f65a0039a50 r12 = 0x00007f65a0039c48
r13 = 0x00007f655effd700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655effce90 rbp = 0x00007f655effcea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a5705d40
r13 = 0x00007f655effd700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655effced0 rbp = 0x0000000000000000
Found by: call frame info
Thread 8
0 libpthread-2.11.3.so + 0xb569
rbx = 0x0000000003683a60 r12 = 0x0000000000000012
r13 = 0x00007f655e7fbdc0 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000000 rip = 0x00007f65a8d53569
rsp = 0x00007f655e7fbd48 rbp = 0x0000000003683a08
Found by: given as instruction pointer in context
1 phantomjs!QObject::~QObject [qscopedpointer.h : 62 + 0xa]
rip = 0x0000000001b1633a rsp = 0x00007f655e7fbd70
Found by: stack scanning
2 0x368397f
rbx = 0x00000000037ec680 r12 = 0x000000000000e510
r13 = 0x00007f655e7fbea0 r14 = 0x0000000000000000
r15 = 0x00007f655e7fbea0 rip = 0x0000000003683980
rsp = 0x00007f655e7fbe00 rbp = 0x00000000515cd185
Found by: call frame info
3 phantomjs!QThreadPoolThread::run [qthreadpool.cpp : 141 + 0x1f]
rip = 0x00000000019ff793 rsp = 0x00007f655e7fbe20
Found by: stack scanning
4 phantomjs!QThreadPrivate::start [qthread_unix.cpp : 338 + 0x8]
rbx = 0x00000000036e7210 r12 = 0x00000000036e7488
r13 = 0x00007f655e7fc700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x0000000001a0b2b2
rsp = 0x00007f655e7fbe90 rbp = 0x00007f655e7fbea0
Found by: call frame info
5 libpthread-2.11.3.so + 0x68c9
rbx = 0x0000000000000000 r12 = 0x00007f65a57065c0
r13 = 0x00007f655e7fc700 r14 = 0x00007f65a9a4b040
r15 = 0x0000000000000003 rip = 0x00007f65a8d4e8ca
rsp = 0x00007f655e7fbed0 rbp = 0x0000000000000000
Found by: call frame info
Loaded modules:
0x00400000 - 0x024e3fff phantomjs ??? (main)
0x7f655de0d000 - 0x7f655de56fff DejaVuSansMono-Bold.ttf ???
0x7f655de57000 - 0x7f655dea5fff DejaVuSansMono.ttf ???
0x7f655dea6000 - 0x7f655df34fff DejaVuSans-Bold.ttf ???
0x7f655df35000 - 0x7f655dfcffff DejaVuSans.ttf ???
0x7f65a40d9000 - 0x7f65a42defff libnss_dns-2.11.3.so ???
0x7f65a42df000 - 0x7f65a44ebfff libnss_files-2.11.3.so ???
0x7f65a44ec000 - 0x7f65a46fffff libresolv-2.11.3.so ???
0x7f65a7805000 - 0x7f65a7a59fff libssl.so.0.9.8 ???
0x7f65a7a5a000 - 0x7f65a7df6fff libcrypto.so.0.9.8 ???
0x7f65a7dfb000 - 0x7f65a8022fff libexpat.so.1.5.2 ???
0x7f65a8023000 - 0x7f65a8239fff libz.so.1.2.3.4 ???
0x7f65a823a000 - 0x7f65a8596fff libc-2.11.3.so ???
0x7f65a859c000 - 0x7f65a87b1fff libgcc_s.so.1 ???
0x7f65a87b2000 - 0x7f65a8a33fff libm-2.11.3.so ???
0x7f65a8a34000 - 0x7f65a8d32fff libstdc++.so.6.0.13 ???
0x7f65a8d48000 - 0x7f65a8f5ffff libpthread-2.11.3.so ???
0x7f65a8f64000 - 0x7f65a916bfff librt-2.11.3.so ???
0x7f65a916c000 - 0x7f65a936ffff libdl-2.11.3.so ???
0x7f65a9370000 - 0x7f65a95a4fff libfontconfig.so.1.4.4 ???
0x7f65a95a5000 - 0x7f65a982cfff libfreetype.so.6.6.0 ???
0x7f65a982d000 - 0x7f65a984afff ld-2.11.3.so ???
0x7f65a98c7000 - 0x7f65a9a3bfff locale-archive ???
0x7f65a9a44000 - 0x7f65a9a47fff 6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3 ???
0x7fffff7ff000 - 0x7fffff7fffff linux-gate.so ??? | defect | crashes on phantomjs jsc yarr yarrpatternconstructor setupdisjunctionoffsets console log loading a web page var page require webpage create var url page open url function status page is loaded phantom exit dmp file available happens on mac also operating system linux linux cloudflare rto smp fri jun pdt cpu family model stepping cpus crash reason sigsegv crash address thread crashed phantomjs jsc yarr yarrpatternconstructor setupdisjunctionoffsets rbx rip rsp rbp found by given as instruction pointer in context phantomjs jsc yarr yarrpatternconstructor setupdisjunctionoffsets rbx rip rsp rbp found by call frame info phantomjs jsc yarr yarrpattern compile rbx rip rsp rbp found by call frame info phantomjs jsc yarr yarrpattern yarrpattern rbx rip rsp rbp found by call frame info phantomjs jsc regexp compile rbx rip rsp rbp found by call frame info phantomjs jsc regexp create rbx rip rsp rbp found by call frame info phantomjs jsc regexpcache create rbx rip rsp rbp found by call frame info phantomjs jsc regexpcache lookuporcreate rbx rip rsp rbp found by call frame info phantomjs jsc constructregexp rbx rip rsp rbp found by call frame info phantomjs jsc constructwithregexpconstructor rbx rip rsp rbp found by call frame info phantomjs jsc cti op construct notjsconstruct rbx rip rsp rbp found by call frame info rbx rip rsp rbp found by call frame info phantomjs wtf fastmalloc rip rsp rbp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs jsc evaluate rip rsp found by stack scanning phantomjs webcore scriptcontroller evaluateinworld rbx rip rsp rbp found by call frame info phantomjs webcore scriptcontroller evaluate rbx rip rsp rbp found by call frame info phantomjs webcore scriptelement executescript rbx rip rsp rbp found by call frame info phantomjs webcore htmlscriptrunner executependingscriptanddispatchevent rbx rip rsp rbp found by call frame info phantomjs webcore htmlscriptrunner executeparsingblockingscripts rbx rip rsp rbp found by call frame info phantomjs webcore htmldocumentparser runscriptsforpausedtreebuilder rbx rip rsp rbp found by call frame info phantomjs webcore htmldocumentparser cantakenexttoken rbx rip rsp rbp found by call frame info phantomjs webcore htmldocumentparser pumptokenizer rbx rip rsp rbp found by call frame info phantomjs webcore htmldocumentparser notifyfinished rbx rip rsp rbp found by call frame info phantomjs webcore cachedresource checknotify rbx rip rsp rbp found by call frame info phantomjs webcore cachedresourcerequest didfinishloading rbx rip rsp rbp found by call frame info phantomjs webcore subresourceloader didfinishloading rbx rip rsp rbp found by call frame info phantomjs webcore qnetworkreplyhandler finish rbx rip rsp rbp found by call frame info phantomjs webcore qnetworkreplyhandlercallqueue flush rbx rip rsp rbp found by call frame info phantomjs webcore qnetworkreplywrapper didreceivefinished rbx rip rsp rbp found by call frame info phantomjs webcore qnetworkreplywrapper qt static metacall rbx rip rsp rbp found by call frame info phantomjs qmetaobject activate rbx rip rsp rbp found by call frame info phantomjs qnetworkreplyimplprivate finished rbx rip rsp rbp found by call frame info phantomjs qnetworkaccesshttpbackend qt static metacall rbx rip rsp rbp found by call frame info phantomjs qobject event rbx rip rsp rbp found by call frame info phantomjs qapplicationprivate notify helper rbx rip rsp rbp found by call frame info phantomjs qapplication notify rbx rip rsp rbp found by call frame info phantomjs qcoreapplication notifyinternal rbx rip rsp rbp found by call frame info phantomjs qcoreapplicationprivate sendpostedevents rbx rip rsp rbp found by call frame info phantomjs qeventdispatcherqpa processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop exec rbx rip rsp rbp found by call frame info phantomjs qcoreapplication exec rbx rip rsp rbp found by call frame info phantomjs main rbx rip rsp rbp found by call frame info libc so rbx rip rsp rbp found by call frame info phantomjs rip rsp found by stack scanning thread libc so rbx rip rsp rbp found by given as instruction pointer in context libc so rip rsp rbp found by stack scanning phantomjs rip rsp rbp found by stack scanning ld so rip rsp rbp found by stack scanning ld so rip rsp rbp found by stack scanning libpthread so rip rsp rbp found by stack scanning ld so rip rsp rbp found by stack scanning libc so rip rsp found by stack scanning libpthread so rip rsp found by stack scanning phantomjs wtf tcmalloc pageheap scavengerthread rip rsp found by stack scanning phantomjs wtf tcmalloc pageheap runscavengerthread rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info libpthread so rip rsp found by stack scanning libc so rip rsp found by stack scanning thread libc so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qt safe select rip rsp found by stack scanning phantomjs qeventdispatcherunixprivate doselect rbx rip rsp rbp found by call frame info phantomjs qeventdispatcherunix processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop exec rbx rip rsp rbp found by call frame info phantomjs qthread exec rbx rip rsp rbp found by call frame info phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libc so rbx rip rsp rbp found by given as instruction pointer in context phantomjs updatewindow rip rsp found by stack scanning phantomjs inflate rbx rip rsp rbp found by call frame info phantomjs qhttpnetworkreplyprivate gunzipbodypartially rbx rip rsp rbp found by call frame info phantomjs qhttpnetworkconnectionchannel expand rbx rip rsp rbp found by call frame info phantomjs qhttpnetworkconnectionchannel q receivereply rbx rip rsp rbp found by call frame info phantomjs qhttpnetworkconnectionchannel q readyread rbx rip rsp rbp found by call frame info phantomjs qmetaobject activate rbx rip rsp rbp found by call frame info phantomjs qabstractsocketprivate canreadnotification rbx rip rsp rbp found by call frame info phantomjs qreadnotifier event rbx rip rsp rbp found by call frame info phantomjs qapplicationprivate notify helper rbx rip rsp rbp found by call frame info phantomjs qapplication notify rbx rip rsp rbp found by call frame info phantomjs qcoreapplication notifyinternal rbx rip rsp rbp found by call frame info phantomjs qeventdispatcherunix activatesocketnotifiers rbx rip rsp rbp found by call frame info phantomjs qeventdispatcherunixprivate doselect rbx rip rsp rbp found by call frame info phantomjs qeventdispatcherunix processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop processevents rbx rip rsp rbp found by call frame info phantomjs qeventloop exec rbx rip rsp rbp found by call frame info phantomjs qthread exec rbx rip rsp rbp found by call frame info phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libpthread so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qobject qobject rip rsp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs qthreadpoolthread run rip rsp found by stack scanning phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libpthread so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qobject qobject rip rsp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs qthreadpoolthread run rip rsp found by stack scanning phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libpthread so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qobject qobject rip rsp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs qthreadpoolthread run rip rsp found by stack scanning phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libpthread so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qobject qobject rip rsp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs qthreadpoolthread run rip rsp found by stack scanning phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info thread libpthread so rbx rip rsp rbp found by given as instruction pointer in context phantomjs qobject qobject rip rsp found by stack scanning rbx rip rsp rbp found by call frame info phantomjs qthreadpoolthread run rip rsp found by stack scanning phantomjs qthreadprivate start rbx rip rsp rbp found by call frame info libpthread so rbx rip rsp rbp found by call frame info loaded modules phantomjs main dejavusansmono bold ttf dejavusansmono ttf dejavusans bold ttf dejavusans ttf libnss dns so libnss files so libresolv so libssl so libcrypto so libexpat so libz so libc so libgcc s so libm so libstdc so libpthread so librt so libdl so libfontconfig so libfreetype so ld so locale archive cache linux gate so | 1 |
49,049 | 13,437,215,580 | IssuesEvent | 2020-09-07 15:33:12 | ghosind/requester | https://api.github.com/repos/ghosind/requester | opened | CVE-2018-20821 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.14.1.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/requester/package.json</p>
<p>Path to vulnerable library: /requester/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- :x: **node-sass-4.14.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/ghosind/requester/commit/320f3ddc189b9ec59618944a9aa3995e62912f1b">320f3ddc189b9ec59618944a9aa3995e62912f1b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20821>CVE-2018-20821</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-20821 (Medium) detected in multiple libraries - ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.14.1.tgz</b></p></summary>
<p>Wrapper around libsass</p>
<p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/requester/package.json</p>
<p>Path to vulnerable library: /requester/node_modules/node-sass/package.json</p>
<p>
Dependency Hierarchy:
- :x: **node-sass-4.14.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/ghosind/requester/commit/320f3ddc189b9ec59618944a9aa3995e62912f1b">320f3ddc189b9ec59618944a9aa3995e62912f1b</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20821>CVE-2018-20821</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: LibSass - 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm requester package json path to vulnerable library requester node modules node sass package json dependency hierarchy x node sass tgz vulnerable library found in head commit a href vulnerability details the parsing component in libsass through allows attackers to cause a denial of service uncontrolled recursion in sass parser parse css variable value in parser cpp publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass step up your open source security game with whitesource | 0 |
115,454 | 24,766,433,166 | IssuesEvent | 2022-10-22 15:33:45 | IAmTamal/Milan | https://api.github.com/repos/IAmTamal/Milan | closed | Resolving Bug : Password error messages | 💻 aspect: code 🟧 priority: high 🛠 goal: fix 🛠 status : under development hacktoberfest 🤖 status : Asking updates | ### Description
I raised an issue earlier concerning user experience(password error message). The code I wrote would display an error message if the number of password characters is less than five, but even when the characters were more than five, the message was still on display. Please assign me this as I have already corrected my code. Thank you.
### Screenshots
_No response_
### Additional information
_No response_
### 🥦 Browser
Opera
### 👀 Have you checked if this issue has been raised before?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Contributing Guidelines?
- [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md)
### Are you willing to work on this issue ?
_No response_ | 1.0 | Resolving Bug : Password error messages - ### Description
I raised an issue earlier concerning user experience(password error message). The code I wrote would display an error message if the number of password characters is less than five, but even when the characters were more than five, the message was still on display. Please assign me this as I have already corrected my code. Thank you.
### Screenshots
_No response_
### Additional information
_No response_
### 🥦 Browser
Opera
### 👀 Have you checked if this issue has been raised before?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Contributing Guidelines?
- [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md)
### Are you willing to work on this issue ?
_No response_ | non_defect | resolving bug password error messages description i raised an issue earlier concerning user experience password error message the code i wrote would display an error message if the number of password characters is less than five but even when the characters were more than five the message was still on display please assign me this as i have already corrected my code thank you screenshots no response additional information no response 🥦 browser opera 👀 have you checked if this issue has been raised before i checked and didn t find similar issue 🏢 have you read the contributing guidelines i have read the are you willing to work on this issue no response | 0 |
23,465 | 3,829,549,722 | IssuesEvent | 2016-03-31 11:11:36 | pearu/pylibnidaqmx | https://api.github.com/repos/pearu/pylibnidaqmx | closed | DigitalInputTask | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
from nidaqmx import AnalogInputTask
from nidaqmx import DigitalInputTask
import numpy as np
task = AnalogInputTask()
task.create_voltage_channel('Dev1/ai0', terminal = 'rse', min_val=-10.0,
max_val=10.0)
task.configure_timing_sample_clock(rate = 1000.0)
task.start()
data = task.read(2000, fill_mode='group_by_channel')
del task
ditask = DigitalInputTask()
ditask.create_channel('Dev1/port0/line0', name= 'line06' )
ditask.configure_timing_sample_clock(rate = 1000.0)
didata = task.read(2000, fill_mode='group_by_channel')
del ditask
from pylab import plot, show
plot (didata)
show ()
What is the expected output? What do you see instead?
Receive the Data Input data.
What version of the product are you using? On what operating system?
I am using the the lastest verison on the Windows 7 OS.
Please provide any additional information below.
i recieve this error:
"""
Requested value is not a supported value for this property. The property value
may be invalid because it conflicts with another property. Property:
DAQmx_SampTimingType Requested Value: DAQmx_Val_SampClk You Can Select:
DAQmx_Val_OnDemand Task Name: _unnamedTask<2> Status Code: -200077
"""
```
Original issue reported on code.google.com by `theknigh...@gmail.com` on 14 Jul 2014 at 6:47 | 1.0 | DigitalInputTask - ```
What steps will reproduce the problem?
from nidaqmx import AnalogInputTask
from nidaqmx import DigitalInputTask
import numpy as np
task = AnalogInputTask()
task.create_voltage_channel('Dev1/ai0', terminal = 'rse', min_val=-10.0,
max_val=10.0)
task.configure_timing_sample_clock(rate = 1000.0)
task.start()
data = task.read(2000, fill_mode='group_by_channel')
del task
ditask = DigitalInputTask()
ditask.create_channel('Dev1/port0/line0', name= 'line06' )
ditask.configure_timing_sample_clock(rate = 1000.0)
didata = task.read(2000, fill_mode='group_by_channel')
del ditask
from pylab import plot, show
plot (didata)
show ()
What is the expected output? What do you see instead?
Receive the Data Input data.
What version of the product are you using? On what operating system?
I am using the the lastest verison on the Windows 7 OS.
Please provide any additional information below.
i recieve this error:
"""
Requested value is not a supported value for this property. The property value
may be invalid because it conflicts with another property. Property:
DAQmx_SampTimingType Requested Value: DAQmx_Val_SampClk You Can Select:
DAQmx_Val_OnDemand Task Name: _unnamedTask<2> Status Code: -200077
"""
```
Original issue reported on code.google.com by `theknigh...@gmail.com` on 14 Jul 2014 at 6:47 | defect | digitalinputtask what steps will reproduce the problem from nidaqmx import analoginputtask from nidaqmx import digitalinputtask import numpy as np task analoginputtask task create voltage channel terminal rse min val max val task configure timing sample clock rate task start data task read fill mode group by channel del task ditask digitalinputtask ditask create channel name ditask configure timing sample clock rate didata task read fill mode group by channel del ditask from pylab import plot show plot didata show what is the expected output what do you see instead receive the data input data what version of the product are you using on what operating system i am using the the lastest verison on the windows os please provide any additional information below i recieve this error requested value is not a supported value for this property the property value may be invalid because it conflicts with another property property daqmx samptimingtype requested value daqmx val sampclk you can select daqmx val ondemand task name unnamedtask status code original issue reported on code google com by theknigh gmail com on jul at | 1 |
44,910 | 12,439,285,770 | IssuesEvent | 2020-05-26 09:50:52 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | Minor typesetting errors in documentation of shell element | T: defect | Hi all,
FYI - there is a minor typesetting mistake in the documentation of shell element:
https://mooseframework.inl.gov/modules/tensor_mechanics/ShellElements.html

Thanks,
Shawn | 1.0 | Minor typesetting errors in documentation of shell element - Hi all,
FYI - there is a minor typesetting mistake in the documentation of shell element:
https://mooseframework.inl.gov/modules/tensor_mechanics/ShellElements.html

Thanks,
Shawn | defect | minor typesetting errors in documentation of shell element hi all fyi there is a minor typesetting mistake in the documentation of shell element thanks shawn | 1 |
1,650 | 3,314,738,115 | IssuesEvent | 2015-11-06 07:47:38 | catapult-project/catapult | https://api.github.com/repos/catapult-project/catapult | closed | Trace-viewer tests failing on canary | Infrastructure P0 Trace Viewer | Can't even see why: this is what tests.html shows:

@anniesullie i think we need to pretty urgently switch catapult to using canary or at least a time shifted lgkr build so we catch this sooner... I filed #1732 for that. | 1.0 | Trace-viewer tests failing on canary - Can't even see why: this is what tests.html shows:

@anniesullie i think we need to pretty urgently switch catapult to using canary or at least a time shifted lgkr build so we catch this sooner... I filed #1732 for that. | non_defect | trace viewer tests failing on canary can t even see why this is what tests html shows anniesullie i think we need to pretty urgently switch catapult to using canary or at least a time shifted lgkr build so we catch this sooner i filed for that | 0 |
609,200 | 18,857,150,798 | IssuesEvent | 2021-11-12 08:14:07 | iterative/studio-support | https://api.github.com/repos/iterative/studio-support | closed | SAML/SSO setup for Studio | question priority-p1 | How is access set up for organizations with GitHub? Adding this as we had a question from a prospect: "If we have SAML/SSO setup with our GitHub Enterprise Organization, do we also need SAML/SSO setup for DVC Studio, or is access based on repo access within GitHub?" | 1.0 | SAML/SSO setup for Studio - How is access set up for organizations with GitHub? Adding this as we had a question from a prospect: "If we have SAML/SSO setup with our GitHub Enterprise Organization, do we also need SAML/SSO setup for DVC Studio, or is access based on repo access within GitHub?" | non_defect | saml sso setup for studio how is access set up for organizations with github adding this as we had a question from a prospect if we have saml sso setup with our github enterprise organization do we also need saml sso setup for dvc studio or is access based on repo access within github | 0 |
24,536 | 23,880,413,244 | IssuesEvent | 2022-09-08 00:27:51 | hackforla/food-oasis | https://api.github.com/repos/hackforla/food-oasis | closed | Blue headers on FAQ/About/Donate erroneously suggest they are hyperlinks | Research size: 2pt Feature: Usability PM: Food Seekers Impact Sprints 2022 | Problem:
Headers on FAQ/About/Donate are confusing because blue color suggests they are hyperlinks which they are not

Step to repro:
goto foodoasis.la
click on hamburger menu
Click on "About" or "FAQ" or "Donate"
Severity 1 - Cosmetic problem only: need not be fixed unless extra time is available on project
Heuristics Violated:
4 Consistency and Standards
8 Aesthetics and Minimalist Design
Recommendations:
Use non blue color and consistent styling of all words in header
### Action Items
- [ ] Design mocks up how it would look
- [ ] make change as designed
This is related/could be fixed at same time as #1285 & #1284
This is issue was created from a list of food seeker [issues identified](https://docs.google.com/spreadsheets/d/1UCoj5ecVQhOBAPNFvzOyySSeJFNtJ34Bx6Ti2cnLma0/edit?usp=sharing) by a [heuristic evaluation](https://docs.google.com/presentation/d/1mAQV8V9y1ZoQAgBb_mflU8UAGcRogsVfEgZU-hKVvQ0/edit?usp=sharing) completed by
[@Gigi P](https://hackforla.slack.com/team/U02KZ8WSHHV) & @ryu-jieun at the end of last year. | True | Blue headers on FAQ/About/Donate erroneously suggest they are hyperlinks - Problem:
Headers on FAQ/About/Donate are confusing because blue color suggests they are hyperlinks which they are not

Step to repro:
goto foodoasis.la
click on hamburger menu
Click on "About" or "FAQ" or "Donate"
Severity 1 - Cosmetic problem only: need not be fixed unless extra time is available on project
Heuristics Violated:
4 Consistency and Standards
8 Aesthetics and Minimalist Design
Recommendations:
Use non blue color and consistent styling of all words in header
### Action Items
- [ ] Design mocks up how it would look
- [ ] make change as designed
This is related/could be fixed at same time as #1285 & #1284
This is issue was created from a list of food seeker [issues identified](https://docs.google.com/spreadsheets/d/1UCoj5ecVQhOBAPNFvzOyySSeJFNtJ34Bx6Ti2cnLma0/edit?usp=sharing) by a [heuristic evaluation](https://docs.google.com/presentation/d/1mAQV8V9y1ZoQAgBb_mflU8UAGcRogsVfEgZU-hKVvQ0/edit?usp=sharing) completed by
[@Gigi P](https://hackforla.slack.com/team/U02KZ8WSHHV) & @ryu-jieun at the end of last year. | non_defect | blue headers on faq about donate erroneously suggest they are hyperlinks problem headers on faq about donate are confusing because blue color suggests they are hyperlinks which they are not step to repro goto foodoasis la click on hamburger menu click on about or faq or donate severity cosmetic problem only need not be fixed unless extra time is available on project heuristics violated consistency and standards aesthetics and minimalist design recommendations use non blue color and consistent styling of all words in header action items design mocks up how it would look make change as designed this is related could be fixed at same time as this is issue was created from a list of food seeker by a completed by ryu jieun at the end of last year | 0 |
19,422 | 3,202,559,477 | IssuesEvent | 2015-10-02 14:38:31 | JPaulMora/Pyrit | https://api.github.com/repos/JPaulMora/Pyrit | closed | The server function don't work | auto-migrated Priority-Medium Type-Defect | ```
Hello, I have follow the instruction on the wiki tag and I still can't use the
network cores and always tell me that connection refused. Why? I have sure that
I have open the 17935 port for the connection. In the attach file will have the
respond of the program.
```
Original issue reported on code.google.com by `hartman...@gmail.com` on 30 Jun 2014 at 8:59
Attachments:
* [att.txt](https://storage.googleapis.com/google-code-attachments/pyrit/issue-455/comment-0/att.txt)
| 1.0 | The server function don't work - ```
Hello, I have follow the instruction on the wiki tag and I still can't use the
network cores and always tell me that connection refused. Why? I have sure that
I have open the 17935 port for the connection. In the attach file will have the
respond of the program.
```
Original issue reported on code.google.com by `hartman...@gmail.com` on 30 Jun 2014 at 8:59
Attachments:
* [att.txt](https://storage.googleapis.com/google-code-attachments/pyrit/issue-455/comment-0/att.txt)
| defect | the server function don t work hello i have follow the instruction on the wiki tag and i still can t use the network cores and always tell me that connection refused why i have sure that i have open the port for the connection in the attach file will have the respond of the program original issue reported on code google com by hartman gmail com on jun at attachments | 1 |
101,560 | 31,238,380,651 | IssuesEvent | 2023-08-20 14:58:20 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | opened | Build failure: kvmfr + zen kernel | 0.kind: build failure | ### Steps To Reproduce
Steps to reproduce the behavior:
1. `boot.kernelPackages = pkgs.linuxPackages_zen;`
2. `boot.extraModulePackages = [ pkgs.linuxPackages_zen.kvmfr ];`
### Build log
```
unpacking channels...
building Nix...
building the system configuration...
these 8 derivations will be built:
/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv
/nix/store/v85gyw87cgq9g09dcpvy8ryg1svjf82l-linux-6.4.1-modules.drv
/nix/store/g30mk00jw6hkxdz9nrp29vcmrapvxpjh-linux-6.4.1-modules-shrunk.drv
/nix/store/zqkgcxmqjmsgakbm5d206is4qyx5pr6v-stage-1-init.sh.drv
/nix/store/470lxbvhiv709b0wriffd8a57my0bf8q-initrd-linux-6.4.1.drv
/nix/store/7dhcl35i8s9canycsz46wklnjncx72z5-boot.json.drv
/nix/store/kzlg6v6n0wrqrh823nw1xkl4w35avv74-kernel-modules.drv
/nix/store/6qa6jyi1g1fal6jj1rpmlkwzhq62a9a1-nixos-system-nixos-23.05.2918.4cdad15f34e6.drv
building '/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv'...
unpacking sources
unpacking source archive /nix/store/ddg1nkfg20v64c0bh8xg523r2ns1hx1m-source
source root is source/module
patching sources
configuring
no configure script, doing nothing
building
build flags: SHELL=/nix/store/8fv91097mbh5049i9rglc73dx6kjg3qk-bash-5.2-p15/bin/bash KVER=6.4.1-zen1 KDIR=/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/build
make -C /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/build M=/build/source/module modules
CC [M] /build/source/module/kvmfr.o
In file included from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/linkage.h:7,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/arch/x86/include/asm/cache.h:5,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/cache.h:6,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/arch/x86/include/asm/current.h:9,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/sched.h:12,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/ratelimit.h:6,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/dev_printk.h:16,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device.h:15,
from /build/source/module/kvmfr.c:24:
/build/source/module/kvmfr.c: In function 'kvmfr_module_init':
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/export.h:27:22: error: passing argument 1 of 'class_create' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Werror=incompatible-pointer-types8;;]
27 | #define THIS_MODULE (&__this_module)
| ~^~~~~~~~~~~~~~~
| |
| struct module *
/build/source/module/kvmfr.c:542:32: note: in expansion of macro 'THIS_MODULE'
542 | kvmfr->pClass = class_create(THIS_MODULE, KVMFR_DEV_NAME);
| ^~~~~~~~~~~
In file included from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device.h:31:
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device/class.h:230:54: note: expected 'const char *' but argument is of type 'struct module *'
230 | struct class * __must_check class_create(const char *name);
| ~~~~~~~~~~~~^~~~
/build/source/module/kvmfr.c:542:19: error: too many arguments to function 'class_create'
542 | kvmfr->pClass = class_create(THIS_MODULE, KVMFR_DEV_NAME);
| ^~~~~~~~~~~~
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device/class.h:230:29: note: declared here
230 | struct class * __must_check class_create(const char *name);
| ^~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/scripts/Makefile.build:252: /build/source/module/kvmfr.o] Error 1
make[1]: *** [/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/Makefile:2024: /build/source/module] Error 2
make: *** [Makefile:7: all] Error 2
error: builder for '/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv' failed with exit code 2
error: 1 dependencies of derivation '/nix/store/kzlg6v6n0wrqrh823nw1xkl4w35avv74-kernel-modules.drv' failed to build
error: 1 dependencies of derivation '/nix/store/v85gyw87cgq9g09dcpvy8ryg1svjf82l-linux-6.4.1-modules.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6qa6jyi1g1fal6jj1rpmlkwzhq62a9a1-nixos-system-nixos-23.05.2918.4cdad15f34e6.drv' failed to build
```
### Notify maintainers
@j-brn
<!--
Please @ people who are in the `meta.maintainers` list of the offending package or module.
If in doubt, check `git blame` for whoever last touched something.
-->
### Metadata
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.45, NixOS, 23.05 (Stoat), 23.05.2918.4cdad15f34e6`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.13.5`
```
| 1.0 | Build failure: kvmfr + zen kernel - ### Steps To Reproduce
Steps to reproduce the behavior:
1. `boot.kernelPackages = pkgs.linuxPackages_zen;`
2. `boot.extraModulePackages = [ pkgs.linuxPackages_zen.kvmfr ];`
### Build log
```
unpacking channels...
building Nix...
building the system configuration...
these 8 derivations will be built:
/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv
/nix/store/v85gyw87cgq9g09dcpvy8ryg1svjf82l-linux-6.4.1-modules.drv
/nix/store/g30mk00jw6hkxdz9nrp29vcmrapvxpjh-linux-6.4.1-modules-shrunk.drv
/nix/store/zqkgcxmqjmsgakbm5d206is4qyx5pr6v-stage-1-init.sh.drv
/nix/store/470lxbvhiv709b0wriffd8a57my0bf8q-initrd-linux-6.4.1.drv
/nix/store/7dhcl35i8s9canycsz46wklnjncx72z5-boot.json.drv
/nix/store/kzlg6v6n0wrqrh823nw1xkl4w35avv74-kernel-modules.drv
/nix/store/6qa6jyi1g1fal6jj1rpmlkwzhq62a9a1-nixos-system-nixos-23.05.2918.4cdad15f34e6.drv
building '/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv'...
unpacking sources
unpacking source archive /nix/store/ddg1nkfg20v64c0bh8xg523r2ns1hx1m-source
source root is source/module
patching sources
configuring
no configure script, doing nothing
building
build flags: SHELL=/nix/store/8fv91097mbh5049i9rglc73dx6kjg3qk-bash-5.2-p15/bin/bash KVER=6.4.1-zen1 KDIR=/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/build
make -C /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/build M=/build/source/module modules
CC [M] /build/source/module/kvmfr.o
In file included from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/linkage.h:7,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/arch/x86/include/asm/cache.h:5,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/cache.h:6,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/arch/x86/include/asm/current.h:9,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/sched.h:12,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/ratelimit.h:6,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/dev_printk.h:16,
from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device.h:15,
from /build/source/module/kvmfr.c:24:
/build/source/module/kvmfr.c: In function 'kvmfr_module_init':
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/export.h:27:22: error: passing argument 1 of 'class_create' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Werror=incompatible-pointer-types8;;]
27 | #define THIS_MODULE (&__this_module)
| ~^~~~~~~~~~~~~~~
| |
| struct module *
/build/source/module/kvmfr.c:542:32: note: in expansion of macro 'THIS_MODULE'
542 | kvmfr->pClass = class_create(THIS_MODULE, KVMFR_DEV_NAME);
| ^~~~~~~~~~~
In file included from /nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device.h:31:
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device/class.h:230:54: note: expected 'const char *' but argument is of type 'struct module *'
230 | struct class * __must_check class_create(const char *name);
| ~~~~~~~~~~~~^~~~
/build/source/module/kvmfr.c:542:19: error: too many arguments to function 'class_create'
542 | kvmfr->pClass = class_create(THIS_MODULE, KVMFR_DEV_NAME);
| ^~~~~~~~~~~~
/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/include/linux/device/class.h:230:29: note: declared here
230 | struct class * __must_check class_create(const char *name);
| ^~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/scripts/Makefile.build:252: /build/source/module/kvmfr.o] Error 1
make[1]: *** [/nix/store/6f2snki6mhpr9xfcadc9kbgbifpa2ajd-linux-6.4.1-dev/lib/modules/6.4.1-zen1/source/Makefile:2024: /build/source/module] Error 2
make: *** [Makefile:7: all] Error 2
error: builder for '/nix/store/g4w46grvnc34incbvc2x4srf62xnzc8w-kvmfr-B6.drv' failed with exit code 2
error: 1 dependencies of derivation '/nix/store/kzlg6v6n0wrqrh823nw1xkl4w35avv74-kernel-modules.drv' failed to build
error: 1 dependencies of derivation '/nix/store/v85gyw87cgq9g09dcpvy8ryg1svjf82l-linux-6.4.1-modules.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6qa6jyi1g1fal6jj1rpmlkwzhq62a9a1-nixos-system-nixos-23.05.2918.4cdad15f34e6.drv' failed to build
```
### Notify maintainers
@j-brn
<!--
Please @ people who are in the `meta.maintainers` list of the offending package or module.
If in doubt, check `git blame` for whoever last touched something.
-->
### Metadata
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.45, NixOS, 23.05 (Stoat), 23.05.2918.4cdad15f34e6`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.13.5`
```
| non_defect | build failure kvmfr zen kernel steps to reproduce steps to reproduce the behavior boot kernelpackages pkgs linuxpackages zen boot extramodulepackages build log unpacking channels building nix building the system configuration these derivations will be built nix store kvmfr drv nix store linux modules drv nix store linux modules shrunk drv nix store stage init sh drv nix store initrd linux drv nix store boot json drv nix store kernel modules drv nix store nixos system nixos drv building nix store kvmfr drv unpacking sources unpacking source archive nix store source source root is source module patching sources configuring no configure script doing nothing building build flags shell nix store bash bin bash kver kdir nix store linux dev lib modules build make c nix store linux dev lib modules build m build source module modules cc build source module kvmfr o in file included from nix store linux dev lib modules source include linux linkage h from nix store linux dev lib modules source arch include asm cache h from nix store linux dev lib modules source include linux cache h from nix store linux dev lib modules source arch include asm current h from nix store linux dev lib modules source include linux sched h from nix store linux dev lib modules source include linux ratelimit h from nix store linux dev lib modules source include linux dev printk h from nix store linux dev lib modules source include linux device h from build source module kvmfr c build source module kvmfr c in function kvmfr module init nix store linux dev lib modules source include linux export h error passing argument of class create from incompatible pointer type define this module this module struct module build source module kvmfr c note in expansion of macro this module kvmfr pclass class create this module kvmfr dev name in file included from nix store linux dev lib modules source include linux device h nix store linux dev lib modules source include linux device class h note expected const char but argument is of type struct module struct class must check class create const char name build source module kvmfr c error too many arguments to function class create kvmfr pclass class create this module kvmfr dev name nix store linux dev lib modules source include linux device class h note declared here struct class must check class create const char name some warnings being treated as errors make error make error make error error builder for nix store kvmfr drv failed with exit code error dependencies of derivation nix store kernel modules drv failed to build error dependencies of derivation nix store linux modules drv failed to build error dependencies of derivation nix store nixos system nixos drv failed to build notify maintainers j brn please people who are in the meta maintainers list of the offending package or module if in doubt check git blame for whoever last touched something metadata console nix shell p nix info run nix info m system linux host os linux nixos stoat multi user yes sandbox yes version nix env nix | 0 |
5,821 | 2,610,216,121 | IssuesEvent | 2015-02-26 19:08:53 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | кадетство 1 сезон | auto-migrated Priority-Medium Type-Defect | ```
'''Августин Зайцев'''
Привет всем не подскажите где можно найти
.кадетство 1 сезон. где то видел уже
'''Геронтий Воронов'''
Качай тут http://bit.ly/16sYOJN
'''Боян Иванов'''
Спасибо вроде то но просит телефон вводить
'''Будимир Куликов'''
Не это не влияет на баланс
'''Гвидон Волков'''
Не это не влияет на баланс
Информация о файле: кадетство 1 сезон
Загружен: В этом месяце
Скачан раз: 772
Рейтинг: 992
Средняя скорость скачивания: 227
Похожих файлов: 35
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 6:28 | 1.0 | кадетство 1 сезон - ```
'''Августин Зайцев'''
Привет всем не подскажите где можно найти
.кадетство 1 сезон. где то видел уже
'''Геронтий Воронов'''
Качай тут http://bit.ly/16sYOJN
'''Боян Иванов'''
Спасибо вроде то но просит телефон вводить
'''Будимир Куликов'''
Не это не влияет на баланс
'''Гвидон Волков'''
Не это не влияет на баланс
Информация о файле: кадетство 1 сезон
Загружен: В этом месяце
Скачан раз: 772
Рейтинг: 992
Средняя скорость скачивания: 227
Похожих файлов: 35
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 6:28 | defect | кадетство сезон августин зайцев привет всем не подскажите где можно найти кадетство сезон где то видел уже геронтий воронов качай тут боян иванов спасибо вроде то но просит телефон вводить будимир куликов не это не влияет на баланс гвидон волков не это не влияет на баланс информация о файле кадетство сезон загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at | 1 |
109,530 | 23,781,121,032 | IssuesEvent | 2022-09-02 05:00:33 | Azure/autorest.csharp | https://api.github.com/repos/Azure/autorest.csharp | closed | Suppress generation of convenience methods for PATCH operations | v3 Client duplicate DPG DPG/RLC v2.0b1 DPG/RLC August MVP Epic: Convenience methods with models WS: Code Generation | For the August MVP, we will not generate convenience methods for PATCH operations. Since we are currently generating convenience methods for all operations from a Cadl API description, we will need to suppress generation of convenience methods for PATCH operations. This issue tracks the work to do that suppression. | 1.0 | Suppress generation of convenience methods for PATCH operations - For the August MVP, we will not generate convenience methods for PATCH operations. Since we are currently generating convenience methods for all operations from a Cadl API description, we will need to suppress generation of convenience methods for PATCH operations. This issue tracks the work to do that suppression. | non_defect | suppress generation of convenience methods for patch operations for the august mvp we will not generate convenience methods for patch operations since we are currently generating convenience methods for all operations from a cadl api description we will need to suppress generation of convenience methods for patch operations this issue tracks the work to do that suppression | 0 |
55,437 | 14,482,534,558 | IssuesEvent | 2020-12-10 14:06:05 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Add AbstractRow::hasAttachables to speed up AbstractStore::getAttachables | C: Performance E: All Editions P: Medium T: Defect | In benchmarks, it can frequently be seen that the call to `AbstractRecord::getAttachables` takes time:

This is because we're iterating over every value in the record to perform a `value[i] instanceof Attachable` check. But hardly any record components are ever attachable (nested records, `UDTRecords`, etc. are), and we can detect this much earlier for the entire `Result` instance, especially now that we're sharing the same `AbstractRow` instance on all records belonging to a `Result` (see #11058).
Hence, a single loop over all `Field.getType()` values, checking for `Attachable.class.isAssignableFrom(field.getType())` should do the trick. It will be performed lazily upon request, not on every `AbstractRow` instance. This should also improve https://github.com/jOOQ/jOOQ/issues/11099, and a few other benchmarks. | 1.0 | Add AbstractRow::hasAttachables to speed up AbstractStore::getAttachables - In benchmarks, it can frequently be seen that the call to `AbstractRecord::getAttachables` takes time:

This is because we're iterating over every value in the record to perform a `value[i] instanceof Attachable` check. But hardly any record components are ever attachable (nested records, `UDTRecords`, etc. are), and we can detect this much earlier for the entire `Result` instance, especially now that we're sharing the same `AbstractRow` instance on all records belonging to a `Result` (see #11058).
Hence, a single loop over all `Field.getType()` values, checking for `Attachable.class.isAssignableFrom(field.getType())` should do the trick. It will be performed lazily upon request, not on every `AbstractRow` instance. This should also improve https://github.com/jOOQ/jOOQ/issues/11099, and a few other benchmarks. | defect | add abstractrow hasattachables to speed up abstractstore getattachables in benchmarks it can frequently be seen that the call to abstractrecord getattachables takes time this is because we re iterating over every value in the record to perform a value instanceof attachable check but hardly any record components are ever attachable nested records udtrecords etc are and we can detect this much earlier for the entire result instance especially now that we re sharing the same abstractrow instance on all records belonging to a result see hence a single loop over all field gettype values checking for attachable class isassignablefrom field gettype should do the trick it will be performed lazily upon request not on every abstractrow instance this should also improve and a few other benchmarks | 1 |
704,231 | 24,189,889,594 | IssuesEvent | 2022-09-23 16:26:32 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | closed | auth.service-to-service.auth_test: test_auth failed | priority: p2 type: bug samples flakybot: issue flakybot: flaky | Note: #8102 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: f5d43e6da566e80ee1d216e75bd24c7afaf5f8fc
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/61d8e2d4-6b48-4d3e-ae8b-1231a1cbe68e), [Sponge](http://sponge2/61d8e2d4-6b48-4d3e-ae8b-1231a1cbe68e)
status: failed
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
File "/workspace/auth/service-to-service/auth_test.py", line 113, in test_auth
response = request.urlopen(req)
File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error</pre></details> | 1.0 | auth.service-to-service.auth_test: test_auth failed - Note: #8102 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: f5d43e6da566e80ee1d216e75bd24c7afaf5f8fc
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/61d8e2d4-6b48-4d3e-ae8b-1231a1cbe68e), [Sponge](http://sponge2/61d8e2d4-6b48-4d3e-ae8b-1231a1cbe68e)
status: failed
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
File "/workspace/auth/service-to-service/auth_test.py", line 113, in test_auth
response = request.urlopen(req)
File "/usr/local/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/local/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/local/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error</pre></details> | non_defect | auth service to service auth test test auth failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output traceback most recent call last file workspace auth service to service auth test py line in test auth response request urlopen req file usr local lib urllib request py line in urlopen return opener open url data timeout file usr local lib urllib request py line in open response meth req response file usr local lib urllib request py line in http response response self parent error file usr local lib urllib request py line in error return self call chain args file usr local lib urllib request py line in call chain result func args file usr local lib urllib request py line in http error default raise httperror req full url code msg hdrs fp urllib error httperror http error internal server error | 0 |
757,906 | 26,535,023,449 | IssuesEvent | 2023-01-19 15:05:20 | gjusticea/wiki-scrape | https://api.github.com/repos/gjusticea/wiki-scrape | opened | Add links to the tables | low priority | When scraping the table from the Wiki, the only the plain text is retained. It might be nice to add links to other wiki articles back in.
One option I see is using
```
library(WikipediaR)
links <- links(page = "List_of_oil_spills", domain = "en")
links$links
```
then creating some kind of look-up table and replacing links in the table with the URL. Probably not high priority.
| 1.0 | Add links to the tables - When scraping the table from the Wiki, the only the plain text is retained. It might be nice to add links to other wiki articles back in.
One option I see is using
```
library(WikipediaR)
links <- links(page = "List_of_oil_spills", domain = "en")
links$links
```
then creating some kind of look-up table and replacing links in the table with the URL. Probably not high priority.
| non_defect | add links to the tables when scraping the table from the wiki the only the plain text is retained it might be nice to add links to other wiki articles back in one option i see is using library wikipediar links links page list of oil spills domain en links links then creating some kind of look up table and replacing links in the table with the url probably not high priority | 0 |
235,675 | 25,958,446,483 | IssuesEvent | 2022-12-18 14:57:06 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [Security Solution] Support rule snoozing on the Rule Editing page | Team:Detections and Resp Team: SecuritySolution Feature:Rule Actions Team:Detection Rules Feature:Rule Creation 8.7 candidate | **Epic:** https://github.com/elastic/security-team/issues/5308 (internal)
**Depends on:** https://github.com/elastic/kibana/issues/147735
## Summary
Add an indication that the rule is muted/snoozed to the Actions tab of the Rule Editing page.
The current behavior in Security Solution regarding showing actions on the Editing page: if the user sees actions on the Editing page, it means they will be triggered if the rule is enabled and generates alerts. When https://github.com/elastic/kibana/issues/147736 is done, muted/snoozed rules will not be shown as having the "Perform no actions" frequency and an empty list of actions anymore. So users might think that these actions will be executed because this is the current behavior. To avoid this confusion, we need to let the user know if the rule is currently muted/snoozed and explain that in this case the actions won't be executed.
| True | [Security Solution] Support rule snoozing on the Rule Editing page - **Epic:** https://github.com/elastic/security-team/issues/5308 (internal)
**Depends on:** https://github.com/elastic/kibana/issues/147735
## Summary
Add an indication that the rule is muted/snoozed to the Actions tab of the Rule Editing page.
The current behavior in Security Solution regarding showing actions on the Editing page: if the user sees actions on the Editing page, it means they will be triggered if the rule is enabled and generates alerts. When https://github.com/elastic/kibana/issues/147736 is done, muted/snoozed rules will not be shown as having the "Perform no actions" frequency and an empty list of actions anymore. So users might think that these actions will be executed because this is the current behavior. To avoid this confusion, we need to let the user know if the rule is currently muted/snoozed and explain that in this case the actions won't be executed.
| non_defect | support rule snoozing on the rule editing page epic internal depends on summary add an indication that the rule is muted snoozed to the actions tab of the rule editing page the current behavior in security solution regarding showing actions on the editing page if the user sees actions on the editing page it means they will be triggered if the rule is enabled and generates alerts when is done muted snoozed rules will not be shown as having the perform no actions frequency and an empty list of actions anymore so users might think that these actions will be executed because this is the current behavior to avoid this confusion we need to let the user know if the rule is currently muted snoozed and explain that in this case the actions won t be executed | 0 |
810,447 | 30,242,947,406 | IssuesEvent | 2023-07-06 14:36:25 | flowforge/flowforge | https://api.github.com/repos/flowforge/flowforge | closed | High Availability & Scaling | epic needs-triage priority:high headline | ### Description
Regular request from customers, offering scaling and high availability of Node-RED instances on FlowForge.
First steps would require multiple instances running the same flows, which crosses over with #1492
Significant technical challenges around state management across instances | 1.0 | High Availability & Scaling - ### Description
Regular request from customers, offering scaling and high availability of Node-RED instances on FlowForge.
First steps would require multiple instances running the same flows, which crosses over with #1492
Significant technical challenges around state management across instances | non_defect | high availability scaling description regular request from customers offering scaling and high availability of node red instances on flowforge first steps would require multiple instances running the same flows which crosses over with significant technical challenges around state management across instances | 0 |
467,999 | 13,459,780,275 | IssuesEvent | 2020-09-09 12:45:51 | geocollections/sarv-edit | https://api.github.com/repos/geocollections/sarv-edit | opened | implement taxon_page views | Difficulty: Easy Priority: Low Source: API Source: App Status: Available Type: Feature Request | Would be nice if you could view/add/edit data which is on fossiilid.info | 1.0 | implement taxon_page views - Would be nice if you could view/add/edit data which is on fossiilid.info | non_defect | implement taxon page views would be nice if you could view add edit data which is on fossiilid info | 0 |
29,367 | 5,659,094,324 | IssuesEvent | 2017-04-10 12:03:07 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | ByteArrayObjectDataOutput.writeData toByteArray litter | Team: Core Type: Perf. Defect | ```
@Override
public void writeData(Data data) throws IOException {
byte[] payload = data != null ? data.toByteArray() : null;
writeByteArray(payload);
}
```
In case of NativeMemoryData, you get a temporary byteArray which then is written to the bytearray of ByteArrayObjectDataOutput. But this copy isn't needed; the Data should be able to write into a byte-array directly. | 1.0 | ByteArrayObjectDataOutput.writeData toByteArray litter - ```
@Override
public void writeData(Data data) throws IOException {
byte[] payload = data != null ? data.toByteArray() : null;
writeByteArray(payload);
}
```
In case of NativeMemoryData, you get a temporary byteArray which then is written to the bytearray of ByteArrayObjectDataOutput. But this copy isn't needed; the Data should be able to write into a byte-array directly. | defect | bytearrayobjectdataoutput writedata tobytearray litter override public void writedata data data throws ioexception byte payload data null data tobytearray null writebytearray payload in case of nativememorydata you get a temporary bytearray which then is written to the bytearray of bytearrayobjectdataoutput but this copy isn t needed the data should be able to write into a byte array directly | 1 |
66,888 | 27,617,652,867 | IssuesEvent | 2023-03-09 20:45:36 | MicrosoftDocs/windowsserverdocs | https://api.github.com/repos/MicrosoftDocs/windowsserverdocs | closed | Wrong version | Pri1 windows-server/prod remote-desktop-services/tech | Hi,
There is a mistake of the version of Windows 10 client in the Microsoft Store.
It's written 1.2.1810 instead of 10.2.1810.
Regards
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 86f7187f-7e2e-da7f-6f46-46568be43db7
* Version Independent ID: 49714e7e-ecfb-dba3-f43a-17b6ca677fa6
* Content: [Remote Desktop clients](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients)
* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/remote-desktop-clients.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/remote-desktop-clients.md)
* Product: **windows-server**
* Technology: **remote-desktop-services**
* GitHub Login: @Heidilohr
* Microsoft Alias: **helohr** | 1.0 | Wrong version - Hi,
There is a mistake of the version of Windows 10 client in the Microsoft Store.
It's written 1.2.1810 instead of 10.2.1810.
Regards
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 86f7187f-7e2e-da7f-6f46-46568be43db7
* Version Independent ID: 49714e7e-ecfb-dba3-f43a-17b6ca677fa6
* Content: [Remote Desktop clients](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients)
* Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/remote-desktop-clients.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/remote-desktop-clients.md)
* Product: **windows-server**
* Technology: **remote-desktop-services**
* GitHub Login: @Heidilohr
* Microsoft Alias: **helohr** | non_defect | wrong version hi there is a mistake of the version of windows client in the microsoft store it s written instead of regards document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ecfb content content source product windows server technology remote desktop services github login heidilohr microsoft alias helohr | 0 |
47,273 | 13,056,093,910 | IssuesEvent | 2020-07-30 03:38:20 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | PFWriter/SuperDST combination causing missing I3EventHeader (Trac #262) | Migrated from Trac defect jeb + pnf | 2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve
r/private/jebserver/JEBWriter.cxx:153 no event header in frame
2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni
cation/private/pfcommunication/I3Broker.cxx:233 "PFWriter" already registered at Name Se
rvice ... register it anyway
2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux
iliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2
2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve
r/private/jebserver/JEBWriter.cxx:153 no event header in frame
2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni
cation/private/pfcommunication/I3Broker.cxx:233 "PFWriter" already registered at Name Se
rvice ... register it anyway
2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux
iliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19
2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/
private/jebserver/JEBFile.cxx:196 opened file "/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy
sicsFiltering_Run00118175_Subrun00000000_00000000.i3"
This is understood...in the handling of SuperDST-only filters, we clean the frame
of non-SuperDST entries, including the I3EventHeader. So if the first event
is a SuperDST only event, the I3EventHeader is removed.
This FIRST I3EventHeader is used by the PFWriter to detect run transitions and
make run transitions neat. The PFWriter expects this to be there.
A super-dst only event would happen first in the file roughly 1/6 of the time,
so this explains why this wasn't a problem in the 24 hr test run or at SPTS.
Migrated from https://code.icecube.wisc.edu/ticket/262
```json
{
"status": "closed",
"changetime": "2012-05-25T13:56:04",
"description": "2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2\n2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19\n2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/\nprivate/jebserver/JEBFile.cxx:196 opened file \"/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy\nsicsFiltering_Run00118175_Subrun00000000_00000000.i3\"\n\nThis is understood...in the handling of SuperDST-only filters, we clean the frame\nof non-SuperDST entries, including the I3EventHeader. So if the first event\nis a SuperDST only event, the I3EventHeader is removed.\n\nThis FIRST I3EventHeader is used by the PFWriter to detect run transitions and\nmake run transitions neat. The PFWriter expects this to be there.\nA super-dst only event would happen first in the file roughly 1/6 of the time,\nso this explains why this wasn't a problem in the 24 hr test run or at SPTS.\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1337954164000000",
"component": "jeb + pnf",
"summary": "PFWriter/SuperDST combination causing missing I3EventHeader",
"priority": "normal",
"keywords": "",
"time": "2011-05-13T13:58:35",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
| 1.0 | PFWriter/SuperDST combination causing missing I3EventHeader (Trac #262) - 2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve
r/private/jebserver/JEBWriter.cxx:153 no event header in frame
2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni
cation/private/pfcommunication/I3Broker.cxx:233 "PFWriter" already registered at Name Se
rvice ... register it anyway
2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux
iliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2
2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve
r/private/jebserver/JEBWriter.cxx:153 no event header in frame
2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni
cation/private/pfcommunication/I3Broker.cxx:233 "PFWriter" already registered at Name Se
rvice ... register it anyway
2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux
iliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19
2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/
private/jebserver/JEBFile.cxx:196 opened file "/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy
sicsFiltering_Run00118175_Subrun00000000_00000000.i3"
This is understood...in the handling of SuperDST-only filters, we clean the frame
of non-SuperDST entries, including the I3EventHeader. So if the first event
is a SuperDST only event, the I3EventHeader is removed.
This FIRST I3EventHeader is used by the PFWriter to detect run transitions and
make run transitions neat. The PFWriter expects this to be there.
A super-dst only event would happen first in the file roughly 1/6 of the time,
so this explains why this wasn't a problem in the 24 hr test run or at SPTS.
Migrated from https://code.icecube.wisc.edu/ticket/262
```json
{
"status": "closed",
"changetime": "2012-05-25T13:56:04",
"description": "2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2\n2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19\n2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/\nprivate/jebserver/JEBFile.cxx:196 opened file \"/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy\nsicsFiltering_Run00118175_Subrun00000000_00000000.i3\"\n\nThis is understood...in the handling of SuperDST-only filters, we clean the frame\nof non-SuperDST entries, including the I3EventHeader. So if the first event\nis a SuperDST only event, the I3EventHeader is removed.\n\nThis FIRST I3EventHeader is used by the PFWriter to detect run transitions and\nmake run transitions neat. The PFWriter expects this to be there.\nA super-dst only event would happen first in the file roughly 1/6 of the time,\nso this explains why this wasn't a problem in the 24 hr test run or at SPTS.\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1337954164000000",
"component": "jeb + pnf",
"summary": "PFWriter/SuperDST combination causing missing I3EventHeader",
"priority": "normal",
"keywords": "",
"time": "2011-05-13T13:58:35",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
| defect | pfwriter superdst combination causing missing trac fatal jebwriter scratch blaufuss pnf src jebserve r private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni cation private pfcommunication cxx pfwriter already registered at name se rvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux iliary private pfauxiliary pfcontinuity cxx missing events at run event fatal jebwriter scratch blaufuss pnf src jebserve r private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni cation private pfcommunication cxx pfwriter already registered at name se rvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux iliary private pfauxiliary pfcontinuity cxx missing events at run event info jebfile scratch blaufuss pnf src jebserver private jebserver jebfile cxx opened file mnt data pnflocal pffilt physicstrig phy sicsfiltering this is understood in the handling of superdst only filters we clean the frame of non superdst entries including the so if the first event is a superdst only event the is removed this first is used by the pfwriter to detect run transitions and make run transitions neat the pfwriter expects this to be there a super dst only event would happen first in the file roughly of the time so this explains why this wasn t a problem in the hr test run or at spts migrated from json status closed changetime description fatal jebwriter scratch blaufuss pnf src jebserve nr private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni ncation private pfcommunication cxx pfwriter already registered at name se nrvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux niliary private pfauxiliary pfcontinuity cxx missing events at run event fatal jebwriter scratch blaufuss pnf src jebserve nr private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni ncation private pfcommunication cxx pfwriter already registered at name se nrvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux niliary private pfauxiliary pfcontinuity cxx missing events at run event info jebfile scratch blaufuss pnf src jebserver nprivate jebserver jebfile cxx opened file mnt data pnflocal pffilt physicstrig phy nsicsfiltering n nthis is understood in the handling of superdst only filters we clean the frame nof non superdst entries including the so if the first event nis a superdst only event the is removed n nthis first is used by the pfwriter to detect run transitions and nmake run transitions neat the pfwriter expects this to be there na super dst only event would happen first in the file roughly of the time nso this explains why this wasn t a problem in the hr test run or at spts n reporter blaufuss cc resolution fixed ts component jeb pnf summary pfwriter superdst combination causing missing priority normal keywords time milestone owner tschmidt type defect | 1 |
289,177 | 21,771,815,045 | IssuesEvent | 2022-05-13 09:48:42 | JSAbrahams/mamba | https://api.github.com/repos/JSAbrahams/mamba | closed | Add grammar document to repo | documentation | Certain core documents should be within this repository.
- [ ] Remove documentation link in README, it is not actively being maintained, so linking to it misleading. | 1.0 | Add grammar document to repo - Certain core documents should be within this repository.
- [ ] Remove documentation link in README, it is not actively being maintained, so linking to it misleading. | non_defect | add grammar document to repo certain core documents should be within this repository remove documentation link in readme it is not actively being maintained so linking to it misleading | 0 |
60,084 | 17,023,331,341 | IssuesEvent | 2021-07-03 01:28:17 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | list "add way to relation" doesn't exactly follow the mouse | Component: potlatch (flash editor) Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 3.13pm, Sunday, 7th December 2008]**
when moving the mouse to the bottom of the list, the highlighted item is up to two items higher than the mouse is.
checked with safari and firefox. | 1.0 | list "add way to relation" doesn't exactly follow the mouse - **[Submitted to the original trac issue database at 3.13pm, Sunday, 7th December 2008]**
when moving the mouse to the bottom of the list, the highlighted item is up to two items higher than the mouse is.
checked with safari and firefox. | defect | list add way to relation doesn t exactly follow the mouse when moving the mouse to the bottom of the list the highlighted item is up to two items higher than the mouse is checked with safari and firefox | 1 |
243,614 | 26,285,216,954 | IssuesEvent | 2023-01-07 19:05:33 | temporalio/temporal-aws-sdk-go | https://api.github.com/repos/temporalio/temporal-aws-sdk-go | closed | github.com/aws/aws-sdk-go-v1.35.7: 3 vulnerabilities (highest severity is: 7.5) - autoclosed | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/aws/aws-sdk-go-v1.35.7</b></p></summary>
<p></p>
<p>
</details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (github.com/aws/aws-sdk-go-v1.35.7 version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2020-28851](https://www.mend.io/vulnerability-database/CVE-2020-28851) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
| [CVE-2020-28852](https://www.mend.io/vulnerability-database/CVE-2020-28852) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
| [CVE-2021-38561](https://www.mend.io/vulnerability-database/CVE-2021-38561) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
<p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.</p>
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-28851</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
<p>Publish Date: 2021-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28851>CVE-2020-28851</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28851">https://nvd.nist.gov/vuln/detail/CVE-2020-28851</a></p>
<p>Release Date: 2021-01-02</p>
<p>Fix Resolution: golang-golang-x-text-dev - 0.3.6-1,0.3.6-1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-28852</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
<p>Publish Date: 2021-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28852>CVE-2020-28852</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28852">https://nvd.nist.gov/vuln/detail/CVE-2020-28852</a></p>
<p>Release Date: 2021-01-02</p>
<p>Fix Resolution: golang-golang-x-text-dev - 0.3.5-1,0.3.5-1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-38561</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Due to improper index calculation, an incorrectly formatted language tag can cause Parse
to panic, due to an out of bounds read. If Parse is used to process untrusted user inputs,
this may be used as a vector for a denial of service attack.
<p>Publish Date: 2021-08-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-38561>CVE-2021-38561</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://osv.dev/vulnerability/GO-2021-0113">https://osv.dev/vulnerability/GO-2021-0113</a></p>
<p>Release Date: 2021-08-12</p>
<p>Fix Resolution: v0.3.7</p>
</p>
<p></p>
</details> | True | github.com/aws/aws-sdk-go-v1.35.7: 3 vulnerabilities (highest severity is: 7.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/aws/aws-sdk-go-v1.35.7</b></p></summary>
<p></p>
<p>
</details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (github.com/aws/aws-sdk-go-v1.35.7 version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2020-28851](https://www.mend.io/vulnerability-database/CVE-2020-28851) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
| [CVE-2020-28852](https://www.mend.io/vulnerability-database/CVE-2020-28852) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
| [CVE-2021-38561](https://www.mend.io/vulnerability-database/CVE-2021-38561) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | github.com/golang/text-v0.3.3 | Transitive | N/A* | ❌ |
<p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.</p>
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-28851</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
<p>Publish Date: 2021-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28851>CVE-2020-28851</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28851">https://nvd.nist.gov/vuln/detail/CVE-2020-28851</a></p>
<p>Release Date: 2021-01-02</p>
<p>Fix Resolution: golang-golang-x-text-dev - 0.3.6-1,0.3.6-1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-28852</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)
<p>Publish Date: 2021-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28852>CVE-2020-28852</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28852">https://nvd.nist.gov/vuln/detail/CVE-2020-28852</a></p>
<p>Release Date: 2021-01-02</p>
<p>Fix Resolution: golang-golang-x-text-dev - 0.3.5-1,0.3.5-1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-38561</summary>
### Vulnerable Library - <b>github.com/golang/text-v0.3.3</b></p>
<p>[mirror] Go text processing support</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip">https://proxy.golang.org/github.com/golang/text/@v/v0.3.3.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/aws/aws-sdk-go-v1.35.7 (Root Library)
- github.com/golang/net-v0.0.0-20200822124328-c89045814202
- :x: **github.com/golang/text-v0.3.3** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Due to improper index calculation, an incorrectly formatted language tag can cause Parse
to panic, due to an out of bounds read. If Parse is used to process untrusted user inputs,
this may be used as a vector for a denial of service attack.
<p>Publish Date: 2021-08-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-38561>CVE-2021-38561</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://osv.dev/vulnerability/GO-2021-0113">https://osv.dev/vulnerability/GO-2021-0113</a></p>
<p>Release Date: 2021-08-12</p>
<p>Fix Resolution: v0.3.7</p>
</p>
<p></p>
</details> | non_defect | github com aws aws sdk go vulnerabilities highest severity is autoclosed vulnerable library github com aws aws sdk go vulnerabilities cve severity cvss dependency type fixed in github com aws aws sdk go version remediation available high github com golang text transitive n a high github com golang text transitive n a high github com golang text transitive n a for some transitive vulnerabilities there is no version of direct dependency with a fix check the section details below to see if there is a version of transitive dependency where vulnerability is fixed details cve vulnerable library github com golang text go text processing support library home page a href dependency hierarchy github com aws aws sdk go root library github com golang net x github com golang text vulnerable library found in base branch master vulnerability details in x text in go an index out of range panic occurs in language parseacceptlanguage while parsing the u extension x text language is supposed to be able to parse an http accept language header publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution golang golang x text dev cve vulnerable library github com golang text go text processing support library home page a href dependency hierarchy github com aws aws sdk go root library github com golang net x github com golang text vulnerable library found in base branch master vulnerability details in x text in go before a slice bounds out of range panic occurs in language parseacceptlanguage while processing a bcp tag x text language is supposed to be able to parse an http accept language header publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution golang golang x text dev cve vulnerable library github com golang text go text processing support library home page a href dependency hierarchy github com aws aws sdk go root library github com golang net x github com golang text vulnerable library found in base branch master vulnerability details due to improper index calculation an incorrectly formatted language tag can cause parse to panic due to an out of bounds read if parse is used to process untrusted user inputs this may be used as a vector for a denial of service attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution | 0 |
46,861 | 13,055,991,099 | IssuesEvent | 2020-07-30 03:19:34 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [toprec] Needs cleanup (Trac #2021) | Incomplete Migration Migrated from Trac analysis defect | Migrated from https://code.icecube.wisc.edu/ticket/2021
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "Issues with python scripts:\n - Scripts are VERY old.\n - Some refer to segments that do not exist anymore.\n - They use old syntax.\n - It is not clear what is the difference between examples and scripts directory. None has the stuff that is actually run, I think.\n - scripts use paths that exist only in KR's laptop.\n\nMy guess is that most should be removed. \n\nThe only test is commented out.\n\nSome things in C++:\n - There are segments of dead code everywhere.\n - There are comments dating from 2012. Some resolution? (e.g.: I3LaputopFitter.cxx:399, but there are more)\n - The descriptions of parameters in icetray inspect are outdated. In some cases they are silently ignored (like the LDF and curvature parameters in I3LaputopLikelihood)\n - It is not necessary to use global static data members when an anonymous namespace in the implementation works.\n\nGenerally speaking, I think it needs a review.\n",
"reporter": "jgonzalez",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067295757382",
"component": "analysis",
"summary": "[toprec] Needs cleanup",
"priority": "normal",
"keywords": "",
"time": "2017-05-12T14:39:11",
"milestone": "",
"owner": "kath",
"type": "defect"
}
```
| 1.0 | [toprec] Needs cleanup (Trac #2021) - Migrated from https://code.icecube.wisc.edu/ticket/2021
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "Issues with python scripts:\n - Scripts are VERY old.\n - Some refer to segments that do not exist anymore.\n - They use old syntax.\n - It is not clear what is the difference between examples and scripts directory. None has the stuff that is actually run, I think.\n - scripts use paths that exist only in KR's laptop.\n\nMy guess is that most should be removed. \n\nThe only test is commented out.\n\nSome things in C++:\n - There are segments of dead code everywhere.\n - There are comments dating from 2012. Some resolution? (e.g.: I3LaputopFitter.cxx:399, but there are more)\n - The descriptions of parameters in icetray inspect are outdated. In some cases they are silently ignored (like the LDF and curvature parameters in I3LaputopLikelihood)\n - It is not necessary to use global static data members when an anonymous namespace in the implementation works.\n\nGenerally speaking, I think it needs a review.\n",
"reporter": "jgonzalez",
"cc": "",
"resolution": "wontfix",
"_ts": "1550067295757382",
"component": "analysis",
"summary": "[toprec] Needs cleanup",
"priority": "normal",
"keywords": "",
"time": "2017-05-12T14:39:11",
"milestone": "",
"owner": "kath",
"type": "defect"
}
```
| defect | needs cleanup trac migrated from json status closed changetime description issues with python scripts n scripts are very old n some refer to segments that do not exist anymore n they use old syntax n it is not clear what is the difference between examples and scripts directory none has the stuff that is actually run i think n scripts use paths that exist only in kr s laptop n nmy guess is that most should be removed n nthe only test is commented out n nsome things in c n there are segments of dead code everywhere n there are comments dating from some resolution e g cxx but there are more n the descriptions of parameters in icetray inspect are outdated in some cases they are silently ignored like the ldf and curvature parameters in n it is not necessary to use global static data members when an anonymous namespace in the implementation works n ngenerally speaking i think it needs a review n reporter jgonzalez cc resolution wontfix ts component analysis summary needs cleanup priority normal keywords time milestone owner kath type defect | 1 |
21,586 | 3,521,167,480 | IssuesEvent | 2016-01-13 00:10:47 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | reopened | Bogus "[warning] Missing concrete implementation of 'RenderObject.applyPaintTransform'" | analyzer-strong-mode area-analyzer priority-high resolution-duplicate Type-Defect | If I apply the following patch to Flutter's repository (at aa80bd6fc94d2a5189a1170737c59de1df10b249), and then run the analyzer (`flutter analyze --flutter-repo`), then the code goes from having zero warnings to having lots of warnings to the effect of `[warning] Missing concrete implementation of 'RenderObject.applyPaintTransform'`.
```patch
$ git diff upstream/master --stat ; git diff upstream/master
packages/flutter/lib/src/rendering/box.dart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/flutter/lib/src/rendering/box.dart b/packages/flutter/lib/src/rendering/box.dart
index 4c57d43..6f98b7c 100644
--- a/packages/flutter/lib/src/rendering/box.dart
+++ b/packages/flutter/lib/src/rendering/box.dart
@@ -624,7 +624,7 @@ abstract class RenderBox extends RenderObject {
///
/// The RenderBox implementation takes care of adjusting the matrix for the
/// position of the given child.
- void applyPaintTransform(RenderObject child, Matrix4 transform) {
+ void applyPaintTransform(RenderBox child, Matrix4 transform) {
assert(child.parent == this);
BoxParentData childParentData = child.parentData;
Point position = childParentData.position;
```
`RenderBox` is a subtype of `RenderObject` and the method is not abstract anywhere, it's concretely defined everywhere.
See: https://github.com/flutter/flutter/pull/887
https://travis-ci.org/flutter/flutter/builds/96211427 | 1.0 | Bogus "[warning] Missing concrete implementation of 'RenderObject.applyPaintTransform'" - If I apply the following patch to Flutter's repository (at aa80bd6fc94d2a5189a1170737c59de1df10b249), and then run the analyzer (`flutter analyze --flutter-repo`), then the code goes from having zero warnings to having lots of warnings to the effect of `[warning] Missing concrete implementation of 'RenderObject.applyPaintTransform'`.
```patch
$ git diff upstream/master --stat ; git diff upstream/master
packages/flutter/lib/src/rendering/box.dart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/flutter/lib/src/rendering/box.dart b/packages/flutter/lib/src/rendering/box.dart
index 4c57d43..6f98b7c 100644
--- a/packages/flutter/lib/src/rendering/box.dart
+++ b/packages/flutter/lib/src/rendering/box.dart
@@ -624,7 +624,7 @@ abstract class RenderBox extends RenderObject {
///
/// The RenderBox implementation takes care of adjusting the matrix for the
/// position of the given child.
- void applyPaintTransform(RenderObject child, Matrix4 transform) {
+ void applyPaintTransform(RenderBox child, Matrix4 transform) {
assert(child.parent == this);
BoxParentData childParentData = child.parentData;
Point position = childParentData.position;
```
`RenderBox` is a subtype of `RenderObject` and the method is not abstract anywhere, it's concretely defined everywhere.
See: https://github.com/flutter/flutter/pull/887
https://travis-ci.org/flutter/flutter/builds/96211427 | defect | bogus missing concrete implementation of renderobject applypainttransform if i apply the following patch to flutter s repository at and then run the analyzer flutter analyze flutter repo then the code goes from having zero warnings to having lots of warnings to the effect of missing concrete implementation of renderobject applypainttransform patch git diff upstream master stat git diff upstream master packages flutter lib src rendering box dart file changed insertion deletion diff git a packages flutter lib src rendering box dart b packages flutter lib src rendering box dart index a packages flutter lib src rendering box dart b packages flutter lib src rendering box dart abstract class renderbox extends renderobject the renderbox implementation takes care of adjusting the matrix for the position of the given child void applypainttransform renderobject child transform void applypainttransform renderbox child transform assert child parent this boxparentdata childparentdata child parentdata point position childparentdata position renderbox is a subtype of renderobject and the method is not abstract anywhere it s concretely defined everywhere see | 1 |
10,056 | 2,618,933,771 | IssuesEvent | 2015-03-03 00:01:15 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | military info wrong after conquest via rebellion | auto-migrated Component-Logic Priority-Medium Type-Defect | ```
Game version: 0.95-130
Operating System: Windows XP 32
Java runtime version: jdk1.7.0_04
Installed using the Launcher? yes
Game language: de
In the attached save, at the next midnight (10 secs away :)), one of the
Garthog planets decides to rebel and joins me, presumably since the moral was
two consecutive days extremely low due to repeated attacks of mine. In the
equipment screen I can see that there are zero vehicles on the planet, which is
correct, but the military info tab in the information window stills shows a
radar vehicle and some tanks.
```
Original issue reported on code.google.com by `anonymis...@arcor.de` on 4 Jun 2013 at 7:23
Attachments:
* [save-2013-06-04-09-03-23-640.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-739/comment-0/save-2013-06-04-09-03-23-640.xml.gz)
| 1.0 | military info wrong after conquest via rebellion - ```
Game version: 0.95-130
Operating System: Windows XP 32
Java runtime version: jdk1.7.0_04
Installed using the Launcher? yes
Game language: de
In the attached save, at the next midnight (10 secs away :)), one of the
Garthog planets decides to rebel and joins me, presumably since the moral was
two consecutive days extremely low due to repeated attacks of mine. In the
equipment screen I can see that there are zero vehicles on the planet, which is
correct, but the military info tab in the information window stills shows a
radar vehicle and some tanks.
```
Original issue reported on code.google.com by `anonymis...@arcor.de` on 4 Jun 2013 at 7:23
Attachments:
* [save-2013-06-04-09-03-23-640.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-739/comment-0/save-2013-06-04-09-03-23-640.xml.gz)
| defect | military info wrong after conquest via rebellion game version operating system windows xp java runtime version installed using the launcher yes game language de in the attached save at the next midnight secs away one of the garthog planets decides to rebel and joins me presumably since the moral was two consecutive days extremely low due to repeated attacks of mine in the equipment screen i can see that there are zero vehicles on the planet which is correct but the military info tab in the information window stills shows a radar vehicle and some tanks original issue reported on code google com by anonymis arcor de on jun at attachments | 1 |
471,232 | 13,563,155,487 | IssuesEvent | 2020-09-18 08:06:11 | wso2/docker-is | https://api.github.com/repos/wso2/docker-is | closed | [5.9.0] Adding the Docker Source Git Release Tag Version to Image Metadata | Priority/High Type/Task | **Description:**
Currently, the Docker source Git release tag version is included as part of the Docker image tag (see [image tagging mechanism](https://medium.com/faun/wso2-products-dockerized-image-tagging-mechanism-9b4499831548)).
Moving forward in order to avoid complexities within the used image tags and improve their clarity, it needs to be evaluated if this value can be added as metadata of the image (using [Docker image LABELS](https://docs.docker.com/engine/reference/builder/#label)).
**Sub Tasks:**
- [x] Add source label in Alpine based Docker resources
- [x] Add source label in CentOS based Docker resources
- [x] Add source label in Ubuntu based Docker resources
- [x] Code/Peer review | 1.0 | [5.9.0] Adding the Docker Source Git Release Tag Version to Image Metadata - **Description:**
Currently, the Docker source Git release tag version is included as part of the Docker image tag (see [image tagging mechanism](https://medium.com/faun/wso2-products-dockerized-image-tagging-mechanism-9b4499831548)).
Moving forward in order to avoid complexities within the used image tags and improve their clarity, it needs to be evaluated if this value can be added as metadata of the image (using [Docker image LABELS](https://docs.docker.com/engine/reference/builder/#label)).
**Sub Tasks:**
- [x] Add source label in Alpine based Docker resources
- [x] Add source label in CentOS based Docker resources
- [x] Add source label in Ubuntu based Docker resources
- [x] Code/Peer review | non_defect | adding the docker source git release tag version to image metadata description currently the docker source git release tag version is included as part of the docker image tag see moving forward in order to avoid complexities within the used image tags and improve their clarity it needs to be evaluated if this value can be added as metadata of the image using sub tasks add source label in alpine based docker resources add source label in centos based docker resources add source label in ubuntu based docker resources code peer review | 0 |
30,911 | 6,346,973,500 | IssuesEvent | 2017-07-28 04:56:02 | line/armeria | https://api.github.com/repos/line/armeria | closed | Spring Boot armeria server always shutdown in 0.51.0 | defect | hello, I use armeria and spring boot, below bean before version 0.51.0 (i.e. 0.46.0 - 0.50.0) is normal,
use armeria-spring-boot-starter. (but not use spring-boot-starter-web)
```java
@Configuration
public class RpcServiceConfiguration {
@Bean
public ThriftServiceRegistrationBean rpcService(RpcHandler rpcHandler) {
return new ThriftServiceRegistrationBean()
.setServiceName("RpcService")
.setService(THttpService.of(rpcHandler, ThriftSerializationFormats.COMPACT))
.setPath("/api/data");
}
}
```
but in 0.51.0, An unexpected close has occurred, like:
[main] : Started Application in 8.869 seconds (JVM running for 9.946)
[Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6e0f5f7f: startup date [Wed Jul 26 14:35:19 CST 2017]; root of context hierarchy
[Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
Disconnected from the target VM, address: '127.0.0.1:58717', transport: 'socket'
How can I do? thank! | 1.0 | Spring Boot armeria server always shutdown in 0.51.0 - hello, I use armeria and spring boot, below bean before version 0.51.0 (i.e. 0.46.0 - 0.50.0) is normal,
use armeria-spring-boot-starter. (but not use spring-boot-starter-web)
```java
@Configuration
public class RpcServiceConfiguration {
@Bean
public ThriftServiceRegistrationBean rpcService(RpcHandler rpcHandler) {
return new ThriftServiceRegistrationBean()
.setServiceName("RpcService")
.setService(THttpService.of(rpcHandler, ThriftSerializationFormats.COMPACT))
.setPath("/api/data");
}
}
```
but in 0.51.0, An unexpected close has occurred, like:
[main] : Started Application in 8.869 seconds (JVM running for 9.946)
[Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6e0f5f7f: startup date [Wed Jul 26 14:35:19 CST 2017]; root of context hierarchy
[Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
Disconnected from the target VM, address: '127.0.0.1:58717', transport: 'socket'
How can I do? thank! | defect | spring boot armeria server always shutdown in hello i use armeria and spring boot below bean before version i e is normal use armeria spring boot starter but not use spring boot starter web java configuration public class rpcserviceconfiguration bean public thriftserviceregistrationbean rpcservice rpchandler rpchandler return new thriftserviceregistrationbean setservicename rpcservice setservice thttpservice of rpchandler thriftserializationformats compact setpath api data but in an unexpected close has occurred like started application in seconds jvm running for s c a annotationconfigapplicationcontext closing org springframework context annotation annotationconfigapplicationcontext startup date root of context hierarchy o s j e a annotationmbeanexporter unregistering jmx exposed beans on shutdown disconnected from the target vm address transport socket how can i do thank | 1 |
40,650 | 10,091,417,939 | IssuesEvent | 2019-07-26 14:12:48 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | l_abs_step_tol is completely broken | C: MOOSE P: normal T: defect | ## Rationale
If the user supplies any positive number for `l_abs_step_tol` in `Executioner`, linear solves always converge in 1 iteration, even if the linear solve is nowhere even close to convergence.
Furthermore, the check in `FEProblemBase::checkLinearConvergence` is completely wrong anyway; it does
```
| ||r^{old}|| - ||r^{new}|| | < l_abs_step_tol
```
This is just wrong. For instance, the two residual vectors could be very different, yet have the same norms, so step convergence would be detected falsely. The correct implementation is
```
||r^{old} - r^{new}|| < l_abs_step_tol
```
## Description
In `FEProblemBase::checkLinearConvergence`, print out `rnorm` and `system._last_rnorm`. You'll see that on the second call to this function in each linear solve, `rnorm` and `system._last_rnorm` are exactly equal, which seems to suggest that `system._last_rnorm` is updated with the new `rnorm` *before* calling this function.
There appears to be only 1 input file in MOOSE where `l_abs_step_tol` is even used: `modules/combined/examples/mortar/mortar_gradient.i`. You'll notice that those linear solves converge in 1 iteration.
## Impact
Fix broken linear convergence monitoring. | 1.0 | l_abs_step_tol is completely broken - ## Rationale
If the user supplies any positive number for `l_abs_step_tol` in `Executioner`, linear solves always converge in 1 iteration, even if the linear solve is nowhere even close to convergence.
Furthermore, the check in `FEProblemBase::checkLinearConvergence` is completely wrong anyway; it does
```
| ||r^{old}|| - ||r^{new}|| | < l_abs_step_tol
```
This is just wrong. For instance, the two residual vectors could be very different, yet have the same norms, so step convergence would be detected falsely. The correct implementation is
```
||r^{old} - r^{new}|| < l_abs_step_tol
```
## Description
In `FEProblemBase::checkLinearConvergence`, print out `rnorm` and `system._last_rnorm`. You'll see that on the second call to this function in each linear solve, `rnorm` and `system._last_rnorm` are exactly equal, which seems to suggest that `system._last_rnorm` is updated with the new `rnorm` *before* calling this function.
There appears to be only 1 input file in MOOSE where `l_abs_step_tol` is even used: `modules/combined/examples/mortar/mortar_gradient.i`. You'll notice that those linear solves converge in 1 iteration.
## Impact
Fix broken linear convergence monitoring. | defect | l abs step tol is completely broken rationale if the user supplies any positive number for l abs step tol in executioner linear solves always converge in iteration even if the linear solve is nowhere even close to convergence furthermore the check in feproblembase checklinearconvergence is completely wrong anyway it does r old r new l abs step tol this is just wrong for instance the two residual vectors could be very different yet have the same norms so step convergence would be detected falsely the correct implementation is r old r new l abs step tol description in feproblembase checklinearconvergence print out rnorm and system last rnorm you ll see that on the second call to this function in each linear solve rnorm and system last rnorm are exactly equal which seems to suggest that system last rnorm is updated with the new rnorm before calling this function there appears to be only input file in moose where l abs step tol is even used modules combined examples mortar mortar gradient i you ll notice that those linear solves converge in iteration impact fix broken linear convergence monitoring | 1 |
16,142 | 3,508,410,951 | IssuesEvent | 2016-01-08 17:43:01 | flutter/flutter | https://api.github.com/repos/flutter/flutter | opened | flutter test command needs better error message | affects: dev experience affects: tests | If you run `flutter test` on a project that doesn't depend on `flutter_test` or hasn't done a `pub get`, you get the error message below. It would be better to just print an error message that the flutter_test package is missing. It's currently difficult to find the root cause because the error messages below do not refer to any files in the `flutter_test` package. (All paths below have been sanitized.)
```
$ flutter test
00:00 +0: loading /.../test/space_usage_test.dart
00:00 +0 -1: ... /.../test/number_accumulator_test.dart
00:00 +0 -1: loading /.../test/space_usage_test.dart
Failed to load "/.../test/space_usage_test.dart":
Aborted while running: /.../test/space_usage_test.dart
stderr:
[0108/093344:ERROR:data_pipe_file_utils.cc(233)] Opening file '/.../test/packages/flutter_tools/src/test/remote_listener.dart' failed in CopyFromFileHandler::OpenFile
[0108/093344:FATAL:dart_library_provider_files.cc(20)] Failed to load /.../test/packages/flutter_tools/src/test/remote_listener.dart
```
| 1.0 | flutter test command needs better error message - If you run `flutter test` on a project that doesn't depend on `flutter_test` or hasn't done a `pub get`, you get the error message below. It would be better to just print an error message that the flutter_test package is missing. It's currently difficult to find the root cause because the error messages below do not refer to any files in the `flutter_test` package. (All paths below have been sanitized.)
```
$ flutter test
00:00 +0: loading /.../test/space_usage_test.dart
00:00 +0 -1: ... /.../test/number_accumulator_test.dart
00:00 +0 -1: loading /.../test/space_usage_test.dart
Failed to load "/.../test/space_usage_test.dart":
Aborted while running: /.../test/space_usage_test.dart
stderr:
[0108/093344:ERROR:data_pipe_file_utils.cc(233)] Opening file '/.../test/packages/flutter_tools/src/test/remote_listener.dart' failed in CopyFromFileHandler::OpenFile
[0108/093344:FATAL:dart_library_provider_files.cc(20)] Failed to load /.../test/packages/flutter_tools/src/test/remote_listener.dart
```
| non_defect | flutter test command needs better error message if you run flutter test on a project that doesn t depend on flutter test or hasn t done a pub get you get the error message below it would be better to just print an error message that the flutter test package is missing it s currently difficult to find the root cause because the error messages below do not refer to any files in the flutter test package all paths below have been sanitized flutter test loading test space usage test dart test number accumulator test dart loading test space usage test dart failed to load test space usage test dart aborted while running test space usage test dart stderr opening file test packages flutter tools src test remote listener dart failed in copyfromfilehandler openfile failed to load test packages flutter tools src test remote listener dart | 0 |
334,448 | 24,419,735,451 | IssuesEvent | 2022-10-05 19:10:28 | Mischback/mailsrv | https://api.github.com/repos/Mischback/mailsrv | closed | Documentation of Python requirements files | documentation enhancement | Include comments in the requirements files (see https://stackoverflow.com/questions/9159757/can-i-add-comments-to-a-pip-requirements-file):
- [x] What is the purpose of the (specific) requirements file?
- [x] Why are the versions not pinned? **->** The requirements files are not actively used in the actual images, but provide repository-specific infrastructure around the images. Thus, pinning requirements to specific versions is not required. | 1.0 | Documentation of Python requirements files - Include comments in the requirements files (see https://stackoverflow.com/questions/9159757/can-i-add-comments-to-a-pip-requirements-file):
- [x] What is the purpose of the (specific) requirements file?
- [x] Why are the versions not pinned? **->** The requirements files are not actively used in the actual images, but provide repository-specific infrastructure around the images. Thus, pinning requirements to specific versions is not required. | non_defect | documentation of python requirements files include comments in the requirements files see what is the purpose of the specific requirements file why are the versions not pinned the requirements files are not actively used in the actual images but provide repository specific infrastructure around the images thus pinning requirements to specific versions is not required | 0 |
22,228 | 3,619,202,118 | IssuesEvent | 2016-02-08 15:11:12 | igatoolsProject/igatools | https://api.github.com/repos/igatoolsProject/igatools | closed | h-refine problem | auto-migrated Priority-Medium Type-Defect | ```
Problem details:
I am encountering a problem in the h-refine procedure:
First, I am building a PhysicalSpace from a ReferenceSpace and a PushForward,
then I tried to refine it doing: spaces->refine_h(3).
The error I got is an execution error, and it is due to an exception:
An error occurred in line <87> of file
</$IGATOOLS_SOURCE/basis_functions/spline_space.cpp> in function
void iga::SplineSpace<dim, range, rank>::init() [with int dim = 1; int range = 1; int rank = 1]
The violated condition was:
mult.size() == knots_size[j]-2
The name and call sequence of the exception was:
ExcMessage("Interior multiplicity size does not match the grid")
Additional Information:
Interior multiplicity size does not match the grid.
Mac OS X Snow Leopard
```
Original issue reported on code.google.com by `ebriva...@gmail.com` on 22 Jul 2014 at 9:21 | 1.0 | h-refine problem - ```
Problem details:
I am encountering a problem in the h-refine procedure:
First, I am building a PhysicalSpace from a ReferenceSpace and a PushForward,
then I tried to refine it doing: spaces->refine_h(3).
The error I got is an execution error, and it is due to an exception:
An error occurred in line <87> of file
</$IGATOOLS_SOURCE/basis_functions/spline_space.cpp> in function
void iga::SplineSpace<dim, range, rank>::init() [with int dim = 1; int range = 1; int rank = 1]
The violated condition was:
mult.size() == knots_size[j]-2
The name and call sequence of the exception was:
ExcMessage("Interior multiplicity size does not match the grid")
Additional Information:
Interior multiplicity size does not match the grid.
Mac OS X Snow Leopard
```
Original issue reported on code.google.com by `ebriva...@gmail.com` on 22 Jul 2014 at 9:21 | defect | h refine problem problem details i am encountering a problem in the h refine procedure first i am building a physicalspace from a referencespace and a pushforward then i tried to refine it doing spaces refine h the error i got is an execution error and it is due to an exception an error occurred in line of file in function void iga splinespace init the violated condition was mult size knots size the name and call sequence of the exception was excmessage interior multiplicity size does not match the grid additional information interior multiplicity size does not match the grid mac os x snow leopard original issue reported on code google com by ebriva gmail com on jul at | 1 |
73,099 | 24,459,712,181 | IssuesEvent | 2022-10-07 09:59:33 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Another user cannot decrypt one of my messages | T-Defect | ### Steps to reproduce
A user cannot decrypt one of my messages in a room. In this room there was a poll.
### Outcome
#### What did you expect?
Users should be able to decrypt all messages.
#### What happened instead?
The user "@bwindels:matrix.org" cannot decrypt one my messages: https://matrix.to/#/!RzVNrZJxUYNdwLfDNT:element.io/$cvQ7Evgbz0oStf5LwM95I-rJG2OTkrIcCmUAbxM3lKU?via=element.io&via=matrix.org&via=connecteu.rs
### Operating system
MacOS
### Browser information
Firefox
### URL for webapp
https://develop.element.io
### Application version
Element version: fb686ec5b6b6-react-06dbea62559f-js-029280b9d9c3 Olm version: 3.2.12
### Homeserver
matrix.org
### Will you send logs?
Yes | 1.0 | Another user cannot decrypt one of my messages - ### Steps to reproduce
A user cannot decrypt one of my messages in a room. In this room there was a poll.
### Outcome
#### What did you expect?
Users should be able to decrypt all messages.
#### What happened instead?
The user "@bwindels:matrix.org" cannot decrypt one my messages: https://matrix.to/#/!RzVNrZJxUYNdwLfDNT:element.io/$cvQ7Evgbz0oStf5LwM95I-rJG2OTkrIcCmUAbxM3lKU?via=element.io&via=matrix.org&via=connecteu.rs
### Operating system
MacOS
### Browser information
Firefox
### URL for webapp
https://develop.element.io
### Application version
Element version: fb686ec5b6b6-react-06dbea62559f-js-029280b9d9c3 Olm version: 3.2.12
### Homeserver
matrix.org
### Will you send logs?
Yes | defect | another user cannot decrypt one of my messages steps to reproduce a user cannot decrypt one of my messages in a room in this room there was a poll outcome what did you expect users should be able to decrypt all messages what happened instead the user bwindels matrix org cannot decrypt one my messages operating system macos browser information firefox url for webapp application version element version react js olm version homeserver matrix org will you send logs yes | 1 |
188,104 | 22,046,154,748 | IssuesEvent | 2022-05-30 02:06:47 | maddyCode23/linux-4.1.15 | https://api.github.com/repos/maddyCode23/linux-4.1.15 | closed | CVE-2020-27171 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed | security vulnerability | ## CVE-2020-27171 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c has an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-10d2bb2e6b1d.
<p>Publish Date: 2021-03-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27171>CVE-2020-27171</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27171">https://nvd.nist.gov/vuln/detail/CVE-2020-27171</a></p>
<p>Release Date: 2021-03-20</p>
<p>Fix Resolution: linux-libc-headers - 5.13;linux-yocto - 5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1,4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-27171 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2020-27171 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c has an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-10d2bb2e6b1d.
<p>Publish Date: 2021-03-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-27171>CVE-2020-27171</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.0</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-27171">https://nvd.nist.gov/vuln/detail/CVE-2020-27171</a></p>
<p>Release Date: 2021-03-20</p>
<p>Fix Resolution: linux-libc-headers - 5.13;linux-yocto - 5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1,4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files kernel bpf verifier c kernel bpf verifier c vulnerability details an issue was discovered in the linux kernel before kernel bpf verifier c has an off by one error with a resultant integer underflow affecting out of bounds speculation on pointer arithmetic leading to side channel attacks that defeat spectre mitigations and obtain sensitive information from kernel memory aka cid publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution linux libc headers linux yocto gitautoinc gitautoinc step up your open source security game with whitesource | 0 |
38,080 | 2,838,703,773 | IssuesEvent | 2015-05-27 09:21:28 | traitecoevo/tree | https://api.github.com/repos/traitecoevo/tree | closed | Description of physiological model | low priority | Documentation for physiological model out of date and in need of some work before we describe new models. In particular
- [x] Outline equations using height rather than leaf mass as base variable as of db85b05c9236836a640c99a6820a22a5da8603c1 and a9c90b3dfd43da51541e46e8448b3725d7b028bb
- [ ] Improve documentation of Assimilation calculations (link between leaf N and c_p1, c_p2 currently missing)
- [x] Add default set of trait values. Set these as parameters, then use those pars to centre pars like $\alpha_4$, $c_d0$. This will take care of #16.
- [x] Table of parameter values actually used in model (use knitr to extract)
| 1.0 | Description of physiological model - Documentation for physiological model out of date and in need of some work before we describe new models. In particular
- [x] Outline equations using height rather than leaf mass as base variable as of db85b05c9236836a640c99a6820a22a5da8603c1 and a9c90b3dfd43da51541e46e8448b3725d7b028bb
- [ ] Improve documentation of Assimilation calculations (link between leaf N and c_p1, c_p2 currently missing)
- [x] Add default set of trait values. Set these as parameters, then use those pars to centre pars like $\alpha_4$, $c_d0$. This will take care of #16.
- [x] Table of parameter values actually used in model (use knitr to extract)
| non_defect | description of physiological model documentation for physiological model out of date and in need of some work before we describe new models in particular outline equations using height rather than leaf mass as base variable as of and improve documentation of assimilation calculations link between leaf n and c c currently missing add default set of trait values set these as parameters then use those pars to centre pars like alpha c this will take care of table of parameter values actually used in model use knitr to extract | 0 |
74,030 | 24,909,512,609 | IssuesEvent | 2022-10-29 17:34:40 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | Switching apps during call resets audio device | T-Defect | ### Steps to reproduce
1. Be in a 1:1 native call
2. switch apps to view a photo or website etc
3. switch back
### Outcome
#### What did you expect?
switching apps does not impact the audio device in use
#### What happened instead?
audio device is switched back to default, which in this case is the ear speaker instead of the loudspeaker (see #5368)
### Your phone model
7
### Operating system version
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Switching apps during call resets audio device - ### Steps to reproduce
1. Be in a 1:1 native call
2. switch apps to view a photo or website etc
3. switch back
### Outcome
#### What did you expect?
switching apps does not impact the audio device in use
#### What happened instead?
audio device is switched back to default, which in this case is the ear speaker instead of the loudspeaker (see #5368)
### Your phone model
7
### Operating system version
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | defect | switching apps during call resets audio device steps to reproduce be in a native call switch apps to view a photo or website etc switch back outcome what did you expect switching apps does not impact the audio device in use what happened instead audio device is switched back to default which in this case is the ear speaker instead of the loudspeaker see your phone model operating system version no response application version no response homeserver no response will you send logs no | 1 |
45,781 | 13,055,748,306 | IssuesEvent | 2020-07-30 02:37:11 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | I3Db needed in release (Trac #46) | Incomplete Migration Migrated from Trac defect offline-software | Migrated from https://code.icecube.wisc.edu/ticket/46
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": "Latest I3Db needs to be in the release (will be used in the JEB online)",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1194753078000000",
"component": "offline-software",
"summary": "I3Db needed in release",
"priority": "normal",
"keywords": "",
"time": "2007-06-06T01:50:37",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| 1.0 | I3Db needed in release (Trac #46) - Migrated from https://code.icecube.wisc.edu/ticket/46
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": "Latest I3Db needs to be in the release (will be used in the JEB online)",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1194753078000000",
"component": "offline-software",
"summary": "I3Db needed in release",
"priority": "normal",
"keywords": "",
"time": "2007-06-06T01:50:37",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| defect | needed in release trac migrated from json status closed changetime description latest needs to be in the release will be used in the jeb online reporter blaufuss cc resolution fixed ts component offline software summary needed in release priority normal keywords time milestone owner type defect | 1 |
73,600 | 24,709,828,057 | IssuesEvent | 2022-10-19 22:58:26 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Inconsistent Ring Radius in the Peripheral Deformed Region of PatternedHexMeshGenerator | T: defect P: normal | ## Bug Description
`PatternedHexMeshGenerator` deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes. The deformation should not affect the ring regions. However, currently the outmost ring radius may be affected and thus the volume preservation is compromised.
Additionally, current `PatternedHexMeshGenerator` protects circular area from deformation. User feedback shows that there is also need to optionally protect the entire input mesh from be deformed. This will also be solved by the PR that closed this issue.
## Steps to Reproduce
Use `PolygonConcentricCircleMeshGenerator` to generate a unit mesh with ring region and preserved volumes, and then use `PatternedHexMeshGenerator` with a small enough `hexagon_size` to stitch them together. The radii of the rings in the peripheral unit meshes are slightly modified by `PatternedHexMeshGenerator`, which is not supposed to happen.
## Impact
The volume preservation and the geometry becomes inconsistent. | 1.0 | Inconsistent Ring Radius in the Peripheral Deformed Region of PatternedHexMeshGenerator - ## Bug Description
`PatternedHexMeshGenerator` deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes. The deformation should not affect the ring regions. However, currently the outmost ring radius may be affected and thus the volume preservation is compromised.
Additionally, current `PatternedHexMeshGenerator` protects circular area from deformation. User feedback shows that there is also need to optionally protect the entire input mesh from be deformed. This will also be solved by the PR that closed this issue.
## Steps to Reproduce
Use `PolygonConcentricCircleMeshGenerator` to generate a unit mesh with ring region and preserved volumes, and then use `PatternedHexMeshGenerator` with a small enough `hexagon_size` to stitch them together. The radii of the rings in the peripheral unit meshes are slightly modified by `PatternedHexMeshGenerator`, which is not supposed to happen.
## Impact
The volume preservation and the geometry becomes inconsistent. | defect | inconsistent ring radius in the peripheral deformed region of patternedhexmeshgenerator bug description patternedhexmeshgenerator deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes the deformation should not affect the ring regions however currently the outmost ring radius may be affected and thus the volume preservation is compromised additionally current patternedhexmeshgenerator protects circular area from deformation user feedback shows that there is also need to optionally protect the entire input mesh from be deformed this will also be solved by the pr that closed this issue steps to reproduce use polygonconcentriccirclemeshgenerator to generate a unit mesh with ring region and preserved volumes and then use patternedhexmeshgenerator with a small enough hexagon size to stitch them together the radii of the rings in the peripheral unit meshes are slightly modified by patternedhexmeshgenerator which is not supposed to happen impact the volume preservation and the geometry becomes inconsistent | 1 |
157,378 | 5,999,876,890 | IssuesEvent | 2017-06-05 01:18:12 | dsherret/ts-simple-ast | https://api.github.com/repos/dsherret/ts-simple-ast | opened | Low priority manipulation tasks | low priority manipulation | I'm going to use this issue to collect together some low priority manipulation tasks. I'll come back to implement these at the end.
**ClassDeclaration**
[ ] Class methods in an ambient context
[ ] Get & set accessors
More to come... | 1.0 | Low priority manipulation tasks - I'm going to use this issue to collect together some low priority manipulation tasks. I'll come back to implement these at the end.
**ClassDeclaration**
[ ] Class methods in an ambient context
[ ] Get & set accessors
More to come... | non_defect | low priority manipulation tasks i m going to use this issue to collect together some low priority manipulation tasks i ll come back to implement these at the end classdeclaration class methods in an ambient context get set accessors more to come | 0 |
271,304 | 20,627,850,770 | IssuesEvent | 2022-03-08 01:26:46 | DMIT-2018/2018-jan-2022-workbook-dwelchnait-OE01 | https://api.github.com/repos/DMIT-2018/2018-jan-2022-workbook-dwelchnait-OE01 | opened | General Planning Implementation tasks of Managing Play lists | documentation | This task list area will be completed once the implementation plan has been outlined. This area is where one creates the task list that is associated with the milestone. The tasks that are outlined in this area, are the tasks that are counted for the milestone.
- Task A
- [ ] task a.1
- [ ] task a.2
- [ ] task a.3
- Task B
- [ ] task b.1
-Task C
- [ ] task c.1
- [ ] task c.2 | 1.0 | General Planning Implementation tasks of Managing Play lists - This task list area will be completed once the implementation plan has been outlined. This area is where one creates the task list that is associated with the milestone. The tasks that are outlined in this area, are the tasks that are counted for the milestone.
- Task A
- [ ] task a.1
- [ ] task a.2
- [ ] task a.3
- Task B
- [ ] task b.1
-Task C
- [ ] task c.1
- [ ] task c.2 | non_defect | general planning implementation tasks of managing play lists this task list area will be completed once the implementation plan has been outlined this area is where one creates the task list that is associated with the milestone the tasks that are outlined in this area are the tasks that are counted for the milestone task a task a task a task a task b task b task c task c task c | 0 |
199,035 | 15,732,157,588 | IssuesEvent | 2021-03-29 17:57:13 | AY2021S2-TIC4002-F18-2/tp2 | https://api.github.com/repos/AY2021S2-TIC4002-F18-2/tp2 | opened | Inconsistency with example in summary section | severity.VeryLow type.DocumentationBug | Perhaps the example should be `sort n` instead of `sort j` to make it consistent with the example of usage

| 1.0 | Inconsistency with example in summary section - Perhaps the example should be `sort n` instead of `sort j` to make it consistent with the example of usage

| non_defect | inconsistency with example in summary section perhaps the example should be sort n instead of sort j to make it consistent with the example of usage | 0 |
48,170 | 13,067,493,986 | IssuesEvent | 2020-07-31 00:38:19 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [photonics-service] Tests fail on the bots (Trac #1901) | Migrated from Trac combo reconstruction defect | The photonics-service tests pass for me locally. I have no idea why they're failing on the bots.
Migrated from https://code.icecube.wisc.edu/ticket/1901
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:24",
"description": "The photonics-service tests pass for me locally. I have no idea why they're failing on the bots.",
"reporter": "olivas",
"cc": "kjmeagher, nega, david.schultz",
"resolution": "fixed",
"_ts": "1550067204154158",
"component": "combo reconstruction",
"summary": "[photonics-service] Tests fail on the bots",
"priority": "blocker",
"keywords": "",
"time": "2016-10-18T17:28:39",
"milestone": "",
"owner": "andrii.terliuk",
"type": "defect"
}
```
| 1.0 | [photonics-service] Tests fail on the bots (Trac #1901) - The photonics-service tests pass for me locally. I have no idea why they're failing on the bots.
Migrated from https://code.icecube.wisc.edu/ticket/1901
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:24",
"description": "The photonics-service tests pass for me locally. I have no idea why they're failing on the bots.",
"reporter": "olivas",
"cc": "kjmeagher, nega, david.schultz",
"resolution": "fixed",
"_ts": "1550067204154158",
"component": "combo reconstruction",
"summary": "[photonics-service] Tests fail on the bots",
"priority": "blocker",
"keywords": "",
"time": "2016-10-18T17:28:39",
"milestone": "",
"owner": "andrii.terliuk",
"type": "defect"
}
```
| defect | tests fail on the bots trac the photonics service tests pass for me locally i have no idea why they re failing on the bots migrated from json status closed changetime description the photonics service tests pass for me locally i have no idea why they re failing on the bots reporter olivas cc kjmeagher nega david schultz resolution fixed ts component combo reconstruction summary tests fail on the bots priority blocker keywords time milestone owner andrii terliuk type defect | 1 |
43,434 | 11,715,717,748 | IssuesEvent | 2020-03-09 14:34:21 | google/auto | https://api.github.com/repos/google/auto | closed | Issue with JSR-303 annotations (javax validation): annotations copied on fields and methods causing double validation | Component: value P3 Status: needs more information type=defect | Hi guys,
I try to use AutoValue and Java validation (jsr-303) in same time.
It works, but I have an issue with annotations.
They are reported twice in the generated class: on the generated field and on the getter method, causing double validation (and generating double violation messages, when a validation fails).
Example with the @NotBlank annotation:
```
@AutoValue
public abstract class Test {
@NotBlank
public abstract String name();
}
```
Generated code:
```
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Test extends Test {
private final @NotBlank String name;
AutoValue_Test(
@NotBlank String name) {
if (name == null) {
throw new NullPointerException("Null name");
}
this.name = name;
}
@Override
public @NotBlank String name() {
return name;
}
@Override
public String toString() {
return "Test{"
+ "name=" + name
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof Test) {
Test that = (Test) o;
return this.name.equals(that.name());
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
h$ *= 1000003;
h$ ^= name.hashCode();
return h$;
}
```
Is there a way to tell AutoValue to only copy an annotation on field or method? if not, could it be implemented in a near future?
Thank you.
| 1.0 | Issue with JSR-303 annotations (javax validation): annotations copied on fields and methods causing double validation - Hi guys,
I try to use AutoValue and Java validation (jsr-303) in same time.
It works, but I have an issue with annotations.
They are reported twice in the generated class: on the generated field and on the getter method, causing double validation (and generating double violation messages, when a validation fails).
Example with the @NotBlank annotation:
```
@AutoValue
public abstract class Test {
@NotBlank
public abstract String name();
}
```
Generated code:
```
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Test extends Test {
private final @NotBlank String name;
AutoValue_Test(
@NotBlank String name) {
if (name == null) {
throw new NullPointerException("Null name");
}
this.name = name;
}
@Override
public @NotBlank String name() {
return name;
}
@Override
public String toString() {
return "Test{"
+ "name=" + name
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof Test) {
Test that = (Test) o;
return this.name.equals(that.name());
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
h$ *= 1000003;
h$ ^= name.hashCode();
return h$;
}
```
Is there a way to tell AutoValue to only copy an annotation on field or method? if not, could it be implemented in a near future?
Thank you.
| defect | issue with jsr annotations javax validation annotations copied on fields and methods causing double validation hi guys i try to use autovalue and java validation jsr in same time it works but i have an issue with annotations they are reported twice in the generated class on the generated field and on the getter method causing double validation and generating double violation messages when a validation fails example with the notblank annotation autovalue public abstract class test notblank public abstract string name generated code generated com google auto value processor autovalueprocessor final class autovalue test extends test private final notblank string name autovalue test notblank string name if name null throw new nullpointerexception null name this name name override public notblank string name return name override public string tostring return test name name override public boolean equals object o if o this return true if o instanceof test test that test o return this name equals that name return false override public int hashcode int h h h name hashcode return h is there a way to tell autovalue to only copy an annotation on field or method if not could it be implemented in a near future thank you | 1 |
361,053 | 10,703,291,955 | IssuesEvent | 2019-10-24 09:16:46 | mozilla/addons-code-manager | https://api.github.com/repos/mozilla/addons-code-manager | reopened | See which version introduced a specific code line | priority: p3 state: stale type: feature | User story:
> As a code reviewer, I want to be able to see which version introduced a specific code line, so I know which versions to reject without checking each unconfirmed version.
When viewing a file (https://github.com/mozilla/addons-code-manager/issues/108), the reviewer should be able to select a line and see which version introduced the line. | 1.0 | See which version introduced a specific code line - User story:
> As a code reviewer, I want to be able to see which version introduced a specific code line, so I know which versions to reject without checking each unconfirmed version.
When viewing a file (https://github.com/mozilla/addons-code-manager/issues/108), the reviewer should be able to select a line and see which version introduced the line. | non_defect | see which version introduced a specific code line user story as a code reviewer i want to be able to see which version introduced a specific code line so i know which versions to reject without checking each unconfirmed version when viewing a file the reviewer should be able to select a line and see which version introduced the line | 0 |
33,615 | 7,181,272,241 | IssuesEvent | 2018-02-01 03:52:34 | colour-science/colour | https://api.github.com/repos/colour-science/colour | closed | Issue using "np.einsum" with Numpy 1.14.0. | API Critical Defect | Some users have reported issues with Numpy 1.14.0 that we should investigate.
```python
File "/Users/.../main.py", line 34, in <module>
visible_spectrum_plot()
File "/usr/local/lib/python2.7/site-packages/colour/plotting/colorimetry.py", line 496, in visible_spectrum_plot
apply_encoding_cctf=False)
File "/usr/local/lib/python2.7/site-packages/colour/models/rgb/common.py", line 76, in XYZ_to_sRGB
sRGB.encoding_cctf if apply_encoding_cctf else None) # yapf: disable
File "/usr/local/lib/python2.7/site-packages/colour/models/rgb/rgb_colourspace.py", line 648, in XYZ_to_RGB
transform=chromatic_adaptation_transform)
File "/usr/local/lib/python2.7/site-packages/colour/adaptation/vonkries.py", line 100, in chromatic_adaptation_matrix_VonKries
rgb_w = np.einsum('...i,...ij->...j', XYZ_w, np.transpose(M))
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 1087, in einsum
einsum_call=True)
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 688, in einsum_path
input_subscripts, output_subscript, operands = _parse_einsum_input(operands)
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 432, in _parse_einsum_input
raise TypeError("For this input type lists must contain "
TypeError: For this input type lists must contain either int or Ellipsis
``` | 1.0 | Issue using "np.einsum" with Numpy 1.14.0. - Some users have reported issues with Numpy 1.14.0 that we should investigate.
```python
File "/Users/.../main.py", line 34, in <module>
visible_spectrum_plot()
File "/usr/local/lib/python2.7/site-packages/colour/plotting/colorimetry.py", line 496, in visible_spectrum_plot
apply_encoding_cctf=False)
File "/usr/local/lib/python2.7/site-packages/colour/models/rgb/common.py", line 76, in XYZ_to_sRGB
sRGB.encoding_cctf if apply_encoding_cctf else None) # yapf: disable
File "/usr/local/lib/python2.7/site-packages/colour/models/rgb/rgb_colourspace.py", line 648, in XYZ_to_RGB
transform=chromatic_adaptation_transform)
File "/usr/local/lib/python2.7/site-packages/colour/adaptation/vonkries.py", line 100, in chromatic_adaptation_matrix_VonKries
rgb_w = np.einsum('...i,...ij->...j', XYZ_w, np.transpose(M))
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 1087, in einsum
einsum_call=True)
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 688, in einsum_path
input_subscripts, output_subscript, operands = _parse_einsum_input(operands)
File "/usr/local/lib/python2.7/site-packages/numpy/core/einsumfunc.py", line 432, in _parse_einsum_input
raise TypeError("For this input type lists must contain "
TypeError: For this input type lists must contain either int or Ellipsis
``` | defect | issue using np einsum with numpy some users have reported issues with numpy that we should investigate python file users main py line in visible spectrum plot file usr local lib site packages colour plotting colorimetry py line in visible spectrum plot apply encoding cctf false file usr local lib site packages colour models rgb common py line in xyz to srgb srgb encoding cctf if apply encoding cctf else none yapf disable file usr local lib site packages colour models rgb rgb colourspace py line in xyz to rgb transform chromatic adaptation transform file usr local lib site packages colour adaptation vonkries py line in chromatic adaptation matrix vonkries rgb w np einsum i ij j xyz w np transpose m file usr local lib site packages numpy core einsumfunc py line in einsum einsum call true file usr local lib site packages numpy core einsumfunc py line in einsum path input subscripts output subscript operands parse einsum input operands file usr local lib site packages numpy core einsumfunc py line in parse einsum input raise typeerror for this input type lists must contain typeerror for this input type lists must contain either int or ellipsis | 1 |
167,957 | 26,572,575,724 | IssuesEvent | 2023-01-21 11:12:15 | Krypton-Suite/Standard-Toolkit | https://api.github.com/repos/Krypton-Suite/Standard-Toolkit | opened | [Bug]: Button Designer adds values it shouldn't | bug designer | Using todays alpha branch and saving a designer file, the button has values added that cause an application to crash (See black lines):

I do not want any UAC stuff for a "normal" button, and if it is a default value, then do not add it (i.e. rounding)

| 1.0 | [Bug]: Button Designer adds values it shouldn't - Using todays alpha branch and saving a designer file, the button has values added that cause an application to crash (See black lines):

I do not want any UAC stuff for a "normal" button, and if it is a default value, then do not add it (i.e. rounding)

| non_defect | button designer adds values it shouldn t using todays alpha branch and saving a designer file the button has values added that cause an application to crash see black lines i do not want any uac stuff for a normal button and if it is a default value then do not add it i e rounding | 0 |
505,369 | 14,632,250,954 | IssuesEvent | 2020-12-23 21:53:36 | BenJeau/react-native-draw | https://api.github.com/repos/BenJeau/react-native-draw | closed | Canvas draws unexpected dot | bug priority: med | When touching the canvas after selecting a color or changing brush properties, canvas draws a point | 1.0 | Canvas draws unexpected dot - When touching the canvas after selecting a color or changing brush properties, canvas draws a point | non_defect | canvas draws unexpected dot when touching the canvas after selecting a color or changing brush properties canvas draws a point | 0 |
30,937 | 2,730,117,484 | IssuesEvent | 2015-04-16 13:15:14 | ericrosenbaum/BeetleBlocks | https://api.github.com/repos/ericrosenbaum/BeetleBlocks | closed | Remove camera and cloud buttons | enhancement high priority | All options under Cloud and Camera should go somewhere else.:
* bg color and grid options should go under the Config menu
* all cloud stuff under File | 1.0 | Remove camera and cloud buttons - All options under Cloud and Camera should go somewhere else.:
* bg color and grid options should go under the Config menu
* all cloud stuff under File | non_defect | remove camera and cloud buttons all options under cloud and camera should go somewhere else bg color and grid options should go under the config menu all cloud stuff under file | 0 |
66,261 | 20,106,462,395 | IssuesEvent | 2022-02-07 10:59:25 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Mouse pointer starts flashing between hand and arrow in a tight loop | T-Defect | ### Steps to reproduce
1. Chatting in a room.
2. Needs a click, either on a line with no hotspot or one of the icons at the end, usually "edit" (often I accidentally click on the line, not by purpose)
3. About 1 in 20 the bug happens
### Outcome
#### What happens
__Browser__: Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
__Version__: version: 1.10.1; Olm version: 3.2.8
The mouse cursor starts flashing between Hand and normal Arrow, about 20 changes per second, or probably the maximum rate the desktop environment can actually display.
The browser UI is halted since the loop is so tight 100% CPU is used up.
Clicking on a tab does nothing, but the click is travelling at snail speed and it is possible that it gets processed in a few minutes, and the browser changes tabls. In this case sometimes the flashing ends, and from then it's good again. Sometimes it stays unresponsive and have to be killed.
### Operating system
Debian/sid Linux
### Browser information
Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
### URL for webapp
https://riot.grin.hu/
### Application version
version: 1.10.1; Olm version: 3.2.8
### Homeserver
synapse 1.51.0-1
### Will you send logs?
No | 1.0 | Mouse pointer starts flashing between hand and arrow in a tight loop - ### Steps to reproduce
1. Chatting in a room.
2. Needs a click, either on a line with no hotspot or one of the icons at the end, usually "edit" (often I accidentally click on the line, not by purpose)
3. About 1 in 20 the bug happens
### Outcome
#### What happens
__Browser__: Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
__Version__: version: 1.10.1; Olm version: 3.2.8
The mouse cursor starts flashing between Hand and normal Arrow, about 20 changes per second, or probably the maximum rate the desktop environment can actually display.
The browser UI is halted since the loop is so tight 100% CPU is used up.
Clicking on a tab does nothing, but the click is travelling at snail speed and it is possible that it gets processed in a few minutes, and the browser changes tabls. In this case sometimes the flashing ends, and from then it's good again. Sometimes it stays unresponsive and have to be killed.
### Operating system
Debian/sid Linux
### Browser information
Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
### URL for webapp
https://riot.grin.hu/
### Application version
version: 1.10.1; Olm version: 3.2.8
### Homeserver
synapse 1.51.0-1
### Will you send logs?
No | defect | mouse pointer starts flashing between hand and arrow in a tight loop steps to reproduce chatting in a room needs a click either on a line with no hotspot or one of the icons at the end usually edit often i accidentally click on the line not by purpose about in the bug happens outcome what happens browser chromium version official build built on debian bookworm sid running on debian bookworm sid bit version version olm version the mouse cursor starts flashing between hand and normal arrow about changes per second or probably the maximum rate the desktop environment can actually display the browser ui is halted since the loop is so tight cpu is used up clicking on a tab does nothing but the click is travelling at snail speed and it is possible that it gets processed in a few minutes and the browser changes tabls in this case sometimes the flashing ends and from then it s good again sometimes it stays unresponsive and have to be killed operating system debian sid linux browser information chromium version official build built on debian bookworm sid running on debian bookworm sid bit url for webapp application version version olm version homeserver synapse will you send logs no | 1 |
3,464 | 13,785,563,999 | IssuesEvent | 2020-10-08 23:13:45 | BCDevOps/OpenShift4-RollOut | https://api.github.com/repos/BCDevOps/OpenShift4-RollOut | closed | Automate Cluster Logging Upgrades | team/DXC tech/automation | **Describe the issue**
Cluster Logging is not upgraded automatically as part of cluster upgrades. The steps to upgrade are documented at https://docs.openshift.com/container-platform/4.5/logging/cluster-logging-upgrading.html and should be upgraded after a cluster upgrade.
**Which Sprint Goal is this issue related to?**
Ops Tool Implementation
**Definition of done Checklist (where applicable)**
- [x] Document the cluster upgrade process / RFCs
- [x] Automate upgrading Cluster Logging | 1.0 | Automate Cluster Logging Upgrades - **Describe the issue**
Cluster Logging is not upgraded automatically as part of cluster upgrades. The steps to upgrade are documented at https://docs.openshift.com/container-platform/4.5/logging/cluster-logging-upgrading.html and should be upgraded after a cluster upgrade.
**Which Sprint Goal is this issue related to?**
Ops Tool Implementation
**Definition of done Checklist (where applicable)**
- [x] Document the cluster upgrade process / RFCs
- [x] Automate upgrading Cluster Logging | non_defect | automate cluster logging upgrades describe the issue cluster logging is not upgraded automatically as part of cluster upgrades the steps to upgrade are documented at and should be upgraded after a cluster upgrade which sprint goal is this issue related to ops tool implementation definition of done checklist where applicable document the cluster upgrade process rfcs automate upgrading cluster logging | 0 |
7,326 | 2,610,363,629 | IssuesEvent | 2015-02-26 19:57:31 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | can't add tumblr account | auto-migrated Priority-Medium tumblr Type-Defect | ```
What's the problem?
when I add a tumblr account I get
ScribeFire couldn't get the information it needed about your blog. Helpfully,
your blog returned this message: <!DOCTYPE html> <html lang="en"> <head> <link
rel="icon" href="http://assets.tumblr.com/images/favicon.gif?2"
type="image/gif"/> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/> <meta http-equiv="x-dns-prefetch-control" content="off"/>
<meta name="robots" content="noindex"/> <link rel="stylesheet"
href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css"
type="text/css" media="screen" charset="utf-8"> <title>Not found.</title>
</head> <body> <table height="100%" width="100%"> <tr> <td align="center"
valign="middle"> <div id="container"> <h1 id="l10n_title">Not found.</h1> <div
class="sorry"> <p id="l10n_sorry_1">We couldn't find the page you were looking
for.</p> <p id="l10n_sorry_2"><a
href="http://www.tumblr.com/docs/en/error_troubleshooting#not_found"
target="_docs">Find out why</a> you may have encountered <br/>this error.</p>
</div> </div> </td> </tr> </table> <script type="text/javascript"
language="javascript">var status_code = '404'</script> <script
type="text/javascript" language="javascript"
src="http://assets.tumblr.com/languages/errors.js"></script> <script
type="text/javascript"> if (top != self) document.body.style.background =
'transparent'; </script> </body> </html>
What browser are you using?
chrome Version 20.0.1132.57
What version of ScribeFire are you running?
ScribeFire 4.1
```
-----
Original issue reported on code.google.com by `quentin....@gmail.com` on 11 Sep 2012 at 9:12
* Merged into: #766 | 1.0 | can't add tumblr account - ```
What's the problem?
when I add a tumblr account I get
ScribeFire couldn't get the information it needed about your blog. Helpfully,
your blog returned this message: <!DOCTYPE html> <html lang="en"> <head> <link
rel="icon" href="http://assets.tumblr.com/images/favicon.gif?2"
type="image/gif"/> <meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/> <meta http-equiv="x-dns-prefetch-control" content="off"/>
<meta name="robots" content="noindex"/> <link rel="stylesheet"
href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css"
type="text/css" media="screen" charset="utf-8"> <title>Not found.</title>
</head> <body> <table height="100%" width="100%"> <tr> <td align="center"
valign="middle"> <div id="container"> <h1 id="l10n_title">Not found.</h1> <div
class="sorry"> <p id="l10n_sorry_1">We couldn't find the page you were looking
for.</p> <p id="l10n_sorry_2"><a
href="http://www.tumblr.com/docs/en/error_troubleshooting#not_found"
target="_docs">Find out why</a> you may have encountered <br/>this error.</p>
</div> </div> </td> </tr> </table> <script type="text/javascript"
language="javascript">var status_code = '404'</script> <script
type="text/javascript" language="javascript"
src="http://assets.tumblr.com/languages/errors.js"></script> <script
type="text/javascript"> if (top != self) document.body.style.background =
'transparent'; </script> </body> </html>
What browser are you using?
chrome Version 20.0.1132.57
What version of ScribeFire are you running?
ScribeFire 4.1
```
-----
Original issue reported on code.google.com by `quentin....@gmail.com` on 11 Sep 2012 at 9:12
* Merged into: #766 | defect | can t add tumblr account what s the problem when i add a tumblr account i get scribefire couldn t get the information it needed about your blog helpfully your blog returned this message link rel icon href type image gif meta http equiv content type content text html charset utf link rel stylesheet href type text css media screen charset utf not found td align center valign middle not found div class sorry we couldn t find the page you were looking for a href target docs find out why you may have encountered this error script type text javascript language javascript var status code script type text javascript language javascript src script type text javascript if top self document body style background transparent what browser are you using chrome version what version of scribefire are you running scribefire original issue reported on code google com by quentin gmail com on sep at merged into | 1 |
60,547 | 8,443,645,443 | IssuesEvent | 2018-10-18 16:06:16 | trilinos/Trilinos | https://api.github.com/repos/trilinos/Trilinos | opened | KokkosKernels: missing doxygen documentation | KokkosKernels documentation enhancement | KokkosKernels doesn't have any links to its Doxygen documentation on trilinos.org, at least not that I could find. I think it would be useful to have doxygen available, similarly to what other Trilinos packages provide, e.g., [Tpetra](https://trilinos.org/docs/dev/packages/tpetra/doc/html/index.html). | 1.0 | KokkosKernels: missing doxygen documentation - KokkosKernels doesn't have any links to its Doxygen documentation on trilinos.org, at least not that I could find. I think it would be useful to have doxygen available, similarly to what other Trilinos packages provide, e.g., [Tpetra](https://trilinos.org/docs/dev/packages/tpetra/doc/html/index.html). | non_defect | kokkoskernels missing doxygen documentation kokkoskernels doesn t have any links to its doxygen documentation on trilinos org at least not that i could find i think it would be useful to have doxygen available similarly to what other trilinos packages provide e g | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.