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
391,585
11,576,017,242
IssuesEvent
2020-02-21 10:58:34
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
fix TestAddonSearchView intermittent
priority: p4 type: intermittent
``` ____ TestAddonSearchView.test_prevent_too_complex_to_determinize_exception _____ src/olympia/addons/tests/test_views.py:1770: in test_prevent_too_complex_to_determinize_exception data = self.perform_search(self.url, {'q': query}) src/olympia/addons/tests/test_views.py:1021: in perform_search response = self.client.get(url, data, **headers) .tox/es/lib/python3.6/site-packages/django/test/testcases.py:85: in __exit__ '%d. %s' % (i, query['sql']) for i, query in enumerate(self.captured_queries, start=1) E AssertionError: 1 != 0 : 1 queries executed, 0 expected E Captured queries were: E 1. SELECT `waffle_switch`.`id`, `waffle_switch`.`name`, `waffle_switch`.`active`, `waffle_switch`.`note`, `waffle_switch`.`created`, `waffle_switch`.`modified` FROM `waffle_switch` WHERE `waffle_switch`.`name` = 'api-recommendations-priority' ```
1.0
fix TestAddonSearchView intermittent - ``` ____ TestAddonSearchView.test_prevent_too_complex_to_determinize_exception _____ src/olympia/addons/tests/test_views.py:1770: in test_prevent_too_complex_to_determinize_exception data = self.perform_search(self.url, {'q': query}) src/olympia/addons/tests/test_views.py:1021: in perform_search response = self.client.get(url, data, **headers) .tox/es/lib/python3.6/site-packages/django/test/testcases.py:85: in __exit__ '%d. %s' % (i, query['sql']) for i, query in enumerate(self.captured_queries, start=1) E AssertionError: 1 != 0 : 1 queries executed, 0 expected E Captured queries were: E 1. SELECT `waffle_switch`.`id`, `waffle_switch`.`name`, `waffle_switch`.`active`, `waffle_switch`.`note`, `waffle_switch`.`created`, `waffle_switch`.`modified` FROM `waffle_switch` WHERE `waffle_switch`.`name` = 'api-recommendations-priority' ```
non_defect
fix testaddonsearchview intermittent testaddonsearchview test prevent too complex to determinize exception src olympia addons tests test views py in test prevent too complex to determinize exception data self perform search self url q query src olympia addons tests test views py in perform search response self client get url data headers tox es lib site packages django test testcases py in exit d s i query for i query in enumerate self captured queries start e assertionerror queries executed expected e captured queries were e select waffle switch id waffle switch name waffle switch active waffle switch note waffle switch created waffle switch modified from waffle switch where waffle switch name api recommendations priority
0
65,885
19,762,046,726
IssuesEvent
2022-01-16 15:20:05
google/mozc
https://api.github.com/repos/google/mozc
closed
suggest: get rid of absolute path in unix/ibus/path_util.cc
Priority-Medium auto-migrated Type-Defect OpSys-Linux OpSys-FreeBSD
``` version: mozc-0.13.464.102 target file: unix/ibus/path_util.cc category: absolute path OS: FreeBSD 9-CURRENT / 8.1-RELEASE CC: gcc 4.2.1 (FreeBSD default compiler) /usr/share/ibus-mozc and 'kInstalledDirectory + string("/") + icon_file;' are absolute path. Please consider more portable way of path management. (e.g., Linux uses /usr/ as default top path of 3rd party applications. FreeBSD uses /usr/local/ on that way. Other OSes use other path as their default apps top path). ``` Original issue reported on code.google.com by `daichig...@gmail.com` on 20 Sep 2010 at 3:56 - Blocked on: #287
1.0
suggest: get rid of absolute path in unix/ibus/path_util.cc - ``` version: mozc-0.13.464.102 target file: unix/ibus/path_util.cc category: absolute path OS: FreeBSD 9-CURRENT / 8.1-RELEASE CC: gcc 4.2.1 (FreeBSD default compiler) /usr/share/ibus-mozc and 'kInstalledDirectory + string("/") + icon_file;' are absolute path. Please consider more portable way of path management. (e.g., Linux uses /usr/ as default top path of 3rd party applications. FreeBSD uses /usr/local/ on that way. Other OSes use other path as their default apps top path). ``` Original issue reported on code.google.com by `daichig...@gmail.com` on 20 Sep 2010 at 3:56 - Blocked on: #287
defect
suggest get rid of absolute path in unix ibus path util cc version mozc target file unix ibus path util cc category absolute path os freebsd current release cc gcc freebsd default compiler usr share ibus mozc and kinstalleddirectory string icon file are absolute path please consider more portable way of path management e g linux uses usr as default top path of party applications freebsd uses usr local on that way other oses use other path as their default apps top path original issue reported on code google com by daichig gmail com on sep at blocked on
1
57,877
16,113,149,899
IssuesEvent
2021-04-28 01:41:31
SasView/sasview
https://api.github.com/repos/SasView/sasview
opened
Graph Range resets to default on replot
critical defect
This was supposedly addressed by PR #1779 which was merged into release 5.0.4. However, Elliot Gilbert of ANSTO recently pointed out that when in the fitting perspective, every manual parameter change reset the graph range back to the default, making it impossible to work with when the parameter he was trying to optimize affected mostly small features at high Q necessitating zooming into that region while changing the parameter. It is not clear how this got reverted but a quick test suggests that this is not an issue with linearized plots (the area where this general replot issue was originally identified in issue #1750. This clearly needs to be fixed but it would also be useful to understand how this change got partially reverted before the 5.0.4 release so as to be try and prevent such from happening in the future.
1.0
Graph Range resets to default on replot - This was supposedly addressed by PR #1779 which was merged into release 5.0.4. However, Elliot Gilbert of ANSTO recently pointed out that when in the fitting perspective, every manual parameter change reset the graph range back to the default, making it impossible to work with when the parameter he was trying to optimize affected mostly small features at high Q necessitating zooming into that region while changing the parameter. It is not clear how this got reverted but a quick test suggests that this is not an issue with linearized plots (the area where this general replot issue was originally identified in issue #1750. This clearly needs to be fixed but it would also be useful to understand how this change got partially reverted before the 5.0.4 release so as to be try and prevent such from happening in the future.
defect
graph range resets to default on replot this was supposedly addressed by pr which was merged into release however elliot gilbert of ansto recently pointed out that when in the fitting perspective every manual parameter change reset the graph range back to the default making it impossible to work with when the parameter he was trying to optimize affected mostly small features at high q necessitating zooming into that region while changing the parameter it is not clear how this got reverted but a quick test suggests that this is not an issue with linearized plots the area where this general replot issue was originally identified in issue this clearly needs to be fixed but it would also be useful to understand how this change got partially reverted before the release so as to be try and prevent such from happening in the future
1
21,825
6,223,690,026
IssuesEvent
2017-07-10 12:37:49
Der-Die-Das/SiemensVR
https://api.github.com/repos/Der-Die-Das/SiemensVR
closed
Security
Code Issue
- Be able to insert a keycard into the "Keycard Binding Wall". - Be able to edit the inserted keycards settings. - Be able to eject the keycard. - Be able to switch at the computer between security cameras. - Be able to rotate the security cameras.
1.0
Security - - Be able to insert a keycard into the "Keycard Binding Wall". - Be able to edit the inserted keycards settings. - Be able to eject the keycard. - Be able to switch at the computer between security cameras. - Be able to rotate the security cameras.
non_defect
security be able to insert a keycard into the keycard binding wall be able to edit the inserted keycards settings be able to eject the keycard be able to switch at the computer between security cameras be able to rotate the security cameras
0
272,628
8,515,619,801
IssuesEvent
2018-10-31 22:17:09
qhacks/qhacks-website
https://api.github.com/repos/qhacks/qhacks-website
closed
Update font sizes for mobile displays
priority: required (medium) type: feature request
## Summary The generic font sizes in our stylesheet do not match the mocks on mobile displays. Although Zeplin says that they are the same size, it is evident that they are not from the word wrapping on mobile displays on [dev.qhacks.io](https://dev.qhacks.io). The stylesheet should be updated so that font size changes accordingly for mobile and smaller displays ### Basic Example `index.css` ```css h1: { font-size: 20px ... } @media (max-width: 800px) { h1: { font-size: 1.5em ... } } ```
1.0
Update font sizes for mobile displays - ## Summary The generic font sizes in our stylesheet do not match the mocks on mobile displays. Although Zeplin says that they are the same size, it is evident that they are not from the word wrapping on mobile displays on [dev.qhacks.io](https://dev.qhacks.io). The stylesheet should be updated so that font size changes accordingly for mobile and smaller displays ### Basic Example `index.css` ```css h1: { font-size: 20px ... } @media (max-width: 800px) { h1: { font-size: 1.5em ... } } ```
non_defect
update font sizes for mobile displays summary the generic font sizes in our stylesheet do not match the mocks on mobile displays although zeplin says that they are the same size it is evident that they are not from the word wrapping on mobile displays on the stylesheet should be updated so that font size changes accordingly for mobile and smaller displays basic example index css css font size media max width font size
0
82,923
15,681,617,674
IssuesEvent
2021-03-25 05:45:40
Watemlifts/NextSimpleStarter
https://api.github.com/repos/Watemlifts/NextSimpleStarter
opened
CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.4.tgz
security vulnerability
## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.4.tgz</b></p></summary> <p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p> <p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz</a></p> <p>Path to dependency file: NextSimpleStarter/package.json</p> <p>Path to vulnerable library: NextSimpleStarter/node_modules/hosted-git-info/package.json</p> <p> Dependency Hierarchy: - next-9.1.4.tgz (Root Library) - autodll-webpack-plugin-0.4.2.tgz - read-pkg-2.0.0.tgz - normalize-package-data-2.5.0.tgz - :x: **hosted-git-info-2.8.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Watemlifts/NextSimpleStarter/commit/93d02eb7749fa0bca642c815712aec1ae4642d42">93d02eb7749fa0bca642c815712aec1ae4642d42</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 package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via shortcutMatch in fromUrl(). <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362>CVE-2021-23362</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>5.3</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: None - Availability Impact: Low </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://github.com/npm/hosted-git-info/releases/tag/v3.0.8">https://github.com/npm/hosted-git-info/releases/tag/v3.0.8</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: hosted-git-info - 3.0.8</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-2021-23362 (Medium) detected in hosted-git-info-2.8.4.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.4.tgz</b></p></summary> <p>Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab</p> <p>Library home page: <a href="https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz">https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz</a></p> <p>Path to dependency file: NextSimpleStarter/package.json</p> <p>Path to vulnerable library: NextSimpleStarter/node_modules/hosted-git-info/package.json</p> <p> Dependency Hierarchy: - next-9.1.4.tgz (Root Library) - autodll-webpack-plugin-0.4.2.tgz - read-pkg-2.0.0.tgz - normalize-package-data-2.5.0.tgz - :x: **hosted-git-info-2.8.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Watemlifts/NextSimpleStarter/commit/93d02eb7749fa0bca642c815712aec1ae4642d42">93d02eb7749fa0bca642c815712aec1ae4642d42</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 package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via shortcutMatch in fromUrl(). <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23362>CVE-2021-23362</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>5.3</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: None - Availability Impact: Low </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://github.com/npm/hosted-git-info/releases/tag/v3.0.8">https://github.com/npm/hosted-git-info/releases/tag/v3.0.8</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: hosted-git-info - 3.0.8</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 hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file nextsimplestarter package json path to vulnerable library nextsimplestarter node modules hosted git info package json dependency hierarchy next tgz root library autodll webpack plugin tgz read pkg tgz normalize package data tgz x hosted git info tgz vulnerable library found in head commit a href vulnerability details the package hosted git info before are vulnerable to regular expression denial of service redos via shortcutmatch in fromurl 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 low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution hosted git info step up your open source security game with whitesource
0
37,849
8,552,086,344
IssuesEvent
2018-11-07 19:57:40
rst2pdf/rst2pdf
https://api.github.com/repos/rst2pdf/rst2pdf
closed
Improve counter usage
Priority-Medium Type-Defect auto-migrated
``` I need to re-use a table or image number multiple times, once in the introductory text, once under the table/image as a caption, and maybe another time as a link to it. But every time I use :counter:`table` the counter increases by 1. How can I freeze the counter for as long as I need to use the same one? In this case at least 2 times. Or maybe: How can I get the last counter number? * Version of rst2pdf: 0.93 ``` Original issue reported on code.google.com by `adi.cump...@gmail.com` on 13 Jan 2015 at 10:45 Attachments: - [Untitled.jpg](https://storage.googleapis.com/google-code-attachments/rst2pdf/issue-522/comment-0/Untitled.jpg)
1.0
Improve counter usage - ``` I need to re-use a table or image number multiple times, once in the introductory text, once under the table/image as a caption, and maybe another time as a link to it. But every time I use :counter:`table` the counter increases by 1. How can I freeze the counter for as long as I need to use the same one? In this case at least 2 times. Or maybe: How can I get the last counter number? * Version of rst2pdf: 0.93 ``` Original issue reported on code.google.com by `adi.cump...@gmail.com` on 13 Jan 2015 at 10:45 Attachments: - [Untitled.jpg](https://storage.googleapis.com/google-code-attachments/rst2pdf/issue-522/comment-0/Untitled.jpg)
defect
improve counter usage i need to re use a table or image number multiple times once in the introductory text once under the table image as a caption and maybe another time as a link to it but every time i use counter table the counter increases by how can i freeze the counter for as long as i need to use the same one in this case at least times or maybe how can i get the last counter number version of original issue reported on code google com by adi cump gmail com on jan at attachments
1
100,750
16,490,389,113
IssuesEvent
2021-05-25 02:15:21
jinuem/Parse-SDK-JS
https://api.github.com/repos/jinuem/Parse-SDK-JS
opened
WS-2019-0332 (Medium) detected in handlebars-4.1.2.tgz
security vulnerability
## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p> <p>Path to dependency file: /Parse-SDK-JS/package.json</p> <p>Path to vulnerable library: Parse-SDK-JS/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jest-cli-0.5.10.tgz (Root Library) - istanbul-0.3.22.tgz - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331. <p>Publish Date: 2019-11-17 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7>WS-2019-0332</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </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.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.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
WS-2019-0332 (Medium) detected in handlebars-4.1.2.tgz - ## WS-2019-0332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p> <p>Path to dependency file: /Parse-SDK-JS/package.json</p> <p>Path to vulnerable library: Parse-SDK-JS/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - jest-cli-0.5.10.tgz (Root Library) - istanbul-0.3.22.tgz - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.3. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.It is due to an incomplete fix for a WS-2019-0331. <p>Publish Date: 2019-11-17 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/198887808780bbef9dba67a8af68ece091d5baa7>WS-2019-0332</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </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.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.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
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file parse sdk js package json path to vulnerable library parse sdk js node modules handlebars package json dependency hierarchy jest cli tgz root library istanbul tgz x handlebars tgz vulnerable library vulnerability details arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system it is due to an incomplete fix for a ws publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource
0
276,644
24,008,015,204
IssuesEvent
2022-09-14 16:14:28
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Manual test run on Windows x64 for 1.43.x - Release #4
tests OS/Windows QA/Yes release-notes/exclude OS/Desktop
### Installer - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [x] If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### `105.0.5195.127` Related Checks: - [ ] Ensure that Chromast is still working and you're able to stream media from the mobile device (quick spot check) ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine - [ ] If macOS, run the above Widevine tests for both `x64` and `universal` builds ### Rewards - [x] Verify that you are able to successfully join Rewards on a fresh profile ### TLS Pinning - [x] Visit https://ssl-pinning.someblog.org/ and verify a pinning error is displayed - [x] Visit https://pinning-test.badssl.com/ and verify a pinning error is **not** displayed ### Upgrade - [x] Make sure that data from the last version appears in the new version OK - [x] Ensure that `brave://version` lists the expected Brave & Chromium versions - [x] With data from the last version, verify that - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Sync chain created in previous version is retained - [x] Social media blocking buttons changes are retained - [x] Rewards - [x] BAT balance is retained - [x] Auto-contribute list is retained - [x] Both Tips and Monthly Contributions are retained - [x] Panel transactions list is retained - [x] Changes to rewards settings are retained - [x] Ensure that Auto Contribute is not being enabled when upgrading to a new version if AC was disabled - [x] Ads - [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained - [x] Changes to ads settings are retained - [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled - [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled
1.0
Manual test run on Windows x64 for 1.43.x - Release #4 - ### Installer - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [x] If Windows right click on the `brave_installer-x64.exe` and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window ### `105.0.5195.127` Related Checks: - [ ] Ensure that Chromast is still working and you're able to stream media from the mobile device (quick spot check) ### Widevine - [x] Verify `Widevine Notification` is shown when you visit Netflix for the first time - [x] Test that you can stream on Netflix on a fresh profile after installing Widevine - [ ] If macOS, run the above Widevine tests for both `x64` and `universal` builds ### Rewards - [x] Verify that you are able to successfully join Rewards on a fresh profile ### TLS Pinning - [x] Visit https://ssl-pinning.someblog.org/ and verify a pinning error is displayed - [x] Visit https://pinning-test.badssl.com/ and verify a pinning error is **not** displayed ### Upgrade - [x] Make sure that data from the last version appears in the new version OK - [x] Ensure that `brave://version` lists the expected Brave & Chromium versions - [x] With data from the last version, verify that - [x] Bookmarks on the bookmark toolbar and bookmark folders can be opened - [x] Cookies are preserved - [x] Installed extensions are retained and work correctly - [x] Opened tabs can be reloaded - [x] Stored passwords are preserved - [x] Sync chain created in previous version is retained - [x] Social media blocking buttons changes are retained - [x] Rewards - [x] BAT balance is retained - [x] Auto-contribute list is retained - [x] Both Tips and Monthly Contributions are retained - [x] Panel transactions list is retained - [x] Changes to rewards settings are retained - [x] Ensure that Auto Contribute is not being enabled when upgrading to a new version if AC was disabled - [x] Ads - [x] Both `Estimated pending rewards` & `Ad notifications received this month` are retained - [x] Changes to ads settings are retained - [x] Ensure that ads are not being enabled when upgrading to a new version if they were disabled - [x] Ensure that ads are not disabled when upgrading to a new version if they were enabled
non_defect
manual test run on windows for x release installer check signature if macos using binary run spctl assess verbose for the installed version and make sure it returns accepted if macos using universal binary run spctl assess verbose for the installed version and make sure it returns accepted if windows right click on the brave installer exe and go to properties go to the digital signatures tab and double click on the signature make sure it says the digital signature is ok in the popup window related checks ensure that chromast is still working and you re able to stream media from the mobile device quick spot check widevine verify widevine notification is shown when you visit netflix for the first time test that you can stream on netflix on a fresh profile after installing widevine if macos run the above widevine tests for both and universal builds rewards verify that you are able to successfully join rewards on a fresh profile tls pinning visit and verify a pinning error is displayed visit and verify a pinning error is not displayed upgrade make sure that data from the last version appears in the new version ok ensure that brave version lists the expected brave chromium versions with data from the last version verify that bookmarks on the bookmark toolbar and bookmark folders can be opened cookies are preserved installed extensions are retained and work correctly opened tabs can be reloaded stored passwords are preserved sync chain created in previous version is retained social media blocking buttons changes are retained rewards bat balance is retained auto contribute list is retained both tips and monthly contributions are retained panel transactions list is retained changes to rewards settings are retained ensure that auto contribute is not being enabled when upgrading to a new version if ac was disabled ads both estimated pending rewards ad notifications received this month are retained changes to ads settings are retained ensure that ads are not being enabled when upgrading to a new version if they were disabled ensure that ads are not disabled when upgrading to a new version if they were enabled
0
134,513
10,918,064,559
IssuesEvent
2019-11-21 16:13:35
reproducible-biomedical-modeling/CRBM-Viz
https://api.github.com/repos/reproducible-biomedical-modeling/CRBM-Viz
closed
mock the data service and remove http and router
testing todo :spiral_notepad:
https://github.com/reproducible-biomedical-modeling/CRBM-Viz/blob/896df2abe3b2ba51129c415572852c83c94f419f/CRBM-Viz/src/app/Pages/data/data.component.spec.ts#L12-L17 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 896df2abe3b2ba51129c415572852c83c94f419f when #66 was merged. cc @reproducible-biomedical-modeling.
1.0
mock the data service and remove http and router - https://github.com/reproducible-biomedical-modeling/CRBM-Viz/blob/896df2abe3b2ba51129c415572852c83c94f419f/CRBM-Viz/src/app/Pages/data/data.component.spec.ts#L12-L17 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 896df2abe3b2ba51129c415572852c83c94f419f when #66 was merged. cc @reproducible-biomedical-modeling.
non_defect
mock the data service and remove http and router this issue was generated by based on a todo comment in when was merged cc reproducible biomedical modeling
0
45,060
12,530,722,028
IssuesEvent
2020-06-04 13:31:14
google/pywebsocket
https://api.github.com/repos/google/pywebsocket
closed
The logic to reset _deflater in _RFC1979Deflater is wrong
Priority-Medium Type-Defect auto-migrated
``` If self._no_context_takeover and flush, _deflater should be set to None but only after processing the given data. ``` Original issue reported on code.google.com by `tyoshino@chromium.org` on 15 May 2014 at 4:13
1.0
The logic to reset _deflater in _RFC1979Deflater is wrong - ``` If self._no_context_takeover and flush, _deflater should be set to None but only after processing the given data. ``` Original issue reported on code.google.com by `tyoshino@chromium.org` on 15 May 2014 at 4:13
defect
the logic to reset deflater in is wrong if self no context takeover and flush deflater should be set to none but only after processing the given data original issue reported on code google com by tyoshino chromium org on may at
1
7,004
3,073,075,669
IssuesEvent
2015-08-19 20:06:24
NETponents/octoduino
https://api.github.com/repos/NETponents/octoduino
opened
Official front-end for octoduino devices
documentation enhancement hard help wanted question
Basically a GUI for Octoduino devices. Depends on #169. - [ ] Serial output (over Firmata) - [ ] Drawing space over Firmata) - [ ] `#ifdef` - [ ] Document in *Build options* - [ ] Document in *What's new* Question: What language should be used?
1.0
Official front-end for octoduino devices - Basically a GUI for Octoduino devices. Depends on #169. - [ ] Serial output (over Firmata) - [ ] Drawing space over Firmata) - [ ] `#ifdef` - [ ] Document in *Build options* - [ ] Document in *What's new* Question: What language should be used?
non_defect
official front end for octoduino devices basically a gui for octoduino devices depends on serial output over firmata drawing space over firmata ifdef document in build options document in what s new question what language should be used
0
24,734
4,086,575,491
IssuesEvent
2016-06-01 06:19:11
octavian-paraschiv/protone-suite
https://api.github.com/repos/octavian-paraschiv/protone-suite
opened
Adding a Favorite Folder inserts an additional "\" in the path after the drive letter
Category-UI OS-All Priority-P2 ReportSource-EndUser Type-Defect
Adding a Favorite Folder results in adding an additional "\" in the path after the drive letter. Example: if I want to add "F:\_media\music" it will actually add "F:\\_media\music" - which will results in a series of some other small glitches i.e. not showing an icon for this path, or showing full paths in Open File dialogs. Insertion of the extra "\" character happens: - when the folder is added with the Favorite Folder manager (Media Library) - when the folder is added via Settings > Misc > Favorites tab (Protone Player) it does not happen: - when the folder is added via the Favorite button in Open File Dialog - when the folder is added using the "Add to favorites" command from context menu or toolbar (Media Library) From investigations it looks this could be a problem of the Folder Browser dialog. Discovered with build 2.1.26
1.0
Adding a Favorite Folder inserts an additional "\" in the path after the drive letter - Adding a Favorite Folder results in adding an additional "\" in the path after the drive letter. Example: if I want to add "F:\_media\music" it will actually add "F:\\_media\music" - which will results in a series of some other small glitches i.e. not showing an icon for this path, or showing full paths in Open File dialogs. Insertion of the extra "\" character happens: - when the folder is added with the Favorite Folder manager (Media Library) - when the folder is added via Settings > Misc > Favorites tab (Protone Player) it does not happen: - when the folder is added via the Favorite button in Open File Dialog - when the folder is added using the "Add to favorites" command from context menu or toolbar (Media Library) From investigations it looks this could be a problem of the Folder Browser dialog. Discovered with build 2.1.26
defect
adding a favorite folder inserts an additional in the path after the drive letter adding a favorite folder results in adding an additional in the path after the drive letter example if i want to add f media music it will actually add f media music which will results in a series of some other small glitches i e not showing an icon for this path or showing full paths in open file dialogs insertion of the extra character happens when the folder is added with the favorite folder manager media library when the folder is added via settings misc favorites tab protone player it does not happen when the folder is added via the favorite button in open file dialog when the folder is added using the add to favorites command from context menu or toolbar media library from investigations it looks this could be a problem of the folder browser dialog discovered with build
1
34,976
7,496,677,952
IssuesEvent
2018-04-08 12:06:05
codl/forget
https://api.github.com/repos/codl/forget
closed
deadlock
defect stale
``` DETAIL: Process 21681 waits for ShareLock on transaction 8612212; blocked by process 21685. Process 21685 waits for ShareLock on transaction 8612213; blocked by process 21681. HINT: See server log for query details. CONTEXT: while locking tuple (6804,73) in relation "posts" [SQL: 'WITH latest AS \n(SELECT posts.created_at AS created_at, posts.updated_at AS updated_at, posts.id AS id, posts.author_id AS author_id, posts.favourite AS favourite, posts.has_media AS has_media, posts.direct AS direct, posts.favourites AS favourites, posts.reblogs AS reblogs, posts.is_reblog AS is_reblog \nFROM posts \nWHERE %(param_2)s = posts.author_id ORDER BY posts.created_at DESC \n LIMIT %(param_3)s)\n SELECT posts.created_at AS posts_created_at, posts.updated_at AS posts_updated_at, posts.id AS posts_id, posts.author_id AS posts_author_id, posts.favourite AS posts_favourite, posts.has_media AS posts_has_media, posts.direct AS posts_direct, posts.favourites AS posts_favourites, posts.reblogs AS posts_reblogs, posts.is_reblog AS posts_is_reblog \nFROM posts \nWHERE %(param_1)s = posts.author_id AND posts.created_at + %(created_at_1)s <= now() AND posts.id NOT IN (SELECT latest.id \nFROM latest) ORDER BY random() \n LIMIT %(param_4)s FOR UPDATE'] [parameters: { 'param_1': 'REDACTED', 'created_at_1': datetime.timedelta(14), 'param_2': 'REDACTED', 'param_3': 500, 'param_4': 100}] ```
1.0
deadlock - ``` DETAIL: Process 21681 waits for ShareLock on transaction 8612212; blocked by process 21685. Process 21685 waits for ShareLock on transaction 8612213; blocked by process 21681. HINT: See server log for query details. CONTEXT: while locking tuple (6804,73) in relation "posts" [SQL: 'WITH latest AS \n(SELECT posts.created_at AS created_at, posts.updated_at AS updated_at, posts.id AS id, posts.author_id AS author_id, posts.favourite AS favourite, posts.has_media AS has_media, posts.direct AS direct, posts.favourites AS favourites, posts.reblogs AS reblogs, posts.is_reblog AS is_reblog \nFROM posts \nWHERE %(param_2)s = posts.author_id ORDER BY posts.created_at DESC \n LIMIT %(param_3)s)\n SELECT posts.created_at AS posts_created_at, posts.updated_at AS posts_updated_at, posts.id AS posts_id, posts.author_id AS posts_author_id, posts.favourite AS posts_favourite, posts.has_media AS posts_has_media, posts.direct AS posts_direct, posts.favourites AS posts_favourites, posts.reblogs AS posts_reblogs, posts.is_reblog AS posts_is_reblog \nFROM posts \nWHERE %(param_1)s = posts.author_id AND posts.created_at + %(created_at_1)s <= now() AND posts.id NOT IN (SELECT latest.id \nFROM latest) ORDER BY random() \n LIMIT %(param_4)s FOR UPDATE'] [parameters: { 'param_1': 'REDACTED', 'created_at_1': datetime.timedelta(14), 'param_2': 'REDACTED', 'param_3': 500, 'param_4': 100}] ```
defect
deadlock detail process waits for sharelock on transaction blocked by process process waits for sharelock on transaction blocked by process hint see server log for query details context while locking tuple in relation posts parameters param redacted created at datetime timedelta param redacted param param
1
381,157
11,274,102,406
IssuesEvent
2020-01-14 17:50:52
GoogleCloudPlatform/cloud-code-intellij
https://api.github.com/repos/GoogleCloudPlatform/cloud-code-intellij
closed
IntelliJ frontend unresponsive due to cloud code plugin
area/performance kind/bug kind/user-reported priority/p1 triage/needs-investigation
IntelliJ fails to start due to Google Cloud Run plugin: ``` "AWT-EventQueue-0" #25 prio=6 os_prio=31 cpu=106126.57ms elapsed=236.93s tid=0x00007fed78953000 nid=0x13603 runnable [0x000070000c23a000] java.lang.Thread.State: RUNNABLE at org.yaml.snakeyaml.scanner.ScannerImpl.scanPlain(ScannerImpl.java:2010) at org.yaml.snakeyaml.scanner.ScannerImpl.fetchPlain(ScannerImpl.java:1046) at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:401) at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:585) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:199) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:152) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) at org.yaml.snakeyaml.Yaml.load(Yaml.java:436) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration$Companion.loadFromVirtualFileOrProject(SkaffoldYamlConfiguration.kt:55) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration.<init>(SkaffoldYamlConfiguration.kt:64) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration.<init>(SkaffoldYamlConfiguration.kt:63) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService.isSkaffoldFile(SkaffoldFileService.kt:51) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService$findSkaffoldFiles$1.compute(SkaffoldFileService.kt:103) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService$findSkaffoldFiles$1.compute(SkaffoldFileService.kt:37) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:807) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService.findSkaffoldFiles(SkaffoldFileService.kt:101) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector$Companion.isSkaffoldConfigurationNeeded(SkaffoldConfigurationDetector.kt:80) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector.showPromptForSkaffoldConfigurations(SkaffoldConfigurationDetector.kt:144) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector.access$showPromptForSkaffoldConfigurations(SkaffoldConfigurationDetector.kt:54) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector$projectOpened$1.run(SkaffoldConfigurationDetector.kt:95) at com.intellij.openapi.project.DumbServiceImpl.lambda$runWhenSmart$0(DumbServiceImpl.java:247) ``` Workaround: kill process and delete `Library/ApplicationSupport/IntelliJIdea2019.3/google-cloud-code` folder.
1.0
IntelliJ frontend unresponsive due to cloud code plugin - IntelliJ fails to start due to Google Cloud Run plugin: ``` "AWT-EventQueue-0" #25 prio=6 os_prio=31 cpu=106126.57ms elapsed=236.93s tid=0x00007fed78953000 nid=0x13603 runnable [0x000070000c23a000] java.lang.Thread.State: RUNNABLE at org.yaml.snakeyaml.scanner.ScannerImpl.scanPlain(ScannerImpl.java:2010) at org.yaml.snakeyaml.scanner.ScannerImpl.fetchPlain(ScannerImpl.java:1046) at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:401) at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:585) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:199) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:152) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) at org.yaml.snakeyaml.Yaml.load(Yaml.java:436) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration$Companion.loadFromVirtualFileOrProject(SkaffoldYamlConfiguration.kt:55) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration.<init>(SkaffoldYamlConfiguration.kt:64) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldYamlConfiguration.<init>(SkaffoldYamlConfiguration.kt:63) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService.isSkaffoldFile(SkaffoldFileService.kt:51) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService$findSkaffoldFiles$1.compute(SkaffoldFileService.kt:103) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService$findSkaffoldFiles$1.compute(SkaffoldFileService.kt:37) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:807) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldFileService.findSkaffoldFiles(SkaffoldFileService.kt:101) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector$Companion.isSkaffoldConfigurationNeeded(SkaffoldConfigurationDetector.kt:80) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector.showPromptForSkaffoldConfigurations(SkaffoldConfigurationDetector.kt:144) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector.access$showPromptForSkaffoldConfigurations(SkaffoldConfigurationDetector.kt:54) at com.google.cloud.tools.intellij.kubernetes.skaffold.SkaffoldConfigurationDetector$projectOpened$1.run(SkaffoldConfigurationDetector.kt:95) at com.intellij.openapi.project.DumbServiceImpl.lambda$runWhenSmart$0(DumbServiceImpl.java:247) ``` Workaround: kill process and delete `Library/ApplicationSupport/IntelliJIdea2019.3/google-cloud-code` folder.
non_defect
intellij frontend unresponsive due to cloud code plugin intellij fails to start due to google cloud run plugin awt eventqueue prio os prio cpu elapsed tid nid runnable java lang thread state runnable at org yaml snakeyaml scanner scannerimpl scanplain scannerimpl java at org yaml snakeyaml scanner scannerimpl fetchplain scannerimpl java at org yaml snakeyaml scanner scannerimpl fetchmoretokens scannerimpl java at org yaml snakeyaml scanner scannerimpl checktoken scannerimpl java at org yaml snakeyaml parser parserimpl parseblockmappingvalue produce parserimpl java at org yaml snakeyaml parser parserimpl peekevent parserimpl java at org yaml snakeyaml parser parserimpl checkevent parserimpl java at org yaml snakeyaml composer composer composenode composer java at org yaml snakeyaml composer composer composevaluenode composer java at org yaml snakeyaml composer composer composemappingchildren composer java at org yaml snakeyaml composer composer composemappingnode composer java at org yaml snakeyaml composer composer composenode composer java at org yaml snakeyaml composer composer composesequencenode composer java at org yaml snakeyaml composer composer composenode composer java at org yaml snakeyaml composer composer composevaluenode composer java at org yaml snakeyaml composer composer composemappingchildren composer java at org yaml snakeyaml composer composer composemappingnode composer java at org yaml snakeyaml composer composer composenode composer java at org yaml snakeyaml composer composer composevaluenode composer java at org yaml snakeyaml composer composer composemappingchildren composer java at org yaml snakeyaml composer composer composemappingnode composer java at org yaml snakeyaml composer composer composenode composer java at org yaml snakeyaml composer composer composedocument composer java at org yaml snakeyaml composer composer getsinglenode composer java at org yaml snakeyaml constructor baseconstructor getsingledata baseconstructor java at org yaml snakeyaml yaml loadfromreader yaml java at org yaml snakeyaml yaml load yaml java at com google cloud tools intellij kubernetes skaffold skaffoldyamlconfiguration companion loadfromvirtualfileorproject skaffoldyamlconfiguration kt at com google cloud tools intellij kubernetes skaffold skaffoldyamlconfiguration skaffoldyamlconfiguration kt at com google cloud tools intellij kubernetes skaffold skaffoldyamlconfiguration skaffoldyamlconfiguration kt at com google cloud tools intellij kubernetes skaffold skaffoldfileservice isskaffoldfile skaffoldfileservice kt at com google cloud tools intellij kubernetes skaffold skaffoldfileservice findskaffoldfiles compute skaffoldfileservice kt at com google cloud tools intellij kubernetes skaffold skaffoldfileservice findskaffoldfiles compute skaffoldfileservice kt at com intellij openapi application impl applicationimpl runreadaction applicationimpl java at com google cloud tools intellij kubernetes skaffold skaffoldfileservice findskaffoldfiles skaffoldfileservice kt at com google cloud tools intellij kubernetes skaffold skaffoldconfigurationdetector companion isskaffoldconfigurationneeded skaffoldconfigurationdetector kt at com google cloud tools intellij kubernetes skaffold skaffoldconfigurationdetector showpromptforskaffoldconfigurations skaffoldconfigurationdetector kt at com google cloud tools intellij kubernetes skaffold skaffoldconfigurationdetector access showpromptforskaffoldconfigurations skaffoldconfigurationdetector kt at com google cloud tools intellij kubernetes skaffold skaffoldconfigurationdetector projectopened run skaffoldconfigurationdetector kt at com intellij openapi project dumbserviceimpl lambda runwhensmart dumbserviceimpl java workaround kill process and delete library applicationsupport google cloud code folder
0
20,621
3,388,391,334
IssuesEvent
2015-11-29 08:07:45
crutchcorn/stagger
https://api.github.com/repos/crutchcorn/stagger
reopened
stagger --print fails with AttributeError
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. download attached id3 file 2. run stagger --print dump2.id3 3. File "/home/michael/omg/trunk/stagger/tags.py", line 324, in getter (track, sep, total) = frame.text[0].partition("/") AttributeError: 'list' object has no attribute 'text' For some reason, the 'TRCK' attribute of the stagger object is a list of two equal frames. This might be due to a broken/nonstandard tag. Interestingly, mutagen shows only one TRCK tag, while exfalso (which uses mutagen) shows twice the same TRCK, as stagger does. So, this tag is certainly broken, however the exception that occurs is not quite the right thing to happen here. ``` Original issue reported on code.google.com by `superm...@googlemail.com` on 30 Oct 2009 at 11:36 Attachments: * [dump2.id3](https://storage.googleapis.com/google-code-attachments/stagger/issue-37/comment-0/dump2.id3)
1.0
stagger --print fails with AttributeError - ``` What steps will reproduce the problem? 1. download attached id3 file 2. run stagger --print dump2.id3 3. File "/home/michael/omg/trunk/stagger/tags.py", line 324, in getter (track, sep, total) = frame.text[0].partition("/") AttributeError: 'list' object has no attribute 'text' For some reason, the 'TRCK' attribute of the stagger object is a list of two equal frames. This might be due to a broken/nonstandard tag. Interestingly, mutagen shows only one TRCK tag, while exfalso (which uses mutagen) shows twice the same TRCK, as stagger does. So, this tag is certainly broken, however the exception that occurs is not quite the right thing to happen here. ``` Original issue reported on code.google.com by `superm...@googlemail.com` on 30 Oct 2009 at 11:36 Attachments: * [dump2.id3](https://storage.googleapis.com/google-code-attachments/stagger/issue-37/comment-0/dump2.id3)
defect
stagger print fails with attributeerror what steps will reproduce the problem download attached file run stagger print file home michael omg trunk stagger tags py line in getter track sep total frame text partition attributeerror list object has no attribute text for some reason the trck attribute of the stagger object is a list of two equal frames this might be due to a broken nonstandard tag interestingly mutagen shows only one trck tag while exfalso which uses mutagen shows twice the same trck as stagger does so this tag is certainly broken however the exception that occurs is not quite the right thing to happen here original issue reported on code google com by superm googlemail com on oct at attachments
1
600
2,576,710,073
IssuesEvent
2015-02-12 12:18:31
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
NPE While Getting CacheOperationProvider
Team: Core Type: Defect
Occured while running stabilizer tests on X-Large cluster. The problem is that `CacheConfig` may not be created yet before any cache operation request is received from node. Since `CacheConfig` is created on demand at first time needed even if it is configured from XML then all members are invoked to use this `CacheConfig`. But before any member take and create this `CacheConfig`, a cache request may access here. Here are the error logs of failed test from @Danny-Hazelcast. ``` message='Worked ran into an unhandled exception' type='Worker exception' agentAddress=10.45.5.206 time=Mon Feb 09 16:54:05 UTC 2015 workerAddress=client:10.45.5.206 workerId=worker-10.45.5.206-4-client test=TestCase{ id=icacheMaxMediume , class=com.hazelcast.stabilizer.tests.icache.EvictionICacheTest , basename=maxCachMediume1 } cause=java.lang.NullPointerException at com.hazelcast.cache.impl.client.AbstractCacheAllPartitionsRequest.getOperationProvider(AbstractCacheAllPartitionsRequest.java:30) at com.hazelcast.cache.impl.client.CacheSizeRequest.createOperationFactory(CacheSizeRequest.java:60) at com.hazelcast.client.impl.client.AllPartitionsClientRequest.process(AllPartitionsClientRequest.java:33) at com.hazelcast.client.impl.ClientEngineImpl$ClientPacketProcessor.processRequest(ClientEngineImpl.java:434) at com.hazelcast.client.impl.ClientEngineImpl$ClientPacketProcessor.run(ClientEngineImpl.java:353) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at com.hazelcast.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:92) at ------ End remote and begin local stack-trace ------.(Unknown Source) at com.hazelcast.client.spi.impl.ClientCallFuture.resolveResponse(ClientCallFuture.java:201) at com.hazelcast.client.spi.impl.ClientCallFuture.get(ClientCallFuture.java:142) at com.hazelcast.client.spi.impl.ClientCallFuture.get(ClientCallFuture.java:118) at com.hazelcast.client.cache.impl.AbstractClientCacheProxyBase.invoke(AbstractClientCacheProxyBase.java:141) at com.hazelcast.client.cache.impl.AbstractClientCacheProxy.size(AbstractClientCacheProxy.java:306) at com.hazelcast.client.cache.impl.ClientCacheProxy.size(ClientCacheProxy.java:72) at com.hazelcast.stabilizer.tests.icache.EvictionICacheTest$WorkerThread.run(EvictionICacheTest.java:150) at java.lang.Thread.run(Thread.java:701) at com.hazelcast.stabilizer.test.utils.ThreadSpawner$DefaultThread.run(ThreadSpawner.java:88) ```
1.0
NPE While Getting CacheOperationProvider - Occured while running stabilizer tests on X-Large cluster. The problem is that `CacheConfig` may not be created yet before any cache operation request is received from node. Since `CacheConfig` is created on demand at first time needed even if it is configured from XML then all members are invoked to use this `CacheConfig`. But before any member take and create this `CacheConfig`, a cache request may access here. Here are the error logs of failed test from @Danny-Hazelcast. ``` message='Worked ran into an unhandled exception' type='Worker exception' agentAddress=10.45.5.206 time=Mon Feb 09 16:54:05 UTC 2015 workerAddress=client:10.45.5.206 workerId=worker-10.45.5.206-4-client test=TestCase{ id=icacheMaxMediume , class=com.hazelcast.stabilizer.tests.icache.EvictionICacheTest , basename=maxCachMediume1 } cause=java.lang.NullPointerException at com.hazelcast.cache.impl.client.AbstractCacheAllPartitionsRequest.getOperationProvider(AbstractCacheAllPartitionsRequest.java:30) at com.hazelcast.cache.impl.client.CacheSizeRequest.createOperationFactory(CacheSizeRequest.java:60) at com.hazelcast.client.impl.client.AllPartitionsClientRequest.process(AllPartitionsClientRequest.java:33) at com.hazelcast.client.impl.ClientEngineImpl$ClientPacketProcessor.processRequest(ClientEngineImpl.java:434) at com.hazelcast.client.impl.ClientEngineImpl$ClientPacketProcessor.run(ClientEngineImpl.java:353) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at com.hazelcast.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:92) at ------ End remote and begin local stack-trace ------.(Unknown Source) at com.hazelcast.client.spi.impl.ClientCallFuture.resolveResponse(ClientCallFuture.java:201) at com.hazelcast.client.spi.impl.ClientCallFuture.get(ClientCallFuture.java:142) at com.hazelcast.client.spi.impl.ClientCallFuture.get(ClientCallFuture.java:118) at com.hazelcast.client.cache.impl.AbstractClientCacheProxyBase.invoke(AbstractClientCacheProxyBase.java:141) at com.hazelcast.client.cache.impl.AbstractClientCacheProxy.size(AbstractClientCacheProxy.java:306) at com.hazelcast.client.cache.impl.ClientCacheProxy.size(ClientCacheProxy.java:72) at com.hazelcast.stabilizer.tests.icache.EvictionICacheTest$WorkerThread.run(EvictionICacheTest.java:150) at java.lang.Thread.run(Thread.java:701) at com.hazelcast.stabilizer.test.utils.ThreadSpawner$DefaultThread.run(ThreadSpawner.java:88) ```
defect
npe while getting cacheoperationprovider occured while running stabilizer tests on x large cluster the problem is that cacheconfig may not be created yet before any cache operation request is received from node since cacheconfig is created on demand at first time needed even if it is configured from xml then all members are invoked to use this cacheconfig but before any member take and create this cacheconfig a cache request may access here here are the error logs of failed test from danny hazelcast message worked ran into an unhandled exception type worker exception agentaddress time mon feb utc workeraddress client workerid worker client test testcase id icachemaxmediume class com hazelcast stabilizer tests icache evictionicachetest basename cause java lang nullpointerexception at com hazelcast cache impl client abstractcacheallpartitionsrequest getoperationprovider abstractcacheallpartitionsrequest java at com hazelcast cache impl client cachesizerequest createoperationfactory cachesizerequest java at com hazelcast client impl client allpartitionsclientrequest process allpartitionsclientrequest java at com hazelcast client impl clientengineimpl clientpacketprocessor processrequest clientengineimpl java at com hazelcast client impl clientengineimpl clientpacketprocessor run clientengineimpl java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java at com hazelcast util executor hazelcastmanagedthread executerun hazelcastmanagedthread java at com hazelcast util executor hazelcastmanagedthread run hazelcastmanagedthread java at end remote and begin local stack trace unknown source at com hazelcast client spi impl clientcallfuture resolveresponse clientcallfuture java at com hazelcast client spi impl clientcallfuture get clientcallfuture java at com hazelcast client spi impl clientcallfuture get clientcallfuture java at com hazelcast client cache impl abstractclientcacheproxybase invoke abstractclientcacheproxybase java at com hazelcast client cache impl abstractclientcacheproxy size abstractclientcacheproxy java at com hazelcast client cache impl clientcacheproxy size clientcacheproxy java at com hazelcast stabilizer tests icache evictionicachetest workerthread run evictionicachetest java at java lang thread run thread java at com hazelcast stabilizer test utils threadspawner defaultthread run threadspawner java
1
41,462
10,471,259,170
IssuesEvent
2019-09-23 07:20:29
thantthet/keymagic
https://api.github.com/repos/thantthet/keymagic
closed
Hot key doesn't work on Windows Startup
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Running Windows 7 64Bit 2. KeyMagic 1.5.1 3. Run on Start up What is the expected output? What do you see instead? Pressing hot key to activate keyboard doesn't work What version of the product are you using? On what operating system? KeyMagic 1.5.1 and it said '1.5.0' in about dialog. Please provide any additional information below. I am hoping that I can press hot key to activate any keyboard when the windows startup. Although the program is running on startup. In order to work, I have to close the program from menu and relaunch keymagic again. Then it works. How to solve this problem? ``` Original issue reported on code.google.com by `myochauh...@gmail.com` on 1 Apr 2014 at 10:36
1.0
Hot key doesn't work on Windows Startup - ``` What steps will reproduce the problem? 1. Running Windows 7 64Bit 2. KeyMagic 1.5.1 3. Run on Start up What is the expected output? What do you see instead? Pressing hot key to activate keyboard doesn't work What version of the product are you using? On what operating system? KeyMagic 1.5.1 and it said '1.5.0' in about dialog. Please provide any additional information below. I am hoping that I can press hot key to activate any keyboard when the windows startup. Although the program is running on startup. In order to work, I have to close the program from menu and relaunch keymagic again. Then it works. How to solve this problem? ``` Original issue reported on code.google.com by `myochauh...@gmail.com` on 1 Apr 2014 at 10:36
defect
hot key doesn t work on windows startup what steps will reproduce the problem running windows keymagic run on start up what is the expected output what do you see instead pressing hot key to activate keyboard doesn t work what version of the product are you using on what operating system keymagic and it said in about dialog please provide any additional information below i am hoping that i can press hot key to activate any keyboard when the windows startup although the program is running on startup in order to work i have to close the program from menu and relaunch keymagic again then it works how to solve this problem original issue reported on code google com by myochauh gmail com on apr at
1
40,415
9,983,838,046
IssuesEvent
2019-07-10 13:19:43
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Fix known issues of PL/SQL BOOLEAN type in SQL emulation
C: DB: Oracle C: Functionality E: Enterprise Edition E: Professional Edition P: Medium T: Defect
A first implementation draft has been added to jOOQ 3.12 via #8522. The following things need to be integration tested, still, and might not work perfectly, yet: - [x] Extract public API from the new `function` generation (implemented separately: #8526) - [x] Combining boolean functions with CTE (the emulation functions must syntactically precede the CTE, see https://github.com/jOOQ/jOOQ/issues/8522#issuecomment-482841978) - [x] Multiple distinct boolean function calls - [x] Boolean function calls in derived tables - [ ] All possible function parameter types (e.g. make sure `varchar2` has no length) - [x] Chained boolean function calls - [ ] Conflicts when people use the data type rewriting feature on functions - [ ] Boolean functions in DML (see https://twitter.com/connor_mc_d/status/1118493000852578304) - [ ] Generated bind variable indexes - [ ] Benchmark the current scope stack solution - [ ] Test if `Settings.renderScalarSubqueriesForStoredFunctions` works correctly
1.0
Fix known issues of PL/SQL BOOLEAN type in SQL emulation - A first implementation draft has been added to jOOQ 3.12 via #8522. The following things need to be integration tested, still, and might not work perfectly, yet: - [x] Extract public API from the new `function` generation (implemented separately: #8526) - [x] Combining boolean functions with CTE (the emulation functions must syntactically precede the CTE, see https://github.com/jOOQ/jOOQ/issues/8522#issuecomment-482841978) - [x] Multiple distinct boolean function calls - [x] Boolean function calls in derived tables - [ ] All possible function parameter types (e.g. make sure `varchar2` has no length) - [x] Chained boolean function calls - [ ] Conflicts when people use the data type rewriting feature on functions - [ ] Boolean functions in DML (see https://twitter.com/connor_mc_d/status/1118493000852578304) - [ ] Generated bind variable indexes - [ ] Benchmark the current scope stack solution - [ ] Test if `Settings.renderScalarSubqueriesForStoredFunctions` works correctly
defect
fix known issues of pl sql boolean type in sql emulation a first implementation draft has been added to jooq via the following things need to be integration tested still and might not work perfectly yet extract public api from the new function generation implemented separately combining boolean functions with cte the emulation functions must syntactically precede the cte see multiple distinct boolean function calls boolean function calls in derived tables all possible function parameter types e g make sure has no length chained boolean function calls conflicts when people use the data type rewriting feature on functions boolean functions in dml see generated bind variable indexes benchmark the current scope stack solution test if settings renderscalarsubqueriesforstoredfunctions works correctly
1
81,824
31,720,694,146
IssuesEvent
2023-09-10 11:31:34
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
5.x: Regression with named routes
defect
### Description A plugin uses ```php $builder->connect( '/edit/*', ['controller' => 'Tags', 'action' => 'edit'], ['_name' => 'Tags::edit'], ); $request = ['_name' => 'Tags::edit']; ``` and ```php $routes = Router::getRouteCollection()->named(); $defaults = $routes[$url['_name']]->defaults; ``` It now contains ```php [ 'controller' => 'tags', 'action' => 'edit', 'plugin' => null ] ``` But this used to be `Tags` and due to this change there is now breaking behavior that is unexpected. So for some reason the lowercasing is happening where it should not. ### CakePHP Version 5.x ### PHP Version 8.1
1.0
5.x: Regression with named routes - ### Description A plugin uses ```php $builder->connect( '/edit/*', ['controller' => 'Tags', 'action' => 'edit'], ['_name' => 'Tags::edit'], ); $request = ['_name' => 'Tags::edit']; ``` and ```php $routes = Router::getRouteCollection()->named(); $defaults = $routes[$url['_name']]->defaults; ``` It now contains ```php [ 'controller' => 'tags', 'action' => 'edit', 'plugin' => null ] ``` But this used to be `Tags` and due to this change there is now breaking behavior that is unexpected. So for some reason the lowercasing is happening where it should not. ### CakePHP Version 5.x ### PHP Version 8.1
defect
x regression with named routes description a plugin uses php builder connect edit request and php routes router getroutecollection named defaults routes defaults it now contains php controller tags action edit plugin null but this used to be tags and due to this change there is now breaking behavior that is unexpected so for some reason the lowercasing is happening where it should not cakephp version x php version
1
206,548
23,391,042,821
IssuesEvent
2022-08-11 17:52:10
cds-snc/notification-planning
https://api.github.com/repos/cds-snc/notification-planning
opened
Upgrade Load Balancer SSL policy to `ELBSecurityPolicy-FS-1-2-Res-2020-10`
Security | Sécurité
# Summary Currently we're using the [ELBSecurityPolicy-FS-1-2-Res-2019-08](https://github.com/cds-snc/sre-bot/blob/9706dfcd4e639668a0892a3f544bfcedd1518233/terraform/alb.tf#L33) SSL policy on our load balancer. We should look at upgrading this to `ELBSecurityPolicy-FS-1-2-Res-2020-10`, which is already in use by other CDS products. Impact would be [dropping support for the following TLS ciphers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#fs-security-policies): - ECDHE-ECDSA-AES128-SHA256 - ECDHE-RSA-AES128-SHA256 - ECDHE-ECDSA-AES256-SHA384 - ECDHE-RSA-AES256-SHA384 # Acceptance criteria - [ ] Validate that there is no impact to dropping support for the 4 listed TLS ciphers. - [ ] Terraform updated to use `ELBSecurityPolicy-FS-1-2-Res-2020-10` SSL policy.
True
Upgrade Load Balancer SSL policy to `ELBSecurityPolicy-FS-1-2-Res-2020-10` - # Summary Currently we're using the [ELBSecurityPolicy-FS-1-2-Res-2019-08](https://github.com/cds-snc/sre-bot/blob/9706dfcd4e639668a0892a3f544bfcedd1518233/terraform/alb.tf#L33) SSL policy on our load balancer. We should look at upgrading this to `ELBSecurityPolicy-FS-1-2-Res-2020-10`, which is already in use by other CDS products. Impact would be [dropping support for the following TLS ciphers](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#fs-security-policies): - ECDHE-ECDSA-AES128-SHA256 - ECDHE-RSA-AES128-SHA256 - ECDHE-ECDSA-AES256-SHA384 - ECDHE-RSA-AES256-SHA384 # Acceptance criteria - [ ] Validate that there is no impact to dropping support for the 4 listed TLS ciphers. - [ ] Terraform updated to use `ELBSecurityPolicy-FS-1-2-Res-2020-10` SSL policy.
non_defect
upgrade load balancer ssl policy to elbsecuritypolicy fs res summary currently we re using the ssl policy on our load balancer we should look at upgrading this to elbsecuritypolicy fs res which is already in use by other cds products impact would be ecdhe ecdsa ecdhe rsa ecdhe ecdsa ecdhe rsa acceptance criteria validate that there is no impact to dropping support for the listed tls ciphers terraform updated to use elbsecuritypolicy fs res ssl policy
0
181,341
14,016,344,791
IssuesEvent
2020-10-29 14:25:08
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: redirects from a single IP with a value for the query - ml conditional links redirects from a single IP with a value for the query
Team: SecuritySolution Team:SIEM blocker failed-test skipped-test v7.10.0
A test failed on a tracked branch ``` AssertionError: Timed out retrying: expected 'http://localhost:6111/app/security/network/ip/127.0.0.1/source?query=(language:kuery,query:%27(process.name:%20%22conhost.exe%22%20or%20process.name:%20%22sc.exe%22)%27)&timerange=(global:(linkTo:!(timeline),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)),timeline:(linkTo:!(global),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)))&sourcerer=(default:!(%27auditbeat-*%27))' to include '/app/security/network/ip/127.0.0.1/source?query=(language:kuery,query:%27(process.name:%20%22conhost.exe%22%20or%20process.name:%20%22sc.exe%22)%27)&sourcerer=(default:!(%27auditbeat-*%27))&timerange=(global:(linkTo:!(timeline),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)),timeline:(linkTo:!(global),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)))' at Context.eval (http://localhost:6111/__cypress/tests?p=cypress/integration/ml_conditional_links.spec.ts:611:18) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/8325/) <!-- kibanaCiData = {"failed-test":{"test.class":"redirects from a single IP with a value for the query","test.name":"ml conditional links redirects from a single IP with a value for the query","test.failCount":3}} -->
2.0
Failing test: redirects from a single IP with a value for the query - ml conditional links redirects from a single IP with a value for the query - A test failed on a tracked branch ``` AssertionError: Timed out retrying: expected 'http://localhost:6111/app/security/network/ip/127.0.0.1/source?query=(language:kuery,query:%27(process.name:%20%22conhost.exe%22%20or%20process.name:%20%22sc.exe%22)%27)&timerange=(global:(linkTo:!(timeline),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)),timeline:(linkTo:!(global),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)))&sourcerer=(default:!(%27auditbeat-*%27))' to include '/app/security/network/ip/127.0.0.1/source?query=(language:kuery,query:%27(process.name:%20%22conhost.exe%22%20or%20process.name:%20%22sc.exe%22)%27)&sourcerer=(default:!(%27auditbeat-*%27))&timerange=(global:(linkTo:!(timeline),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)),timeline:(linkTo:!(global),timerange:(from:%272019-08-28T11:00:00.000Z%27,kind:absolute,to:%272019-08-28T13:59:59.999Z%27)))' at Context.eval (http://localhost:6111/__cypress/tests?p=cypress/integration/ml_conditional_links.spec.ts:611:18) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/8325/) <!-- kibanaCiData = {"failed-test":{"test.class":"redirects from a single IP with a value for the query","test.name":"ml conditional links redirects from a single IP with a value for the query","test.failCount":3}} -->
non_defect
failing test redirects from a single ip with a value for the query ml conditional links redirects from a single ip with a value for the query a test failed on a tracked branch assertionerror timed out retrying expected to include app security network ip source query language kuery query process name exe name exe sourcerer default timerange global linkto timeline timerange from kind absolute to timeline linkto global timerange from kind absolute to at context eval first failure
0
492,853
14,221,586,132
IssuesEvent
2020-11-17 15:52:30
aces/cbrain
https://api.github.com/repos/aces/cbrain
opened
The framework should never try to ensure a CbrainFileList is read-write when launching a task
Enhancement Priority: Normal
As a followup to #1054 , we can make a further improvement in the task launch interface: if a selected file is a CbrainFileList, the framework doesn't have to check about read-write permissions not matter how the task has been integrated and no matter who the file belongs to.
1.0
The framework should never try to ensure a CbrainFileList is read-write when launching a task - As a followup to #1054 , we can make a further improvement in the task launch interface: if a selected file is a CbrainFileList, the framework doesn't have to check about read-write permissions not matter how the task has been integrated and no matter who the file belongs to.
non_defect
the framework should never try to ensure a cbrainfilelist is read write when launching a task as a followup to we can make a further improvement in the task launch interface if a selected file is a cbrainfilelist the framework doesn t have to check about read write permissions not matter how the task has been integrated and no matter who the file belongs to
0
76,898
26,661,364,489
IssuesEvent
2023-01-25 21:27:04
E1337Kat/cyberpunk2077_ext_redux
https://api.github.com/repos/E1337Kat/cyberpunk2077_ext_redux
opened
Patch CET Mod Fails in MultiType?
defect Nexus Bug Report Mod Prompts
Didn’t have time to try, but at a guess. If so, we should probably support any CET dir mod that at least has a `.lua` file… https://www.nexusmods.com/cyberpunk2077/mods/6939?tab=files <img width="455" alt="Screenshot 2023-01-25 at 23 25 12" src="https://user-images.githubusercontent.com/13802421/214694428-c01e9310-13d2-45af-a1d0-3806b9ef8484.png">
1.0
Patch CET Mod Fails in MultiType? - Didn’t have time to try, but at a guess. If so, we should probably support any CET dir mod that at least has a `.lua` file… https://www.nexusmods.com/cyberpunk2077/mods/6939?tab=files <img width="455" alt="Screenshot 2023-01-25 at 23 25 12" src="https://user-images.githubusercontent.com/13802421/214694428-c01e9310-13d2-45af-a1d0-3806b9ef8484.png">
defect
patch cet mod fails in multitype didn’t have time to try but at a guess if so we should probably support any cet dir mod that at least has a lua file… img width alt screenshot at src
1
16,231
2,878,875,579
IssuesEvent
2015-06-10 06:00:51
msg4real/pygooglevoice
https://api.github.com/repos/msg4real/pygooglevoice
closed
Doesn't work.
auto-migrated Priority-Medium Type-Defect
``` I get an error when trying to call. Seems related to some existing issues. Logs in fine but gives an error on call. I think it has to do with a forwarding number bug? Here is the error from py: "Traceback (most recent call last): File "C:\Users\User\Downloads\pygooglevoice-0.5-extras\examples\call.py", line 10, in <module> voice.call(outgoingNumber, forwardingNumber) File "C:\Python26\lib\site-packages\googlevoice\voice.py", line 106, in call 'remember': '1' File "C:\Python26\lib\site-packages\googlevoice\voice.py", line 210, in __validate_special_page load_and_validate(self.__do_special_page(page, data)) File "C:\Python26\lib\site-packages\googlevoice\util.py", line 65, in load_and_validate validate_response(loads(response.read())) File "C:\Python26\lib\site-packages\googlevoice\util.py", line 59, in validate_response raise ValidationError('There was a problem with GV: %s' % response) ValidationError: There was a problem with GV: {u'data': {u'code': 20}, u'ok': False}" Thanks for any help! ``` Original issue reported on code.google.com by `sys2...@gmail.com` on 14 Nov 2010 at 8:18
1.0
Doesn't work. - ``` I get an error when trying to call. Seems related to some existing issues. Logs in fine but gives an error on call. I think it has to do with a forwarding number bug? Here is the error from py: "Traceback (most recent call last): File "C:\Users\User\Downloads\pygooglevoice-0.5-extras\examples\call.py", line 10, in <module> voice.call(outgoingNumber, forwardingNumber) File "C:\Python26\lib\site-packages\googlevoice\voice.py", line 106, in call 'remember': '1' File "C:\Python26\lib\site-packages\googlevoice\voice.py", line 210, in __validate_special_page load_and_validate(self.__do_special_page(page, data)) File "C:\Python26\lib\site-packages\googlevoice\util.py", line 65, in load_and_validate validate_response(loads(response.read())) File "C:\Python26\lib\site-packages\googlevoice\util.py", line 59, in validate_response raise ValidationError('There was a problem with GV: %s' % response) ValidationError: There was a problem with GV: {u'data': {u'code': 20}, u'ok': False}" Thanks for any help! ``` Original issue reported on code.google.com by `sys2...@gmail.com` on 14 Nov 2010 at 8:18
defect
doesn t work i get an error when trying to call seems related to some existing issues logs in fine but gives an error on call i think it has to do with a forwarding number bug here is the error from py traceback most recent call last file c users user downloads pygooglevoice extras examples call py line in voice call outgoingnumber forwardingnumber file c lib site packages googlevoice voice py line in call remember file c lib site packages googlevoice voice py line in validate special page load and validate self do special page page data file c lib site packages googlevoice util py line in load and validate validate response loads response read file c lib site packages googlevoice util py line in validate response raise validationerror there was a problem with gv s response validationerror there was a problem with gv u data u code u ok false thanks for any help original issue reported on code google com by gmail com on nov at
1
62,135
17,023,857,567
IssuesEvent
2021-07-03 04:12:51
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Messages replies are mangled
Component: website Priority: critical Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 7.16am, Saturday, 30th March 2013]** Example source: ``` . ? ``` When I click 'reply': ``` On 2013-03-20 06:00:09 UTC russianin wroteOn 2013-03-20 06:00:09 UTC russianin wrote: > . ``` Some parts of a source message are duplicated, other are skipped. wtf.
1.0
Messages replies are mangled - **[Submitted to the original trac issue database at 7.16am, Saturday, 30th March 2013]** Example source: ``` . ? ``` When I click 'reply': ``` On 2013-03-20 06:00:09 UTC russianin wroteOn 2013-03-20 06:00:09 UTC russianin wrote: > . ``` Some parts of a source message are duplicated, other are skipped. wtf.
defect
messages replies are mangled example source when i click reply on utc russianin wroteon utc russianin wrote some parts of a source message are duplicated other are skipped wtf
1
258,206
22,292,887,513
IssuesEvent
2022-06-12 16:19:11
systemd/systemd
https://api.github.com/repos/systemd/systemd
opened
Possible performance improvements in the integration test suite
RFE 🎁 tests
As a response to @yuwata's https://github.com/systemd/systemd-centos-ci/issues/475 I introduce several time-saving features in the CentOS CI, which cut down the runtime of the CentOS CI jobs by ~25 - 35%. Apart from that, I noticed that there are several areas for further improvements, which would be beneficial for CIs in general, not only CentOS CI. ### 1) Check the `sleep()`s in the systemd-networkd test suite There's quite a lot of `sleep()`s in the systemd-networkd test suite and some of them might be reduced or possibly dropped/replaced by other means: ```python test/test-network/systemd-networkd-tests.py:440: time.sleep(1) test/test-network/systemd-networkd-tests.py:472: time.sleep(1) test/test-network/systemd-networkd-tests.py:539: time.sleep(.2) test/test-network/systemd-networkd-tests.py:604: time.sleep(sleep_sec) test/test-network/systemd-networkd-tests.py:626: time.sleep(1) test/test-network/systemd-networkd-tests.py:657: time.sleep(1) test/test-network/systemd-networkd-tests.py:714: time.sleep(1) test/test-network/systemd-networkd-tests.py:724: time.sleep(1) test/test-network/systemd-networkd-tests.py:1323: time.sleep(1) test/test-network/systemd-networkd-tests.py:1327: time.sleep(1) test/test-network/systemd-networkd-tests.py:2363: time.sleep(1) test/test-network/systemd-networkd-tests.py:2552: time.sleep(1) test/test-network/systemd-networkd-tests.py:2582: time.sleep(1) test/test-network/systemd-networkd-tests.py:2774: time.sleep(1) test/test-network/systemd-networkd-tests.py:2810: time.sleep(1) test/test-network/systemd-networkd-tests.py:2846: time.sleep(2) test/test-network/systemd-networkd-tests.py:3089: time.sleep(1) test/test-network/systemd-networkd-tests.py:3099: time.sleep(1) test/test-network/systemd-networkd-tests.py:3172: time.sleep(2) test/test-network/systemd-networkd-tests.py:3186: time.sleep(2) test/test-network/systemd-networkd-tests.py:3194: time.sleep(2) test/test-network/systemd-networkd-tests.py:3202: time.sleep(2) test/test-network/systemd-networkd-tests.py:3211: time.sleep(2) test/test-network/systemd-networkd-tests.py:3255: time.sleep(1) test/test-network/systemd-networkd-tests.py:3419: time.sleep(1) test/test-network/systemd-networkd-tests.py:3436: time.sleep(1) test/test-network/systemd-networkd-tests.py:3442: time.sleep(2) test/test-network/systemd-networkd-tests.py:4025: time.sleep(1) test/test-network/systemd-networkd-tests.py:4112: time.sleep(1) test/test-network/systemd-networkd-tests.py:4116: time.sleep(3) test/test-network/systemd-networkd-tests.py:4297: time.sleep(1) test/test-network/systemd-networkd-tests.py:4592: time.sleep(125) test/test-network/systemd-networkd-tests.py:4829: time.sleep(125) test/test-network/systemd-networkd-tests.py:4862: time.sleep(125) test/test-network/systemd-networkd-tests.py:4891: time.sleep(125) test/test-network/systemd-networkd-tests.py:5055: time.sleep(2) test/test-network/systemd-networkd-tests.py:5115: time.sleep(130) test/test-network/systemd-networkd-tests.py:5183: time.sleep(130) test/test-network/systemd-networkd-tests.py:5215: time.sleep(3) test/test-network/systemd-networkd-tests.py:5236: time.sleep(3) test/test-network/systemd-networkd-tests.py:5254: time.sleep(3) test/test-network/systemd-networkd-tests.py:5272: time.sleep(3) test/test-network/systemd-networkd-tests.py:5290: time.sleep(3) test/test-network/systemd-networkd-tests.py:5778: time.sleep(30) test/test-network/systemd-networkd-tests.py:5780: time.sleep(30) test/test-network/systemd-networkd-tests.py:5782: time.sleep(30) test/test-network/systemd-networkd-tests.py:5784: time.sleep(30) ``` ### 2) Merge some of the integration tests This is something that @bluca (and others) already mentioned, and this might save quite a noticeable chunk of time (especially after mergin the various `TEST-XX-ISSUE-XXX` tests, due to the VM setup overhead. To give a better idea of the run times of various tests, here are timings taken from the CentOS CI: C8S job (bare metal): ``` $ wget -q -O archive.zip https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-centos8/8687/artifact/*zip*/archive.zip && zipgrep "wall clock" archive.zip | sort -brVk 9 | awk -F / '{ print $NF; }' | awk '{ printf "%-50s %s\n", $1, $NF }' systemd-networkd-tests.py_PASS.log: 41:49.07 TEST-64-UDEV-STORAGE_PASS.log: 6:54.50 TEST-60-MOUNT-RATELIMIT_1_PASS.log: 4:33.66 TEST-06-SELINUX_PASS.log: 2:17.92 TEST-02-UNITTESTS_PASS.log: 1:56.64 TEST-35-LOGIN_PASS.log: 1:40.56 TEST-34-DYNAMICUSERMIGRATE_PASS.log: 1:39.89 TEST-04-JOURNAL_PASS.log: 1:22.89 TEST-50-DISSECT_PASS.log: 1:16.63 TEST-16-EXTEND-TIMEOUT_1_PASS.log: 1:12.47 TEST-24-CRYPTSETUP_PASS.log: 1:04.98 TEST-42-EXECSTOPPOST_PASS.log: 1:04.63 TEST-29-PORTABLE_PASS.log: 0:59.61 TEST-08-ISSUE-2730_PASS.log: 0:57.13 TEST-36-NUMAPOLICY_PASS.log: 0:52.73 TEST-73-LOCALE_PASS.log: 0:52.35 TEST-10-ISSUE-2467_PASS.log: 0:49.80 TEST-70-TPM2_PASS.log: 0:48.75 TEST-48-START-STOP-NO-RELOAD_PASS.log: 0:48.09 TEST-57-ONSUCCESS-UPHOLD_PASS.log: 0:45.97 TEST-49-RUNTIME-BIND-PATHS_PASS.log: 0:44.69 TEST-17-UDEV_PASS.log: 0:43.09 test-exec-deserialization.py_PASS.log: 0:43.08 TEST-13-NSPAWN-SMOKE_PASS.log: 0:42.80 TEST-41-ONESHOT-RESTART_PASS.log: 0:40.21 TEST-47-ISSUE-14566_PASS.log: 0:39.36 TEST-18-FAILUREACTION_PASS.log: 0:37.93 TEST-43-PRIVATEUSER-UNPRIV_PASS.log: 0:37.66 TEST-39-EXECRELOAD_PASS.log: 0:35.28 TEST-20-MAINPIDGAMES_PASS.log: 0:35.17 TEST-38-FREEZER_PASS.log: 0:34.34 TEST-66-DEVICE-ISOLATION_PASS.log: 0:34.26 TEST-51-ISSUE-16115_PASS.log: 0:33.42 TEST-55-OOMD_PASS.log: 0:32.80 TEST-40-EXEC-COMMAND-EX_PASS.log: 0:32.08 TEST-63-ISSUE-17433_PASS.log: 0:31.59 TEST-45-TIMEDATE_PASS.log: 0:31.04 TEST-67-INTEGRITY_PASS.log: 0:30.36 TEST-69-SHUTDOWN_PASS.log: 0:29.89 TEST-23-TYPE-EXEC_PASS.log: 0:29.41 TEST-14-MACHINE-ID_PASS.log: 0:28.48 TEST-72-SYSUPDATE_PASS.log: 0:28.14 TEST-56-EXIT-TYPE_PASS.log: 0:28.03 TEST-25-IMPORT_PASS.log: 0:27.82 TEST-33-CLEAN-UNIT_PASS.log: 0:27.75 TEST-30-ONCLOCKCHANGE_PASS.log: 0:27.58 TEST-27-STDOUTFILE_PASS.log: 0:25.61 TEST-54-CREDS_PASS.log: 0:25.47 TEST-28-PERCENTJ-WANTEDBY_PASS.log: 0:25.37 TEST-65-ANALYZE_PASS.log: 0:24.82 TEST-58-REPART_PASS.log: 0:24.81 TEST-01-BASIC_PASS.log: 0:24.52 TEST-05-RLIMITS_PASS.log: 0:24.13 TEST-26-SETENV_PASS.log: 0:24.04 TEST-71-HOSTNAME_PASS.log: 0:23.99 TEST-44-LOG-NAMESPACE_PASS.log: 0:23.89 TEST-15-DROPIN_PASS.log: 0:23.53 TEST-37-RUNTIMEDIRECTORYPRESERVE_PASS.log: 0:23.48 TEST-32-OOMPOLICY_PASS.log: 0:23.30 TEST-11-ISSUE-3166_PASS.log: 0:22.99 TEST-19-DELEGATE_PASS.log: 0:22.70 TEST-62-RESTRICT-IFACES_PASS.log: 0:22.52 TEST-31-DEVICE-ENUMERATION_PASS.log: 0:22.38 TEST-53-ISSUE-16347_PASS.log: 0:22.33 TEST-09-ISSUE-2691_PASS.log: 0:22.30 TEST-03-JOBS_PASS.log: 0:19.82 TEST-59-RELOADING-RESTART_PASS.log: 0:17.65 TEST-12-ISSUE-3171_PASS.log: 0:12.43 TEST-68-PROPAGATE-EXIT-STATUS_PASS.log: 0:11.57 TEST-22-TMPFILES_PASS.log: 0:11.20 TEST-46-HOMED_PASS.log: 0:10.56 TEST-07-ISSUE-1981_PASS.log: 0:09.38 TEST-52-HONORFIRSTSHUTDOWN_PASS.log: 0:08.01 ``` Arch Linux (kvm): ``` $ wget -q -O archive.zip https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux/12350/artifact/*zip*/archive.zip && zipgrep "wall clock" archive.zip | sort -brVk 9 | awk -F / '{ print $NF; }' | awk '{ printf "%-50s %s\n", $1, $NF }' systemd-networkd-tests.py_PASS.log: 39:18.83 TEST-64-UDEV-STORAGE_PASS.log: 9:00.08 TEST-55-OOMD_PASS.log: 7:05.63 TEST-34-DYNAMICUSERMIGRATE_PASS.log: 5:13.26 TEST-60-MOUNT-RATELIMIT_1_PASS.log: 4:27.06 TEST-46-HOMED_1_PASS.log: 3:02.79 TEST-02-UNITTESTS_PASS.log: 2:17.28 TEST-35-LOGIN_PASS.log: 1:40.27 TEST-04-JOURNAL_PASS.log: 1:21.81 TEST-39-EXECRELOAD_PASS.log: 1:14.67 TEST-24-CRYPTSETUP_PASS.log: 1:13.72 TEST-16-EXTEND-TIMEOUT_1_PASS.log: 1:11.60 TEST-36-NUMAPOLICY_PASS.log: 1:07.54 TEST-50-DISSECT_PASS.log: 1:05.11 TEST-42-EXECSTOPPOST_PASS.log: 0:59.00 TEST-08-ISSUE-2730_PASS.log: 0:56.00 TEST-38-FREEZER_PASS.log: 0:55.69 TEST-70-TPM2_PASS.log: 0:55.19 TEST-29-PORTABLE_PASS.log: 0:55.12 TEST-40-EXEC-COMMAND-EX_PASS.log: 0:53.93 TEST-66-DEVICE-ISOLATION_PASS.log: 0:53.86 TEST-41-ONESHOT-RESTART_PASS.log: 0:48.08 test-exec-deserialization.py_PASS.log: 0:42.67 TEST-57-ONSUCCESS-UPHOLD_PASS.log: 0:39.96 TEST-48-START-STOP-NO-RELOAD_PASS.log: 0:39.00 TEST-13-NSPAWN-SMOKE_PASS.log: 0:38.82 TEST-10-ISSUE-2467_1_PASS.log: 0:38.43 TEST-17-UDEV_PASS.log: 0:37.58 TEST-20-MAINPIDGAMES_PASS.log: 0:37.38 TEST-49-RUNTIME-BIND-PATHS_PASS.log: 0:37.19 TEST-23-TYPE-EXEC_PASS.log: 0:36.99 TEST-30-ONCLOCKCHANGE_PASS.log: 0:34.97 TEST-47-ISSUE-14566_PASS.log: 0:33.43 TEST-62-RESTRICT-IFACES_PASS.log: 0:31.35 TEST-51-ISSUE-16115_PASS.log: 0:28.17 TEST-67-INTEGRITY_PASS.log: 0:26.29 TEST-18-FAILUREACTION_PASS.log: 0:26.29 TEST-63-ISSUE-17433_PASS.log: 0:25.93 TEST-45-TIMEDATE_PASS.log: 0:25.40 TEST-27-STDOUTFILE_PASS.log: 0:25.16 TEST-15-DROPIN_PASS.log: 0:23.68 TEST-43-PRIVATEUSER-UNPRIV_PASS.log: 0:22.83 TEST-56-EXIT-TYPE_PASS.log: 0:22.39 TEST-69-SHUTDOWN_PASS.log: 0:22.33 TEST-25-IMPORT_1_PASS.log: 0:22.28 TEST-72-SYSUPDATE_PASS.log: 0:22.24 TEST-33-CLEAN-UNIT_PASS.log: 0:21.26 TEST-54-CREDS_PASS.log: 0:19.25 TEST-58-REPART_PASS.log: 0:19.15 TEST-44-LOG-NAMESPACE_PASS.log: 0:18.84 TEST-28-PERCENTJ-WANTEDBY_PASS.log: 0:18.59 TEST-03-JOBS_PASS.log: 0:18.40 TEST-26-SETENV_PASS.log: 0:17.84 TEST-01-BASIC_PASS.log: 0:17.48 TEST-65-ANALYZE_PASS.log: 0:17.35 TEST-37-RUNTIMEDIRECTORYPRESERVE_PASS.log: 0:17.27 TEST-19-DELEGATE_PASS.log: 0:16.81 TEST-05-RLIMITS_PASS.log: 0:16.58 TEST-59-RELOADING-RESTART_PASS.log: 0:16.57 TEST-32-OOMPOLICY_PASS.log: 0:16.12 TEST-53-ISSUE-16347_PASS.log: 0:15.87 TEST-11-ISSUE-3166_PASS.log: 0:15.41 TEST-14-MACHINE-ID_PASS.log: 0:14.89 TEST-31-DEVICE-ENUMERATION_PASS.log: 0:14.79 TEST-09-ISSUE-2691_PASS.log: 0:14.28 TEST-68-PROPAGATE-EXIT-STATUS_PASS.log: 0:12.57 TEST-22-TMPFILES_PASS.log: 0:11.13 TEST-12-ISSUE-3171_PASS.log: 0:10.30 TEST-07-ISSUE-1981_PASS.log: 0:07.86 TEST-52-HONORFIRSTSHUTDOWN_PASS.log: 0:06.97 TEST-06-SELINUX_PASS.log: 0:00.02 ```
1.0
Possible performance improvements in the integration test suite - As a response to @yuwata's https://github.com/systemd/systemd-centos-ci/issues/475 I introduce several time-saving features in the CentOS CI, which cut down the runtime of the CentOS CI jobs by ~25 - 35%. Apart from that, I noticed that there are several areas for further improvements, which would be beneficial for CIs in general, not only CentOS CI. ### 1) Check the `sleep()`s in the systemd-networkd test suite There's quite a lot of `sleep()`s in the systemd-networkd test suite and some of them might be reduced or possibly dropped/replaced by other means: ```python test/test-network/systemd-networkd-tests.py:440: time.sleep(1) test/test-network/systemd-networkd-tests.py:472: time.sleep(1) test/test-network/systemd-networkd-tests.py:539: time.sleep(.2) test/test-network/systemd-networkd-tests.py:604: time.sleep(sleep_sec) test/test-network/systemd-networkd-tests.py:626: time.sleep(1) test/test-network/systemd-networkd-tests.py:657: time.sleep(1) test/test-network/systemd-networkd-tests.py:714: time.sleep(1) test/test-network/systemd-networkd-tests.py:724: time.sleep(1) test/test-network/systemd-networkd-tests.py:1323: time.sleep(1) test/test-network/systemd-networkd-tests.py:1327: time.sleep(1) test/test-network/systemd-networkd-tests.py:2363: time.sleep(1) test/test-network/systemd-networkd-tests.py:2552: time.sleep(1) test/test-network/systemd-networkd-tests.py:2582: time.sleep(1) test/test-network/systemd-networkd-tests.py:2774: time.sleep(1) test/test-network/systemd-networkd-tests.py:2810: time.sleep(1) test/test-network/systemd-networkd-tests.py:2846: time.sleep(2) test/test-network/systemd-networkd-tests.py:3089: time.sleep(1) test/test-network/systemd-networkd-tests.py:3099: time.sleep(1) test/test-network/systemd-networkd-tests.py:3172: time.sleep(2) test/test-network/systemd-networkd-tests.py:3186: time.sleep(2) test/test-network/systemd-networkd-tests.py:3194: time.sleep(2) test/test-network/systemd-networkd-tests.py:3202: time.sleep(2) test/test-network/systemd-networkd-tests.py:3211: time.sleep(2) test/test-network/systemd-networkd-tests.py:3255: time.sleep(1) test/test-network/systemd-networkd-tests.py:3419: time.sleep(1) test/test-network/systemd-networkd-tests.py:3436: time.sleep(1) test/test-network/systemd-networkd-tests.py:3442: time.sleep(2) test/test-network/systemd-networkd-tests.py:4025: time.sleep(1) test/test-network/systemd-networkd-tests.py:4112: time.sleep(1) test/test-network/systemd-networkd-tests.py:4116: time.sleep(3) test/test-network/systemd-networkd-tests.py:4297: time.sleep(1) test/test-network/systemd-networkd-tests.py:4592: time.sleep(125) test/test-network/systemd-networkd-tests.py:4829: time.sleep(125) test/test-network/systemd-networkd-tests.py:4862: time.sleep(125) test/test-network/systemd-networkd-tests.py:4891: time.sleep(125) test/test-network/systemd-networkd-tests.py:5055: time.sleep(2) test/test-network/systemd-networkd-tests.py:5115: time.sleep(130) test/test-network/systemd-networkd-tests.py:5183: time.sleep(130) test/test-network/systemd-networkd-tests.py:5215: time.sleep(3) test/test-network/systemd-networkd-tests.py:5236: time.sleep(3) test/test-network/systemd-networkd-tests.py:5254: time.sleep(3) test/test-network/systemd-networkd-tests.py:5272: time.sleep(3) test/test-network/systemd-networkd-tests.py:5290: time.sleep(3) test/test-network/systemd-networkd-tests.py:5778: time.sleep(30) test/test-network/systemd-networkd-tests.py:5780: time.sleep(30) test/test-network/systemd-networkd-tests.py:5782: time.sleep(30) test/test-network/systemd-networkd-tests.py:5784: time.sleep(30) ``` ### 2) Merge some of the integration tests This is something that @bluca (and others) already mentioned, and this might save quite a noticeable chunk of time (especially after mergin the various `TEST-XX-ISSUE-XXX` tests, due to the VM setup overhead. To give a better idea of the run times of various tests, here are timings taken from the CentOS CI: C8S job (bare metal): ``` $ wget -q -O archive.zip https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-centos8/8687/artifact/*zip*/archive.zip && zipgrep "wall clock" archive.zip | sort -brVk 9 | awk -F / '{ print $NF; }' | awk '{ printf "%-50s %s\n", $1, $NF }' systemd-networkd-tests.py_PASS.log: 41:49.07 TEST-64-UDEV-STORAGE_PASS.log: 6:54.50 TEST-60-MOUNT-RATELIMIT_1_PASS.log: 4:33.66 TEST-06-SELINUX_PASS.log: 2:17.92 TEST-02-UNITTESTS_PASS.log: 1:56.64 TEST-35-LOGIN_PASS.log: 1:40.56 TEST-34-DYNAMICUSERMIGRATE_PASS.log: 1:39.89 TEST-04-JOURNAL_PASS.log: 1:22.89 TEST-50-DISSECT_PASS.log: 1:16.63 TEST-16-EXTEND-TIMEOUT_1_PASS.log: 1:12.47 TEST-24-CRYPTSETUP_PASS.log: 1:04.98 TEST-42-EXECSTOPPOST_PASS.log: 1:04.63 TEST-29-PORTABLE_PASS.log: 0:59.61 TEST-08-ISSUE-2730_PASS.log: 0:57.13 TEST-36-NUMAPOLICY_PASS.log: 0:52.73 TEST-73-LOCALE_PASS.log: 0:52.35 TEST-10-ISSUE-2467_PASS.log: 0:49.80 TEST-70-TPM2_PASS.log: 0:48.75 TEST-48-START-STOP-NO-RELOAD_PASS.log: 0:48.09 TEST-57-ONSUCCESS-UPHOLD_PASS.log: 0:45.97 TEST-49-RUNTIME-BIND-PATHS_PASS.log: 0:44.69 TEST-17-UDEV_PASS.log: 0:43.09 test-exec-deserialization.py_PASS.log: 0:43.08 TEST-13-NSPAWN-SMOKE_PASS.log: 0:42.80 TEST-41-ONESHOT-RESTART_PASS.log: 0:40.21 TEST-47-ISSUE-14566_PASS.log: 0:39.36 TEST-18-FAILUREACTION_PASS.log: 0:37.93 TEST-43-PRIVATEUSER-UNPRIV_PASS.log: 0:37.66 TEST-39-EXECRELOAD_PASS.log: 0:35.28 TEST-20-MAINPIDGAMES_PASS.log: 0:35.17 TEST-38-FREEZER_PASS.log: 0:34.34 TEST-66-DEVICE-ISOLATION_PASS.log: 0:34.26 TEST-51-ISSUE-16115_PASS.log: 0:33.42 TEST-55-OOMD_PASS.log: 0:32.80 TEST-40-EXEC-COMMAND-EX_PASS.log: 0:32.08 TEST-63-ISSUE-17433_PASS.log: 0:31.59 TEST-45-TIMEDATE_PASS.log: 0:31.04 TEST-67-INTEGRITY_PASS.log: 0:30.36 TEST-69-SHUTDOWN_PASS.log: 0:29.89 TEST-23-TYPE-EXEC_PASS.log: 0:29.41 TEST-14-MACHINE-ID_PASS.log: 0:28.48 TEST-72-SYSUPDATE_PASS.log: 0:28.14 TEST-56-EXIT-TYPE_PASS.log: 0:28.03 TEST-25-IMPORT_PASS.log: 0:27.82 TEST-33-CLEAN-UNIT_PASS.log: 0:27.75 TEST-30-ONCLOCKCHANGE_PASS.log: 0:27.58 TEST-27-STDOUTFILE_PASS.log: 0:25.61 TEST-54-CREDS_PASS.log: 0:25.47 TEST-28-PERCENTJ-WANTEDBY_PASS.log: 0:25.37 TEST-65-ANALYZE_PASS.log: 0:24.82 TEST-58-REPART_PASS.log: 0:24.81 TEST-01-BASIC_PASS.log: 0:24.52 TEST-05-RLIMITS_PASS.log: 0:24.13 TEST-26-SETENV_PASS.log: 0:24.04 TEST-71-HOSTNAME_PASS.log: 0:23.99 TEST-44-LOG-NAMESPACE_PASS.log: 0:23.89 TEST-15-DROPIN_PASS.log: 0:23.53 TEST-37-RUNTIMEDIRECTORYPRESERVE_PASS.log: 0:23.48 TEST-32-OOMPOLICY_PASS.log: 0:23.30 TEST-11-ISSUE-3166_PASS.log: 0:22.99 TEST-19-DELEGATE_PASS.log: 0:22.70 TEST-62-RESTRICT-IFACES_PASS.log: 0:22.52 TEST-31-DEVICE-ENUMERATION_PASS.log: 0:22.38 TEST-53-ISSUE-16347_PASS.log: 0:22.33 TEST-09-ISSUE-2691_PASS.log: 0:22.30 TEST-03-JOBS_PASS.log: 0:19.82 TEST-59-RELOADING-RESTART_PASS.log: 0:17.65 TEST-12-ISSUE-3171_PASS.log: 0:12.43 TEST-68-PROPAGATE-EXIT-STATUS_PASS.log: 0:11.57 TEST-22-TMPFILES_PASS.log: 0:11.20 TEST-46-HOMED_PASS.log: 0:10.56 TEST-07-ISSUE-1981_PASS.log: 0:09.38 TEST-52-HONORFIRSTSHUTDOWN_PASS.log: 0:08.01 ``` Arch Linux (kvm): ``` $ wget -q -O archive.zip https://jenkins-systemd.apps.ocp.ci.centos.org/job/upstream-vagrant-archlinux/12350/artifact/*zip*/archive.zip && zipgrep "wall clock" archive.zip | sort -brVk 9 | awk -F / '{ print $NF; }' | awk '{ printf "%-50s %s\n", $1, $NF }' systemd-networkd-tests.py_PASS.log: 39:18.83 TEST-64-UDEV-STORAGE_PASS.log: 9:00.08 TEST-55-OOMD_PASS.log: 7:05.63 TEST-34-DYNAMICUSERMIGRATE_PASS.log: 5:13.26 TEST-60-MOUNT-RATELIMIT_1_PASS.log: 4:27.06 TEST-46-HOMED_1_PASS.log: 3:02.79 TEST-02-UNITTESTS_PASS.log: 2:17.28 TEST-35-LOGIN_PASS.log: 1:40.27 TEST-04-JOURNAL_PASS.log: 1:21.81 TEST-39-EXECRELOAD_PASS.log: 1:14.67 TEST-24-CRYPTSETUP_PASS.log: 1:13.72 TEST-16-EXTEND-TIMEOUT_1_PASS.log: 1:11.60 TEST-36-NUMAPOLICY_PASS.log: 1:07.54 TEST-50-DISSECT_PASS.log: 1:05.11 TEST-42-EXECSTOPPOST_PASS.log: 0:59.00 TEST-08-ISSUE-2730_PASS.log: 0:56.00 TEST-38-FREEZER_PASS.log: 0:55.69 TEST-70-TPM2_PASS.log: 0:55.19 TEST-29-PORTABLE_PASS.log: 0:55.12 TEST-40-EXEC-COMMAND-EX_PASS.log: 0:53.93 TEST-66-DEVICE-ISOLATION_PASS.log: 0:53.86 TEST-41-ONESHOT-RESTART_PASS.log: 0:48.08 test-exec-deserialization.py_PASS.log: 0:42.67 TEST-57-ONSUCCESS-UPHOLD_PASS.log: 0:39.96 TEST-48-START-STOP-NO-RELOAD_PASS.log: 0:39.00 TEST-13-NSPAWN-SMOKE_PASS.log: 0:38.82 TEST-10-ISSUE-2467_1_PASS.log: 0:38.43 TEST-17-UDEV_PASS.log: 0:37.58 TEST-20-MAINPIDGAMES_PASS.log: 0:37.38 TEST-49-RUNTIME-BIND-PATHS_PASS.log: 0:37.19 TEST-23-TYPE-EXEC_PASS.log: 0:36.99 TEST-30-ONCLOCKCHANGE_PASS.log: 0:34.97 TEST-47-ISSUE-14566_PASS.log: 0:33.43 TEST-62-RESTRICT-IFACES_PASS.log: 0:31.35 TEST-51-ISSUE-16115_PASS.log: 0:28.17 TEST-67-INTEGRITY_PASS.log: 0:26.29 TEST-18-FAILUREACTION_PASS.log: 0:26.29 TEST-63-ISSUE-17433_PASS.log: 0:25.93 TEST-45-TIMEDATE_PASS.log: 0:25.40 TEST-27-STDOUTFILE_PASS.log: 0:25.16 TEST-15-DROPIN_PASS.log: 0:23.68 TEST-43-PRIVATEUSER-UNPRIV_PASS.log: 0:22.83 TEST-56-EXIT-TYPE_PASS.log: 0:22.39 TEST-69-SHUTDOWN_PASS.log: 0:22.33 TEST-25-IMPORT_1_PASS.log: 0:22.28 TEST-72-SYSUPDATE_PASS.log: 0:22.24 TEST-33-CLEAN-UNIT_PASS.log: 0:21.26 TEST-54-CREDS_PASS.log: 0:19.25 TEST-58-REPART_PASS.log: 0:19.15 TEST-44-LOG-NAMESPACE_PASS.log: 0:18.84 TEST-28-PERCENTJ-WANTEDBY_PASS.log: 0:18.59 TEST-03-JOBS_PASS.log: 0:18.40 TEST-26-SETENV_PASS.log: 0:17.84 TEST-01-BASIC_PASS.log: 0:17.48 TEST-65-ANALYZE_PASS.log: 0:17.35 TEST-37-RUNTIMEDIRECTORYPRESERVE_PASS.log: 0:17.27 TEST-19-DELEGATE_PASS.log: 0:16.81 TEST-05-RLIMITS_PASS.log: 0:16.58 TEST-59-RELOADING-RESTART_PASS.log: 0:16.57 TEST-32-OOMPOLICY_PASS.log: 0:16.12 TEST-53-ISSUE-16347_PASS.log: 0:15.87 TEST-11-ISSUE-3166_PASS.log: 0:15.41 TEST-14-MACHINE-ID_PASS.log: 0:14.89 TEST-31-DEVICE-ENUMERATION_PASS.log: 0:14.79 TEST-09-ISSUE-2691_PASS.log: 0:14.28 TEST-68-PROPAGATE-EXIT-STATUS_PASS.log: 0:12.57 TEST-22-TMPFILES_PASS.log: 0:11.13 TEST-12-ISSUE-3171_PASS.log: 0:10.30 TEST-07-ISSUE-1981_PASS.log: 0:07.86 TEST-52-HONORFIRSTSHUTDOWN_PASS.log: 0:06.97 TEST-06-SELINUX_PASS.log: 0:00.02 ```
non_defect
possible performance improvements in the integration test suite as a response to yuwata s i introduce several time saving features in the centos ci which cut down the runtime of the centos ci jobs by apart from that i noticed that there are several areas for further improvements which would be beneficial for cis in general not only centos ci check the sleep s in the systemd networkd test suite there s quite a lot of sleep s in the systemd networkd test suite and some of them might be reduced or possibly dropped replaced by other means python test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep sleep sec test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep test test network systemd networkd tests py time sleep merge some of the integration tests this is something that bluca and others already mentioned and this might save quite a noticeable chunk of time especially after mergin the various test xx issue xxx tests due to the vm setup overhead to give a better idea of the run times of various tests here are timings taken from the centos ci job bare metal wget q o archive zip zipgrep wall clock archive zip sort brvk awk f print nf awk printf s n nf systemd networkd tests py pass log test udev storage pass log test mount ratelimit pass log test selinux pass log test unittests pass log test login pass log test dynamicusermigrate pass log test journal pass log test dissect pass log test extend timeout pass log test cryptsetup pass log test execstoppost pass log test portable pass log test issue pass log test numapolicy pass log test locale pass log test issue pass log test pass log test start stop no reload pass log test onsuccess uphold pass log test runtime bind paths pass log test udev pass log test exec deserialization py pass log test nspawn smoke pass log test oneshot restart pass log test issue pass log test failureaction pass log test privateuser unpriv pass log test execreload pass log test mainpidgames pass log test freezer pass log test device isolation pass log test issue pass log test oomd pass log test exec command ex pass log test issue pass log test timedate pass log test integrity pass log test shutdown pass log test type exec pass log test machine id pass log test sysupdate pass log test exit type pass log test import pass log test clean unit pass log test onclockchange pass log test stdoutfile pass log test creds pass log test percentj wantedby pass log test analyze pass log test repart pass log test basic pass log test rlimits pass log test setenv pass log test hostname pass log test log namespace pass log test dropin pass log test runtimedirectorypreserve pass log test oompolicy pass log test issue pass log test delegate pass log test restrict ifaces pass log test device enumeration pass log test issue pass log test issue pass log test jobs pass log test reloading restart pass log test issue pass log test propagate exit status pass log test tmpfiles pass log test homed pass log test issue pass log test honorfirstshutdown pass log arch linux kvm wget q o archive zip zipgrep wall clock archive zip sort brvk awk f print nf awk printf s n nf systemd networkd tests py pass log test udev storage pass log test oomd pass log test dynamicusermigrate pass log test mount ratelimit pass log test homed pass log test unittests pass log test login pass log test journal pass log test execreload pass log test cryptsetup pass log test extend timeout pass log test numapolicy pass log test dissect pass log test execstoppost pass log test issue pass log test freezer pass log test pass log test portable pass log test exec command ex pass log test device isolation pass log test oneshot restart pass log test exec deserialization py pass log test onsuccess uphold pass log test start stop no reload pass log test nspawn smoke pass log test issue pass log test udev pass log test mainpidgames pass log test runtime bind paths pass log test type exec pass log test onclockchange pass log test issue pass log test restrict ifaces pass log test issue pass log test integrity pass log test failureaction pass log test issue pass log test timedate pass log test stdoutfile pass log test dropin pass log test privateuser unpriv pass log test exit type pass log test shutdown pass log test import pass log test sysupdate pass log test clean unit pass log test creds pass log test repart pass log test log namespace pass log test percentj wantedby pass log test jobs pass log test setenv pass log test basic pass log test analyze pass log test runtimedirectorypreserve pass log test delegate pass log test rlimits pass log test reloading restart pass log test oompolicy pass log test issue pass log test issue pass log test machine id pass log test device enumeration pass log test issue pass log test propagate exit status pass log test tmpfiles pass log test issue pass log test issue pass log test honorfirstshutdown pass log test selinux pass log
0
10,001
2,616,019,298
IssuesEvent
2015-03-02 01:00:45
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Broodwar->isVisible malfunction
auto-migrated Component-Logic Milestone-Release Priority-Medium Type-Defect Usability
``` What steps will reproduce the problem? 1. Select map: Broodwar/Ladder/(4)Lost Temple.scm 2. Select race: zerg 3. Start game(opponent irrelevant) 4. If you or your opponent spawns at 6 o'clock restart 5. Otherwise, go make hatchery at 6 o'clock main asap 6. After the hatchery morphs for a frame the map reports: TilePosition(31,126): visible, 0 units TilePosition(33,125): visible, 0 units These tiles however are occupied by mineral fields Happens only for 1 frame though if you check for mined out minerals and remove them at that frame you are screwed... It is the frame when the hatchery morphs and the vision of it expands. Tested with(onFrame): for each(Unit *res in Broodwar->getStaticMinerals()){ if(Broodwar->isVisible(res->getInitialTilePosition()) && !res->isVisible()){ // mined out or error } } What version of the product are you using? On what operating system? BWAPI 3.7.4 tested on winXP, vista Could not reproduce by Terran or Protoss. Tested both with LatCom on/off. ``` Original issue reported on code.google.com by `Marian.D...@gmail.com` on 14 Nov 2012 at 6:20
1.0
Broodwar->isVisible malfunction - ``` What steps will reproduce the problem? 1. Select map: Broodwar/Ladder/(4)Lost Temple.scm 2. Select race: zerg 3. Start game(opponent irrelevant) 4. If you or your opponent spawns at 6 o'clock restart 5. Otherwise, go make hatchery at 6 o'clock main asap 6. After the hatchery morphs for a frame the map reports: TilePosition(31,126): visible, 0 units TilePosition(33,125): visible, 0 units These tiles however are occupied by mineral fields Happens only for 1 frame though if you check for mined out minerals and remove them at that frame you are screwed... It is the frame when the hatchery morphs and the vision of it expands. Tested with(onFrame): for each(Unit *res in Broodwar->getStaticMinerals()){ if(Broodwar->isVisible(res->getInitialTilePosition()) && !res->isVisible()){ // mined out or error } } What version of the product are you using? On what operating system? BWAPI 3.7.4 tested on winXP, vista Could not reproduce by Terran or Protoss. Tested both with LatCom on/off. ``` Original issue reported on code.google.com by `Marian.D...@gmail.com` on 14 Nov 2012 at 6:20
defect
broodwar isvisible malfunction what steps will reproduce the problem select map broodwar ladder lost temple scm select race zerg start game opponent irrelevant if you or your opponent spawns at o clock restart otherwise go make hatchery at o clock main asap after the hatchery morphs for a frame the map reports tileposition visible units tileposition visible units these tiles however are occupied by mineral fields happens only for frame though if you check for mined out minerals and remove them at that frame you are screwed it is the frame when the hatchery morphs and the vision of it expands tested with onframe for each unit res in broodwar getstaticminerals if broodwar isvisible res getinitialtileposition res isvisible mined out or error what version of the product are you using on what operating system bwapi tested on winxp vista could not reproduce by terran or protoss tested both with latcom on off original issue reported on code google com by marian d gmail com on nov at
1
49,506
26,179,878,648
IssuesEvent
2023-01-02 14:17:42
inaturalist/SeekReactNative
https://api.github.com/repos/inaturalist/SeekReactNative
closed
Replace FlatList and SectionList with FlashList
enhancement performance
Should be easy to replace as they have almost identical API. FlashList has performance optimizations and improvements over RN FlatList. https://shopify.github.io/flash-list/
True
Replace FlatList and SectionList with FlashList - Should be easy to replace as they have almost identical API. FlashList has performance optimizations and improvements over RN FlatList. https://shopify.github.io/flash-list/
non_defect
replace flatlist and sectionlist with flashlist should be easy to replace as they have almost identical api flashlist has performance optimizations and improvements over rn flatlist
0
258,337
27,563,914,011
IssuesEvent
2023-03-08 01:15:35
jtimberlake/pacbot
https://api.github.com/repos/jtimberlake/pacbot
opened
CVE-2019-16769 (Medium) detected in serialize-javascript-1.9.1.tgz
security vulnerability
## CVE-2019-16769 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.9.1.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p> <p>Path to dependency file: /webapp/package.json</p> <p>Path to vulnerable library: /webapp/node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - cli-1.6.8.tgz (Root Library) - copy-webpack-plugin-4.6.0.tgz - :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></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 serialize-javascript npm package before version 2.1.1 is vulnerable to Cross-site Scripting (XSS). It does not properly mitigate against unsafe characters in serialized regular expressions. This vulnerability is not affected on Node.js environment since Node.js's implementation of RegExp.prototype.toString() backslash-escapes all forward slashes in regular expressions. If serialized data of regular expression objects are used in an environment other than Node.js, it is affected by this vulnerability. <p>Publish Date: 2019-12-05 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16769>CVE-2019-16769</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>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16769">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16769</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution (serialize-javascript): 2.1.1</p> <p>Direct dependency fix Resolution (@angular/cli): 6.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2019-16769 (Medium) detected in serialize-javascript-1.9.1.tgz - ## CVE-2019-16769 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>serialize-javascript-1.9.1.tgz</b></p></summary> <p>Serialize JavaScript to a superset of JSON that includes regular expressions and functions.</p> <p>Library home page: <a href="https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz">https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz</a></p> <p>Path to dependency file: /webapp/package.json</p> <p>Path to vulnerable library: /webapp/node_modules/serialize-javascript/package.json</p> <p> Dependency Hierarchy: - cli-1.6.8.tgz (Root Library) - copy-webpack-plugin-4.6.0.tgz - :x: **serialize-javascript-1.9.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></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 serialize-javascript npm package before version 2.1.1 is vulnerable to Cross-site Scripting (XSS). It does not properly mitigate against unsafe characters in serialized regular expressions. This vulnerability is not affected on Node.js environment since Node.js's implementation of RegExp.prototype.toString() backslash-escapes all forward slashes in regular expressions. If serialized data of regular expression objects are used in an environment other than Node.js, it is affected by this vulnerability. <p>Publish Date: 2019-12-05 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16769>CVE-2019-16769</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>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16769">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16769</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution (serialize-javascript): 2.1.1</p> <p>Direct dependency fix Resolution (@angular/cli): 6.0.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_defect
cve medium detected in serialize javascript tgz cve medium severity vulnerability vulnerable library serialize javascript tgz serialize javascript to a superset of json that includes regular expressions and functions library home page a href path to dependency file webapp package json path to vulnerable library webapp node modules serialize javascript package json dependency hierarchy cli tgz root library copy webpack plugin tgz x serialize javascript tgz vulnerable library found in base branch master vulnerability details the serialize javascript npm package before version is vulnerable to cross site scripting xss it does not properly mitigate against unsafe characters in serialized regular expressions this vulnerability is not affected on node js environment since node js s implementation of regexp prototype tostring backslash escapes all forward slashes in regular expressions if serialized data of regular expression objects are used in an environment other than node js it is affected by this vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution serialize javascript direct dependency fix resolution angular cli check this box to open an automated fix pr
0
74,600
25,203,445,984
IssuesEvent
2022-11-13 11:52:57
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: Meson error:compiler for language "cpp", not specified for build machine
defect
### Describe your issue. I'm trying to cross compile scipy, and I'm using https://github.com/scipy/scipy/blob/acd1a4ad9e8d41d4956baf5fac38a8c779debcda/.github/workflows/wheels.yml#L159 as a model and I'm getting the error in the title. ### Reproducing Code Example ```python I'm working with Nix, but I think this should be reproducible if working with a similar `cross-file.txt` file: [properties] needs_exe_wrapper = true [host_machine] system = 'linux' cpu_family = 'arm' cpu = 'armv7l' endian = 'little' [build_machine] system = 'linux' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' [binaries] llvm-config = 'llvm-config-native' c = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-gcc' cpp = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-g++' strip = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-strip' fortran = '/nix/store/5fivd5a8gil609z6yiwp3gkr2rmxd3pg-armv7l-unknown-linux-gnueabihf-stage-final-gfortran-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-gfortran' pkg-config = '/nix/store/nmla1lb95j0n8b3w4b2ywj6scxk3b180-armv7l-unknown-linux-gnueabihf-pkg-config-wrapper-0.29.2/bin/armv7l-unknown-linux-gnueabihf-pkg-config' ``` ### Error message ```shell The build log says: Checking for function "open_memstream" : NO Configuring messagestream_config.h using configuration scipy/sparse/linalg/_propack/meson.build:69:43: ERROR: Tried to access compiler for language "cpp", not specified for build machine. A full log can be found at /build/scipy-1.9.3/build/meson-logs/meson-log.txt ``` The full `meson-log.txt` file has: ``` ### SciPy/NumPy/Python version information 1.9.3
1.0
BUG: Meson error:compiler for language "cpp", not specified for build machine - ### Describe your issue. I'm trying to cross compile scipy, and I'm using https://github.com/scipy/scipy/blob/acd1a4ad9e8d41d4956baf5fac38a8c779debcda/.github/workflows/wheels.yml#L159 as a model and I'm getting the error in the title. ### Reproducing Code Example ```python I'm working with Nix, but I think this should be reproducible if working with a similar `cross-file.txt` file: [properties] needs_exe_wrapper = true [host_machine] system = 'linux' cpu_family = 'arm' cpu = 'armv7l' endian = 'little' [build_machine] system = 'linux' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' [binaries] llvm-config = 'llvm-config-native' c = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-gcc' cpp = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-g++' strip = '/nix/store/l5cypk5q30mkyrvky05d0ark31m22all-armv7l-unknown-linux-gnueabihf-stage-final-gcc-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-strip' fortran = '/nix/store/5fivd5a8gil609z6yiwp3gkr2rmxd3pg-armv7l-unknown-linux-gnueabihf-stage-final-gfortran-wrapper-11.3.0/bin/armv7l-unknown-linux-gnueabihf-gfortran' pkg-config = '/nix/store/nmla1lb95j0n8b3w4b2ywj6scxk3b180-armv7l-unknown-linux-gnueabihf-pkg-config-wrapper-0.29.2/bin/armv7l-unknown-linux-gnueabihf-pkg-config' ``` ### Error message ```shell The build log says: Checking for function "open_memstream" : NO Configuring messagestream_config.h using configuration scipy/sparse/linalg/_propack/meson.build:69:43: ERROR: Tried to access compiler for language "cpp", not specified for build machine. A full log can be found at /build/scipy-1.9.3/build/meson-logs/meson-log.txt ``` The full `meson-log.txt` file has: ``` ### SciPy/NumPy/Python version information 1.9.3
defect
bug meson error compiler for language cpp not specified for build machine describe your issue i m trying to cross compile scipy and i m using as a model and i m getting the error in the title reproducing code example python i m working with nix but i think this should be reproducible if working with a similar cross file txt file needs exe wrapper true system linux cpu family arm cpu endian little system linux cpu family cpu endian little llvm config llvm config native c nix store unknown linux gnueabihf stage final gcc wrapper bin unknown linux gnueabihf gcc cpp nix store unknown linux gnueabihf stage final gcc wrapper bin unknown linux gnueabihf g strip nix store unknown linux gnueabihf stage final gcc wrapper bin unknown linux gnueabihf strip fortran nix store unknown linux gnueabihf stage final gfortran wrapper bin unknown linux gnueabihf gfortran pkg config nix store unknown linux gnueabihf pkg config wrapper bin unknown linux gnueabihf pkg config error message shell the build log says checking for function open memstream no configuring messagestream config h using configuration scipy sparse linalg propack meson build error tried to access compiler for language cpp not specified for build machine a full log can be found at build scipy build meson logs meson log txt the full meson log txt file has scipy numpy python version information
1
829,057
31,852,496,618
IssuesEvent
2023-09-15 03:43:30
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Change gflag remote_bootstrap_from_leader_only to AutoFlag
kind/enhancement area/docdb priority/medium
Jira Link: [DB-7843](https://yugabyte.atlassian.net/browse/DB-7843) ### Description `remote_bootstrap_from_leader_only` is enabled by default from 2.19. During rolling upgrades, it could happen that the leader peer is on an upgraded node and the potential RBS source/new peer ends up being on a node running older version. If the above happens, it would lead to leader not anchoring the log during RBS from closest peer. RBS of the new peer might fail a couple of times (5 - controlled by `max_remote_bootstrap_attempts_from_non_leader`) before falling back to bootstrapping from leader. Promote flag `remote_bootstrap_from_leader_only` to an AutoFlag to avoid increase in failed bootstraps. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7843]: https://yugabyte.atlassian.net/browse/DB-7843?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[DocDB] Change gflag remote_bootstrap_from_leader_only to AutoFlag - Jira Link: [DB-7843](https://yugabyte.atlassian.net/browse/DB-7843) ### Description `remote_bootstrap_from_leader_only` is enabled by default from 2.19. During rolling upgrades, it could happen that the leader peer is on an upgraded node and the potential RBS source/new peer ends up being on a node running older version. If the above happens, it would lead to leader not anchoring the log during RBS from closest peer. RBS of the new peer might fail a couple of times (5 - controlled by `max_remote_bootstrap_attempts_from_non_leader`) before falling back to bootstrapping from leader. Promote flag `remote_bootstrap_from_leader_only` to an AutoFlag to avoid increase in failed bootstraps. ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-7843]: https://yugabyte.atlassian.net/browse/DB-7843?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
non_defect
change gflag remote bootstrap from leader only to autoflag jira link description remote bootstrap from leader only is enabled by default from during rolling upgrades it could happen that the leader peer is on an upgraded node and the potential rbs source new peer ends up being on a node running older version if the above happens it would lead to leader not anchoring the log during rbs from closest peer rbs of the new peer might fail a couple of times controlled by max remote bootstrap attempts from non leader before falling back to bootstrapping from leader promote flag remote bootstrap from leader only to an autoflag to avoid increase in failed bootstraps warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
0
613,613
19,094,932,617
IssuesEvent
2021-11-29 15:46:17
juster-finance/juster-app
https://api.github.com/repos/juster-finance/juster-app
closed
Cursor is shifted in the symbol card lineplot [Firefox issue]
Bug High Priority
Вертикальная линия с выделяемым сегментом графика с ценой отображается левее позиции курсора мыши (смещена влево). На скриншоте красным крестом отображена примерная позиция курсора: ![image](https://user-images.githubusercontent.com/22714654/134210550-d71d8f5a-cf30-4117-acdd-9e6ee3cf263d.png) Данная проблема воспроизводится в Firefox 91.0.2 (64-bit), в Chrome всё ок, однако подобное смещение также воспроизводится если курсор находится в самых нижних пикселях графика
1.0
Cursor is shifted in the symbol card lineplot [Firefox issue] - Вертикальная линия с выделяемым сегментом графика с ценой отображается левее позиции курсора мыши (смещена влево). На скриншоте красным крестом отображена примерная позиция курсора: ![image](https://user-images.githubusercontent.com/22714654/134210550-d71d8f5a-cf30-4117-acdd-9e6ee3cf263d.png) Данная проблема воспроизводится в Firefox 91.0.2 (64-bit), в Chrome всё ок, однако подобное смещение также воспроизводится если курсор находится в самых нижних пикселях графика
non_defect
cursor is shifted in the symbol card lineplot вертикальная линия с выделяемым сегментом графика с ценой отображается левее позиции курсора мыши смещена влево на скриншоте красным крестом отображена примерная позиция курсора данная проблема воспроизводится в firefox bit в chrome всё ок однако подобное смещение также воспроизводится если курсор находится в самых нижних пикселях графика
0
445
2,537,275,759
IssuesEvent
2015-01-26 19:29:26
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
remote backend error
auth defect
The remote backend sends an abortTransaction when it receives a commit transaction and vice versa a commitTransaction when it receives an abortTransaction from the PowerDNS server. Please see the following snippet from the source code: ``` bool RemoteBackend::commitTransaction() { rapidjson::Document query,answer; rapidjson::Value parameters; query.SetObject(); JSON_ADD_MEMBER(query, "method", "abortTransaction", query.GetAllocator()); parameters.SetObject(); JSON_ADD_MEMBER(parameters, "trxid", d_trxid, query.GetAllocator()); query.AddMember("parameters", parameters, query.GetAllocator()); d_trxid = -1; if (this->send(query) == false || this->recv(answer) == false) return false; return true; } bool RemoteBackend::abortTransaction() { rapidjson::Document query,answer; rapidjson::Value parameters; query.SetObject(); JSON_ADD_MEMBER(query, "method", "commitTransaction", query.GetAllocator()); parameters.SetObject(); JSON_ADD_MEMBER(parameters, "trxid", d_trxid, query.GetAllocator()); query.AddMember("parameters", parameters, query.GetAllocator()); d_trxid = -1; if (this->send(query) == false || this->recv(answer) == false) return false; return true; } ``` Please fix these errors. Thanx in advance, Tom
1.0
remote backend error - The remote backend sends an abortTransaction when it receives a commit transaction and vice versa a commitTransaction when it receives an abortTransaction from the PowerDNS server. Please see the following snippet from the source code: ``` bool RemoteBackend::commitTransaction() { rapidjson::Document query,answer; rapidjson::Value parameters; query.SetObject(); JSON_ADD_MEMBER(query, "method", "abortTransaction", query.GetAllocator()); parameters.SetObject(); JSON_ADD_MEMBER(parameters, "trxid", d_trxid, query.GetAllocator()); query.AddMember("parameters", parameters, query.GetAllocator()); d_trxid = -1; if (this->send(query) == false || this->recv(answer) == false) return false; return true; } bool RemoteBackend::abortTransaction() { rapidjson::Document query,answer; rapidjson::Value parameters; query.SetObject(); JSON_ADD_MEMBER(query, "method", "commitTransaction", query.GetAllocator()); parameters.SetObject(); JSON_ADD_MEMBER(parameters, "trxid", d_trxid, query.GetAllocator()); query.AddMember("parameters", parameters, query.GetAllocator()); d_trxid = -1; if (this->send(query) == false || this->recv(answer) == false) return false; return true; } ``` Please fix these errors. Thanx in advance, Tom
defect
remote backend error the remote backend sends an aborttransaction when it receives a commit transaction and vice versa a committransaction when it receives an aborttransaction from the powerdns server please see the following snippet from the source code bool remotebackend committransaction rapidjson document query answer rapidjson value parameters query setobject json add member query method aborttransaction query getallocator parameters setobject json add member parameters trxid d trxid query getallocator query addmember parameters parameters query getallocator d trxid if this send query false this recv answer false return false return true bool remotebackend aborttransaction rapidjson document query answer rapidjson value parameters query setobject json add member query method committransaction query getallocator parameters setobject json add member parameters trxid d trxid query getallocator query addmember parameters parameters query getallocator d trxid if this send query false this recv answer false return false return true please fix these errors thanx in advance tom
1
70,389
23,150,355,928
IssuesEvent
2022-07-29 07:41:32
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: Cython 0.29.31 release breaks building SciPy from source
defect
### Describe your issue. This comes from failures seen in SymPy CI: https://github.com/sympy/sympy/pull/23847 The release of Cython 0.29.31 means that building SciPy from source with pip fails both with the latest release SciPy 1.8.1 and also the main branch. It looks like pyproject.toml on the 1.8.x branch needs to have a better upper bound for the Cython version since it only requires `<3.0` which does not prevent new releases in Cython's `0.29.x` series from breaking the build: https://github.com/scipy/scipy/blob/b76137f0d4fd82bd74b2e51af33af3ece44e45bc/pyproject.toml#L1-L14 ### Reproducing Code Example ```console $ pip install -U pip setuptools wheel cython numpy Collecting pip Downloading pip-22.2.1-py3-none-any.whl (2.0 MB) |████████████████████████████████| 2.0 MB 4.8 MB/s Collecting setuptools Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB) |████████████████████████████████| 1.2 MB 28.2 MB/s Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Collecting cython Downloading Cython-0.29.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) |████████████████████████████████| 1.9 MB 2.8 MB/s Collecting numpy Using cached numpy-1.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) Installing collected packages: pip, setuptools, wheel, cython, numpy Attempting uninstall: pip Found existing installation: pip 20.2.3 Uninstalling pip-20.2.3: Successfully uninstalled pip-20.2.3 Attempting uninstall: setuptools Found existing installation: setuptools 49.2.1 Uninstalling setuptools-49.2.1: Successfully uninstalled setuptools-49.2.1 Successfully installed cython-0.29.31 numpy-1.23.1 pip-22.2.1 setuptools-63.2.0 wheel-0.37.1 $ pip install --no-binary scipy scipy Collecting scipy Downloading scipy-1.8.1.tar.gz (38.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.2/38.2 MB 8.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error ``` ### Error message ```console $ pip install --no-binary scipy scipy Collecting scipy Downloading scipy-1.8.1.tar.gz (38.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.2/38.2 MB 8.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [102 lines of output] Running scipy/special/_generate_pyx.py Running scipy/stats/_generate_pyx.py Running scipy/linalg/_generate_pyx.py Processing scipy/special/_ufuncs.pyx Processing scipy/special/_test_round.pyx Processing scipy/special/_ufuncs_cxx.pyx Processing scipy/special/_ellip_harm_2.pyx Processing scipy/special/cython_special.pyx Processing scipy/special/_comb.pyx Processing scipy/spatial/_voronoi.pyx Processing scipy/spatial/_hausdorff.pyx Processing scipy/spatial/_qhull.pyx Processing scipy/spatial/_ckdtree.pyx Processing scipy/spatial/transform/_rotation.pyx Processing scipy/interpolate/_ppoly.pyx Processing scipy/interpolate/_bspl.pyx Processing scipy/interpolate/interpnd.pyx Processing scipy/cluster/_vq.pyx Processing scipy/cluster/_hierarchy.pyx Processing scipy/cluster/_optimal_leaf_ordering.pyx Processing scipy/_lib/messagestream.pyx Processing scipy/_lib/_test_deprecation_call.pyx Processing scipy/_lib/_test_deprecation_def.pyx Processing scipy/_lib/_ccallback_c.pyx Processing scipy/signal/_upfirdn_apply.pyx Processing scipy/signal/_max_len_seq_inner.pyx Processing scipy/signal/_sosfilt.pyx Processing scipy/signal/_spectral.pyx Processing scipy/signal/_peak_finding_utils.pyx Processing scipy/io/matlab/_streams.pyx Processing scipy/io/matlab/_mio5_utils.pyx Processing scipy/io/matlab/_mio_utils.pyx Processing scipy/stats/_stats.pyx Processing scipy/stats/_qmc_cy.pyx Processing scipy/stats/_biasedurn.pyx Processing scipy/stats/_sobol.pyx Processing scipy/stats/_boost/src/nbinom_ufunc.pyx Processing scipy/stats/_boost/src/beta_ufunc.pyx Error compiling Cython file: ------------------------------------------------------------ ... return np.array(result, dtype=np.int64) @cython.wraparound(False) @cython.boundscheck(False) def _weightedrankedtau(ordered[:] x, ordered[:] y, intp_t[:] rank, weigher, bool additive): ^ ------------------------------------------------------------ _stats.pyx:173:0: Referring to a memoryview typed argument directly in a nested closure function is not supported in Cython 0.x. Either upgrade to Cython 3, or assign the argument to a local variable and use that in the nested function. Processing scipy/stats/_boost/src/binom_ufunc.pyx Traceback (most recent call last): File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 317, in <module> main() File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 313, in main find_process_files(root_dir) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 302, in find_process_files for result in pool.imap_unordered(lambda args: process(*args), jobs): File "/usr/lib/python3.8/multiprocessing/pool.py", line 868, in next raise value File "/usr/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 302, in <lambda> for result in pool.imap_unordered(lambda args: process(*args), jobs): File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 236, in process processor_function(fromfile, tofile, cwd=path) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 102, in process_pyx raise Exception('Cython failed') Exception: Cython failed setup.py:486: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-tcs7khbn'), proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command ('{}'), proceeding with " Running from SciPy source directory. Cythonizing sources Traceback (most recent call last): File "setup.py", line 350, in generate_cython import pip ModuleNotFoundError: No module named 'pip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module> main() File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 164, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel self.run_setup() File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 267, in run_setup super(_BuildMetaLegacyBackend, File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 158, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 628, in <module> setup_package() File "setup.py", line 612, in setup_package generate_cython() File "setup.py", line 352, in generate_cython raise RuntimeError("Running cythonize failed!") RuntimeError: Running cythonize failed! [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. ``` ### SciPy/NumPy/Python version information SciPy 1.8.1 and current main, numpy 1.23.1, Any version of Python or PyPy (I think), Cython 0.29.31
1.0
BUG: Cython 0.29.31 release breaks building SciPy from source - ### Describe your issue. This comes from failures seen in SymPy CI: https://github.com/sympy/sympy/pull/23847 The release of Cython 0.29.31 means that building SciPy from source with pip fails both with the latest release SciPy 1.8.1 and also the main branch. It looks like pyproject.toml on the 1.8.x branch needs to have a better upper bound for the Cython version since it only requires `<3.0` which does not prevent new releases in Cython's `0.29.x` series from breaking the build: https://github.com/scipy/scipy/blob/b76137f0d4fd82bd74b2e51af33af3ece44e45bc/pyproject.toml#L1-L14 ### Reproducing Code Example ```console $ pip install -U pip setuptools wheel cython numpy Collecting pip Downloading pip-22.2.1-py3-none-any.whl (2.0 MB) |████████████████████████████████| 2.0 MB 4.8 MB/s Collecting setuptools Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB) |████████████████████████████████| 1.2 MB 28.2 MB/s Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) Collecting cython Downloading Cython-0.29.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB) |████████████████████████████████| 1.9 MB 2.8 MB/s Collecting numpy Using cached numpy-1.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) Installing collected packages: pip, setuptools, wheel, cython, numpy Attempting uninstall: pip Found existing installation: pip 20.2.3 Uninstalling pip-20.2.3: Successfully uninstalled pip-20.2.3 Attempting uninstall: setuptools Found existing installation: setuptools 49.2.1 Uninstalling setuptools-49.2.1: Successfully uninstalled setuptools-49.2.1 Successfully installed cython-0.29.31 numpy-1.23.1 pip-22.2.1 setuptools-63.2.0 wheel-0.37.1 $ pip install --no-binary scipy scipy Collecting scipy Downloading scipy-1.8.1.tar.gz (38.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.2/38.2 MB 8.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error ``` ### Error message ```console $ pip install --no-binary scipy scipy Collecting scipy Downloading scipy-1.8.1.tar.gz (38.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.2/38.2 MB 8.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [102 lines of output] Running scipy/special/_generate_pyx.py Running scipy/stats/_generate_pyx.py Running scipy/linalg/_generate_pyx.py Processing scipy/special/_ufuncs.pyx Processing scipy/special/_test_round.pyx Processing scipy/special/_ufuncs_cxx.pyx Processing scipy/special/_ellip_harm_2.pyx Processing scipy/special/cython_special.pyx Processing scipy/special/_comb.pyx Processing scipy/spatial/_voronoi.pyx Processing scipy/spatial/_hausdorff.pyx Processing scipy/spatial/_qhull.pyx Processing scipy/spatial/_ckdtree.pyx Processing scipy/spatial/transform/_rotation.pyx Processing scipy/interpolate/_ppoly.pyx Processing scipy/interpolate/_bspl.pyx Processing scipy/interpolate/interpnd.pyx Processing scipy/cluster/_vq.pyx Processing scipy/cluster/_hierarchy.pyx Processing scipy/cluster/_optimal_leaf_ordering.pyx Processing scipy/_lib/messagestream.pyx Processing scipy/_lib/_test_deprecation_call.pyx Processing scipy/_lib/_test_deprecation_def.pyx Processing scipy/_lib/_ccallback_c.pyx Processing scipy/signal/_upfirdn_apply.pyx Processing scipy/signal/_max_len_seq_inner.pyx Processing scipy/signal/_sosfilt.pyx Processing scipy/signal/_spectral.pyx Processing scipy/signal/_peak_finding_utils.pyx Processing scipy/io/matlab/_streams.pyx Processing scipy/io/matlab/_mio5_utils.pyx Processing scipy/io/matlab/_mio_utils.pyx Processing scipy/stats/_stats.pyx Processing scipy/stats/_qmc_cy.pyx Processing scipy/stats/_biasedurn.pyx Processing scipy/stats/_sobol.pyx Processing scipy/stats/_boost/src/nbinom_ufunc.pyx Processing scipy/stats/_boost/src/beta_ufunc.pyx Error compiling Cython file: ------------------------------------------------------------ ... return np.array(result, dtype=np.int64) @cython.wraparound(False) @cython.boundscheck(False) def _weightedrankedtau(ordered[:] x, ordered[:] y, intp_t[:] rank, weigher, bool additive): ^ ------------------------------------------------------------ _stats.pyx:173:0: Referring to a memoryview typed argument directly in a nested closure function is not supported in Cython 0.x. Either upgrade to Cython 3, or assign the argument to a local variable and use that in the nested function. Processing scipy/stats/_boost/src/binom_ufunc.pyx Traceback (most recent call last): File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 317, in <module> main() File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 313, in main find_process_files(root_dir) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 302, in find_process_files for result in pool.imap_unordered(lambda args: process(*args), jobs): File "/usr/lib/python3.8/multiprocessing/pool.py", line 868, in next raise value File "/usr/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 302, in <lambda> for result in pool.imap_unordered(lambda args: process(*args), jobs): File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 236, in process processor_function(fromfile, tofile, cwd=path) File "/tmp/pip-install-wnazhy0r/scipy_3ee8a876e4f54aa7bfa3d9fdba592754/tools/cythonize.py", line 102, in process_pyx raise Exception('Cython failed') Exception: Cython failed setup.py:486: UserWarning: Unrecognized setuptools command ('dist_info --egg-base /tmp/pip-modern-metadata-tcs7khbn'), proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command ('{}'), proceeding with " Running from SciPy source directory. Cythonizing sources Traceback (most recent call last): File "setup.py", line 350, in generate_cython import pip ModuleNotFoundError: No module named 'pip' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in <module> main() File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/home/oscar/current/sympy/sympy.git/tmpvenv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 164, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 174, in prepare_metadata_for_build_wheel self.run_setup() File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 267, in run_setup super(_BuildMetaLegacyBackend, File "/tmp/pip-build-env-nvuzm8iv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 158, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 628, in <module> setup_package() File "setup.py", line 612, in setup_package generate_cython() File "setup.py", line 352, in generate_cython raise RuntimeError("Running cythonize failed!") RuntimeError: Running cythonize failed! [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. ``` ### SciPy/NumPy/Python version information SciPy 1.8.1 and current main, numpy 1.23.1, Any version of Python or PyPy (I think), Cython 0.29.31
defect
bug cython release breaks building scipy from source describe your issue this comes from failures seen in sympy ci the release of cython means that building scipy from source with pip fails both with the latest release scipy and also the main branch it looks like pyproject toml on the x branch needs to have a better upper bound for the cython version since it only requires which does not prevent new releases in cython s x series from breaking the build reproducing code example console pip install u pip setuptools wheel cython numpy collecting pip downloading pip none any whl mb ████████████████████████████████ mb mb s collecting setuptools downloading setuptools none any whl mb ████████████████████████████████ mb mb s collecting wheel using cached wheel none any whl kb collecting cython downloading cython manylinux manylinux whl mb ████████████████████████████████ mb mb s collecting numpy using cached numpy manylinux whl mb installing collected packages pip setuptools wheel cython numpy attempting uninstall pip found existing installation pip uninstalling pip successfully uninstalled pip attempting uninstall setuptools found existing installation setuptools uninstalling setuptools successfully uninstalled setuptools successfully installed cython numpy pip setuptools wheel pip install no binary scipy scipy collecting scipy downloading scipy tar gz mb ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ mb mb s eta installing build dependencies done getting requirements to build wheel done preparing metadata pyproject toml error error subprocess exited with error error message console pip install no binary scipy scipy collecting scipy downloading scipy tar gz mb ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ mb mb s eta installing build dependencies done getting requirements to build wheel done preparing metadata pyproject toml error error subprocess exited with error × preparing metadata pyproject toml did not run successfully │ exit code ╰─ running scipy special generate pyx py running scipy stats generate pyx py running scipy linalg generate pyx py processing scipy special ufuncs pyx processing scipy special test round pyx processing scipy special ufuncs cxx pyx processing scipy special ellip harm pyx processing scipy special cython special pyx processing scipy special comb pyx processing scipy spatial voronoi pyx processing scipy spatial hausdorff pyx processing scipy spatial qhull pyx processing scipy spatial ckdtree pyx processing scipy spatial transform rotation pyx processing scipy interpolate ppoly pyx processing scipy interpolate bspl pyx processing scipy interpolate interpnd pyx processing scipy cluster vq pyx processing scipy cluster hierarchy pyx processing scipy cluster optimal leaf ordering pyx processing scipy lib messagestream pyx processing scipy lib test deprecation call pyx processing scipy lib test deprecation def pyx processing scipy lib ccallback c pyx processing scipy signal upfirdn apply pyx processing scipy signal max len seq inner pyx processing scipy signal sosfilt pyx processing scipy signal spectral pyx processing scipy signal peak finding utils pyx processing scipy io matlab streams pyx processing scipy io matlab utils pyx processing scipy io matlab mio utils pyx processing scipy stats stats pyx processing scipy stats qmc cy pyx processing scipy stats biasedurn pyx processing scipy stats sobol pyx processing scipy stats boost src nbinom ufunc pyx processing scipy stats boost src beta ufunc pyx error compiling cython file return np array result dtype np cython wraparound false cython boundscheck false def weightedrankedtau ordered x ordered y intp t rank weigher bool additive stats pyx referring to a memoryview typed argument directly in a nested closure function is not supported in cython x either upgrade to cython or assign the argument to a local variable and use that in the nested function processing scipy stats boost src binom ufunc pyx traceback most recent call last file tmp pip install scipy tools cythonize py line in main file tmp pip install scipy tools cythonize py line in main find process files root dir file tmp pip install scipy tools cythonize py line in find process files for result in pool imap unordered lambda args process args jobs file usr lib multiprocessing pool py line in next raise value file usr lib multiprocessing pool py line in worker result true func args kwds file tmp pip install scipy tools cythonize py line in for result in pool imap unordered lambda args process args jobs file tmp pip install scipy tools cythonize py line in process processor function fromfile tofile cwd path file tmp pip install scipy tools cythonize py line in process pyx raise exception cython failed exception cython failed setup py userwarning unrecognized setuptools command dist info egg base tmp pip modern metadata proceeding with generating cython sources and expanding templates warnings warn unrecognized setuptools command proceeding with running from scipy source directory cythonizing sources traceback most recent call last file setup py line in generate cython import pip modulenotfounderror no module named pip during handling of the above exception another exception occurred traceback most recent call last file home oscar current sympy sympy git tmpvenv lib site packages pip vendor in process in process py line in main file home oscar current sympy sympy git tmpvenv lib site packages pip vendor in process in process py line in main json out hook hook input file home oscar current sympy sympy git tmpvenv lib site packages pip vendor in process in process py line in prepare metadata for build wheel return hook metadata directory config settings file tmp pip build env overlay lib site packages setuptools build meta py line in prepare metadata for build wheel self run setup file tmp pip build env overlay lib site packages setuptools build meta py line in run setup super buildmetalegacybackend file tmp pip build env overlay lib site packages setuptools build meta py line in run setup exec compile code file exec locals file setup py line in setup package file setup py line in setup package generate cython file setup py line in generate cython raise runtimeerror running cythonize failed runtimeerror running cythonize failed note this error originates from a subprocess and is likely not a problem with pip error metadata generation failed × encountered error while generating package metadata ╰─ see above for output note this is an issue with the package mentioned above not pip hint see above for details scipy numpy python version information scipy and current main numpy any version of python or pypy i think cython
1
413,977
27,974,503,496
IssuesEvent
2023-03-25 12:15:43
facebook/jest
https://api.github.com/repos/facebook/jest
closed
[Bug]: .esm.js is ignored in extensionsToTreatAsEsm
Documentation :book: Stale
### Version 27.1.0 ### Steps to reproduce 1. Set `extensionsToTreatAsEsm` to `['.esm.js']`. 2. Import a path that points to a file named `something.esm.js`. ### Expected behavior The imported file should be treated as esm. ### Actual behavior The imported file will be treated as CommonJS. ### Additional context AFAICT the culprit is this snippet in `packages/jest-resolve/src/shouldLoadAsEsm.ts`: ```typescript const extension = extname(path); if (extension === '.mjs') { return true; } if (extension === '.cjs') { return false; } if (extension !== '.js') { return extensionsToTreatAsEsm.includes(extension); } ``` Which assumes only the last part of the file name needs to be checked against the configured extensions. ### Environment ```shell System: OS: Linux 5.4 Ubuntu 20.04.2 LTS (Focal Fossa) CPU: (8) x64 Intel(R) Xeon(R) Gold 6152 CPU @ 2.10GHz Binaries: Node: 14.17.1 - ~/.nvm/versions/node/v14.17.1/bin/node npm: 6.14.13 - ~/.nvm/versions/node/v14.17.1/bin/npm npmPackages: jest: ^27.1.0 => 27.1.0 ```
1.0
[Bug]: .esm.js is ignored in extensionsToTreatAsEsm - ### Version 27.1.0 ### Steps to reproduce 1. Set `extensionsToTreatAsEsm` to `['.esm.js']`. 2. Import a path that points to a file named `something.esm.js`. ### Expected behavior The imported file should be treated as esm. ### Actual behavior The imported file will be treated as CommonJS. ### Additional context AFAICT the culprit is this snippet in `packages/jest-resolve/src/shouldLoadAsEsm.ts`: ```typescript const extension = extname(path); if (extension === '.mjs') { return true; } if (extension === '.cjs') { return false; } if (extension !== '.js') { return extensionsToTreatAsEsm.includes(extension); } ``` Which assumes only the last part of the file name needs to be checked against the configured extensions. ### Environment ```shell System: OS: Linux 5.4 Ubuntu 20.04.2 LTS (Focal Fossa) CPU: (8) x64 Intel(R) Xeon(R) Gold 6152 CPU @ 2.10GHz Binaries: Node: 14.17.1 - ~/.nvm/versions/node/v14.17.1/bin/node npm: 6.14.13 - ~/.nvm/versions/node/v14.17.1/bin/npm npmPackages: jest: ^27.1.0 => 27.1.0 ```
non_defect
esm js is ignored in extensionstotreatasesm version steps to reproduce set extensionstotreatasesm to import a path that points to a file named something esm js expected behavior the imported file should be treated as esm actual behavior the imported file will be treated as commonjs additional context afaict the culprit is this snippet in packages jest resolve src shouldloadasesm ts typescript const extension extname path if extension mjs return true if extension cjs return false if extension js return extensionstotreatasesm includes extension which assumes only the last part of the file name needs to be checked against the configured extensions environment shell system os linux ubuntu lts focal fossa cpu intel r xeon r gold cpu binaries node nvm versions node bin node npm nvm versions node bin npm npmpackages jest
0
68,974
9,222,945,683
IssuesEvent
2019-03-12 01:10:33
faucetsdn/faucet
https://api.github.com/repos/faucetsdn/faucet
closed
Add documentation to ZodiacGX vendor page
documentation
Add documentation for configuring out of bad control on ZodiacGX (based on https://github.com/faucetsdn/faucet/issues/2349) to ``docs/vendors/northboundnetworks/README_ZodiacGX.rst``
1.0
Add documentation to ZodiacGX vendor page - Add documentation for configuring out of bad control on ZodiacGX (based on https://github.com/faucetsdn/faucet/issues/2349) to ``docs/vendors/northboundnetworks/README_ZodiacGX.rst``
non_defect
add documentation to zodiacgx vendor page add documentation for configuring out of bad control on zodiacgx based on to docs vendors northboundnetworks readme zodiacgx rst
0
66,263
20,107,480,237
IssuesEvent
2022-02-07 11:59:57
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
can't log out if server is unreachable
T-Defect A-Logout Z-Papercuts S-Minor O-Uncommon
### Steps to reproduce 1. shut down your server 2. try to log out ### Outcome #### What did you expect? log out without deleting the session from server #### What happened instead? can't log out. additionally, it keeps insisting I enable my key backup, even though server isn't reachable. also, I already have a key backup set up to make it even more confusing. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store schildi 1.3.12.sc48-test11 ### Homeserver _No response_ ### Will you send logs? No
1.0
can't log out if server is unreachable - ### Steps to reproduce 1. shut down your server 2. try to log out ### Outcome #### What did you expect? log out without deleting the session from server #### What happened instead? can't log out. additionally, it keeps insisting I enable my key backup, even though server isn't reachable. also, I already have a key backup set up to make it even more confusing. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store schildi 1.3.12.sc48-test11 ### Homeserver _No response_ ### Will you send logs? No
defect
can t log out if server is unreachable steps to reproduce shut down your server try to log out outcome what did you expect log out without deleting the session from server what happened instead can t log out additionally it keeps insisting i enable my key backup even though server isn t reachable also i already have a key backup set up to make it even more confusing your phone model no response operating system version no response application version and app store schildi homeserver no response will you send logs no
1
75,892
26,126,533,221
IssuesEvent
2022-12-28 19:27:11
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Messages displayed incorrectly in threads (as compared to element web)
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… This is pretty difficult to reproduce as this seem to be some kind of intermittently occurring issue and has to do with the speed to which you send messages (some kind of consistency issue?). Steps to reproduce: 1. Open the Element app, go to a chat and write a message, then create a thread using "reply in thread" 2. When I start typing messages in that thread, everything seems fine. 3. Try to **reply to your OWN messages** in that chat, preferably **immediately** after you write the initial message 4. If you check our the other user's thread on element-web, everything appears perfectly 5. Now switch over to the element-android, you _may_ see that the messages show up in a very strange way. > NOTE: It doesn't happen everytime, especially not if you wait sometime before replying to your own message. Hard to reproduce, but happen enough times to make you lose your mind The following screenshots are what you will observe: **web - user 1**: ![web-user-1](https://user-images.githubusercontent.com/36495185/209859629-c8d1c0ad-d252-48b9-aa72-446f3e2dc410.jpg) **web - user 2**: ![web-user-2](https://user-images.githubusercontent.com/36495185/209859649-5ca3e81c-e377-45cc-99ab-4dd2467bde8a.jpg) Everything seems good? Now look at **android - user 1**: ![android-user-1](https://user-images.githubusercontent.com/36495185/209859679-7c97519e-6f5e-4c4c-b452-629cf3c1ab60.jpg) ## Side effects I have also noticed a side effect of this. On element-android, when "editing" a normal message, clicking the "edit" button will put the message in the textbox below, where you can edit it and hit the "tick" button to finish editing. 1. BUT, when the messages are displayed incorrectly (the way it's shown above), hitting the "edit" button will show an **empty textbox** and whatever you write in there will replace the entire text in the message you are trying to edit. 2. BUT, then the message seems to be correctly showing "In reply to a thread" on the phone. 3. BUT, on element-web, it shows up even more weirdly. 4. Then, editing on element-web will make things look normal on the web, but then android looks weird. You can observe in following screenshots: **This is how the messages look on android (initially)** (as you can see, they say they are in reply to something, but the UI is deformed and we don't know what). ![android-iinitial](https://user-images.githubusercontent.com/36495185/209861744-fe9bb79e-c433-4e5e-b719-a2b7d0bb3228.jpg) Now, I'll make an edit on android by hitting the edit button. (the textbox is empty so I type is whatever I want and hit the "tick"). **you can see the result of the edit on android**: ![android-after-edit](https://user-images.githubusercontent.com/36495185/209861836-6b6060fb-7798-457c-8049-7b7d7e55d7d5.jpg) **Now, I'll show you how the edit looks on element-web**. NOTE that the message below the edited message is how the edited message kind of looked like on element-web, originally. ![web-user-1-after](https://user-images.githubusercontent.com/36495185/209861962-f8c5e856-15fc-439b-9daf-faab2b87bb2c.jpg) Now, I'll edit the SAME message on element-web: ![web-user-1-after-edit](https://user-images.githubusercontent.com/36495185/209861999-7babe68b-5cc9-4976-9da9-20cb8b093c16.jpg) After I'm done editing on the web, it looks like this: ![web-user-1-after-edit-after](https://user-images.githubusercontent.com/36495185/209862030-ebebd8a3-de0b-4e9a-90ba-4860502ecf19.jpg) Now, let's go back and see how the re-edit looks on android: ![android-after-edit-on-web](https://user-images.githubusercontent.com/36495185/209862079-d12f3517-5f3a-444a-9f36-a6d9e8b5671b.jpg) As you can see, this whole thing seems like a real mess. I also uncovered another bug which I couldn't understand why it was happening. I'll create it later and maybe link it here. It may be related. So, to summarize, the two issues are: 1. the weird showing of "in reply to thread" 2. the inability to edit properly and everything showing up stangely in UI (thus impacting experience on element-web too, which actually seem fine, if element-android didn't incorrectly "edit" the messages. Thanks! ### Outcome #### What did you expect? I'm sorry, I put the screentshots in "steps to reproduce" #### What happened instead? I'm sorry, I put the screentshots in "steps to reproduce" ### Your phone model Xiaomi Redmi Note 9 ### Operating system version Android 11 ### Application version and app store Element version 1.5.14, olm version 3.2.12 from playstore ### Homeserver matrix.org ### Will you send logs? Yes ### Are you willing to provide a PR? No
1.0
Messages displayed incorrectly in threads (as compared to element web) - ### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… This is pretty difficult to reproduce as this seem to be some kind of intermittently occurring issue and has to do with the speed to which you send messages (some kind of consistency issue?). Steps to reproduce: 1. Open the Element app, go to a chat and write a message, then create a thread using "reply in thread" 2. When I start typing messages in that thread, everything seems fine. 3. Try to **reply to your OWN messages** in that chat, preferably **immediately** after you write the initial message 4. If you check our the other user's thread on element-web, everything appears perfectly 5. Now switch over to the element-android, you _may_ see that the messages show up in a very strange way. > NOTE: It doesn't happen everytime, especially not if you wait sometime before replying to your own message. Hard to reproduce, but happen enough times to make you lose your mind The following screenshots are what you will observe: **web - user 1**: ![web-user-1](https://user-images.githubusercontent.com/36495185/209859629-c8d1c0ad-d252-48b9-aa72-446f3e2dc410.jpg) **web - user 2**: ![web-user-2](https://user-images.githubusercontent.com/36495185/209859649-5ca3e81c-e377-45cc-99ab-4dd2467bde8a.jpg) Everything seems good? Now look at **android - user 1**: ![android-user-1](https://user-images.githubusercontent.com/36495185/209859679-7c97519e-6f5e-4c4c-b452-629cf3c1ab60.jpg) ## Side effects I have also noticed a side effect of this. On element-android, when "editing" a normal message, clicking the "edit" button will put the message in the textbox below, where you can edit it and hit the "tick" button to finish editing. 1. BUT, when the messages are displayed incorrectly (the way it's shown above), hitting the "edit" button will show an **empty textbox** and whatever you write in there will replace the entire text in the message you are trying to edit. 2. BUT, then the message seems to be correctly showing "In reply to a thread" on the phone. 3. BUT, on element-web, it shows up even more weirdly. 4. Then, editing on element-web will make things look normal on the web, but then android looks weird. You can observe in following screenshots: **This is how the messages look on android (initially)** (as you can see, they say they are in reply to something, but the UI is deformed and we don't know what). ![android-iinitial](https://user-images.githubusercontent.com/36495185/209861744-fe9bb79e-c433-4e5e-b719-a2b7d0bb3228.jpg) Now, I'll make an edit on android by hitting the edit button. (the textbox is empty so I type is whatever I want and hit the "tick"). **you can see the result of the edit on android**: ![android-after-edit](https://user-images.githubusercontent.com/36495185/209861836-6b6060fb-7798-457c-8049-7b7d7e55d7d5.jpg) **Now, I'll show you how the edit looks on element-web**. NOTE that the message below the edited message is how the edited message kind of looked like on element-web, originally. ![web-user-1-after](https://user-images.githubusercontent.com/36495185/209861962-f8c5e856-15fc-439b-9daf-faab2b87bb2c.jpg) Now, I'll edit the SAME message on element-web: ![web-user-1-after-edit](https://user-images.githubusercontent.com/36495185/209861999-7babe68b-5cc9-4976-9da9-20cb8b093c16.jpg) After I'm done editing on the web, it looks like this: ![web-user-1-after-edit-after](https://user-images.githubusercontent.com/36495185/209862030-ebebd8a3-de0b-4e9a-90ba-4860502ecf19.jpg) Now, let's go back and see how the re-edit looks on android: ![android-after-edit-on-web](https://user-images.githubusercontent.com/36495185/209862079-d12f3517-5f3a-444a-9f36-a6d9e8b5671b.jpg) As you can see, this whole thing seems like a real mess. I also uncovered another bug which I couldn't understand why it was happening. I'll create it later and maybe link it here. It may be related. So, to summarize, the two issues are: 1. the weird showing of "in reply to thread" 2. the inability to edit properly and everything showing up stangely in UI (thus impacting experience on element-web too, which actually seem fine, if element-android didn't incorrectly "edit" the messages. Thanks! ### Outcome #### What did you expect? I'm sorry, I put the screentshots in "steps to reproduce" #### What happened instead? I'm sorry, I put the screentshots in "steps to reproduce" ### Your phone model Xiaomi Redmi Note 9 ### Operating system version Android 11 ### Application version and app store Element version 1.5.14, olm version 3.2.12 from playstore ### Homeserver matrix.org ### Will you send logs? Yes ### Are you willing to provide a PR? No
defect
messages displayed incorrectly in threads as compared to element web steps to reproduce where are you starting what can you see what do you click more steps… this is pretty difficult to reproduce as this seem to be some kind of intermittently occurring issue and has to do with the speed to which you send messages some kind of consistency issue steps to reproduce open the element app go to a chat and write a message then create a thread using reply in thread when i start typing messages in that thread everything seems fine try to reply to your own messages in that chat preferably immediately after you write the initial message if you check our the other user s thread on element web everything appears perfectly now switch over to the element android you may see that the messages show up in a very strange way note it doesn t happen everytime especially not if you wait sometime before replying to your own message hard to reproduce but happen enough times to make you lose your mind the following screenshots are what you will observe web user web user everything seems good now look at android user side effects i have also noticed a side effect of this on element android when editing a normal message clicking the edit button will put the message in the textbox below where you can edit it and hit the tick button to finish editing but when the messages are displayed incorrectly the way it s shown above hitting the edit button will show an empty textbox and whatever you write in there will replace the entire text in the message you are trying to edit but then the message seems to be correctly showing in reply to a thread on the phone but on element web it shows up even more weirdly then editing on element web will make things look normal on the web but then android looks weird you can observe in following screenshots this is how the messages look on android initially as you can see they say they are in reply to something but the ui is deformed and we don t know what now i ll make an edit on android by hitting the edit button the textbox is empty so i type is whatever i want and hit the tick you can see the result of the edit on android now i ll show you how the edit looks on element web note that the message below the edited message is how the edited message kind of looked like on element web originally now i ll edit the same message on element web after i m done editing on the web it looks like this now let s go back and see how the re edit looks on android as you can see this whole thing seems like a real mess i also uncovered another bug which i couldn t understand why it was happening i ll create it later and maybe link it here it may be related so to summarize the two issues are the weird showing of in reply to thread the inability to edit properly and everything showing up stangely in ui thus impacting experience on element web too which actually seem fine if element android didn t incorrectly edit the messages thanks outcome what did you expect i m sorry i put the screentshots in steps to reproduce what happened instead i m sorry i put the screentshots in steps to reproduce your phone model xiaomi redmi note operating system version android application version and app store element version olm version from playstore homeserver matrix org will you send logs yes are you willing to provide a pr no
1
36,875
8,177,123,082
IssuesEvent
2018-08-28 09:42:44
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Client Connection cannot detect idle connection to send ping and server shutdown connection
Estimation: S Priority: High Team: Client Type: Defect
Client connection should detect that a connection is reading but not sending any data to server to detect heartbeat idle case. Current implementation checks only last read time which is not enough for reading only connections like just simple listener use case. Possible fix line : [HeartbeatManager.java#L94](https://github.com/hazelcast/hazelcast/blob/master/hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/HeartbeatManager.java#L94) Test Case: Two member with a single client that registers a Topic listener on the non-owner member. Member side publish continuous data to topic and client listener consumes it. After member heartbeat timeout, member-2 will shutdown client as no ping received.
1.0
Client Connection cannot detect idle connection to send ping and server shutdown connection - Client connection should detect that a connection is reading but not sending any data to server to detect heartbeat idle case. Current implementation checks only last read time which is not enough for reading only connections like just simple listener use case. Possible fix line : [HeartbeatManager.java#L94](https://github.com/hazelcast/hazelcast/blob/master/hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/HeartbeatManager.java#L94) Test Case: Two member with a single client that registers a Topic listener on the non-owner member. Member side publish continuous data to topic and client listener consumes it. After member heartbeat timeout, member-2 will shutdown client as no ping received.
defect
client connection cannot detect idle connection to send ping and server shutdown connection client connection should detect that a connection is reading but not sending any data to server to detect heartbeat idle case current implementation checks only last read time which is not enough for reading only connections like just simple listener use case possible fix line test case two member with a single client that registers a topic listener on the non owner member member side publish continuous data to topic and client listener consumes it after member heartbeat timeout member will shutdown client as no ping received
1
52,437
13,224,728,059
IssuesEvent
2020-08-17 19:43:31
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[BadDomList] uses explicit string numbers (Trac #2209)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2209">https://code.icecube.wisc.edu/projects/icecube/ticket/2209</a>, reported by kjmeagherand owned by andrii.terliuk</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "_ts": "1550067323910946", "description": "r165011/IceCube introduced an option which excludes DOMs with string number >86. This is highly discouraged, please use I3OMGeo.omtype (or similar) to identify new unneeded DOMs", "reporter": "kjmeagher", "cc": "", "resolution": "fixed", "time": "2018-11-27T19:19:56", "component": "combo core", "summary": "[BadDomList] uses explicit string numbers", "priority": "normal", "keywords": "", "milestone": "", "owner": "andrii.terliuk", "type": "defect" } ``` </p> </details>
1.0
[BadDomList] uses explicit string numbers (Trac #2209) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2209">https://code.icecube.wisc.edu/projects/icecube/ticket/2209</a>, reported by kjmeagherand owned by andrii.terliuk</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "_ts": "1550067323910946", "description": "r165011/IceCube introduced an option which excludes DOMs with string number >86. This is highly discouraged, please use I3OMGeo.omtype (or similar) to identify new unneeded DOMs", "reporter": "kjmeagher", "cc": "", "resolution": "fixed", "time": "2018-11-27T19:19:56", "component": "combo core", "summary": "[BadDomList] uses explicit string numbers", "priority": "normal", "keywords": "", "milestone": "", "owner": "andrii.terliuk", "type": "defect" } ``` </p> </details>
defect
uses explicit string numbers trac migrated from json status closed changetime ts description icecube introduced an option which excludes doms with string number this is highly discouraged please use omtype or similar to identify new unneeded doms reporter kjmeagher cc resolution fixed time component combo core summary uses explicit string numbers priority normal keywords milestone owner andrii terliuk type defect
1
14,067
2,789,881,643
IssuesEvent
2015-05-08 22:08:24
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
Bug:data.setRowProperty( 1, 'style', 'background-color:#e6ffcd') not working
Priority-Medium Type-Defect
Original [issue 411](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=411) created by orwant on 2010-09-17T15:55:33.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> find attached file color is not working in chrome data.setRowProperty( 1, 'style', 'background-color:#e6ffcd'); <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> <b>Query, etc)?</b> <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> <b>What operating system and browser are you using?</b> <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
1.0
Bug:data.setRowProperty( 1, 'style', 'background-color:#e6ffcd') not working - Original [issue 411](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=411) created by orwant on 2010-09-17T15:55:33.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> find attached file color is not working in chrome data.setRowProperty( 1, 'style', 'background-color:#e6ffcd'); <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> <b>Query, etc)?</b> <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> <b>What operating system and browser are you using?</b> <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
defect
bug data setrowproperty style background color not working original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code find attached file color is not working in chrome data setrowproperty style background color what component is this issue related to piechart linechart datatable query etc are you using the test environment version if you are not sure answer no what operating system and browser are you using for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved
1
8,703
2,611,536,561
IssuesEvent
2015-02-27 06:06:14
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
No Weapons
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.During the game 2.Press Right Button 3.There aren't weapons In sudden death, All enemies are frezed, and I had no weapons.. Next turn the same. Next the same. I leave the match. What is the expected output? What do you see instead? I should see the weapons of "next hog", but i see only a row black.. What version of the product are you using? On what operating system? The last, 9.20? Windows 7 Please provide any additional information below. In game, by clicking right button, I see mine weapons. Ofter, I click the button during the enemy turn.. And I don't see my weapons after. bye, thanks ``` Original issue reported on code.google.com by `giuliano...@gmail.com` on 5 Apr 2014 at 3:48 * Merged into: #671
1.0
No Weapons - ``` What steps will reproduce the problem? 1.During the game 2.Press Right Button 3.There aren't weapons In sudden death, All enemies are frezed, and I had no weapons.. Next turn the same. Next the same. I leave the match. What is the expected output? What do you see instead? I should see the weapons of "next hog", but i see only a row black.. What version of the product are you using? On what operating system? The last, 9.20? Windows 7 Please provide any additional information below. In game, by clicking right button, I see mine weapons. Ofter, I click the button during the enemy turn.. And I don't see my weapons after. bye, thanks ``` Original issue reported on code.google.com by `giuliano...@gmail.com` on 5 Apr 2014 at 3:48 * Merged into: #671
defect
no weapons what steps will reproduce the problem during the game press right button there aren t weapons in sudden death all enemies are frezed and i had no weapons next turn the same next the same i leave the match what is the expected output what do you see instead i should see the weapons of next hog but i see only a row black what version of the product are you using on what operating system the last windows please provide any additional information below in game by clicking right button i see mine weapons ofter i click the button during the enemy turn and i don t see my weapons after bye thanks original issue reported on code google com by giuliano gmail com on apr at merged into
1
307,086
23,180,898,621
IssuesEvent
2022-08-01 01:59:10
jhCOR/WhatAllYouBuy
https://api.github.com/repos/jhCOR/WhatAllYouBuy
opened
FEAT: 실습 완료
documentation enhancement
대부분의 실습 기능 구현완료하였습니다.(22.08.01) ![image](https://user-images.githubusercontent.com/63538097/182057941-ea3ef1a6-d420-4113-b5e4-4319b822e784.png) 이제 프로젝트 'Projects'탭의 계획 및 설계 시작해도 될 것 같습니다. @batandy
1.0
FEAT: 실습 완료 - 대부분의 실습 기능 구현완료하였습니다.(22.08.01) ![image](https://user-images.githubusercontent.com/63538097/182057941-ea3ef1a6-d420-4113-b5e4-4319b822e784.png) 이제 프로젝트 'Projects'탭의 계획 및 설계 시작해도 될 것 같습니다. @batandy
non_defect
feat 실습 완료 대부분의 실습 기능 구현완료하였습니다 이제 프로젝트 projects 탭의 계획 및 설계 시작해도 될 것 같습니다 batandy
0
77,899
27,222,904,536
IssuesEvent
2023-02-21 07:26:30
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
Errors in deleted file remain being detected
defect triage
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When you delete the files with the errors, Zed should not display errors anymore. Reproduce: - Create a file with syntax error - Make sure Zed detects it - Delete the file and every occurrence - Observe Zed still shows the errors ### Environment Zed: v0.73.3 (stable) OS: macOS 13.0.0 Memory: 64 GiB Architecture: aarch64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature https://user-images.githubusercontent.com/98678118/220276264-f144ec53-a25f-4319-8724-db3511032b42.mov ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. Nothing special
1.0
Errors in deleted file remain being detected - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When you delete the files with the errors, Zed should not display errors anymore. Reproduce: - Create a file with syntax error - Make sure Zed detects it - Delete the file and every occurrence - Observe Zed still shows the errors ### Environment Zed: v0.73.3 (stable) OS: macOS 13.0.0 Memory: 64 GiB Architecture: aarch64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature https://user-images.githubusercontent.com/98678118/220276264-f144ec53-a25f-4319-8724-db3511032b42.mov ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. Nothing special
defect
errors in deleted file remain being detected check for existing issues completed describe the bug provide steps to reproduce it when you delete the files with the errors zed should not display errors anymore reproduce create a file with syntax error make sure zed detects it delete the file and every occurrence observe zed still shows the errors environment zed stable os macos memory gib architecture if applicable add mockups screenshots to help explain present your vision of the feature if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last nothing special
1
67,416
20,961,610,813
IssuesEvent
2022-03-27 21:49:09
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Passing Caller ID without affecting registration username
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. run sipdroid 2. open settings 3. realize you can't set CID What is the expected output? What do you see instead? I expect to be able to set my Caller ID on its own, and not coupled with username. (rpid) What version of the product are you using? On what device/operating system? v2.7 fix ( https://docs.google.com/open?id=0BxwAARRB3ZcIcnA0bTJsY0VPOHM ) because v2.8 continues to have the problem where audio plays through speakers instead of device's earpiece (Samsung Galaxy S II Skyrocket) Which SIP server are you using? What happens with PBXes? PBXes and my own (Asterisk 11) Which type of network are you using? NAT (wifi) Please provide any additional information below. On PBXes I can set my Caller ID, and if I leave it blank it's supposed to use my device's Caller ID. However, if I change the "Username or Caller ID" field to my desired Caller ID, registration cannot complete because it uses that as the username with which to login. ``` Original issue reported on code.google.com by `GrimmEl...@gmail.com` on 31 Dec 2012 at 7:03
1.0
Passing Caller ID without affecting registration username - ``` What steps will reproduce the problem? 1. run sipdroid 2. open settings 3. realize you can't set CID What is the expected output? What do you see instead? I expect to be able to set my Caller ID on its own, and not coupled with username. (rpid) What version of the product are you using? On what device/operating system? v2.7 fix ( https://docs.google.com/open?id=0BxwAARRB3ZcIcnA0bTJsY0VPOHM ) because v2.8 continues to have the problem where audio plays through speakers instead of device's earpiece (Samsung Galaxy S II Skyrocket) Which SIP server are you using? What happens with PBXes? PBXes and my own (Asterisk 11) Which type of network are you using? NAT (wifi) Please provide any additional information below. On PBXes I can set my Caller ID, and if I leave it blank it's supposed to use my device's Caller ID. However, if I change the "Username or Caller ID" field to my desired Caller ID, registration cannot complete because it uses that as the username with which to login. ``` Original issue reported on code.google.com by `GrimmEl...@gmail.com` on 31 Dec 2012 at 7:03
defect
passing caller id without affecting registration username what steps will reproduce the problem run sipdroid open settings realize you can t set cid what is the expected output what do you see instead i expect to be able to set my caller id on its own and not coupled with username rpid what version of the product are you using on what device operating system fix because continues to have the problem where audio plays through speakers instead of device s earpiece samsung galaxy s ii skyrocket which sip server are you using what happens with pbxes pbxes and my own asterisk which type of network are you using nat wifi please provide any additional information below on pbxes i can set my caller id and if i leave it blank it s supposed to use my device s caller id however if i change the username or caller id field to my desired caller id registration cannot complete because it uses that as the username with which to login original issue reported on code google com by grimmel gmail com on dec at
1
70,656
23,278,479,528
IssuesEvent
2022-08-05 09:35:25
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
p-table: rowSelectable property not working properly
defect
### Describe the bug rowSelectable property not working when [(selection)] property has a row added programmatically that not respect rowSelectable condition; clicking on header checkbox, toggle the checkbox on the row that i have added programmatically and when this row not respect rowSelectable condition ### Environment Angular 14, Primeng 14.0.0, Chrome (latest version) ### Reproducer https://primeng-tableselection-bug-a24ljk.stackblitz.io/ ### Angular version 14.1.0 ### PrimeNG version 14.0.0 ### Build / Runtime TypeScript ### Language ALL ### Node version (for AoT issues node --version) 14.18.0 ### Browser(s) all ### Steps to reproduce the behavior _No response_ ### Expected behavior The click on the header checkbox must never be propagated to the rows that do not respect the rowSelectable condition
1.0
p-table: rowSelectable property not working properly - ### Describe the bug rowSelectable property not working when [(selection)] property has a row added programmatically that not respect rowSelectable condition; clicking on header checkbox, toggle the checkbox on the row that i have added programmatically and when this row not respect rowSelectable condition ### Environment Angular 14, Primeng 14.0.0, Chrome (latest version) ### Reproducer https://primeng-tableselection-bug-a24ljk.stackblitz.io/ ### Angular version 14.1.0 ### PrimeNG version 14.0.0 ### Build / Runtime TypeScript ### Language ALL ### Node version (for AoT issues node --version) 14.18.0 ### Browser(s) all ### Steps to reproduce the behavior _No response_ ### Expected behavior The click on the header checkbox must never be propagated to the rows that do not respect the rowSelectable condition
defect
p table rowselectable property not working properly describe the bug rowselectable property not working when property has a row added programmatically that not respect rowselectable condition clicking on header checkbox toggle the checkbox on the row that i have added programmatically and when this row not respect rowselectable condition environment angular primeng chrome latest version reproducer angular version primeng version build runtime typescript language all node version for aot issues node version browser s all steps to reproduce the behavior no response expected behavior the click on the header checkbox must never be propagated to the rows that do not respect the rowselectable condition
1
80,172
30,085,145,180
IssuesEvent
2023-06-29 08:04:42
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Allow for using EnumType not referencing any Schema to be used in PostgreSQL
T: Defect C: Functionality P: Medium E: All Editions
It should be possible to pass an instance of an `EnumType` to methods like `DSL.field(String, Class)` for jOOQ to pick up the correct `DataType` using `SQLDataType.VARCHAR.asEnumDataType(klass)`. It is possible, but only if the `EnumType.getSchema()` method is implemented, which seems unnecessary if we want to use an unqualified `EnumType`. ---- See also: https://stackoverflow.com/q/52814083/521799
1.0
Allow for using EnumType not referencing any Schema to be used in PostgreSQL - It should be possible to pass an instance of an `EnumType` to methods like `DSL.field(String, Class)` for jOOQ to pick up the correct `DataType` using `SQLDataType.VARCHAR.asEnumDataType(klass)`. It is possible, but only if the `EnumType.getSchema()` method is implemented, which seems unnecessary if we want to use an unqualified `EnumType`. ---- See also: https://stackoverflow.com/q/52814083/521799
defect
allow for using enumtype not referencing any schema to be used in postgresql it should be possible to pass an instance of an enumtype to methods like dsl field string class for jooq to pick up the correct datatype using sqldatatype varchar asenumdatatype klass it is possible but only if the enumtype getschema method is implemented which seems unnecessary if we want to use an unqualified enumtype see also
1
55,172
14,256,442,234
IssuesEvent
2020-11-20 01:01:15
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Inconsistently failing PorousFlow test
C: Modules T: defect
## Bug Description The `jacobian/line_sink03.i` test will sometimes fail in CIVET. ## Steps to Reproduce Unfortunately this bug is intermittent. Invalidating the test in CIVET will sometimes result in a success. Perhaps this bug has something to do with the use of `-snes_type test`. [This petsc-users thread](https://lists.mcs.anl.gov/pipermail/petsc-users/2019-February/037584.html) suggests that `-snes_type test` is now outdated and should be replaced with `-snes_test_jacobian`. Even with `-snes_test_jacobian`, running the test on my local machine results in a solve that never converges. ## Impact This results in intermittent CIVET failures on unrelated PRs.
1.0
Inconsistently failing PorousFlow test - ## Bug Description The `jacobian/line_sink03.i` test will sometimes fail in CIVET. ## Steps to Reproduce Unfortunately this bug is intermittent. Invalidating the test in CIVET will sometimes result in a success. Perhaps this bug has something to do with the use of `-snes_type test`. [This petsc-users thread](https://lists.mcs.anl.gov/pipermail/petsc-users/2019-February/037584.html) suggests that `-snes_type test` is now outdated and should be replaced with `-snes_test_jacobian`. Even with `-snes_test_jacobian`, running the test on my local machine results in a solve that never converges. ## Impact This results in intermittent CIVET failures on unrelated PRs.
defect
inconsistently failing porousflow test bug description the jacobian line i test will sometimes fail in civet steps to reproduce unfortunately this bug is intermittent invalidating the test in civet will sometimes result in a success perhaps this bug has something to do with the use of snes type test suggests that snes type test is now outdated and should be replaced with snes test jacobian even with snes test jacobian running the test on my local machine results in a solve that never converges impact this results in intermittent civet failures on unrelated prs
1
814,538
30,511,173,570
IssuesEvent
2023-07-18 20:58:49
projectcontour/contour
https://api.github.com/repos/projectcontour/contour
closed
Access logging: Add option to log originating Ingress/HTTPProxy with custom operator
kind/feature priority/important-soon
**Please describe the problem you have** Knowing the namespace/name of the Ingress/HTTPProxy that apply to a route can be useful when analyzing access logs to debug an issue or useful when sending logs to an aggregation service in a multi-tenant cluster. We can add an access log operator specific to contour that users can add to the "text" or JSON access log types that will enable logging the name and namespace of the "originating" resource. Here we mean "originating" resource to be the Ingress/HTTPProxy/etc. which has the route configuration that the request causing the access log is matched to. For example if we have an Ingress in the `default` namespace named `foo` that specifies a hostname and prefix path match `example.com/api`, any request to `example.com/api/*` will come with `default` and `foo` in the access log. This is similar to the nginx feature `$namespace` and `$ingress_name` logging variables: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/ Possible implementations: - Add metadata to each route and use the access log operators to fetch that and log it - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/route/v3/route_components.pb.go#L790-L795 - https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#config-access-log-format-dynamic-metadata - Add an access log with a different filter for each vhost/route etc. - filter on hostname, path etc? - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/accesslog/v3/accesslog.pb.go#L182onnection_manager.pb.go#L490 - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/accesslog/v3/accesslog.pb.go#L262-L281 - could cause a large number of access logs/processing decisions figuring out which match writes the log Some considerations/testing notes: - Need to make sure includes work properly, logging for included routes should work - should work for Ingress - an equivalent to the nginx `$service_name` might be useful as well, if not already available via existing Envoy access log operators - naming? - etc.
1.0
Access logging: Add option to log originating Ingress/HTTPProxy with custom operator - **Please describe the problem you have** Knowing the namespace/name of the Ingress/HTTPProxy that apply to a route can be useful when analyzing access logs to debug an issue or useful when sending logs to an aggregation service in a multi-tenant cluster. We can add an access log operator specific to contour that users can add to the "text" or JSON access log types that will enable logging the name and namespace of the "originating" resource. Here we mean "originating" resource to be the Ingress/HTTPProxy/etc. which has the route configuration that the request causing the access log is matched to. For example if we have an Ingress in the `default` namespace named `foo` that specifies a hostname and prefix path match `example.com/api`, any request to `example.com/api/*` will come with `default` and `foo` in the access log. This is similar to the nginx feature `$namespace` and `$ingress_name` logging variables: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/ Possible implementations: - Add metadata to each route and use the access log operators to fetch that and log it - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/route/v3/route_components.pb.go#L790-L795 - https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#config-access-log-format-dynamic-metadata - Add an access log with a different filter for each vhost/route etc. - filter on hostname, path etc? - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/accesslog/v3/accesslog.pb.go#L182onnection_manager.pb.go#L490 - https://github.com/envoyproxy/go-control-plane/blob/5903a350ed1cc44813f0a239ef3195278ac9a55d/envoy/config/accesslog/v3/accesslog.pb.go#L262-L281 - could cause a large number of access logs/processing decisions figuring out which match writes the log Some considerations/testing notes: - Need to make sure includes work properly, logging for included routes should work - should work for Ingress - an equivalent to the nginx `$service_name` might be useful as well, if not already available via existing Envoy access log operators - naming? - etc.
non_defect
access logging add option to log originating ingress httpproxy with custom operator please describe the problem you have knowing the namespace name of the ingress httpproxy that apply to a route can be useful when analyzing access logs to debug an issue or useful when sending logs to an aggregation service in a multi tenant cluster we can add an access log operator specific to contour that users can add to the text or json access log types that will enable logging the name and namespace of the originating resource here we mean originating resource to be the ingress httpproxy etc which has the route configuration that the request causing the access log is matched to for example if we have an ingress in the default namespace named foo that specifies a hostname and prefix path match example com api any request to example com api will come with default and foo in the access log this is similar to the nginx feature namespace and ingress name logging variables possible implementations add metadata to each route and use the access log operators to fetch that and log it add an access log with a different filter for each vhost route etc filter on hostname path etc could cause a large number of access logs processing decisions figuring out which match writes the log some considerations testing notes need to make sure includes work properly logging for included routes should work should work for ingress an equivalent to the nginx service name might be useful as well if not already available via existing envoy access log operators naming etc
0
41,868
10,685,420,358
IssuesEvent
2019-10-22 12:39:30
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Wrong SQL generation for PostgreSQL function calls having arguments with custom data types. - Merge [#9343]
C: DB: PostgreSQL C: Functionality E: All Editions P: Medium R: Fixed T: Defect
Backport issue for #9343.
1.0
Wrong SQL generation for PostgreSQL function calls having arguments with custom data types. - Merge [#9343] - Backport issue for #9343.
defect
wrong sql generation for postgresql function calls having arguments with custom data types merge backport issue for
1
287,166
24,813,555,649
IssuesEvent
2022-10-25 11:23:50
redpanda-data/redpanda
https://api.github.com/repos/redpanda-data/redpanda
closed
[v22.2.x] Shutdown hang in `ConsumerOffsetsMigrationTest` `test_migrating_consume_offsets` `failures=True.cpus=3`
kind/bug area/redpanda area/tests ci-failure kind/backport
Backport https://github.com/redpanda-data/redpanda/issues/5324 to branch v22.2.x. Requested by PR https://github.com/redpanda-data/redpanda/pull/5730
1.0
[v22.2.x] Shutdown hang in `ConsumerOffsetsMigrationTest` `test_migrating_consume_offsets` `failures=True.cpus=3` - Backport https://github.com/redpanda-data/redpanda/issues/5324 to branch v22.2.x. Requested by PR https://github.com/redpanda-data/redpanda/pull/5730
non_defect
shutdown hang in consumeroffsetsmigrationtest test migrating consume offsets failures true cpus backport to branch x requested by pr
0
3,958
3,277,548,477
IssuesEvent
2015-10-27 01:31:24
prexis74/GTAV-SH-Mod
https://api.github.com/repos/prexis74/GTAV-SH-Mod
opened
House blip and save point are at realtor camera view point.
084_CIBUILD bug
In version `084_6_cb` or `084_06_CIBUILD` I encounter the bug that after purchasing of a house the blip and the actual save point are not at the door as we would imagine but at the view point from the Realtor camera.
1.0
House blip and save point are at realtor camera view point. - In version `084_6_cb` or `084_06_CIBUILD` I encounter the bug that after purchasing of a house the blip and the actual save point are not at the door as we would imagine but at the view point from the Realtor camera.
non_defect
house blip and save point are at realtor camera view point in version cb or cibuild i encounter the bug that after purchasing of a house the blip and the actual save point are not at the door as we would imagine but at the view point from the realtor camera
0
133,129
18,279,601,468
IssuesEvent
2021-10-05 00:18:30
ghc-dev/Jordan-Phelps
https://api.github.com/repos/ghc-dev/Jordan-Phelps
opened
CVE-2020-14332 (Medium) detected in ansible-2.9.9.tar.gz
security vulnerability
## CVE-2020-14332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simple IT automation</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/00/5d/e10b83e0e6056dbd5b4809b451a191395175a57e3175ce04e35d9c5fc2a0/ansible-2.9.9.tar.gz">https://files.pythonhosted.org/packages/00/5d/e10b83e0e6056dbd5b4809b451a191395175a57e3175ce04e35d9c5fc2a0/ansible-2.9.9.tar.gz</a></p> <p>Path to dependency file: Jordan-Phelps/requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **ansible-2.9.9.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Jordan-Phelps/commit/c39405c37ee7b6704074c1ee55a4b643617792eb">c39405c37ee7b6704074c1ee55a4b643617792eb</a></p> <p>Found in base branch: <b>feature_branch</b></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> A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality. <p>Publish Date: 2020-09-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14332>CVE-2020-14332</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14332">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14332</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 2.8.14,2.9.12</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"ansible","packageVersion":"2.9.9","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"ansible:2.9.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.8.14,2.9.12"}],"baseBranches":["feature_branch"],"vulnerabilityIdentifier":"CVE-2020-14332","vulnerabilityDetails":"A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14332","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Unchanged","C":"High","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-14332 (Medium) detected in ansible-2.9.9.tar.gz - ## CVE-2020-14332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simple IT automation</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/00/5d/e10b83e0e6056dbd5b4809b451a191395175a57e3175ce04e35d9c5fc2a0/ansible-2.9.9.tar.gz">https://files.pythonhosted.org/packages/00/5d/e10b83e0e6056dbd5b4809b451a191395175a57e3175ce04e35d9c5fc2a0/ansible-2.9.9.tar.gz</a></p> <p>Path to dependency file: Jordan-Phelps/requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **ansible-2.9.9.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/Jordan-Phelps/commit/c39405c37ee7b6704074c1ee55a4b643617792eb">c39405c37ee7b6704074c1ee55a4b643617792eb</a></p> <p>Found in base branch: <b>feature_branch</b></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> A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality. <p>Publish Date: 2020-09-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14332>CVE-2020-14332</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14332">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14332</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 2.8.14,2.9.12</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"ansible","packageVersion":"2.9.9","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"ansible:2.9.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.8.14,2.9.12"}],"baseBranches":["feature_branch"],"vulnerabilityIdentifier":"CVE-2020-14332","vulnerabilityDetails":"A flaw was found in the Ansible Engine when using module_args. Tasks executed with check mode (--check-mode) do not properly neutralize sensitive data exposed in the event data. This flaw allows unauthorized users to read this data. The highest threat from this vulnerability is to confidentiality.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14332","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Unchanged","C":"High","UI":"None","AV":"Local","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in ansible tar gz cve medium severity vulnerability vulnerable library ansible tar gz radically simple it automation library home page a href path to dependency file jordan phelps requirements txt path to vulnerable library requirements txt dependency hierarchy x ansible tar gz vulnerable library found in head commit a href found in base branch feature branch vulnerability details a flaw was found in the ansible engine when using module args tasks executed with check mode check mode do not properly neutralize sensitive data exposed in the event data this flaw allows unauthorized users to read this data the highest threat from this vulnerability is to confidentiality publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree ansible isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails a flaw was found in the ansible engine when using module args tasks executed with check mode check mode do not properly neutralize sensitive data exposed in the event data this flaw allows unauthorized users to read this data the highest threat from this vulnerability is to confidentiality vulnerabilityurl
0
11,285
2,648,803,098
IssuesEvent
2015-03-14 08:27:41
sikoried/jstk
https://api.github.com/repos/sikoried/jstk
closed
Error in Convolution
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. running Cross-correlation Lines 131-133 in Convolution read: for(int i = 1; i < (L+1); i++){ resultSignal[i-1] = tmp[2*i]; } and should read for(int i = 0; i < (L); i++){ resultSignal[i] = tmp[2*i]; } otherwise the lags will be shifted by one (incorrectly) ``` Original issue reported on code.google.com by `Sic.itur...@gmail.com` on 14 Aug 2014 at 3:33
1.0
Error in Convolution - ``` What steps will reproduce the problem? 1. running Cross-correlation Lines 131-133 in Convolution read: for(int i = 1; i < (L+1); i++){ resultSignal[i-1] = tmp[2*i]; } and should read for(int i = 0; i < (L); i++){ resultSignal[i] = tmp[2*i]; } otherwise the lags will be shifted by one (incorrectly) ``` Original issue reported on code.google.com by `Sic.itur...@gmail.com` on 14 Aug 2014 at 3:33
defect
error in convolution what steps will reproduce the problem running cross correlation lines in convolution read for int i i l i resultsignal tmp and should read for int i i l i resultsignal tmp otherwise the lags will be shifted by one incorrectly original issue reported on code google com by sic itur gmail com on aug at
1
5,268
2,610,184,384
IssuesEvent
2015-02-26 18:58:37
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
解谜怎样洗脸可以去色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 日出东海落西山,愁也一天,喜也一天;遇事不钻牛角尖,�� �也舒坦,心也舒坦;每天领取谋生钱,多也喜欢,少也喜欢� ��少荤多素日三餐,粗也香甜,细也香甜;新旧衣服不挑捡, 好也御寒,赖也御寒;常与知己聊聊天,古也谈谈,今也谈�� �;全家老少互慰勉,贫也相安,富也相安。这和祛斑是一个� ��理,下面就分享一下我的祛斑经历。怎样洗脸可以去色斑, 《客户案例》   我是个导游,做我们这行的挺辛苦的,整体带着团东奔�� �跑的,遇到风吹日晒,别人躲到空调房了,我们还得坚守岗� ��,几年下来不仅腿都跑细了,脸上还被晒了很多的斑斑点点 ,不仅影响形象,工作的时候总觉得别人拿异样的眼光看我�� �感觉挺不舒服的。<br>   后来听同事说「黛芙薇尔精华液」不错,就在网上买了�� �个周期,刚开始没什么效果,我还以为是骗人的呢,在用了� ��近一个月的时候,感觉斑淡了点,我这才稍微放点心,后来 情况就好了,斑越来越淡了,现在已经看不出来了,这个还�� �不错。现在我再也不担心别人的眼光了,这样真好。 阅读了怎样洗脸可以去色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样洗脸可以去色斑,同时为您分享祛斑小方法 生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完�� �后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油� ��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用 凉水冲洗干净。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:20
1.0
解谜怎样洗脸可以去色斑 - ``` 《摘要》 日出东海落西山,愁也一天,喜也一天;遇事不钻牛角尖,�� �也舒坦,心也舒坦;每天领取谋生钱,多也喜欢,少也喜欢� ��少荤多素日三餐,粗也香甜,细也香甜;新旧衣服不挑捡, 好也御寒,赖也御寒;常与知己聊聊天,古也谈谈,今也谈�� �;全家老少互慰勉,贫也相安,富也相安。这和祛斑是一个� ��理,下面就分享一下我的祛斑经历。怎样洗脸可以去色斑, 《客户案例》   我是个导游,做我们这行的挺辛苦的,整体带着团东奔�� �跑的,遇到风吹日晒,别人躲到空调房了,我们还得坚守岗� ��,几年下来不仅腿都跑细了,脸上还被晒了很多的斑斑点点 ,不仅影响形象,工作的时候总觉得别人拿异样的眼光看我�� �感觉挺不舒服的。<br>   后来听同事说「黛芙薇尔精华液」不错,就在网上买了�� �个周期,刚开始没什么效果,我还以为是骗人的呢,在用了� ��近一个月的时候,感觉斑淡了点,我这才稍微放点心,后来 情况就好了,斑越来越淡了,现在已经看不出来了,这个还�� �不错。现在我再也不担心别人的眼光了,这样真好。 阅读了怎样洗脸可以去色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样洗脸可以去色斑,同时为您分享祛斑小方法 生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完�� �后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油� ��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用 凉水冲洗干净。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:20
defect
解谜怎样洗脸可以去色斑 《摘要》 日出东海落西山,愁也一天,喜也一天;遇事不钻牛角尖,�� �也舒坦,心也舒坦;每天领取谋生钱,多也喜欢,少也喜欢� ��少荤多素日三餐,粗也香甜,细也香甜;新旧衣服不挑捡, 好也御寒,赖也御寒;常与知己聊聊天,古也谈谈,今也谈�� �;全家老少互慰勉,贫也相安,富也相安。这和祛斑是一个� ��理,下面就分享一下我的祛斑经历。怎样洗脸可以去色斑, 《客户案例》   我是个导游,做我们这行的挺辛苦的,整体带着团东奔�� �跑的,遇到风吹日晒,别人躲到空调房了,我们还得坚守岗� ��,几年下来不仅腿都跑细了,脸上还被晒了很多的斑斑点点 ,不仅影响形象,工作的时候总觉得别人拿异样的眼光看我�� �感觉挺不舒服的。   后来听同事说「黛芙薇尔精华液」不错,就在网上买了�� �个周期,刚开始没什么效果,我还以为是骗人的呢,在用了� ��近一个月的时候,感觉斑淡了点,我这才稍微放点心,后来 情况就好了,斑越来越淡了,现在已经看不出来了,这个还�� �不错。现在我再也不担心别人的眼光了,这样真好。 阅读了怎样洗脸可以去色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样洗脸可以去色斑,同时为您分享祛斑小方法 生活中尽量“隔热”,夏日外出打太阳伞、戴遮阳帽,做完�� �后清洗面部和手臂,尤其注意清洗被热油溅到的部位,烫油� ��造成永久性的黄褐斑,对中老年人尤为重要,所以应立即用 凉水冲洗干净。 original issue reported on code google com by additive gmail com on jul at
1
208,886
16,165,497,778
IssuesEvent
2021-05-01 12:03:00
arturo-lang/arturo
https://api.github.com/repos/arturo-lang/arturo
opened
[Numbers\conj] add documentation example
documentation easy library todo
[Numbers\conj] add documentation example https://github.com/arturo-lang/arturo/blob/8571f479d0df2d615129a4a307feffd9d66e5f91/src/library/Numbers.nim#L356 ```text push(newInteger((int)(ceil(asFloat(x))))) builtin "conj", alias = unaliased, rule = PrefixPrecedence, description = "calculate the complex conjugate of given number", args = { "number" : {Complex} }, attrs = NoAttrs, returns = {Complex}, # TODO(Numbers\conj): add documentation example # labels: documentation, easy, library example = """ """: ########################################################## push(newComplex(conjugate(x.z))) builtin "cos", alias = unaliased, rule = PrefixPrecedence, description = "calculate the cosine of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print cos 0 ; 1.0 print cos 0.3 ; 0.955336489125606 print cos 1.0 ; 0.5403023058681398 """: ########################################################## if x.kind==Complex: push(newComplex(cos(x.z))) else: push(newFloating(cos(asFloat(x)))) builtin "cosh", alias = unaliased, rule = PrefixPrecedence, description = "calculate the hyperbolic cosine of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print cosh 0 ; 1.0 print cosh 0.3 ; 1.04533851412886 print cosh 1.0 ; 1.543080634815244 """: ########################################################## if x.kind==Complex: push(newComplex(cosh(x.z))) else: push(newFloating(cosh(asFloat(x)))) builtin "csec", alias = unaliased, rule = PrefixPrecedence, description = "calculate the cosecant of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print csec 0 ; inf print csec 0.3 ; 3.383863361824123 print csec 1.0 ; 1.188395105778121 """: ########################################################## if x.kind==Complex: push(newComplex(csc(x.z))) else: push(newFloating(csc(asFloat(x)))) builtin "csech", alias = unaliased, ``` c4efe02e6d07202b19fe854e2e9b804de9277abd
1.0
[Numbers\conj] add documentation example - [Numbers\conj] add documentation example https://github.com/arturo-lang/arturo/blob/8571f479d0df2d615129a4a307feffd9d66e5f91/src/library/Numbers.nim#L356 ```text push(newInteger((int)(ceil(asFloat(x))))) builtin "conj", alias = unaliased, rule = PrefixPrecedence, description = "calculate the complex conjugate of given number", args = { "number" : {Complex} }, attrs = NoAttrs, returns = {Complex}, # TODO(Numbers\conj): add documentation example # labels: documentation, easy, library example = """ """: ########################################################## push(newComplex(conjugate(x.z))) builtin "cos", alias = unaliased, rule = PrefixPrecedence, description = "calculate the cosine of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print cos 0 ; 1.0 print cos 0.3 ; 0.955336489125606 print cos 1.0 ; 0.5403023058681398 """: ########################################################## if x.kind==Complex: push(newComplex(cos(x.z))) else: push(newFloating(cos(asFloat(x)))) builtin "cosh", alias = unaliased, rule = PrefixPrecedence, description = "calculate the hyperbolic cosine of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print cosh 0 ; 1.0 print cosh 0.3 ; 1.04533851412886 print cosh 1.0 ; 1.543080634815244 """: ########################################################## if x.kind==Complex: push(newComplex(cosh(x.z))) else: push(newFloating(cosh(asFloat(x)))) builtin "csec", alias = unaliased, rule = PrefixPrecedence, description = "calculate the cosecant of given angle", args = { "angle" : {Integer,Floating,Complex} }, attrs = NoAttrs, returns = {Floating,Complex}, example = """ print csec 0 ; inf print csec 0.3 ; 3.383863361824123 print csec 1.0 ; 1.188395105778121 """: ########################################################## if x.kind==Complex: push(newComplex(csc(x.z))) else: push(newFloating(csc(asFloat(x)))) builtin "csech", alias = unaliased, ``` c4efe02e6d07202b19fe854e2e9b804de9277abd
non_defect
add documentation example add documentation example text push newinteger int ceil asfloat x builtin conj alias unaliased rule prefixprecedence description calculate the complex conjugate of given number args number complex attrs noattrs returns complex todo numbers conj add documentation example labels documentation easy library example push newcomplex conjugate x z builtin cos alias unaliased rule prefixprecedence description calculate the cosine of given angle args angle integer floating complex attrs noattrs returns floating complex example print cos print cos print cos if x kind complex push newcomplex cos x z else push newfloating cos asfloat x builtin cosh alias unaliased rule prefixprecedence description calculate the hyperbolic cosine of given angle args angle integer floating complex attrs noattrs returns floating complex example print cosh print cosh print cosh if x kind complex push newcomplex cosh x z else push newfloating cosh asfloat x builtin csec alias unaliased rule prefixprecedence description calculate the cosecant of given angle args angle integer floating complex attrs noattrs returns floating complex example print csec inf print csec print csec if x kind complex push newcomplex csc x z else push newfloating csc asfloat x builtin csech alias unaliased
0
2,051
2,603,975,564
IssuesEvent
2015-02-24 19:01:24
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:17
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:17
defect
沈阳病毒性软疣能治好吗 沈阳病毒性软疣能治好吗〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
21,290
3,482,405,737
IssuesEvent
2015-12-29 23:07:59
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
Getting node data in iterator behaves differently from getting edge data in iterator
Defect
I know that `G.edges(data='foo')` returns an iterator over tuples that include the value of the `'foo'` edge attribute instead of the full edge attribute dictionary. I would expect `G.nodes(data='foo')` to behave the same way, but instead it returns an iterator over tuples that include the full node data dictionary.
1.0
Getting node data in iterator behaves differently from getting edge data in iterator - I know that `G.edges(data='foo')` returns an iterator over tuples that include the value of the `'foo'` edge attribute instead of the full edge attribute dictionary. I would expect `G.nodes(data='foo')` to behave the same way, but instead it returns an iterator over tuples that include the full node data dictionary.
defect
getting node data in iterator behaves differently from getting edge data in iterator i know that g edges data foo returns an iterator over tuples that include the value of the foo edge attribute instead of the full edge attribute dictionary i would expect g nodes data foo to behave the same way but instead it returns an iterator over tuples that include the full node data dictionary
1
461,439
13,230,161,846
IssuesEvent
2020-08-18 09:22:09
wso2/kubernetes-mi
https://api.github.com/repos/wso2/kubernetes-mi
closed
Add example for ENV section in the values YAML
Priority/High Type/Task
**Description:** It would be better if we can provide an example configuration for setting an environment variable for the deployment in the values.yaml file.
1.0
Add example for ENV section in the values YAML - **Description:** It would be better if we can provide an example configuration for setting an environment variable for the deployment in the values.yaml file.
non_defect
add example for env section in the values yaml description it would be better if we can provide an example configuration for setting an environment variable for the deployment in the values yaml file
0
5,537
2,610,189,504
IssuesEvent
2015-02-26 19:00:00
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
资讯如何去色斑美白
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 别等不该等的人,别伤不该伤的心。有些人,注定是生命中�� �匆匆过客;有些事,常常让我们很无奈。与其伤心流泪,不� ��从容面对。孤独,不一定不快乐;得到,不一定能长久;失 去不一定不再拥有。爱的时候,让他自由;不爱的时候,让�� �自由。看的淡一点,伤就会少一点!雀斑的出现严重的危害� ��一个人的外表,以及对心理造成的伤害,脸部的雀斑给患者 的生活带来了很多很多的障碍,影响了工作的交际,从而导�� �了生活的种种不如意。如何去色斑美白, 《客户案例》   我在很小的时候就有黄褐斑了,算是遗传的吧,我妈脸�� �就有斑,在很小的时候老妈可就特别担心我,说一个小女孩� ��斑不好看,怕我心里有什么阴影。也许是我比较马大哈吧, 再加上年龄小那时黄褐斑也少根本就 没在意,大约十几岁的时候知道爱美了,看别的女孩脸上都�� �白白的,就我脸上有黄褐斑,心里就不舒服了 ,就偷偷的找那些祛斑偏方,有很多教怎么去黄褐斑的,用�� �很多,也没什么效果。后来工作了,就去买祛斑口服,没想� ��没用两次,肚子就不舒服了,疼了一星期,我可不敢再用了 ,为了去掉这些该死的黄褐斑,我还 想过做激光,可我在网上看一个女孩做了激光还留疤了,这�� �太不划算了,经过这么些年的折腾,我也知 道像我这种遗传性黄褐斑是不能彻底去掉的,就想能不能找�� �什么祛斑的淡化一下,后来就找到了「黛芙薇尔精华液」,� ��是在网上问了我的问题,很多网友说这个挺有效果的,我就 忍不住去他们商城上 仔细看了看,看成分都是精华的,对身体应该没什么副作用�� �又咨询了他们专家,说这个是通过精华调理 祛斑的,我感觉应该还不错,就试着订了两个周期,没想到�� �黄褐斑还真的淡化下去了,现在脸白白的,皮 肤也好了很多。 阅读了如何去色斑美白,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何去色斑美白,同时为您分享祛斑小方法 1、将带根的香菜洗净,加水煎煮,用菜汤洗脸,坚持使用可� ��令面部的色斑逐渐消除。 2、桃花、杏花各10克以水浸泡,过滤浸汁,用于洗脸。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:45
1.0
资讯如何去色斑美白 - ``` 《摘要》 别等不该等的人,别伤不该伤的心。有些人,注定是生命中�� �匆匆过客;有些事,常常让我们很无奈。与其伤心流泪,不� ��从容面对。孤独,不一定不快乐;得到,不一定能长久;失 去不一定不再拥有。爱的时候,让他自由;不爱的时候,让�� �自由。看的淡一点,伤就会少一点!雀斑的出现严重的危害� ��一个人的外表,以及对心理造成的伤害,脸部的雀斑给患者 的生活带来了很多很多的障碍,影响了工作的交际,从而导�� �了生活的种种不如意。如何去色斑美白, 《客户案例》   我在很小的时候就有黄褐斑了,算是遗传的吧,我妈脸�� �就有斑,在很小的时候老妈可就特别担心我,说一个小女孩� ��斑不好看,怕我心里有什么阴影。也许是我比较马大哈吧, 再加上年龄小那时黄褐斑也少根本就 没在意,大约十几岁的时候知道爱美了,看别的女孩脸上都�� �白白的,就我脸上有黄褐斑,心里就不舒服了 ,就偷偷的找那些祛斑偏方,有很多教怎么去黄褐斑的,用�� �很多,也没什么效果。后来工作了,就去买祛斑口服,没想� ��没用两次,肚子就不舒服了,疼了一星期,我可不敢再用了 ,为了去掉这些该死的黄褐斑,我还 想过做激光,可我在网上看一个女孩做了激光还留疤了,这�� �太不划算了,经过这么些年的折腾,我也知 道像我这种遗传性黄褐斑是不能彻底去掉的,就想能不能找�� �什么祛斑的淡化一下,后来就找到了「黛芙薇尔精华液」,� ��是在网上问了我的问题,很多网友说这个挺有效果的,我就 忍不住去他们商城上 仔细看了看,看成分都是精华的,对身体应该没什么副作用�� �又咨询了他们专家,说这个是通过精华调理 祛斑的,我感觉应该还不错,就试着订了两个周期,没想到�� �黄褐斑还真的淡化下去了,现在脸白白的,皮 肤也好了很多。 阅读了如何去色斑美白,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 如何去色斑美白,同时为您分享祛斑小方法 1、将带根的香菜洗净,加水煎煮,用菜汤洗脸,坚持使用可� ��令面部的色斑逐渐消除。 2、桃花、杏花各10克以水浸泡,过滤浸汁,用于洗脸。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:45
defect
资讯如何去色斑美白 《摘要》 别等不该等的人,别伤不该伤的心。有些人,注定是生命中�� �匆匆过客;有些事,常常让我们很无奈。与其伤心流泪,不� ��从容面对。孤独,不一定不快乐;得到,不一定能长久;失 去不一定不再拥有。爱的时候,让他自由;不爱的时候,让�� �自由。看的淡一点,伤就会少一点!雀斑的出现严重的危害� ��一个人的外表,以及对心理造成的伤害,脸部的雀斑给患者 的生活带来了很多很多的障碍,影响了工作的交际,从而导�� �了生活的种种不如意。如何去色斑美白, 《客户案例》   我在很小的时候就有黄褐斑了,算是遗传的吧,我妈脸�� �就有斑,在很小的时候老妈可就特别担心我,说一个小女孩� ��斑不好看,怕我心里有什么阴影。也许是我比较马大哈吧, 再加上年龄小那时黄褐斑也少根本就 没在意,大约十几岁的时候知道爱美了,看别的女孩脸上都�� �白白的,就我脸上有黄褐斑,心里就不舒服了 ,就偷偷的找那些祛斑偏方,有很多教怎么去黄褐斑的,用�� �很多,也没什么效果。后来工作了,就去买祛斑口服,没想� ��没用两次,肚子就不舒服了,疼了一星期,我可不敢再用了 ,为了去掉这些该死的黄褐斑,我还 想过做激光,可我在网上看一个女孩做了激光还留疤了,这�� �太不划算了,经过这么些年的折腾,我也知 道像我这种遗传性黄褐斑是不能彻底去掉的,就想能不能找�� �什么祛斑的淡化一下,后来就找到了「黛芙薇尔精华液」,� ��是在网上问了我的问题,很多网友说这个挺有效果的,我就 忍不住去他们商城上 仔细看了看,看成分都是精华的,对身体应该没什么副作用�� �又咨询了他们专家,说这个是通过精华调理 祛斑的,我感觉应该还不错,就试着订了两个周期,没想到�� �黄褐斑还真的淡化下去了,现在脸白白的,皮 肤也好了很多。 阅读了如何去色斑美白,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 如何去色斑美白,同时为您分享祛斑小方法 、将带根的香菜洗净,加水煎煮,用菜汤洗脸,坚持使用可� ��令面部的色斑逐渐消除。 、桃花、 ,过滤浸汁,用于洗脸。 original issue reported on code google com by additive gmail com on jul at
1
6,765
2,610,277,571
IssuesEvent
2015-02-26 19:28:47
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
ScribeFire couldn't publish your post
auto-migrated Priority-Medium Type-Defect
``` What's the problem? ScribeFire couldn't publish your post. Here's the error message that bubbled up: User does not have permission to create new post (but they all do, in google settings and blogger settings) What browser are you using? both Chrome and Firefox (issue same in both) What version of ScribeFire are you running? 3.5.3.3 ``` ----- Original issue reported on code.google.com by `WigWamMe...@gmail.com` on 12 May 2011 at 1:35
1.0
ScribeFire couldn't publish your post - ``` What's the problem? ScribeFire couldn't publish your post. Here's the error message that bubbled up: User does not have permission to create new post (but they all do, in google settings and blogger settings) What browser are you using? both Chrome and Firefox (issue same in both) What version of ScribeFire are you running? 3.5.3.3 ``` ----- Original issue reported on code.google.com by `WigWamMe...@gmail.com` on 12 May 2011 at 1:35
defect
scribefire couldn t publish your post what s the problem scribefire couldn t publish your post here s the error message that bubbled up user does not have permission to create new post but they all do in google settings and blogger settings what browser are you using both chrome and firefox issue same in both what version of scribefire are you running original issue reported on code google com by wigwamme gmail com on may at
1
23,745
3,851,867,327
IssuesEvent
2016-04-06 05:28:43
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
Can't configure controls for analogue games
auto-migrated Priority-Medium Type-Defect
``` App crashes when trying to change controls for games with analogue controls, for example Forgotten Worlds or Chase HQ. ``` Original issue reported on code.google.com by `matbur...@gmail.com` on 8 Apr 2012 at 7:51
1.0
Can't configure controls for analogue games - ``` App crashes when trying to change controls for games with analogue controls, for example Forgotten Worlds or Chase HQ. ``` Original issue reported on code.google.com by `matbur...@gmail.com` on 8 Apr 2012 at 7:51
defect
can t configure controls for analogue games app crashes when trying to change controls for games with analogue controls for example forgotten worlds or chase hq original issue reported on code google com by matbur gmail com on apr at
1
437,441
30,599,473,983
IssuesEvent
2023-07-22 07:09:39
ReyBan82/App.Discord
https://api.github.com/repos/ReyBan82/App.Discord
opened
Welcome to DiscordApp.com Discussions!
bug documentation duplicate enhancement help wanted good first issue invalid question wontfix
### Discussed in https://github.com/ReyBan82/App.Discord/discussions/1 <div type='discussions-op-text'> <sup>Originally posted by **ReyBan82** March 30, 2023</sup> <!-- ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for. --> ## 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. We hope that you: * Ask questions you’re wondering about. * Share ideas. * Engage with other community members. * Welcome others and are open-minded. Remember that this is a community we build together 💪. To get started, comment below with an introduction of yourself and tell us about what you do with this community. <!-- For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see. 📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here. 🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser). ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”. --> </div>
1.0
Welcome to DiscordApp.com Discussions! - ### Discussed in https://github.com/ReyBan82/App.Discord/discussions/1 <div type='discussions-op-text'> <sup>Originally posted by **ReyBan82** March 30, 2023</sup> <!-- ✏️ Optional: Customize the content below to let your community know what you intend to use Discussions for. --> ## 👋 Welcome! We’re using Discussions as a place to connect with other members of our community. We hope that you: * Ask questions you’re wondering about. * Share ideas. * Engage with other community members. * Welcome others and are open-minded. Remember that this is a community we build together 💪. To get started, comment below with an introduction of yourself and tell us about what you do with this community. <!-- For the maintainers, here are some tips 💡 for getting started with Discussions. We'll leave these in Markdown comments for now, but feel free to take out the comments for all maintainers to see. 📢 **Announce to your community** that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here. 🔗 If you use issue templates, **link any relevant issue templates** such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a [link to the documentation](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser). ➡️ You can **convert issues to discussions** either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”. --> </div>
non_defect
welcome to discordapp com discussions discussed in originally posted by march ✏️ optional customize the content below to let your community know what you intend to use discussions for 👋 welcome we’re using discussions as a place to connect with other members of our community we hope that you ask questions you’re wondering about share ideas engage with other community members welcome others and are open minded remember that this is a community we build together 💪 to get started comment below with an introduction of yourself and tell us about what you do with this community for the maintainers here are some tips 💡 for getting started with discussions we ll leave these in markdown comments for now but feel free to take out the comments for all maintainers to see 📢 announce to your community that discussions is available go ahead and send that tweet post or link it from the website to drive traffic here 🔗 if you use issue templates link any relevant issue templates such as questions and community conversations to discussions declutter your issues by driving community content to where they belong in discussions if you need help here s a ➡️ you can convert issues to discussions either individually or bulk by labels looking at you issues labeled “question” or “discussion”
0
265,360
28,262,546,299
IssuesEvent
2023-04-07 01:33:19
ncorejava/axios
https://api.github.com/repos/ncorejava/axios
closed
CVE-2021-23440 (High) detected in set-value-2.0.1.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>set-value-2.0.1.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - webpack-4.46.0.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>hotfix/0.21.1</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package set-value before <2.0.1, >=3.0.0 <4.0.1. A type confusion vulnerability can lead to a bypass of CVE-2019-10747 when the user-provided keys used in the path parameter are arrays. Mend Note: After conducting further research, Mend has determined that all versions of set-value up to version 4.0.0 are vulnerable to CVE-2021-23440. <p>Publish Date: 2021-09-12 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23440>CVE-2021-23440</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>9.8</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: High - Integrity Impact: High - 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>Release Date: 2021-09-12</p> <p>Fix Resolution (set-value): 4.0.1</p> <p>Direct dependency fix Resolution (webpack): 5.0.0</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-2021-23440 (High) detected in set-value-2.0.1.tgz - autoclosed - ## CVE-2021-23440 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>set-value-2.0.1.tgz</b></p></summary> <p>Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.</p> <p>Library home page: <a href="https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz">https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/set-value/package.json</p> <p> Dependency Hierarchy: - webpack-4.46.0.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - :x: **set-value-2.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>hotfix/0.21.1</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package set-value before <2.0.1, >=3.0.0 <4.0.1. A type confusion vulnerability can lead to a bypass of CVE-2019-10747 when the user-provided keys used in the path parameter are arrays. Mend Note: After conducting further research, Mend has determined that all versions of set-value up to version 4.0.0 are vulnerable to CVE-2021-23440. <p>Publish Date: 2021-09-12 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23440>CVE-2021-23440</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>9.8</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: High - Integrity Impact: High - 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>Release Date: 2021-09-12</p> <p>Fix Resolution (set-value): 4.0.1</p> <p>Direct dependency fix Resolution (webpack): 5.0.0</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 set value tgz autoclosed cve high severity vulnerability vulnerable library set value tgz create nested values and any intermediaries using dot notation a b c paths library home page a href path to dependency file package json path to vulnerable library node modules set value package json dependency hierarchy webpack tgz root library micromatch tgz snapdragon tgz base tgz cache base tgz x set value tgz vulnerable library found in base branch hotfix vulnerability details this affects the package set value before a type confusion vulnerability can lead to a bypass of cve when the user provided keys used in the path parameter are arrays mend note after conducting further research mend has determined that all versions of set value up to version are vulnerable to cve 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 high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution set value direct dependency fix resolution webpack step up your open source security game with mend
0
30,793
6,286,379,579
IssuesEvent
2017-07-19 12:51:18
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
[Bug] DataTable with Dropdown has exception on click event
defect
[ x] bug report => Search github for a similar issue or PR before submitting http://plnkr.co/edit/zhA8geLzaRJgJqfrgszK?p=preview **Current behavior** When we click on the cell and change the value by selecting one from the dropdown box. There is an exception (see Console log in browser) **Expected behavior** No exception **Angular version:** See Plunker example above **PrimeNG version:** See Plunker example above **Browser:** Firefox ![1](https://user-images.githubusercontent.com/23084655/28359101-7606aa26-6c71-11e7-9881-4a2d4fcbcc01.PNG)
1.0
[Bug] DataTable with Dropdown has exception on click event - [ x] bug report => Search github for a similar issue or PR before submitting http://plnkr.co/edit/zhA8geLzaRJgJqfrgszK?p=preview **Current behavior** When we click on the cell and change the value by selecting one from the dropdown box. There is an exception (see Console log in browser) **Expected behavior** No exception **Angular version:** See Plunker example above **PrimeNG version:** See Plunker example above **Browser:** Firefox ![1](https://user-images.githubusercontent.com/23084655/28359101-7606aa26-6c71-11e7-9881-4a2d4fcbcc01.PNG)
defect
datatable with dropdown has exception on click event bug report search github for a similar issue or pr before submitting current behavior when we click on the cell and change the value by selecting one from the dropdown box there is an exception see console log in browser expected behavior no exception angular version see plunker example above primeng version see plunker example above browser firefox
1
78,442
27,523,160,283
IssuesEvent
2023-03-06 16:15:35
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
Permalinks to a user should be pills
T-Defect
### Steps to reproduce Send in a room the following permalink : "https://matrix.to/#/@sddfshfjkashfk:matrix.org" ### Outcome #### What did you expect? a pill like on Element-web: <img width="350" alt="image" src="https://user-images.githubusercontent.com/8969772/223167490-e9cf9123-a9e2-48c7-b306-bcdbf9c5fef4.png"> #### What happened instead? The matrix.to url is displayed <img width="328" alt="image" src="https://user-images.githubusercontent.com/8969772/223167388-1905a38f-2ec6-4d84-9b65-018e469ecdca.png"> In case of a know user, their avatar and displayName should be displayed in the pill ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Permalinks to a user should be pills - ### Steps to reproduce Send in a room the following permalink : "https://matrix.to/#/@sddfshfjkashfk:matrix.org" ### Outcome #### What did you expect? a pill like on Element-web: <img width="350" alt="image" src="https://user-images.githubusercontent.com/8969772/223167490-e9cf9123-a9e2-48c7-b306-bcdbf9c5fef4.png"> #### What happened instead? The matrix.to url is displayed <img width="328" alt="image" src="https://user-images.githubusercontent.com/8969772/223167388-1905a38f-2ec6-4d84-9b65-018e469ecdca.png"> In case of a know user, their avatar and displayName should be displayed in the pill ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
permalinks to a user should be pills steps to reproduce send in a room the following permalink outcome what did you expect a pill like on element web img width alt image src what happened instead the matrix to url is displayed img width alt image src in case of a know user their avatar and displayname should be displayed in the pill your phone model no response operating system version no response application version no response homeserver no response will you send logs no
1
28,316
5,240,974,567
IssuesEvent
2017-01-31 14:37:31
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Bridge incorrectly handles setting of public field
defect in progress
### Steps To Reproduce http://deck.net/bd4078636c6277c9821e7371b4b25d58 ```c# public class Program { public static void Main() { var item = new Optional<string>("abc"); Console.WriteLine("Item: " + item); var node = new Node<Optional<string>> { Item = item }; Console.WriteLine("Node.Item: " + node.Item); } } public class Node<T> { public T Item; } public struct Optional<T> { public Optional(T value) : this(value, value != null) { } private Optional(T value, bool isDefined) { IsDefined = isDefined && (value != null); Value = value; } public bool IsDefined { get; } public T Value { get; } public override string ToString() { return IsDefined ? Value.ToString() : "{Missing}"; } } ``` ### Expected Result ``` Item: abc Node.Item: abc ``` ### Actual Result ``` Item: abc Node.Item: function (t){this[n]=t} ```
1.0
Bridge incorrectly handles setting of public field - ### Steps To Reproduce http://deck.net/bd4078636c6277c9821e7371b4b25d58 ```c# public class Program { public static void Main() { var item = new Optional<string>("abc"); Console.WriteLine("Item: " + item); var node = new Node<Optional<string>> { Item = item }; Console.WriteLine("Node.Item: " + node.Item); } } public class Node<T> { public T Item; } public struct Optional<T> { public Optional(T value) : this(value, value != null) { } private Optional(T value, bool isDefined) { IsDefined = isDefined && (value != null); Value = value; } public bool IsDefined { get; } public T Value { get; } public override string ToString() { return IsDefined ? Value.ToString() : "{Missing}"; } } ``` ### Expected Result ``` Item: abc Node.Item: abc ``` ### Actual Result ``` Item: abc Node.Item: function (t){this[n]=t} ```
defect
bridge incorrectly handles setting of public field steps to reproduce c public class program public static void main var item new optional abc console writeline item item var node new node item item console writeline node item node item public class node public t item public struct optional public optional t value this value value null private optional t value bool isdefined isdefined isdefined value null value value public bool isdefined get public t value get public override string tostring return isdefined value tostring missing expected result item abc node item abc actual result item abc node item function t this t
1
42,745
6,997,966,398
IssuesEvent
2017-12-16 21:10:19
rostag/bigpolicy_eu
https://api.github.com/repos/rostag/bigpolicy_eu
closed
Три юзер сторі
documentation feature
Tetyana: Три юзер сторі, які можуть трапитись з одним і тим самим лідером, але покроково. # Перший рівень: місцевий діяч Лідер — місцева активістка з ідеями щодо покращення свого подвір'я, району, невеликої громади тощо. Такій людині окрім коштів на реалізацію ідеї може знадобитися методична підтримка при оформленні ідеї в проект на платформі. Ось так це може виглядати покроково: ![image](https://cloud.githubusercontent.com/assets/451410/24063696/a6130996-0b58-11e7-919f-e355446ce143.png) # Другий рівень: діяч регіональний Лідер — вже успішна в очах громади активістка, готова поширити свої ідеї на ціле місто або регіон і потребує підтримки органів місцевого самоврядування (МСУ). Необов'язково — фінансової, але принаймні на рівні Рolicy. Такій людині може бути потрібна підтримка в формулюванні пропозиції до МСУ, налагодженні зв'язків, тощо. ![image](https://cloud.githubusercontent.com/assets/451410/25985870/94d4fe1e-36f5-11e7-8c6e-89e933cdd48c.png) # Третій рівень: трансформація діяча в політика Людина бере свої успішно зреалізовані за допомогою платформи BigPolicy ідеї і трансформує їх в передвиборчу программу. Платформу використовує для збору коштів на кампанію і подальшу популяризацію своїх ідей. Такій людині зможе знадобитись підтримка в налагодженні зв'язків з політичними силами. За умови перемоги на виборах платформа може виконувати моніторингову функцію на предмет реалізації лідером своїх передвиборчих проектів/обіцянок. ![image](https://cloud.githubusercontent.com/assets/451410/24063743/dc761938-0b58-11e7-8550-da305b7a5726.png) **Tetyana:** Мені другий "сторі" видається найслабшим. Але цікаво почути ваші думки/зауваження/пропозиції. @vlodkoz: Я б сказав що тут треба додати "комунікаційну" складову, оскільки для збору коштів потрібна якісна комунікація. **Tetyana:** Я трохи додала, типу плагіни для соцмереж, розсилка по колишніх "донорах" цього лідера, поширення в онлайн-спільнотах і місцевих ЗМІ. Але тут ширше стоїть ще й популярність платформи. @vlodkoz: так, власне можливо власний стиль подачі **Tetyana** Згодна що над цим треба ще думати @vlodkoz: Коли ми дивимось TED ми розуміємо що теми різні але сценарій один. Власний стиль платформи і робитиме її унікальною. // Далі буде Див також #88
1.0
Три юзер сторі - Tetyana: Три юзер сторі, які можуть трапитись з одним і тим самим лідером, але покроково. # Перший рівень: місцевий діяч Лідер — місцева активістка з ідеями щодо покращення свого подвір'я, району, невеликої громади тощо. Такій людині окрім коштів на реалізацію ідеї може знадобитися методична підтримка при оформленні ідеї в проект на платформі. Ось так це може виглядати покроково: ![image](https://cloud.githubusercontent.com/assets/451410/24063696/a6130996-0b58-11e7-919f-e355446ce143.png) # Другий рівень: діяч регіональний Лідер — вже успішна в очах громади активістка, готова поширити свої ідеї на ціле місто або регіон і потребує підтримки органів місцевого самоврядування (МСУ). Необов'язково — фінансової, але принаймні на рівні Рolicy. Такій людині може бути потрібна підтримка в формулюванні пропозиції до МСУ, налагодженні зв'язків, тощо. ![image](https://cloud.githubusercontent.com/assets/451410/25985870/94d4fe1e-36f5-11e7-8c6e-89e933cdd48c.png) # Третій рівень: трансформація діяча в політика Людина бере свої успішно зреалізовані за допомогою платформи BigPolicy ідеї і трансформує їх в передвиборчу программу. Платформу використовує для збору коштів на кампанію і подальшу популяризацію своїх ідей. Такій людині зможе знадобитись підтримка в налагодженні зв'язків з політичними силами. За умови перемоги на виборах платформа може виконувати моніторингову функцію на предмет реалізації лідером своїх передвиборчих проектів/обіцянок. ![image](https://cloud.githubusercontent.com/assets/451410/24063743/dc761938-0b58-11e7-8550-da305b7a5726.png) **Tetyana:** Мені другий "сторі" видається найслабшим. Але цікаво почути ваші думки/зауваження/пропозиції. @vlodkoz: Я б сказав що тут треба додати "комунікаційну" складову, оскільки для збору коштів потрібна якісна комунікація. **Tetyana:** Я трохи додала, типу плагіни для соцмереж, розсилка по колишніх "донорах" цього лідера, поширення в онлайн-спільнотах і місцевих ЗМІ. Але тут ширше стоїть ще й популярність платформи. @vlodkoz: так, власне можливо власний стиль подачі **Tetyana** Згодна що над цим треба ще думати @vlodkoz: Коли ми дивимось TED ми розуміємо що теми різні але сценарій один. Власний стиль платформи і робитиме її унікальною. // Далі буде Див також #88
non_defect
три юзер сторі tetyana три юзер сторі які можуть трапитись з одним і тим самим лідером але покроково перший рівень місцевий діяч лідер — місцева активістка з ідеями щодо покращення свого подвір я району невеликої громади тощо такій людині окрім коштів на реалізацію ідеї може знадобитися методична підтримка при оформленні ідеї в проект на платформі ось так це може виглядати покроково другий рівень діяч регіональний лідер — вже успішна в очах громади активістка готова поширити свої ідеї на ціле місто або регіон і потребує підтримки органів місцевого самоврядування мсу необов язково — фінансової але принаймні на рівні рolicy такій людині може бути потрібна підтримка в формулюванні пропозиції до мсу налагодженні зв язків тощо третій рівень трансформація діяча в політика людина бере свої успішно зреалізовані за допомогою платформи bigpolicy ідеї і трансформує їх в передвиборчу программу платформу використовує для збору коштів на кампанію і подальшу популяризацію своїх ідей такій людині зможе знадобитись підтримка в налагодженні зв язків з політичними силами за умови перемоги на виборах платформа може виконувати моніторингову функцію на предмет реалізації лідером своїх передвиборчих проектів обіцянок tetyana мені другий сторі видається найслабшим але цікаво почути ваші думки зауваження пропозиції vlodkoz я б сказав що тут треба додати комунікаційну складову оскільки для збору коштів потрібна якісна комунікація tetyana я трохи додала типу плагіни для соцмереж розсилка по колишніх донорах цього лідера поширення в онлайн спільнотах і місцевих змі але тут ширше стоїть ще й популярність платформи vlodkoz так власне можливо власний стиль подачі tetyana згодна що над цим треба ще думати vlodkoz коли ми дивимось ted ми розуміємо що теми різні але сценарій один власний стиль платформи і робитиме її унікальною далі буде див також
0
17,356
3,000,988,087
IssuesEvent
2015-07-24 08:00:23
seek-for-android/pool
https://api.github.com/repos/seek-for-android/pool
closed
Note 3 crashes SIM without PPSE
auto-migrated Priority-Medium Type-Defect
``` What's the problem? What steps will reproduce the problem? 1. Take Samsung Galaxy Note 3 with Open Mobile Api 2. Tak some SIM card with Secure element but no access to PPSE (no permission or PPSE doesnt exist) 3. SIM will crash What is the expected output? What do you see instead? Excepted output - connection refused, it means PPSE doesnt exist. Instead it I see SIM and whole Android system crash. I have to restart phone.. What version of the product are you using? On what operating system? Open Mobile API v3.1, Phone - Samsung Galaxy Note 3, Android 4.4.2 Please provide any additional information below. This problem does not occur on other phones. ``` Original issue reported on code.google.com by `mgad...@gmail.com` on 4 Nov 2014 at 10:06
1.0
Note 3 crashes SIM without PPSE - ``` What's the problem? What steps will reproduce the problem? 1. Take Samsung Galaxy Note 3 with Open Mobile Api 2. Tak some SIM card with Secure element but no access to PPSE (no permission or PPSE doesnt exist) 3. SIM will crash What is the expected output? What do you see instead? Excepted output - connection refused, it means PPSE doesnt exist. Instead it I see SIM and whole Android system crash. I have to restart phone.. What version of the product are you using? On what operating system? Open Mobile API v3.1, Phone - Samsung Galaxy Note 3, Android 4.4.2 Please provide any additional information below. This problem does not occur on other phones. ``` Original issue reported on code.google.com by `mgad...@gmail.com` on 4 Nov 2014 at 10:06
defect
note crashes sim without ppse what s the problem what steps will reproduce the problem take samsung galaxy note with open mobile api tak some sim card with secure element but no access to ppse no permission or ppse doesnt exist sim will crash what is the expected output what do you see instead excepted output connection refused it means ppse doesnt exist instead it i see sim and whole android system crash i have to restart phone what version of the product are you using on what operating system open mobile api phone samsung galaxy note android please provide any additional information below this problem does not occur on other phones original issue reported on code google com by mgad gmail com on nov at
1
70,931
23,375,999,741
IssuesEvent
2022-08-11 03:09:43
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
closed
Complemento de recepción de pago v2.0 - requisitos generales
resolved defect
Entiendo, si llegar a estar totalmente seguro, que este complemento solo aplicará para el CFDI versión 4.0. Porque entonces que pasará cuando en mayo, se reciban pagos de facturas que se hicieron en 3.3? Ahí si no sé, quizás debemos mantener, si es posible el pago 3.3 y el 4.0 simultaneamente. pero bueno, los requisitos generales son: Exportacion valor fijo = 01 "FormaPago, MetodoPago, CondicionesDePago, Descuento, TipoCambio" no deben existir usode CFDI debe ser CP01 objetoImp debe ser 01 ObjetoImpDR Si el valor registrado en este atributo es “02” el nodo hijo ImpuestosDR del nodo DoctoRelacionado debe existir en caso contrario no debe existir dicho nodo. Es decir, cuando el docto relacionado, contenga al menos un impuesto, entonces el valor será '02'
1.0
Complemento de recepción de pago v2.0 - requisitos generales - Entiendo, si llegar a estar totalmente seguro, que este complemento solo aplicará para el CFDI versión 4.0. Porque entonces que pasará cuando en mayo, se reciban pagos de facturas que se hicieron en 3.3? Ahí si no sé, quizás debemos mantener, si es posible el pago 3.3 y el 4.0 simultaneamente. pero bueno, los requisitos generales son: Exportacion valor fijo = 01 "FormaPago, MetodoPago, CondicionesDePago, Descuento, TipoCambio" no deben existir usode CFDI debe ser CP01 objetoImp debe ser 01 ObjetoImpDR Si el valor registrado en este atributo es “02” el nodo hijo ImpuestosDR del nodo DoctoRelacionado debe existir en caso contrario no debe existir dicho nodo. Es decir, cuando el docto relacionado, contenga al menos un impuesto, entonces el valor será '02'
defect
complemento de recepción de pago requisitos generales entiendo si llegar a estar totalmente seguro que este complemento solo aplicará para el cfdi versión porque entonces que pasará cuando en mayo se reciban pagos de facturas que se hicieron en ahí si no sé quizás debemos mantener si es posible el pago y el simultaneamente pero bueno los requisitos generales son exportacion valor fijo formapago metodopago condicionesdepago descuento tipocambio no deben existir usode cfdi debe ser objetoimp debe ser objetoimpdr si el valor registrado en este atributo es “ ” el nodo hijo impuestosdr del nodo doctorelacionado debe existir en caso contrario no debe existir dicho nodo es decir cuando el docto relacionado contenga al menos un impuesto entonces el valor será
1
51,145
13,190,289,230
IssuesEvent
2020-08-13 09:55:47
ESA-VirES/WebClient-Framework
https://api.github.com/repos/ESA-VirES/WebClient-Framework
opened
Broken server-side interpolation of the EEF data.
defect
When selecting MAG and EEF data the server responds with following error: ``` Error: Problem retrieving data: 'Interp1D' object has no attribute 'indices_nearest' ``` ![image](https://user-images.githubusercontent.com/4050019/90120566-2b832980-dd5b-11ea-939d-700b3761cef6.png) This is a regression introduces in v3.3.0. Observed on the production instance. Already fixed on staging. FAO @lmar76
1.0
Broken server-side interpolation of the EEF data. - When selecting MAG and EEF data the server responds with following error: ``` Error: Problem retrieving data: 'Interp1D' object has no attribute 'indices_nearest' ``` ![image](https://user-images.githubusercontent.com/4050019/90120566-2b832980-dd5b-11ea-939d-700b3761cef6.png) This is a regression introduces in v3.3.0. Observed on the production instance. Already fixed on staging. FAO @lmar76
defect
broken server side interpolation of the eef data when selecting mag and eef data the server responds with following error error problem retrieving data object has no attribute indices nearest this is a regression introduces in observed on the production instance already fixed on staging fao
1
53,296
11,033,852,603
IssuesEvent
2019-12-07 00:49:18
lihe/Leetcode
https://api.github.com/repos/lihe/Leetcode
opened
Leetcode_1276_Number of Burgers with No Waste of Ingredients
Leetcode
#### [Number of Burgers with No Waste of Ingredients](https://leetcode-cn.com/problems/number-of-burgers-with-no-waste-of-ingredients/) Given two integers `tomatoSlices` and `cheeseSlices`. The ingredients of different burgers are as follows: - **Jumbo Burger:** 4 tomato slices and 1 cheese slice. - **Small Burger:** 2 Tomato slices and 1 cheese slice. Return `[total_jumbo, total_small]` so that the number of remaining `tomatoSlices` equal to 0 and the number of remaining `cheeseSlices` equal to 0. If it is not possible to make the remaining `tomatoSlices` and `cheeseSlices` equal to 0 return `[]`. **Example 1:** ``` Input: tomatoSlices = 16, cheeseSlices = 7 Output: [1,6] Explantion: To make one jumbo burger and 6 small burgers we need 4*1 + 2*6 = 16 tomato and 1 + 6 = 7 cheese. There will be no remaining ingredients. ``` **Example 2:** ``` Input: tomatoSlices = 17, cheeseSlices = 4 Output: [] Explantion: There will be no way to use all ingredients to make small and jumbo burgers. ``` **Example 3:** ``` Input: tomatoSlices = 4, cheeseSlices = 17 Output: [] Explantion: Making 1 jumbo burger there will be 16 cheese remaining and making 2 small burgers there will be 15 cheese remaining. ``` **Example 4:** ``` Input: tomatoSlices = 0, cheeseSlices = 0 Output: [0,0] ``` **Example 5:** ``` Input: tomatoSlices = 2, cheeseSlices = 1 Output: [0,1] ``` **Constraints:** - `0 <= tomatoSlices <= 10^7` - `0 <= cheeseSlices <= 10^7` ```java class Solution { public List<Integer> numOfBurgers(int tomatoSlices, int cheeseSlices) { List<Integer> result = new ArrayList<>(); if(tomatoSlices > 4 * cheeseSlices || tomatoSlices < 2 * cheeseSlices || tomatoSlices % 2 != 0){ return result; } int bigBurgers = tomatoSlices / 2 - cheeseSlices; int smallBurgers = 2 * cheeseSlices - tomatoSlices / 2; result.add(bigBurgers); result.add(smallBurgers); return result; } } ```
1.0
Leetcode_1276_Number of Burgers with No Waste of Ingredients - #### [Number of Burgers with No Waste of Ingredients](https://leetcode-cn.com/problems/number-of-burgers-with-no-waste-of-ingredients/) Given two integers `tomatoSlices` and `cheeseSlices`. The ingredients of different burgers are as follows: - **Jumbo Burger:** 4 tomato slices and 1 cheese slice. - **Small Burger:** 2 Tomato slices and 1 cheese slice. Return `[total_jumbo, total_small]` so that the number of remaining `tomatoSlices` equal to 0 and the number of remaining `cheeseSlices` equal to 0. If it is not possible to make the remaining `tomatoSlices` and `cheeseSlices` equal to 0 return `[]`. **Example 1:** ``` Input: tomatoSlices = 16, cheeseSlices = 7 Output: [1,6] Explantion: To make one jumbo burger and 6 small burgers we need 4*1 + 2*6 = 16 tomato and 1 + 6 = 7 cheese. There will be no remaining ingredients. ``` **Example 2:** ``` Input: tomatoSlices = 17, cheeseSlices = 4 Output: [] Explantion: There will be no way to use all ingredients to make small and jumbo burgers. ``` **Example 3:** ``` Input: tomatoSlices = 4, cheeseSlices = 17 Output: [] Explantion: Making 1 jumbo burger there will be 16 cheese remaining and making 2 small burgers there will be 15 cheese remaining. ``` **Example 4:** ``` Input: tomatoSlices = 0, cheeseSlices = 0 Output: [0,0] ``` **Example 5:** ``` Input: tomatoSlices = 2, cheeseSlices = 1 Output: [0,1] ``` **Constraints:** - `0 <= tomatoSlices <= 10^7` - `0 <= cheeseSlices <= 10^7` ```java class Solution { public List<Integer> numOfBurgers(int tomatoSlices, int cheeseSlices) { List<Integer> result = new ArrayList<>(); if(tomatoSlices > 4 * cheeseSlices || tomatoSlices < 2 * cheeseSlices || tomatoSlices % 2 != 0){ return result; } int bigBurgers = tomatoSlices / 2 - cheeseSlices; int smallBurgers = 2 * cheeseSlices - tomatoSlices / 2; result.add(bigBurgers); result.add(smallBurgers); return result; } } ```
non_defect
leetcode number of burgers with no waste of ingredients given two integers tomatoslices and cheeseslices the ingredients of different burgers are as follows jumbo burger tomato slices and cheese slice small burger tomato slices and cheese slice return so that the number of remaining tomatoslices equal to and the number of remaining cheeseslices equal to if it is not possible to make the remaining tomatoslices and cheeseslices equal to return example input tomatoslices cheeseslices output explantion to make one jumbo burger and small burgers we need tomato and cheese there will be no remaining ingredients example input tomatoslices cheeseslices output explantion there will be no way to use all ingredients to make small and jumbo burgers example input tomatoslices cheeseslices output explantion making jumbo burger there will be cheese remaining and making small burgers there will be cheese remaining example input tomatoslices cheeseslices output example input tomatoslices cheeseslices output constraints tomatoslices cheeseslices java class solution public list numofburgers int tomatoslices int cheeseslices list result new arraylist if tomatoslices cheeseslices tomatoslices cheeseslices tomatoslices return result int bigburgers tomatoslices cheeseslices int smallburgers cheeseslices tomatoslices result add bigburgers result add smallburgers return result
0
9,667
2,615,164,988
IssuesEvent
2015-03-01 06:45:08
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Failed to associate with BSSID , i know what im doing , but please help
auto-migrated Priority-Triage Type-Defect
``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) version 1.4 comes attached to backtrack 1. What operating system are you using (Linux is the only supported OS)? BacktrackR2 i believe 2. Is your wireless card in monitor mode (yes/no)? for sure it was (mon0) 3. What is the signal strength of the Access Point you are trying to crack? airodump shows -59 , around there nothing higher than -70 4. What is the manufacturer and model # of the device you are trying to crack? the router is for sure a linksys E1000 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b BSSID -vv ( sometimes i try to add --dh-small) 6. Please describe what you think the issue is. i have no clue , it just fails to associate with the only bssid wash can pick up on my laptop 7. Paste the output from Reaver below. [!} WARNING: Failed to associate with BSSID (ESSID: ESSID) i have tried wash , wash shows the BSSID: channel 1 , RSSI -58 WPS VERSION: 1.0 WPS Locked: No its not supposed to be wps locked right ? if so then whats the problem ? if it helps , this router , has 2 AP's one of them being a guest AP ``` Original issue reported on code.google.com by `Sneakygu...@gmail.com` on 14 Dec 2012 at 2:09
1.0
Failed to associate with BSSID , i know what im doing , but please help - ``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) version 1.4 comes attached to backtrack 1. What operating system are you using (Linux is the only supported OS)? BacktrackR2 i believe 2. Is your wireless card in monitor mode (yes/no)? for sure it was (mon0) 3. What is the signal strength of the Access Point you are trying to crack? airodump shows -59 , around there nothing higher than -70 4. What is the manufacturer and model # of the device you are trying to crack? the router is for sure a linksys E1000 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b BSSID -vv ( sometimes i try to add --dh-small) 6. Please describe what you think the issue is. i have no clue , it just fails to associate with the only bssid wash can pick up on my laptop 7. Paste the output from Reaver below. [!} WARNING: Failed to associate with BSSID (ESSID: ESSID) i have tried wash , wash shows the BSSID: channel 1 , RSSI -58 WPS VERSION: 1.0 WPS Locked: No its not supposed to be wps locked right ? if so then whats the problem ? if it helps , this router , has 2 AP's one of them being a guest AP ``` Original issue reported on code.google.com by `Sneakygu...@gmail.com` on 14 Dec 2012 at 2:09
defect
failed to associate with bssid i know what im doing but please help answer the following questions for every issue submitted what version of reaver are you using only defects against the latest version will be considered version comes attached to backtrack what operating system are you using linux is the only supported os i believe is your wireless card in monitor mode yes no for sure it was what is the signal strength of the access point you are trying to crack airodump shows around there nothing higher than what is the manufacturer and model of the device you are trying to crack the router is for sure a linksys what is the entire command line string you are supplying to reaver reaver i b bssid vv sometimes i try to add dh small please describe what you think the issue is i have no clue it just fails to associate with the only bssid wash can pick up on my laptop paste the output from reaver below warning failed to associate with bssid essid essid i have tried wash wash shows the bssid channel rssi wps version wps locked no its not supposed to be wps locked right if so then whats the problem if it helps this router has ap s one of them being a guest ap original issue reported on code google com by sneakygu gmail com on dec at
1
78,956
27,834,353,954
IssuesEvent
2023-03-20 08:22:04
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Build failed with: TypeError: Cannot read property 'pipeline' of undefined
T-Defect A-Electron A-Documentation
### Steps to reproduce Hello, 1. Install software listed in https://github.com/vector-im/element-desktop/blob/develop/docs/windows-requirements.md 2. Install latest yarn https://classic.yarnpkg.com/latest.msi 3. Download and extract any of https://github.com/vector-im/element-desktop/archive/refs/tags/v1.11.25.zip https://github.com/vector-im/element-desktop/archive/refs/tags/v1.11.23.zip 4. Goto to extracted dir cd v1.11.25\element-desktop-1.11.25 5. yarn install 6. yarn run fetch --noverify --cfgdir "" ### Outcome I expect build will be successful, but in fails with: > cd C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25 > yarn install yarn install v1.22.19 [1/4] Resolving packages... warning Resolution field "@types/node@16.18.12" is incompatible with requested version "@types/node@^17.0.36" [2/4] Fetching packages... [3/4] Linking dependencies... warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "@babel/eslint-parser@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "@babel/eslint-plugin@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-deprecate@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-jest@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-jsx-a11y@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-react@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-react-hooks@*". warning " > eslint-plugin-matrix-org@1.0.0" has incorrect peer dependency "prettier@2.8.0". [4/4] Building fresh packages... Done in 403.58s. > call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.25 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' > yarn run fetch --noverify --cfgdir "" yarn run v1.22.19 $ yarn run mkdirs && ts-node scripts/fetch-package.ts --noverify --cfgdir element.io.my $ mkdirp packages deploys Downloading https://github.com/vector-im/element-web/releases/download/v1.11.25/element-v1.11.25.tar.gz... TypeError: Cannot read property 'pipeline' of undefined at downloadToFile (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:26:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async main (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:160:17) Failed to download https://github.com/vector-im/element-web/releases/download/v1.11.25/element-v1.11.25.tar.gz TypeError: Cannot read property 'pipeline' of undefined at downloadToFile (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:26:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async main (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:160:17) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ### Operating system Windows 2016 fresh installed ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Build failed with: TypeError: Cannot read property 'pipeline' of undefined - ### Steps to reproduce Hello, 1. Install software listed in https://github.com/vector-im/element-desktop/blob/develop/docs/windows-requirements.md 2. Install latest yarn https://classic.yarnpkg.com/latest.msi 3. Download and extract any of https://github.com/vector-im/element-desktop/archive/refs/tags/v1.11.25.zip https://github.com/vector-im/element-desktop/archive/refs/tags/v1.11.23.zip 4. Goto to extracted dir cd v1.11.25\element-desktop-1.11.25 5. yarn install 6. yarn run fetch --noverify --cfgdir "" ### Outcome I expect build will be successful, but in fails with: > cd C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25 > yarn install yarn install v1.22.19 [1/4] Resolving packages... warning Resolution field "@types/node@16.18.12" is incompatible with requested version "@types/node@^17.0.36" [2/4] Fetching packages... [3/4] Linking dependencies... warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "@babel/eslint-parser@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "@babel/eslint-plugin@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-deprecate@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-jest@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-jsx-a11y@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-react@*". warning " > eslint-plugin-matrix-org@1.0.0" has unmet peer dependency "eslint-plugin-react-hooks@*". warning " > eslint-plugin-matrix-org@1.0.0" has incorrect peer dependency "prettier@2.8.0". [4/4] Building fresh packages... Done in 403.58s. > call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64 ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.25 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' > yarn run fetch --noverify --cfgdir "" yarn run v1.22.19 $ yarn run mkdirs && ts-node scripts/fetch-package.ts --noverify --cfgdir element.io.my $ mkdirp packages deploys Downloading https://github.com/vector-im/element-web/releases/download/v1.11.25/element-v1.11.25.tar.gz... TypeError: Cannot read property 'pipeline' of undefined at downloadToFile (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:26:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async main (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:160:17) Failed to download https://github.com/vector-im/element-web/releases/download/v1.11.25/element-v1.11.25.tar.gz TypeError: Cannot read property 'pipeline' of undefined at downloadToFile (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:26:22) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async main (C:\Users\Administrator\Downloads\v1.11.25\element-desktop-1.11.25\scripts\fetch-package.ts:160:17) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ### Operating system Windows 2016 fresh installed ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
defect
build failed with typeerror cannot read property pipeline of undefined steps to reproduce hello install software listed in install latest yarn download and extract any of goto to extracted dir cd element desktop yarn install yarn run fetch noverify cfgdir outcome i expect build will be successful but in fails with cd c users administrator downloads element desktop yarn install yarn install resolving packages warning resolution field types node is incompatible with requested version types node fetching packages linking dependencies warning eslint plugin matrix org has unmet peer dependency babel eslint parser warning eslint plugin matrix org has unmet peer dependency babel eslint plugin warning eslint plugin matrix org has unmet peer dependency eslint plugin deprecate warning eslint plugin matrix org has unmet peer dependency eslint plugin jest warning eslint plugin matrix org has unmet peer dependency eslint plugin jsx warning eslint plugin matrix org has unmet peer dependency eslint plugin react warning eslint plugin matrix org has unmet peer dependency eslint plugin react hooks warning eslint plugin matrix org has incorrect peer dependency prettier building fresh packages done in call c program files microsoft visual studio enterprise vc auxiliary build vcvarsall bat visual studio developer command prompt copyright c microsoft corporation environment initialized for yarn run fetch noverify cfgdir yarn run yarn run mkdirs ts node scripts fetch package ts noverify cfgdir element io my mkdirp packages deploys downloading typeerror cannot read property pipeline of undefined at downloadtofile c users administrator downloads element desktop scripts fetch package ts at processticksandrejections internal process task queues js at async main c users administrator downloads element desktop scripts fetch package ts failed to download typeerror cannot read property pipeline of undefined at downloadtofile c users administrator downloads element desktop scripts fetch package ts at processticksandrejections internal process task queues js at async main c users administrator downloads element desktop scripts fetch package ts error command failed with exit code info visit for documentation about this command operating system windows fresh installed application version no response how did you install the app no response homeserver no response will you send logs yes
1
50,179
7,571,574,255
IssuesEvent
2018-04-23 12:41:55
RailsEventStore/rails_event_store
https://api.github.com/repos/RailsEventStore/rails_event_store
opened
describe metadata+devise integration
documentation enhancement
```ruby class ApplicationController < ActionController::Base before_action :set_res_current_user private def set_res_current_user Thread.current[:rails_event_store] ||= {} if current_user Thread.current[:rails_event_store][:current_user_id] = current_user.id end end ```
1.0
describe metadata+devise integration - ```ruby class ApplicationController < ActionController::Base before_action :set_res_current_user private def set_res_current_user Thread.current[:rails_event_store] ||= {} if current_user Thread.current[:rails_event_store][:current_user_id] = current_user.id end end ```
non_defect
describe metadata devise integration ruby class applicationcontroller actioncontroller base before action set res current user private def set res current user thread current if current user thread current current user id end end
0
88,241
3,775,299,934
IssuesEvent
2016-03-17 13:01:59
akvo/akvo-rsr
https://api.github.com/repos/akvo/akvo-rsr
closed
IATI v2.02
Needs Review Priority 1 Type: IATI
## Test plan GIVEN the [IATI v2.02 standard](http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/) WHEN looking at the RSR models and fields THEN all IATI v2.02 fields should be available in RSR GIVEN the IATI import WHEN importing an IATI v2.02 file (e.g. [this file](https://raw.githubusercontent.com/IATI/IATI-Extra-Documentation/version-2.02/en/activity-standard/activity-standard-example-annotated.xml)) THEN all fields should be imported in RSR GIVEN the project editor WHEN the 'IATI' validation set has been checked THEN all IATI v2.02 fields should be shown AND both 'IATI' and 'IATI DGIS' validations sets should respond correctly GIVEN the API (/v1/rest/) WHEN looking at the models and fields THEN all IATI v2.02 fields should be available in the API GIVEN the IATI export WHEN exporting a file THEN it should be version '2.02' AND all possible fields should be exported to IATI GIVEN the IATI checks WHEN performing the checks THEN all new IATI v2.02 fields should be taken into account ## Issue description We should upgrade to IATI v2.02 as soon as possible. The changelog for IATI v2.02 can be found here: http://iatistandard.org/201/upgrades/decimal-upgrade-to-2-02/2-02-changes/. __Overview:__ - [x] Add new models, fields and codelists - [x] Update the IATI import - [x] Update the project editor - [x] Update the API - [x] Update the project editor validations - [x] Update the IATI export - [x] Update the IATI checks __Model and field changes:__ - [x] Add humanitarian field to project and transaction - [x] Add IATI activity ID field to partnership - [x] Add vocabulary_uri field to recipient region, sector, policy marker, transaction sector, and transaction region - [x] Add humanitarian scope model - [x] Add status field to budget item - [x] Add provider_org and receiver_org to planned disbursement - [x] Add provider_org type and receiver_org type to transaction (= organisation's type) - [x] Add document_date to project document - [x] Change document category to support multiple categories (wrongfully implemented now) - [x] Add indicator reference model - [x] Add indicator period target and actual locations - [x] Add indicator period target and actual dimensions - [x] Add channel code field to CRS
1.0
IATI v2.02 - ## Test plan GIVEN the [IATI v2.02 standard](http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/) WHEN looking at the RSR models and fields THEN all IATI v2.02 fields should be available in RSR GIVEN the IATI import WHEN importing an IATI v2.02 file (e.g. [this file](https://raw.githubusercontent.com/IATI/IATI-Extra-Documentation/version-2.02/en/activity-standard/activity-standard-example-annotated.xml)) THEN all fields should be imported in RSR GIVEN the project editor WHEN the 'IATI' validation set has been checked THEN all IATI v2.02 fields should be shown AND both 'IATI' and 'IATI DGIS' validations sets should respond correctly GIVEN the API (/v1/rest/) WHEN looking at the models and fields THEN all IATI v2.02 fields should be available in the API GIVEN the IATI export WHEN exporting a file THEN it should be version '2.02' AND all possible fields should be exported to IATI GIVEN the IATI checks WHEN performing the checks THEN all new IATI v2.02 fields should be taken into account ## Issue description We should upgrade to IATI v2.02 as soon as possible. The changelog for IATI v2.02 can be found here: http://iatistandard.org/201/upgrades/decimal-upgrade-to-2-02/2-02-changes/. __Overview:__ - [x] Add new models, fields and codelists - [x] Update the IATI import - [x] Update the project editor - [x] Update the API - [x] Update the project editor validations - [x] Update the IATI export - [x] Update the IATI checks __Model and field changes:__ - [x] Add humanitarian field to project and transaction - [x] Add IATI activity ID field to partnership - [x] Add vocabulary_uri field to recipient region, sector, policy marker, transaction sector, and transaction region - [x] Add humanitarian scope model - [x] Add status field to budget item - [x] Add provider_org and receiver_org to planned disbursement - [x] Add provider_org type and receiver_org type to transaction (= organisation's type) - [x] Add document_date to project document - [x] Change document category to support multiple categories (wrongfully implemented now) - [x] Add indicator reference model - [x] Add indicator period target and actual locations - [x] Add indicator period target and actual dimensions - [x] Add channel code field to CRS
non_defect
iati test plan given the when looking at the rsr models and fields then all iati fields should be available in rsr given the iati import when importing an iati file e g then all fields should be imported in rsr given the project editor when the iati validation set has been checked then all iati fields should be shown and both iati and iati dgis validations sets should respond correctly given the api rest when looking at the models and fields then all iati fields should be available in the api given the iati export when exporting a file then it should be version and all possible fields should be exported to iati given the iati checks when performing the checks then all new iati fields should be taken into account issue description we should upgrade to iati as soon as possible the changelog for iati can be found here overview add new models fields and codelists update the iati import update the project editor update the api update the project editor validations update the iati export update the iati checks model and field changes add humanitarian field to project and transaction add iati activity id field to partnership add vocabulary uri field to recipient region sector policy marker transaction sector and transaction region add humanitarian scope model add status field to budget item add provider org and receiver org to planned disbursement add provider org type and receiver org type to transaction organisation s type add document date to project document change document category to support multiple categories wrongfully implemented now add indicator reference model add indicator period target and actual locations add indicator period target and actual dimensions add channel code field to crs
0
12,517
7,925,626,278
IssuesEvent
2018-07-05 21:20:32
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
opened
* sometimes shows in the Translation Identifier text field on the project details screen
Kind/Bug Kind/Usability
I'm not sure what causes this to happen, but I see it occasionally. This time I had just 'upgraded' to 0.10.0 (3b93695) and I imported this file. When the project details screen was displayed, the * was in the translation id text field and it remains there even after having entered text over top of it. That makes it very difficult to read the text in that filed. ![image](https://user-images.githubusercontent.com/8171759/42348374-d9f1afec-806e-11e8-9f3d-3e59be2f93d1.png) ![image](https://user-images.githubusercontent.com/8171759/42348386-e27c3056-806e-11e8-9650-339f70868c6b.png)
True
* sometimes shows in the Translation Identifier text field on the project details screen - I'm not sure what causes this to happen, but I see it occasionally. This time I had just 'upgraded' to 0.10.0 (3b93695) and I imported this file. When the project details screen was displayed, the * was in the translation id text field and it remains there even after having entered text over top of it. That makes it very difficult to read the text in that filed. ![image](https://user-images.githubusercontent.com/8171759/42348374-d9f1afec-806e-11e8-9f3d-3e59be2f93d1.png) ![image](https://user-images.githubusercontent.com/8171759/42348386-e27c3056-806e-11e8-9650-339f70868c6b.png)
non_defect
sometimes shows in the translation identifier text field on the project details screen i m not sure what causes this to happen but i see it occasionally this time i had just upgraded to and i imported this file when the project details screen was displayed the was in the translation id text field and it remains there even after having entered text over top of it that makes it very difficult to read the text in that filed
0
8,196
2,611,470,483
IssuesEvent
2015-02-27 05:15:29
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Hog chat bubble hangs server, when you have no more hogs left
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Play a (multiplayer) game till either all your hogs are dead or suicide them (be sure that there's still two teams left at that point, so the game will continue). 2. Enter "-.-" (without quotation marks) in the chat. What is the expected output? What do you see instead? Usually "-.-" should display "." in a chat bubble on a hog, since there is no more hogs left, I would expect it to be written in the chat instead. But in reality the game seems to hang (the time still counts down though) and no one can do any action in the game anymore. What version of the product are you using? On what operating system? 0.9.15 / Arch Linux on amd64 Please provide any additional information below. none. ``` Original issue reported on code.google.com by `lordh...@gmail.com` on 23 Mar 2011 at 7:29 * Merged into: #137
1.0
Hog chat bubble hangs server, when you have no more hogs left - ``` What steps will reproduce the problem? 1. Play a (multiplayer) game till either all your hogs are dead or suicide them (be sure that there's still two teams left at that point, so the game will continue). 2. Enter "-.-" (without quotation marks) in the chat. What is the expected output? What do you see instead? Usually "-.-" should display "." in a chat bubble on a hog, since there is no more hogs left, I would expect it to be written in the chat instead. But in reality the game seems to hang (the time still counts down though) and no one can do any action in the game anymore. What version of the product are you using? On what operating system? 0.9.15 / Arch Linux on amd64 Please provide any additional information below. none. ``` Original issue reported on code.google.com by `lordh...@gmail.com` on 23 Mar 2011 at 7:29 * Merged into: #137
defect
hog chat bubble hangs server when you have no more hogs left what steps will reproduce the problem play a multiplayer game till either all your hogs are dead or suicide them be sure that there s still two teams left at that point so the game will continue enter without quotation marks in the chat what is the expected output what do you see instead usually should display in a chat bubble on a hog since there is no more hogs left i would expect it to be written in the chat instead but in reality the game seems to hang the time still counts down though and no one can do any action in the game anymore what version of the product are you using on what operating system arch linux on please provide any additional information below none original issue reported on code google com by lordh gmail com on mar at merged into
1
320,306
27,430,228,251
IssuesEvent
2023-03-02 00:20:27
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Receitas - Dados de Receitas - Dores de Campos
generalization test development
DoD: Realizar o teste de Generalização do validador da tag Receitas - Dados de Receitas para o Município de Dores de Campos.
1.0
Teste de generalizacao para a tag Receitas - Dados de Receitas - Dores de Campos - DoD: Realizar o teste de Generalização do validador da tag Receitas - Dados de Receitas para o Município de Dores de Campos.
non_defect
teste de generalizacao para a tag receitas dados de receitas dores de campos dod realizar o teste de generalização do validador da tag receitas dados de receitas para o município de dores de campos
0
46,204
13,055,868,164
IssuesEvent
2020-07-30 02:58:29
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
flat-ntuple::Read_an_icecube_i3file_and_book_it.py fails with a SIGABRT on SL5 32bit (Trac #749)
Incomplete Migration Migrated from Trac booking defect
Migrated from https://code.icecube.wisc.edu/ticket/749 ```json { "status": "closed", "changetime": "2014-09-30T19:48:23", "description": "{{{\n[buildslave@foraii build]$ ./env-shell.sh flat-ntuple/resources/scripts/Read_an_icecube_i3file_and_book_it.py \n************************************************************************\n* *\n* W E L C O M E to I C E T R A Y *\n* *\n* Version icerec.trunk r123170 *\n* *\n* You are welcome to visit our Web site *\n* http://icecube.umd.edu *\n* *\n************************************************************************\n\nIcetray environment has:\n I3_SRC = /build/buildslave/foraii/quick_icerec_SL5/source\n I3_BUILD = /build/buildslave/foraii/quick_icerec_SL5/build\n I3_PORTS = /build/ports\n Python = Python 2.4.3\nWarning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to pa-pub.private.pa.umd.edu:0.0\nLoading libicetray........................................ok\nLoading libdataclasses....................................ok\nLoading libdataio.........................................ok\nLoading libDomTools.......................................ok\nLoading libflat-ntuple....................................Warning in <TClassTable::Add>: class TFitterMinuit already in TClassTable\nWarning in <TClassTable::Add>: class TFitterFumili already in TClassTable\nWarning in <TClassTable::Add>: class TUnixSystem already in TClassTable\nWarning in <TClassTable::Add>: class TCint already in TClassTable\nWarning in <TClassTable::Add>: class TClass already in TClassTable\nWarning in <TClassTable::Add>: class TClassStreamer already in TClassTable\nWarning in <TClassTable::Add>: class TMemberStreamer already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualIsAProxy already in TClassTable\nWarning in <TClassTable::Add>: class TMethod already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualStreamerInfo already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerElement already in TClassTable\nWarning in <TClassTable::Add>: class TDictionary already in TClassTable\nWarning in <TClassTable::Add>: class TBaseClass already in TClassTable\nWarning in <TClassTable::Add>: class TDataMember already in TClassTable\nWarning in <TClassTable::Add>: class TClassRef already in TClassTable\nWarning in <TClassTable::Add>: class TRealData already in TClassTable\nWarning in <TClassTable::Add>: class TMethodCall already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRuleSet already in TClassTable\nWarning in <TClassTable::Add>: class TClassGenerator already in TClassTable\nWarning in <TClassTable::Add>: class TClassMenuItem already in TClassTable\nWarning in <TClassTable::Add>: class TDataType already in TClassTable\nWarning in <TClassTable::Add>: class TFunction already in TClassTable\nWarning in <TClassTable::Add>: class TGlobal already in TClassTable\nWarning in <TClassTable::Add>: class TInterpreter already in TClassTable\nWarning in <TClassTable::Add>: class TIsAProxy already in TClassTable\nWarning in <TClassTable::Add>: class TMethodArg already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRule already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRule::TSources already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaMatch already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBasicType already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBase already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBasicPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerLoop already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObject already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectAny already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectAnyPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerString already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerSTL already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerSTLstring already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerArtificial already in TClassTable\nWarning in <TClassTable::Add>: class TToggle already in TClassTable\nWarning in <TClassTable::Add>: class TToggleGroup already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualCollectionProxy already in TClassTable\nWarning in <TClassTable::Add>: class TList already in TClassTable\nWarning in <TClassTable::Add>: class TObjArray already in TClassTable\nWarning in <TClassTable::Add>: class TClonesArray already in TClassTable\nWarning in <TClassTable::Add>: class TRefTable already in TClassTable\nWarning in <TClassTable::Add>: class TArray already in TClassTable\nWarning in <TClassTable::Add>: class TArrayC already in TClassTable\nWarning in <TClassTable::Add>: class TArrayD already in TClassTable\nWarning in <TClassTable::Add>: class TArrayF already in TClassTable\nWarning in <TClassTable::Add>: class TArrayI already in TClassTable\nWarning in <TClassTable::Add>: class TArrayL already in TClassTable\nWarning in <TClassTable::Add>: class TArrayL64 already in TClassTable\nWarning in <TClassTable::Add>: class TArrayS already in TClassTable\nWarning in <TClassTable::Add>: class TBits already in TClassTable\nWarning in <TClassTable::Add>: class TBits::TReference already in TClassTable\nWarning in <TClassTable::Add>: class TCollection already in TClassTable\nWarning in <TClassTable::Add>: class TIterator already in TClassTable\nWarning in <TClassTable::Add>: class TObjectTable already in TClassTable\nWarning in <TClassTable::Add>: class TIter already in TClassTable\nWarning in <TClassTable::Add>: class TSeqCollection already in TClassTable\nWarning in <TClassTable::Add>: class TBtreeIter already in TClassTable\nWarning in <TClassTable::Add>: class TBtree already in TClassTable\nWarning in <TClassTable::Add>: class TClassTable already in TClassTable\nWarning in <TClassTable::Add>: class TObjArrayIter already in TClassTable\nWarning in <TClassTable::Add>: class TExMapIter already in TClassTable\nWarning in <TClassTable::Add>: class TExMap already in TClassTable\nWarning in <TClassTable::Add>: class TListIter already in TClassTable\nWarning in <TClassTable::Add>: class THashTable already in TClassTable\nWarning in <TClassTable::Add>: class THashList already in TClassTable\nWarning in <TClassTable::Add>: class THashTableIter already in TClassTable\nWarning in <TClassTable::Add>: class TMapIter already in TClassTable\nWarning in <TClassTable::Add>: class TPair already in TClassTable\nWarning in <TClassTable::Add>: class TMap already in TClassTable\nWarning in <TClassTable::Add>: class TOrdCollectionIter already in TClassTable\nWarning in <TClassTable::Add>: class TOrdCollection already in TClassTable\nWarning in <TClassTable::Add>: class TRefArrayIter already in TClassTable\nWarning in <TClassTable::Add>: class TRefArray already in TClassTable\nWarning in <TClassTable::Add>: class vector<int,allocator<int> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<int,allocator<int> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TSortedList already in TClassTable\nWarning in <TClassTable::Add>: class SetWindowAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class WindowAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class Event_t already in TClassTable\nWarning in <TClassTable::Add>: class GCValues_t already in TClassTable\nWarning in <TClassTable::Add>: class ColorStruct_t already in TClassTable\nWarning in <TClassTable::Add>: class PictureAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class Segment_t already in TClassTable\nWarning in <TClassTable::Add>: class Point_t already in TClassTable\nWarning in <TClassTable::Add>: class Rectangle_t already in TClassTable\nWarning in <TClassTable::Add>: class timespec already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMutex already in TClassTable\nWarning in <TClassTable::Add>: class TTimeStamp already in TClassTable\nWarning in <TClassTable::Add>: class TLockGuard already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPerfStats already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualAuth already in TClassTable\nWarning in <TClassTable::Add>: class TUrl already in TClassTable\nWarning in <TClassTable::Add>: class TInetAddress already in TClassTable\nWarning in <TClassTable::Add>: class TFileInfoMeta already in TClassTable\nWarning in <TClassTable::Add>: class TFileInfo already in TClassTable\nWarning in <TClassTable::Add>: class TFileCollection already in TClassTable\nWarning in <TClassTable::Add>: class TRedirectOutputGuard already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMonitoringWriter already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMonitoringReader already in TClassTable\nWarning in <TClassTable::Add>: class TObjectSpy already in TClassTable\nWarning in <TClassTable::Add>: class TObjectRefSpy already in TClassTable\nWarning in <TClassTable::Add>: class TUri already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualTableInterface already in TClassTable\nWarning in <TClassTable::Add>: class TBase64 already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,char*> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<float> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<double> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<int> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<long> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<Long64_t> already in TClassTable\nWarning in <TClassTable::Add>: class TMemberInspector already in TClassTable\nWarning in <TClassTable::Add>: class TObject already in TClassTable\nWarning in <TClassTable::Add>: class TNamed already in TClassTable\nWarning in <TClassTable::Add>: class TString already in TClassTable\nWarning in <TClassTable::Add>: class string already in TClassTable\nWarning in <TClassTable::Add>: class string::iterator already in TClassTable\nWarning in <TClassTable::Add>: class TStorage already in TClassTable\nWarning in <TClassTable::Add>: class TTimer already in TClassTable\nWarning in <TClassTable::Add>: class TProcessID already in TClassTable\nWarning in <TClassTable::Add>: class TRefCnt already in TClassTable\nWarning in <TClassTable::Add>: class TRegexp already in TClassTable\nWarning in <TClassTable::Add>: class TPRegexp already in TClassTable\nWarning in <TClassTable::Add>: class TSubString already in TClassTable\nWarning in <TClassTable::Add>: class TStringLong already in TClassTable\nWarning in <TClassTable::Add>: class TQConnection already in TClassTable\nWarning in <TClassTable::Add>: class TQObject already in TClassTable\nWarning in <TClassTable::Add>: class TQObjSender already in TClassTable\nWarning in <TClassTable::Add>: class TSignalHandler already in TClassTable\nWarning in <TClassTable::Add>: class TStopwatch already in TClassTable\nWarning in <TClassTable::Add>: class TUUID already in TClassTable\nWarning in <TClassTable::Add>: class TExec already in TClassTable\nWarning in <TClassTable::Add>: class TFolder already in TClassTable\nWarning in <TClassTable::Add>: class TMD5 already in TClassTable\nWarning in <TClassTable::Add>: class TObjString already in TClassTable\nWarning in <TClassTable::Add>: class TMacro already in TClassTable\nWarning in <TClassTable::Add>: class TMessageHandler already in TClassTable\nWarning in <TClassTable::Add>: class TPMERegexp already in TClassTable\nWarning in <TClassTable::Add>: class TStringToken already in TClassTable\nWarning in <TClassTable::Add>: class TPluginManager already in TClassTable\nWarning in <TClassTable::Add>: class TPluginHandler already in TClassTable\nWarning in <TClassTable::Add>: class TPoint already in TClassTable\nWarning in <TClassTable::Add>: class TProcessUUID already in TClassTable\nWarning in <TClassTable::Add>: class TQClass already in TClassTable\nWarning in <TClassTable::Add>: class TQCommand already in TClassTable\nWarning in <TClassTable::Add>: class TQUndoManager already in TClassTable\nWarning in <TClassTable::Add>: class TROOT already in TClassTable\nWarning in <TClassTable::Add>: class TRef already in TClassTable\nWarning in <TClassTable::Add>: class TSystemFile already in TClassTable\nWarning in <TClassTable::Add>: class TSystemDirectory already in TClassTable\nWarning in <TClassTable::Add>: class TSystem already in TClassTable\nWarning in <TClassTable::Add>: class vector<TString,allocator<TString> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<TString,allocator<TString> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TSysEvtHandler already in TClassTable\nWarning in <TClassTable::Add>: class TStdExceptionHandler already in TClassTable\nWarning in <TClassTable::Add>: class TTime already in TClassTable\nWarning in <TClassTable::Add>: class FileStat_t already in TClassTable\nWarning in <TClassTable::Add>: class UserGroup_t already in TClassTable\nWarning in <TClassTable::Add>: class SysInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class CpuInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class MemInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class ProcInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class RedirectHandle_t already in TClassTable\nWarning in <TClassTable::Add>: class TProcessEventTimer already in TClassTable\nWarning in <TClassTable::Add>: class TRemoteObject already in TClassTable\nWarning in <TClassTable::Add>: class TTask already in TClassTable\nWarning in <TClassTable::Add>: class vector<string,allocator<string> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<string,allocator<string> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TBuffer already in TClassTable\nWarning in <TClassTable::Add>: class TDirectory already in TClassTable\nWarning in <TClassTable::Add>: class TRootIOCtor already in TClassTable\nWarning in <TClassTable::Add>: class TBrowser already in TClassTable\nWarning in <TClassTable::Add>: class TApplicationImp already in TClassTable\nWarning in <TClassTable::Add>: class TApplication already in TClassTable\nWarning in <TClassTable::Add>: class TAtt3D already in TClassTable\nWarning in <TClassTable::Add>: class TAttAxis already in TClassTable\nWarning in <TClassTable::Add>: class TAttBBox already in TClassTable\nWarning in <TClassTable::Add>: class TAttFill already in TClassTable\nWarning in <TClassTable::Add>: class TAttLine already in TClassTable\nWarning in <TClassTable::Add>: class TAttMarker already in TClassTable\nWarning in <TClassTable::Add>: class TAttPad already in TClassTable\nWarning in <TClassTable::Add>: class TAttText already in TClassTable\nWarning in <TClassTable::Add>: class TBenchmark already in TClassTable\nWarning in <TClassTable::Add>: class TBrowserImp already in TClassTable\nWarning in <TClassTable::Add>: class TContextMenu already in TClassTable\nWarning in <TClassTable::Add>: class TBuffer3D already in TClassTable\nWarning in <TClassTable::Add>: class TCanvasImp already in TClassTable\nWarning in <TClassTable::Add>: class TColor already in TClassTable\nWarning in <TClassTable::Add>: class TContextMenuImp already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPad already in TClassTable\nWarning in <TClassTable::Add>: class TControlBarImp already in TClassTable\nWarning in <TClassTable::Add>: class TDatime already in TClassTable\nWarning in <TClassTable::Add>: class TEnv already in TClassTable\nWarning in <TClassTable::Add>: class TEnvRec already in TClassTable\nWarning in <TClassTable::Add>: class TInspectorImp already in TClassTable\nWarning in <TClassTable::Add>: class TGuiFactory already in TClassTable\nWarning in <TClassTable::Add>: class TStyle already in TClassTable\nWarning in <TClassTable::Add>: class TFileHandler already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualFFT already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualViewer3D already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualGLPainter already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualGLManip already in TClassTable\nWarning in <TClassTable::Add>: class TGLManager already in TClassTable\nWarning in <TClassTable::Add>: class TGLPaintDevice already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPS already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualX already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPadEditor already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPadPainter already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::DataOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::DataRange already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::BinData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::UnBinData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Chi2FCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Chi2FCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::ParameterSettings already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitConfig already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitResult already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Fitter already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::LogLikelihoodFCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::LogLikelihoodFCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::PoissonLikelihoodFCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::PoissonLikelihoodFCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::SparseData already in TClassTable\nWarning in <TClassTable::Add>: class TRandom already in TClassTable\nWarning in <TClassTable::Add>: class TRandom1 already in TClassTable\nWarning in <TClassTable::Add>: class TRandom2 already in TClassTable\nWarning in <TClassTable::Add>: class TRandom3 already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualFitter already in TClassTable\nWarning in <TClassTable::Add>: class TKDTree<int,double> already in TClassTable\nWarning in <TClassTable::Add>: class TKDTree<int,float> already in TClassTable\nWarning in <TClassTable::Add>: class TKDTreeBinning already in TClassTable\nWarning in <TClassTable::Add>: class vector<double,allocator<double> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<double,allocator<double> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricGradFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricGradFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseParam already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::ParamFunctor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Functor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Functor1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GradFunctor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GradFunctor1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::MinimizerOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Minimizer already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BaseIntegratorOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorOneDimOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorMultiDimOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegratorOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::AdaptiveIntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::DistSampler already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Factory already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BasicFitMethodFunction<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BasicFitMethodFunction<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GaussIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GaussLegendreIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IRootFinderMethod already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::RootFinder already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::RichardsonDerivator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IMinimizer1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BrentMinimizer1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BrentRootFinder already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::DistSamplerOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GoFTest already in TClassTable\nWarning in <TClassTable::Add>: class TComplex already in TClassTable\nWarning in <TClassTable::Add>: class TMatrixTBase<float> already in TClassTable\n*** glibc detected *** python: free(): invalid next size (normal): 0x08efb4d8 ***\n======= Backtrace: =========\n/lib/libc.so.6[0x90ca15]\n/lib/libc.so.6(cfree+0x59)[0x910a89]\n/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x3355c1]\n/usr/lib/libstdc++.so.6(_ZdaPv+0x1d)[0x33561d]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN7TStringD1Ev+0x35)[0x2a2ac45]\n/build/ports/root-v5.30.06/lib/libCore.so(_Z19DefaultErrorHandleribPKcS0_+0x166)[0x29f6a26]\n/build/ports/root-v5.30.06/lib/libCore.so(ErrorHandler+0x11f)[0x29f63cf]\n/build/ports/root-v5.30.06/lib/libCore.so(_Z7WarningPKcS0_z+0x33)[0x29f6543]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN11TClassTable3AddEPKcsRKSt9type_infoPFvvEi+0x187)[0x2a67537]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT8AddClassEPKcsRKSt9type_infoPFvvEi+0x3a)[0x2a6772a]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZNK4ROOT20TDefaultInitBehavior8RegisterEPKcsRKSt9type_infoPFvvEi+0x3a)[0x2aa1dfa]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT17TGenericClassInfo4InitEi+0x5a)[0x2aa053a]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT17TGenericClassInfoC2EPKciS2_iRKSt9type_infoPKNS_13TInitBehaviorEPFvvEP16TVirtualIsAProxyii+0xf4)[0x2aa16f4]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7031766]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x70428b1]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7042d07]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7111ab6]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x6f70635]\n/lib/ld-linux.so.2[0x892493]\n/lib/ld-linux.so.2[0x8925a3]\n/lib/ld-linux.so.2[0x895ef6]\n/lib/ld-linux.so.2[0x8920d6]\n/lib/ld-linux.so.2[0x895742]\n/lib/libdl.so.2[0xa01c6d]\n/lib/ld-linux.so.2[0x8920d6]\n/lib/libdl.so.2[0xa022ec]\n/lib/libdl.so.2(dlopen+0x44)[0xa01ba4]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so(_Z12load_projectSsb+0x28e)[0x155acda]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_Z9load_implRKSsb+0x3f)[0x1d7d62]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN19load_impl_overloads20non_void_return_type3genIN5boost3mpl7vector3IvRKSsbEEE6func_0ES6_+0x25)[0x1d8d12]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python6detail6invokeIiPFvRKSsENS0_15arg_from_pythonIS4_EEEEP7_objectNS1_11invoke_tag_ILb1ELb0EEERKT_RT0_RT1_+0x28)[0x1d9847]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python6detail12caller_arityILj1EE4implIPFvRKSsENS0_21default_call_policiesENS_3mpl7vector2IvS6_EEEclEP7_objectSF_+0xc2)[0x1d948c]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python7objects23caller_py_function_implINS0_6detail6callerIPFvRKSsENS0_21default_call_policiesENS_3mpl7vector2IvS6_EEEEEclEP7_objectSG_+0x2e)[0x1d92ac]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost6python7objects11py_functionclEP7_objectS4_+0x39)[0x3faafd]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost6python7objects8function4callEP7_objectS4_+0x421)[0x3f9449]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f9553]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f9572]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost9function0IvEclEv+0x77)[0x411a9b]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZN5boost6python21handle_exception_implENS_9function0IvEE+0x4c)[0x410b6e]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f80d7]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f815f]\n/usr/lib/libpython2.4.so.1.0(PyObject_Call+0x37)[0xb482f7]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalFrame+0x2548)[0xbac498]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalFrame+0x454f)[0xbae49f]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalCodeEx+0x896)[0xbafbd6]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalCode+0x63)[0xbafc63]\n/usr/lib/libpython2.4.so.1.0[0xbccd88]\n/usr/lib/libpython2.4.so.1.0(PyRun_SimpleFileExFlags+0x198)[0xbce498]\n/usr/lib/libpython2.4.so.1.0(PyRun_AnyFileExFlags+0x7a)[0xbceb7a]\n/usr/lib/libpython2.4.so.1.0(Py_Main+0xc26)[0xbd5a46]\npython(main+0x32)[0x80485b2]\n/lib/libc.so.6(__libc_start_main+0xdc)[0x8b8edc]\npython[0x80484c1]\n======= Memory map: ========\n001ce000-001dd000 r-xp 00000000 08:01 262199 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so\n001dd000-001de000 rw-p 0000e000 08:01 262199 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so\n001de000-001e2000 r-xp 00000000 08:01 16303876 /build/ports/lib/boost-1.38.0/libboost_system-mt-d.so\n001e2000-001e3000 rw-p 00003000 08:01 16303876 /build/ports/lib/boost-1.38.0/libboost_system-mt-d.so\n001e3000-00206000 r-xp 00000000 08:01 16303872 /build/ports/lib/boost-1.38.0/libboost_signals-mt-d.so\n00206000-00207000 rw-p 00022000 08:01 16303872 /build/ports/lib/boost-1.38.0/libboost_signals-mt-d.so\n00207000-00226000 r-xp 00000000 08:01 16303882 /build/ports/lib/boost-1.38.0/libboost_thread-mt-d.so\n00226000-00227000 rw-p 0001f000 08:01 16303882 /build/ports/lib/boost-1.38.0/libboost_thread-mt-d.so\n00227000-0023d000 r-xp 00000000 08:01 16303836 /build/ports/lib/boost-1.38.0/libboost_date_time-mt-d.so\n0023d000-0023e000 rw-p 00015000 08:01 16303836 /build/ports/lib/boost-1.38.0/libboost_date_time-mt-d.so\n0023e000-00257000 r-xp 00000000 08:01 16303840 /build/ports/lib/boost-1.38.0/libboost_filesystem-mt-d.so\n00257000-00258000 rw-p 00018000 08:01 16303840 /build/ports/lib/boost-1.38.0/libboost_filesystem-mt-d.so\n00258000-00263000 r-xp 00000000 08:01 8708884 /lib/libgcc_s-4.1.2-20080825.so.1\n00263000-00264000 rw-p 0000a000 08:01 8708884 /lib/libgcc_s-4.1.2-20080825.so.1\n00264000-0026b000 r-xp 00000000 08:01 8707794 /lib/librt-2.5.so\n0026b000-0026c000 r--p 00007000 08:01 8707794 /lib/librt-2.5.so\n0026c000-0026d000 rw-p 00008000 08:01 8707794 /lib/librt-2.5.so\n0026d000-00276000 r-xp 00000000 08:01 8708725 /lib/libnss_nis-2.5.so\n00276000-00277000 r--p 00008000 08:01 8708725 /lib/libnss_nis-2.5.so\n00277000-00278000 rw-p 00009000 08:01 8708725 /lib/libnss_nis-2.5.so\n00278000-0027b000 r-xp 00000000 08:01 10350180 /usr/lib/python2.4/lib-dynload/cStringIO.so\n0027b000-0027c000 rw-p 00003000 08:01 10350180 /usr/lib/python2.4/lib-dynload/cStringIO.so\n0027c000-00280000 r-xp 00000000 08:01 10345787 /usr/lib/python2.4/lib-dynload/stropmodule.so\n00280000-00282000 rw-p 00004000 08:01 10345787 /usr/lib/python2.4/lib-dynload/stropmodule.so\n00282000-00362000 r-xp 00000000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00362000-00366000 r--p 000df000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00366000-00367000 rw-p 000e3000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00367000-0036d000 rw-p 00367000 00:00 0 \n0036d000-00430000 r-xp 00000000 08:01 16303860 /build/ports/lib/boost-1.38.0/libboost_python-mt-d.so\n00430000-00434000 rw-p 000c2000 08:01 16303860 /build/ports/lib/boost-1.38.0/libboost_python-mt-d.so\n00434000-00561000 r-xp 00000000 08:01 16303868 /build/ports/lib/boost-1.38.0/libboost_serialization-mt-d.so\n00561000-00567000 rw-p 0012c000 08:01 16303868 /build/ports/lib/boost-1.38.0/libboost_serialization-mt-d.so\n00567000-005dd000 r-xp 00000000 08:01 16303856 /build/ports/lib/boost-1.38.0/libboost_program_options-mt-d.so\n005dd000-005e0000 rw-p 00075000 08:01 16303856 /build/ports/lib/boost-1.38.0/libboost_program_options-mt-d.so\n005e0000-00734000 r-xp 00000000 08:01 16303864 /build/ports/lib/boost-1.38.0/libboost_regex-mt-d.so\n00734000-0073a000 rw-p 00154000 08:01 16303864 /build/ports/lib/boost-1.38.0/libboost_regex-mt-d.so\n0073a000-00837000 r-xp 00000000 08:01 2361528 /build/ports/root-v5.30.06/lib/libGraf3d.so\n00837000-0083d000 rw-p 000fd000 08:01 2361528 /build/ports/root-v5.30.06/lib/libGraf3d.so\n0083d000-00840000 rw-p 0083d000 00:00 0 \n00840000-0084a000 r-xp 00000000 08:01 8708134 /lib/libnss_files-2.5.so\n0084a000-0084b000 r--p 00009000 08:01 8708134 /lib/libnss_files-2.5.so\n0084b000-0084c000 rw-p 0000a000 08:01 8708134 /lib/libnss_files-2.5.so\n0084e000-0084f000 r-xp 0084e000 00:00 0 [vdso]\n0084f000-0087e000 r-xp 00000000 08:01 2361538 /build/ports/root-v5.30.06/lib/libRint.so\n0087e000-00880000 rw-p 0002e000 08:01 2361538 /build/ports/root-v5.30.06/lib/libRint.so\n00884000-0089f000 r-xp 00000000 08:01 8708866 /lib/ld-2.5.so\n0089f000-008a0000 r--p 0001a000 08:01 8708866 /lib/ld-2.5.so\n008a0000-008a1000 rw-p 0001b000 08:01 8708866 /lib/ld-2.5.so\n008a3000-009f9000 r-xp 00000000 08:01 8708867 /lib/libc-2.5.so\n009f9000-009fb000 r--p 00156000 08:01 8708867 /lib/libc-2.5.so\n009fb000-009fc000 rw-p 00158000 08:01 8708867 /lib/libc-2.5.so\n009fc000-009ff000 rw-p 009fc000 00:00 0 \n00a01000-00a04000 r-xp 00000000 08:01 8708889 /lib/libdl-2.5.so\n00a04000-00a05000 r--p 00002000 08:01 8708889 /lib/libdl-2.5.so\n00a05000-00a06000 rw-p 00003000 08:01 8708889 /lib/libdl-2.5.so\n00a08000-00a2f000 r-xp 00000000 08:01 8707783 /lib/libm-2.5.so\n00a2f000-00a30000 r--p 00026000 08:01 8707783 /lib/libm-2.5.so\n00a30000-00a31000 rw-p 00027000 08:01 8707783 /lib/libm-2.5.so\n00a33000-00a49000 r-xp 00000000 08:01 8708870 /lib/libpthread-2.5.so\n00a49000-00a4a000 r--p 00015000 08:01 8708870 /lib/libpthread-2.5.so\n00a4a000-00a4b000 rw-p 00016000 08:01 8708870 /lib/libpthread-2.5.so\n00a4b000-00a4d000 rw-p 00a4b000 00:00 0 \n00a4d000-00a96000 r-xp 00000000 08:01 2361577 /build/ports/root-v5.30.06/lib/libPostscript.so\n00a96000-00a98000 rw-p 00049000 08:01 2361577 /build/ports/root-v5.30.06/lib/libPostscript.so\n00a98000-00add000 r-xp 00000000 08:01 2361536 /build/ports/root-v5.30.06/lib/libThread.so\n00add000-00ae0000 rw-p 00045000 08:01 2361536 /build/ports/root-v5.30.06/lib/libThread.so\n00ae0000-00ae3000 r-xp 00000000 08:01 10350196 /usr/lib/python2.4/lib-dynload/timemodule.so\n00ae3000-00ae5000 rw-p 00002000 08:01 10350196 /usr/lib/python2.4/lib-dynload/timemodule.so\n00ae5000-00ae9000 r-xp 00000000 08:01 10345776 /usr/lib/python2.4/lib-dynload/collectionsmodule.so\n00ae9000-00aea000 rw-p 00003000 08:01 10345776 /usr/lib/python2.4/lib-dynload/collectionsmodule.so\n00aed000-00afa000 r-xp 00000000 08:01 16303848 /build/ports/lib/boost-1.38.0/libboost_iostreams-mt-d.so\n00afa000-00afb000 rw-p 0000c000 08:01 16303848 /build/ports/lib/boost-1.38.0/libboost_iostreams-mt-d.so\n00afb000-00b0d000 r-xp 00000000 08:01 8707792 /lib/libz.so.1.2.3\n00b0d000-00b0e000 rw-p 00011000 08:01 8707792 /lib/libz.so.1.2.3\n00b0e000-00b1e000 r-xp 00000000 08:01 9997124 /usr/lib/libbz2.so.1.0.3\n00b1e000-00b1f000 rw-p 00010000 08:01 9997124 /usr/lib/libbz2.so.1.0.3\n00b22000-00b24000 r-xp 00000000 08:01 8708901 /lib/libutil-2.5.so\n00b24000-00b25000 r--p 00001000 08:01 8708901 /lib/libutil-2.5.so\n00b25000-00b26000 rw-p 00002000 08:01 8708901 /lib/libutil-2.5.so\n00b28000-00c1f000 r-xp 00000000 08:01 9986949 /usr/lib/libpython2.4.so.1.0\n00c1f000-00c41000 rw-p 000f7000 08:01 9986949 /usr/lib/libpython2.4.so.1.0\n00c41000-00c44000 rw-p 00c41000 00:00 0 \n00c44000-01b08000 r-xp 00000000 08:01 262090 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so\n01b08000-01b42000 rw-p 00ec3000 08:01 262090 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so\n01b42000-01b47000 rw-p 01b42000 00:00 0 \n01b47000-01d16000 r-xp 00000000 08:01 2361571 /build/ports/root-v5.30.06/lib/libRIO.so\n01d16000-01d1c000 rw-p 001cf000 08:01 2361571 /build/ports/root-v5.30.06/lib/libRIO.so\n01d1c000-01d1d000 rw-p 01d1c000 00:00 0 \n01d1d000-01e34000 r-xp 00000000 08:01 2361494 /build/ports/root-v5.30.06/lib/libNet.so\n01e34000-01e3c000 rw-p 00116000 08:01 2361494 /build/ports/root-v5.30.06/lib/libNet.so\n01e3c000-01e3d000 rw-p 01e3c000 00:00 0 \n01e3d000-01f16000 r-xp 00000000 08:01 2361532 /build/ports/root-v5.30.06/lib/libGpad.so\n01f16000-01f1c000 rw-p 000d8000 08:01 2361532 /build/ports/root-v5.30.06/lib/libGpad.so\n01f1c000-01f1e000 rw-p 01f1c000 00:00 0 \n01f1e000-01f9f000 r-xp 00000000 08:01 2361566 /build/ports/root-v5.30.06/lib/libMinuit.so\n01f9f000-01fa1000 rw-p 00081000 08:01 2361566 /build/ports/root-v5.30.06/lib/libMinuit.so\n01fa1000-01fa2000 rw-p 01fa1000 00:00 0 \n01fa2000-01fc1000 r-xp 00000000 08:01 8708042 /lib/libpcre.so.0.0.1\n01fc1000-01fc2000 rw-p 0001e000 08:01 8708042 /lib/libpcre.so.0.0.1\n01fc2000-01fd7000 r-xp 00000000 08:01 8708898 /lib/libnsl-2.5.so\n01fd7000-01fd8000 r--p 00014000 08:01 8708898 /lib/libnsl-2.5.so\n01fd8000-01fd9000 rw-p 00015000 08:01 8708898 /lib/libnsl-2.5.so\n01fd9000-01fdb000 rw-p 01fd9000 00:00 0 \n01fdb000-01fe4000 r-xp 00000000 08:01 262066 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotospline.so\n01fe4000-01fe5000 rw-p 00008000 08:01 262066 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotospline.so\n01fe9000-02068000 r-xp 00000000 08:01 9997285 /usr/lib/libgfortran.so.1.0.0\n02068000-02069000 rw-p 0007e000 08:01 9997285 /usr/lib/libgfortran.so.1.0.0\n02069000-02095000 r-xp 00000000 08:01 17383275 /build/ports/root-v5.28.00/lib/libRint.so.5.28\n02095000-02097000 rw-p 0002b000 08:01 17383275 /build/ports/root-v5.28.00/lib/libRint.so.5.28\n020dd000-022e3000 r-xp 00000000 08:01 2361509 /build/ports/root-v5.30.06/lib/libMathCore.so\n022e3000-022ea000 rw-p 00206000 08:01 2361509 /build/ports/root-v5.30.06/lib/libMathCore.so\n022ea000-022ed000 rw-p 022ea000 00:00 0 \n022ed000-025ca000 r-xp 00000000 08:01 262159 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libDomTools.so\n025ca000-025d2000 rw-p 002dc000 08:01 262159 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libDomTools.so\n025d2000-025d3000 rw-p 025d2000 00:00 0 \n025d3000-0265b000 r-xp 00000000 08:01 8969792 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblinefit.so\n0265b000-0265f000 rw-p 00087000 08:01 8969792 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblinefit.so\n0265f000-026a7000 r-xp 00000000 08:01 17383392 /build/ports/root-v5.28.00/lib/libPostscript.so.5.28\n026a7000-026a9000 rw-p 00048000 08:01 17383392 /build/ports/root-v5.28.00/lib/libPostscript.so.5.28\n026c6000-0281d000 r-xp 00000000 08:01 262203 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/dataio.so\n0281d000-02824000 rw-p 00156000 08:01 262203 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/dataio.so\n02824000-028b9000 r-xp 00000000 08:01 8969813 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libclast.so\n028b9000-028bd000 rw-p 00095000 08:01 8969813 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libclast.so\n028d9000-02f95000 r-xp 00000000 08:01 2361471 /build/ports/root-v5.30.06/lib/libCore.so\n02f95000-02fb1000 rw-p 006bb000 08:01 2361471 /build/ports/root-v5.30.06/lib/libCore.so\n02fb1000-03027000 rw-p 02fb1000 00:00 0 \n03027000-036e8000 r-xp 00000000 08:01 2361496 /build/ports/root-v5.30.06/lib/libGui.so\n036e8000-03716000 rw-p 006c1000 08:01 2361496 /build/ports/root-v5.30.06/lib/libGui.so\n03716000-0371f000 rw-p 03716000 00:00 0 \n0371f000-0375f000 r-xp 00000000 08:01 9997129 /usr/lib/libncurses.so.5.5\n0375f000-03767000 rw-p 00040000 08:01 9997129 /usr/lib/libncurses.so.5.5\n03767000-03768000 rw-p 03767000 00:00 0 \n037a0000-03bcd000 r-xp 00000000 08:01 2361456 /build/ports/root-v5.30.06/lib/libHist.so\n03bcd000-03be1000 rw-p 0042d000 08:01 2361456 /build/ports/root-v5.30.06/lib/libHist.so\n03be1000-03be4000 rw-p 03be1000 00:00 0 \n03c11000-03e63000 r-xp 00000000 08:01 2361457 /build/ports/root-v5.30.06/lib/libCint.so\n03e63000-03e67000 rw-p 00251000 08:01 2361457 /build/ports/root-v5.30.06/lib/libCint.so\n03e67000-041f2000 rw-p 03e67000 00:00 0 \n041f2000-0427e000 r-xp 00000000 08:01 262192 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdipolefit.so\n0427e000-04281000 rw-p 0008c000 08:01 262192 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdipolefit.so\n04281000-04282000 rw-p 04281000 00:00 0 \n0429b000-04416000 r-xp 00000000 08:01 2361533 /build/ports/root-v5.30.06/lib/libGraf.so\n04416000-0441e000 rw-p 0017b000 08:01 2361533 /build/ports/root-v5.30.06/lib/libGraf.so\n0441e000-04426000 rw-p 0441e000 00:00 0 \n04426000-045cd000 r-xp 00000000 08:01 16303941 /build/ports/lib/gsl-1.14/libgsl.so.0.15.0\n045cd000-045dc000 rw-p 001a6000 08:01 16303941 /build/ports/lib/gsl-1.14/libgsl.so.0.15.0\n045dc000-04767000 r-xp 00000000 08:01 262112 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtableio.so\n04767000-0476c000 rw-p 0018b000 08:01 262112 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtableio.so\n0476c000-048f6000 r-xp 00000000 08:01 262095 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libflat-ntuple.so\n048f6000-048fc000 rw-p 00189000 08:01 262095 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libflat-ntuple.so\n0497f000-04bb2000 r-xp 00000000 08:01 2361495 /build/ports/root-v5.30.06/lib/libMatrix.so\n04bb2000-04bb9000 rw-p 00233000 08:01 2361495 /build/ports/root-v5.30.06/lib/libMatrix.so\n04bb9000-04bbb000 rw-p 04bb9000 00:00 0 \n04bbb000-04cce000 r-xp 00000000 08:01 262123 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libAtmCscdEnergyReco.so\n04cce000-04cd4000 rw-p 00112000 08:01 262123 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libAtmCscdEnergyReco.so\n04cd4000-04e3d000 r-xp 00000000 08:01 262163 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcscd-llh.so\n04e3d000-04e43000 rw-p 00169000 08:01 262163 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcscd-llh.so\n04e43000-0508a000 r-xp 00000000 08:01 262100 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libmuon-bundle-reco.so\n0508a000-05094000 rw-p 00247000 08:01 262100 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libmuon-bundle-reco.so\n05094000-05095000 rw-p 05094000 00:00 0 \n05095000-05323000 r-xp 00000000 08:01 262093 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtoprec.so\n05323000-0532d000 rw-p 0028e000 08:01 262093 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtoprec.so\n0532d000-0532e000 rw-p 0532d000 00:00 0 \n0532e000-053f7000 r-xp 00000000 08:01 262131 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libparaboloid.so\n053f7000-053fb000 rw-p 000c9000 08:01 262131 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libparaboloid.so\n053fb000-053fc000 rw-p 053fb000 00:00 0 \n053fc000-054c9000 r-xp 00000000 08:01 17383454 /build/ports/root-v5.28.00/lib/libGpad.so.5.28\n054c9000-054cf000 rw-p 000cc000 08:01 17383454 /build/ports/root-v5.28.00/lib/libGpad.so.5.28\n054cf000-054d1000 rw-p 054cf000 00:00 0 \n054e4000-054ed000 r-xp 00000000 08:01 8708900 /lib/libcrypt-2.5.so\n054ed000-054ee000 r--p 00008000 08:01 8708900 /lib/libcrypt-2.5.so\n054ee000-054ef000 rw-p 00009000 08:01 8708900 /lib/libcrypt-2.5.so\n054ef000-05516000 rw-p 054ef000 00:00 0 \n05516000-056d1000 r-xp 00000000 08:01 17383419 /build/ports/root-v5.28.00/lib/libRIO.so.5.28\n056d1000-056d7000 rw-p 001ba000 08:01 17383419 /build/ports/root-v5.28.00/lib/libRIO.so.5.28\n056d7000-056d8000 rw-p 056d7000 00:00 0 \n056d8000-0584f000 r-xp 00000000 08:01 17383277 /build/ports/root-v5.28.00/lib/libGraf.so.5.28\n0584f000-05857000 rw-p 00177000 08:01 17383277 /build/ports/root-v5.28.00/lib/libGraf.so.5.28\n05857000-0585f000 rw-p 05857000 00:00 0 \n0585f000-0595e000 r-xp 00000000 08:01 17383510 /build/ports/root-v5.28.00/lib/libGraf3d.so.5.28\n0595e000-05964000 rw-p 000ff000 08:01 17383510 /build/ports/root-v5.28.00/lib/libGraf3d.so.5.28\n05964000-05967000 rw-p 05964000 00:00 0 \n05967000-059f8000 r-xp 00000000 08:01 17383513 /build/ports/root-v5.28.00/lib/libPhysics.so.5.28\n059f8000-059fb000 rw-p 00091000 08:01 17383513 /build/ports/root-v5.28.00/lib/libPhysics.so.5.28\n059fb000-05a81000 r-xp 00000000 08:01 17383406 /build/ports/root-v5.28.00/lib/libMinuit.so.5.28\n05a81000-05a83000 rw-p 00085000 08:01 17383406 /build/ports/root-v5.28.00/lib/libMinuit.so.5.28\n05a83000-05a84000 rw-p 05a83000 00:00 0 \n05ae3000-05bc3000 r-xp 00000000 08:01 262186 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/interfaces.so\n05bc3000-05bc7000 rw-p 000e0000 08:01 262186 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/interfaces.so\n05c24000-05d64000 r-xp 00000000 08:01 262135 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataio.so\n05d64000-05d6a000 rw-p 0013f000 08:01 262135 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataio.so\n05d6a000-063ff000 r-xp 00000000 08:01 17383446 /build/ports/root-v5.28.00/lib/libCore.so.5.28\n063ff000-0641b000 rw-p 00694000 08:01 17383446 /build/ports/root-v5.28.00/lib/libCore.so.5.28\n0641b000-06491000 rw-p 0641b000 00:00 0 \n06491000-06676000 r-xp 00000000 08:01 17383517 /build/ports/root-v5.28.00/lib/libTree.so.5.28\n06676000-06680000 rw-p 001e5000 08:01 17383517 /build/ports/root-v5.28.00/lib/libTree.so.5.28\n06680000-06682000 rw-p 06680000 00:00 0 \n06682000-06733000 r-xp 00000000 08:01 262099 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libipdf.so\n06733000-06736000 rw-p 000b1000 08:01 262099 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libipdf.so\n06736000-0682c000 r-xp 00000000 08:01 9035176 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotonics-service.so\n0682c000-0682f000 rw-p 000f6000 08:01 9035176 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotonics-service.so\n06830000-0693c000 r-xp 00000000 08:01 17383200 /build/ports/root-v5.28.00/lib/libNet.so.5.28\n0693c000-06943000 rw-p 0010b000 08:01 17383200 /build/ports/root-v5.28.00/lib/libNet.so.5.28\n06943000-06945000 rw-p 06943000 00:00 0 \n069e6000-06df9000 r-xp 00000000 08:01 262134 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libsimclasses.so\n06df9000-06e0e000 rw-p 00412000 08:01 262134 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libsimclasses.so\n06e0e000-06e11000 rw-p 06e0e000 00:00 0 \n06e95000-06f24000 r-xp 00000000 08:01 2361531 /build/ports/root-v5.30.06/lib/libPhysics.so\n06f24000-06f27000 rw-p 0008f000 08:01 2361531 /build/ports/root-v5.30.06/lib/libPhysics.so\n06f27000-07168000 r-xp 00000000 08:01 17383376 /build/ports/root-v5.28.00/lib/libMatrix.so.5.28\n07168000-0716f000 rw-p 00241000 08:01 17383376 /build/ports/root-v5.28.00/lib/libMatrix.so.5.28\n0716f000-07171000 rw-p 0716f000 00:00 0 \n07180000-071c5000 r-xp 00000000 08:01 17383452 /build/ports/root-v5.28.00/lib/libThread.so.5.28\n071c5000-071c8000 rw-p 00044000 08:01 17383452 /build/ports/root-v5.28.00/lib/libThread.so.5.28\n0725d000-0726b000 r-xp 00000000 08:01 8969776 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libinterfaces.so\n0726b000-0726c000 rw-p 0000d000 08:01 8969776 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libinterfaces.so\n0726c000-074c9000 r-xp 00000000 08:01 17383544 /build/ports/root-v5.28.00/lib/libCint.so.5.28\n074c9000-074cd000 rw-p 0025d000 08:01 17383544 /build/ports/root-v5.28.00/lib/libCint.so.5.28\n074cd000-07858000 rw-p 074cd000 00:00 0 \n07858000-07a58000 r-xp 00000000 08:01 17383480 /build/ports/root-v5.28.00/lib/libMathCore.so.5.28\n07a58000-07a5f000 rw-p 00200000 08:01 17383480 /build/ports/root-v5.28.00/lib/libMathCore.so.5.28\n07a5f000-07a62000 rw-p 07a5f000 00:00 0 \n07af3000-07ce1000 r-xp 00000000 08:01 2361553 /build/ports/root-v5.30.06/lib/libTree.so\n07ce1000-07ceb000 rw-p 001ee000 08:01 2361553 /build/ports/root-v5.30.06/lib/libTree.so\n07ceb000-07ced000 rw-p 07ceb000 00:00 0 \n07ced000-07df1000 r-xp 00000000 08:01 17383261 /build/ports/root-v5.28.00/lib/libMinuit2.so.5.28\n07df1000-07df4000 rw-p 00103000 08:01 17383261 /build/ports/root-v5.28.00/lib/libMinuit2.so.5.28\n07df4000-07df5000 rw-p 07df4000 00:00 0 \n07e07000-07f85000 r-xp 00000000 08:01 262116 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libgulliver.so\n07f85000-07f8c000 rw-p 0017e000 08:01 262116 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libgulliver.so\n07f9f000-0802d000 r-xp 00000000 08:01 262170 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtensor-of-inertia.so\n0802d000-08031000 rw-p 0008d000 08:01 262170 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtensor-of-inertia.so\n08048000-08049000 r-xp 00000000 08:01 9989371 /usr/bin/python\n08049000-0804a000 rw-p 00000000 08:01 9989371 /usr/bin/python\n0804a000-08162000 r-xp 00000000 08:01 2361563 /build/ports/root-v5.30.06/lib/libMinuit2.so\n08162000-08165000 rw-p 00118000 08:01 2361563 /build/ports/root-v5.30.06/lib/libMinuit2.so\n08165000-08166000 rw-p 08165000 00:00 0 \n0823b000-0869c000 r-xp 00000000 08:01 8969777 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphys-services.so\n0869c000-086bf000 rw-p 00461000 08:01 8969777 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphys-services.so\n086bf000-086ca000 rw-p 086bf000 00:00 0 \n087a7000-08824000 r-xp 00000000 08:01 9988973 /usr/lib/libfreetype.so.6.3.10\n08824000-08827000 rw-p 0007d000 08:01 9988973 /usr/lib/libfreetype.so.6.3.10\n08827000-089b3000 r-xp 00000000 08:01 15031178 /build/ports/lib/libcfitsio.so\n089b3000-089b6000 rw-p 0018c000 08:01 15031178 /build/ports/lib/libcfitsio.so\n089b6000-08a1b000 rw-p 089b6000 00:00 0 \n08a3f000-08a7a000 r-xp 00000000 08:01 262157 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcoordinate-service.so\n08a7a000-08a83000 rw-p 0003b000 08:01 262157 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcoordinate-service.so\n08b11000-08f03000 rw-p 08b11000 00:00 0 [heap]\nb2a61000-b2ac3000 r-xp 00000000 08:01 16303991 /build/ports/lib/rdmc-2.9.5/librdmc.so.0.0.0\nb2ac3000-b2ac8000 rw-p 00061000 08:01 16303991 /build/ports/lib/rdmc-2.9.5/librdmc.so.0.0.0\nb2ac8000-b2d07000 rw-p b2ac8000 00:00 0 \nb2d07000-b3395000 r-xp 00000000 08:01 17383369 /build/ports/root-v5.28.00/lib/libGui.so.5.28\nb3395000-b33c4000 rw-p 0068d000 08:01 17383369 /build/ports/root-v5.28.00/lib/libGui.so.5.28\nb33c4000-b43cd000 rw-p b33c4000 00:00 0 \nb462c000-b498e000 r-xp 00000000 08:01 262130 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblilliput.so\nb498e000-b4998000 rw-p 00362000 08:01 262130 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblilliput.so\nb4998000-b4dcd000 r-xp 00000000 08:01 17383287 /build/ports/root-v5.28.00/lib/libHist.so.5.28\nb4dcd000-b4de1000 rw-p 00435000 08:01 17383287 /build/ports/root-v5.28.00/lib/libHist.so.5.28\nb4de1000-b4de4000 rw-p b4de1000 00:00 0 \nb4de4000-b5eb2000 r-xp 00000000 08:01 15031184 /build/ports/lib/libgoto2-r1.13.so\nb5eb2000-b5ec2000 rw-p 010cd000 08:01 15031184 /build/ports/lib/libgoto2-r1.13.so\nb5ec2000-b5fcf000 rw-p b5ec2000 00:00 0 \nb5fcf000-b7e68000 r-xp 00000000 08:01 262091 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataclasses.so\nb7e68000-b7f06000 rw-p 01e99000 08:01 262091 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataclasses.so\nb7f06000-b7fdf000 rw-p b7f06000 00:00 0 \nb7fe7000-b7feb000 rw-p b7fe7000 00:00 0 \nbfc62000-bfc8f000 rwxp bffcf000 00:00 0 [stack]\nbfc8f000-bfc91000 rw-p bfffd000 00:00 0 \n./env-shell.sh: line 139: 3095 Aborted PATH=$_PATH LD_LIBRARY_PATH=$_LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$_DYLD_LIBRARY_PATH PYTHONPATH=$_PYTHONPATH ICETRAY_CLASSPATH=$_ICETRAY_CLASSPATH I3_PLATFORM=\"\" I3_SRC=$_I3_SRC I3_BUILD=$_I3_BUILD I3_PORTS=$_I3_PORTS ROOTSYS=/build/ports/root-v5.30.06 I3_SHELL=$_I3_SHELL $NEW_SHELL $ARGV\nExited Icetray Environment.\n[buildslave@foraii build]$ \n}}}", "reporter": "nega", "cc": "dataclass@icecube.wisc.edu", "resolution": "fixed", "_ts": "1412106503690059", "component": "booking", "summary": "flat-ntuple::Read_an_icecube_i3file_and_book_it.py fails with a SIGABRT on SL5 32bit", "priority": "normal", "keywords": "flat-ntuple tests", "time": "2014-09-05T21:32:47", "milestone": "", "owner": "kath", "type": "defect" } ```
1.0
flat-ntuple::Read_an_icecube_i3file_and_book_it.py fails with a SIGABRT on SL5 32bit (Trac #749) - Migrated from https://code.icecube.wisc.edu/ticket/749 ```json { "status": "closed", "changetime": "2014-09-30T19:48:23", "description": "{{{\n[buildslave@foraii build]$ ./env-shell.sh flat-ntuple/resources/scripts/Read_an_icecube_i3file_and_book_it.py \n************************************************************************\n* *\n* W E L C O M E to I C E T R A Y *\n* *\n* Version icerec.trunk r123170 *\n* *\n* You are welcome to visit our Web site *\n* http://icecube.umd.edu *\n* *\n************************************************************************\n\nIcetray environment has:\n I3_SRC = /build/buildslave/foraii/quick_icerec_SL5/source\n I3_BUILD = /build/buildslave/foraii/quick_icerec_SL5/build\n I3_PORTS = /build/ports\n Python = Python 2.4.3\nWarning in <TUnixSystem::SetDisplay>: DISPLAY not set, setting it to pa-pub.private.pa.umd.edu:0.0\nLoading libicetray........................................ok\nLoading libdataclasses....................................ok\nLoading libdataio.........................................ok\nLoading libDomTools.......................................ok\nLoading libflat-ntuple....................................Warning in <TClassTable::Add>: class TFitterMinuit already in TClassTable\nWarning in <TClassTable::Add>: class TFitterFumili already in TClassTable\nWarning in <TClassTable::Add>: class TUnixSystem already in TClassTable\nWarning in <TClassTable::Add>: class TCint already in TClassTable\nWarning in <TClassTable::Add>: class TClass already in TClassTable\nWarning in <TClassTable::Add>: class TClassStreamer already in TClassTable\nWarning in <TClassTable::Add>: class TMemberStreamer already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualIsAProxy already in TClassTable\nWarning in <TClassTable::Add>: class TMethod already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualStreamerInfo already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerElement already in TClassTable\nWarning in <TClassTable::Add>: class TDictionary already in TClassTable\nWarning in <TClassTable::Add>: class TBaseClass already in TClassTable\nWarning in <TClassTable::Add>: class TDataMember already in TClassTable\nWarning in <TClassTable::Add>: class TClassRef already in TClassTable\nWarning in <TClassTable::Add>: class TRealData already in TClassTable\nWarning in <TClassTable::Add>: class TMethodCall already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRuleSet already in TClassTable\nWarning in <TClassTable::Add>: class TClassGenerator already in TClassTable\nWarning in <TClassTable::Add>: class TClassMenuItem already in TClassTable\nWarning in <TClassTable::Add>: class TDataType already in TClassTable\nWarning in <TClassTable::Add>: class TFunction already in TClassTable\nWarning in <TClassTable::Add>: class TGlobal already in TClassTable\nWarning in <TClassTable::Add>: class TInterpreter already in TClassTable\nWarning in <TClassTable::Add>: class TIsAProxy already in TClassTable\nWarning in <TClassTable::Add>: class TMethodArg already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRule already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaRule::TSources already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::TSchemaMatch already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBasicType already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBase already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerBasicPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerLoop already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObject already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectAny already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerObjectAnyPointer already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerString already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerSTL already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerSTLstring already in TClassTable\nWarning in <TClassTable::Add>: class TStreamerArtificial already in TClassTable\nWarning in <TClassTable::Add>: class TToggle already in TClassTable\nWarning in <TClassTable::Add>: class TToggleGroup already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualCollectionProxy already in TClassTable\nWarning in <TClassTable::Add>: class TList already in TClassTable\nWarning in <TClassTable::Add>: class TObjArray already in TClassTable\nWarning in <TClassTable::Add>: class TClonesArray already in TClassTable\nWarning in <TClassTable::Add>: class TRefTable already in TClassTable\nWarning in <TClassTable::Add>: class TArray already in TClassTable\nWarning in <TClassTable::Add>: class TArrayC already in TClassTable\nWarning in <TClassTable::Add>: class TArrayD already in TClassTable\nWarning in <TClassTable::Add>: class TArrayF already in TClassTable\nWarning in <TClassTable::Add>: class TArrayI already in TClassTable\nWarning in <TClassTable::Add>: class TArrayL already in TClassTable\nWarning in <TClassTable::Add>: class TArrayL64 already in TClassTable\nWarning in <TClassTable::Add>: class TArrayS already in TClassTable\nWarning in <TClassTable::Add>: class TBits already in TClassTable\nWarning in <TClassTable::Add>: class TBits::TReference already in TClassTable\nWarning in <TClassTable::Add>: class TCollection already in TClassTable\nWarning in <TClassTable::Add>: class TIterator already in TClassTable\nWarning in <TClassTable::Add>: class TObjectTable already in TClassTable\nWarning in <TClassTable::Add>: class TIter already in TClassTable\nWarning in <TClassTable::Add>: class TSeqCollection already in TClassTable\nWarning in <TClassTable::Add>: class TBtreeIter already in TClassTable\nWarning in <TClassTable::Add>: class TBtree already in TClassTable\nWarning in <TClassTable::Add>: class TClassTable already in TClassTable\nWarning in <TClassTable::Add>: class TObjArrayIter already in TClassTable\nWarning in <TClassTable::Add>: class TExMapIter already in TClassTable\nWarning in <TClassTable::Add>: class TExMap already in TClassTable\nWarning in <TClassTable::Add>: class TListIter already in TClassTable\nWarning in <TClassTable::Add>: class THashTable already in TClassTable\nWarning in <TClassTable::Add>: class THashList already in TClassTable\nWarning in <TClassTable::Add>: class THashTableIter already in TClassTable\nWarning in <TClassTable::Add>: class TMapIter already in TClassTable\nWarning in <TClassTable::Add>: class TPair already in TClassTable\nWarning in <TClassTable::Add>: class TMap already in TClassTable\nWarning in <TClassTable::Add>: class TOrdCollectionIter already in TClassTable\nWarning in <TClassTable::Add>: class TOrdCollection already in TClassTable\nWarning in <TClassTable::Add>: class TRefArrayIter already in TClassTable\nWarning in <TClassTable::Add>: class TRefArray already in TClassTable\nWarning in <TClassTable::Add>: class vector<int,allocator<int> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<int,allocator<int> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TSortedList already in TClassTable\nWarning in <TClassTable::Add>: class SetWindowAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class WindowAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class Event_t already in TClassTable\nWarning in <TClassTable::Add>: class GCValues_t already in TClassTable\nWarning in <TClassTable::Add>: class ColorStruct_t already in TClassTable\nWarning in <TClassTable::Add>: class PictureAttributes_t already in TClassTable\nWarning in <TClassTable::Add>: class Segment_t already in TClassTable\nWarning in <TClassTable::Add>: class Point_t already in TClassTable\nWarning in <TClassTable::Add>: class Rectangle_t already in TClassTable\nWarning in <TClassTable::Add>: class timespec already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMutex already in TClassTable\nWarning in <TClassTable::Add>: class TTimeStamp already in TClassTable\nWarning in <TClassTable::Add>: class TLockGuard already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPerfStats already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualAuth already in TClassTable\nWarning in <TClassTable::Add>: class TUrl already in TClassTable\nWarning in <TClassTable::Add>: class TInetAddress already in TClassTable\nWarning in <TClassTable::Add>: class TFileInfoMeta already in TClassTable\nWarning in <TClassTable::Add>: class TFileInfo already in TClassTable\nWarning in <TClassTable::Add>: class TFileCollection already in TClassTable\nWarning in <TClassTable::Add>: class TRedirectOutputGuard already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMonitoringWriter already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualMonitoringReader already in TClassTable\nWarning in <TClassTable::Add>: class TObjectSpy already in TClassTable\nWarning in <TClassTable::Add>: class TObjectRefSpy already in TClassTable\nWarning in <TClassTable::Add>: class TUri already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualTableInterface already in TClassTable\nWarning in <TClassTable::Add>: class TBase64 already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<char*,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<string,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<int,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<long,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<float,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<double,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const char*,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const string,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const int,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const long,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const float,char*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,int> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,long> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,float> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,double> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,void*> already in TClassTable\nWarning in <TClassTable::Add>: class pair<const double,char*> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<float> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<double> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<int> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<long> already in TClassTable\nWarning in <TClassTable::Add>: class TParameter<Long64_t> already in TClassTable\nWarning in <TClassTable::Add>: class TMemberInspector already in TClassTable\nWarning in <TClassTable::Add>: class TObject already in TClassTable\nWarning in <TClassTable::Add>: class TNamed already in TClassTable\nWarning in <TClassTable::Add>: class TString already in TClassTable\nWarning in <TClassTable::Add>: class string already in TClassTable\nWarning in <TClassTable::Add>: class string::iterator already in TClassTable\nWarning in <TClassTable::Add>: class TStorage already in TClassTable\nWarning in <TClassTable::Add>: class TTimer already in TClassTable\nWarning in <TClassTable::Add>: class TProcessID already in TClassTable\nWarning in <TClassTable::Add>: class TRefCnt already in TClassTable\nWarning in <TClassTable::Add>: class TRegexp already in TClassTable\nWarning in <TClassTable::Add>: class TPRegexp already in TClassTable\nWarning in <TClassTable::Add>: class TSubString already in TClassTable\nWarning in <TClassTable::Add>: class TStringLong already in TClassTable\nWarning in <TClassTable::Add>: class TQConnection already in TClassTable\nWarning in <TClassTable::Add>: class TQObject already in TClassTable\nWarning in <TClassTable::Add>: class TQObjSender already in TClassTable\nWarning in <TClassTable::Add>: class TSignalHandler already in TClassTable\nWarning in <TClassTable::Add>: class TStopwatch already in TClassTable\nWarning in <TClassTable::Add>: class TUUID already in TClassTable\nWarning in <TClassTable::Add>: class TExec already in TClassTable\nWarning in <TClassTable::Add>: class TFolder already in TClassTable\nWarning in <TClassTable::Add>: class TMD5 already in TClassTable\nWarning in <TClassTable::Add>: class TObjString already in TClassTable\nWarning in <TClassTable::Add>: class TMacro already in TClassTable\nWarning in <TClassTable::Add>: class TMessageHandler already in TClassTable\nWarning in <TClassTable::Add>: class TPMERegexp already in TClassTable\nWarning in <TClassTable::Add>: class TStringToken already in TClassTable\nWarning in <TClassTable::Add>: class TPluginManager already in TClassTable\nWarning in <TClassTable::Add>: class TPluginHandler already in TClassTable\nWarning in <TClassTable::Add>: class TPoint already in TClassTable\nWarning in <TClassTable::Add>: class TProcessUUID already in TClassTable\nWarning in <TClassTable::Add>: class TQClass already in TClassTable\nWarning in <TClassTable::Add>: class TQCommand already in TClassTable\nWarning in <TClassTable::Add>: class TQUndoManager already in TClassTable\nWarning in <TClassTable::Add>: class TROOT already in TClassTable\nWarning in <TClassTable::Add>: class TRef already in TClassTable\nWarning in <TClassTable::Add>: class TSystemFile already in TClassTable\nWarning in <TClassTable::Add>: class TSystemDirectory already in TClassTable\nWarning in <TClassTable::Add>: class TSystem already in TClassTable\nWarning in <TClassTable::Add>: class vector<TString,allocator<TString> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<TString,allocator<TString> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TSysEvtHandler already in TClassTable\nWarning in <TClassTable::Add>: class TStdExceptionHandler already in TClassTable\nWarning in <TClassTable::Add>: class TTime already in TClassTable\nWarning in <TClassTable::Add>: class FileStat_t already in TClassTable\nWarning in <TClassTable::Add>: class UserGroup_t already in TClassTable\nWarning in <TClassTable::Add>: class SysInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class CpuInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class MemInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class ProcInfo_t already in TClassTable\nWarning in <TClassTable::Add>: class RedirectHandle_t already in TClassTable\nWarning in <TClassTable::Add>: class TProcessEventTimer already in TClassTable\nWarning in <TClassTable::Add>: class TRemoteObject already in TClassTable\nWarning in <TClassTable::Add>: class TTask already in TClassTable\nWarning in <TClassTable::Add>: class vector<string,allocator<string> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<string,allocator<string> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class TBuffer already in TClassTable\nWarning in <TClassTable::Add>: class TDirectory already in TClassTable\nWarning in <TClassTable::Add>: class TRootIOCtor already in TClassTable\nWarning in <TClassTable::Add>: class TBrowser already in TClassTable\nWarning in <TClassTable::Add>: class TApplicationImp already in TClassTable\nWarning in <TClassTable::Add>: class TApplication already in TClassTable\nWarning in <TClassTable::Add>: class TAtt3D already in TClassTable\nWarning in <TClassTable::Add>: class TAttAxis already in TClassTable\nWarning in <TClassTable::Add>: class TAttBBox already in TClassTable\nWarning in <TClassTable::Add>: class TAttFill already in TClassTable\nWarning in <TClassTable::Add>: class TAttLine already in TClassTable\nWarning in <TClassTable::Add>: class TAttMarker already in TClassTable\nWarning in <TClassTable::Add>: class TAttPad already in TClassTable\nWarning in <TClassTable::Add>: class TAttText already in TClassTable\nWarning in <TClassTable::Add>: class TBenchmark already in TClassTable\nWarning in <TClassTable::Add>: class TBrowserImp already in TClassTable\nWarning in <TClassTable::Add>: class TContextMenu already in TClassTable\nWarning in <TClassTable::Add>: class TBuffer3D already in TClassTable\nWarning in <TClassTable::Add>: class TCanvasImp already in TClassTable\nWarning in <TClassTable::Add>: class TColor already in TClassTable\nWarning in <TClassTable::Add>: class TContextMenuImp already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPad already in TClassTable\nWarning in <TClassTable::Add>: class TControlBarImp already in TClassTable\nWarning in <TClassTable::Add>: class TDatime already in TClassTable\nWarning in <TClassTable::Add>: class TEnv already in TClassTable\nWarning in <TClassTable::Add>: class TEnvRec already in TClassTable\nWarning in <TClassTable::Add>: class TInspectorImp already in TClassTable\nWarning in <TClassTable::Add>: class TGuiFactory already in TClassTable\nWarning in <TClassTable::Add>: class TStyle already in TClassTable\nWarning in <TClassTable::Add>: class TFileHandler already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualFFT already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualViewer3D already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualGLPainter already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualGLManip already in TClassTable\nWarning in <TClassTable::Add>: class TGLManager already in TClassTable\nWarning in <TClassTable::Add>: class TGLPaintDevice already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPS already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualX already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPadEditor already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualPadPainter already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::DataOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::DataRange already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::BinData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::UnBinData already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Chi2FCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Chi2FCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::ParameterSettings already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitConfig already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::FitResult already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::Fitter already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::LogLikelihoodFCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::LogLikelihoodFCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::PoissonLikelihoodFCN<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::PoissonLikelihoodFCN<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Fit::SparseData already in TClassTable\nWarning in <TClassTable::Add>: class TRandom already in TClassTable\nWarning in <TClassTable::Add>: class TRandom1 already in TClassTable\nWarning in <TClassTable::Add>: class TRandom2 already in TClassTable\nWarning in <TClassTable::Add>: class TRandom3 already in TClassTable\nWarning in <TClassTable::Add>: class TVirtualFitter already in TClassTable\nWarning in <TClassTable::Add>: class TKDTree<int,double> already in TClassTable\nWarning in <TClassTable::Add>: class TKDTree<int,float> already in TClassTable\nWarning in <TClassTable::Add>: class TKDTreeBinning already in TClassTable\nWarning in <TClassTable::Add>: class vector<double,allocator<double> >::iterator already in TClassTable\nWarning in <TClassTable::Add>: class reverse_iterator<vector<double,allocator<double> >::iterator> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IGradientOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricGradFunctionOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IParametricGradFunctionMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IBaseParam already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::ParamFunctor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Functor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Functor1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GradFunctor already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GradFunctor1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::MinimizerOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Minimizer already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BaseIntegratorOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorOneDimOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorMultiDimOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegratorOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::VirtualIntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorOneDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::AdaptiveIntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IntegratorMultiDim already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::DistSampler already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::Factory already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BasicFitMethodFunction<ROOT::Math::IBaseFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BasicFitMethodFunction<ROOT::Math::IGradientFunctionMultiDim> already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GaussIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GaussLegendreIntegrator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IRootFinderMethod already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::RootFinder already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::RichardsonDerivator already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::IMinimizer1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BrentMinimizer1D already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::BrentRootFinder already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::DistSamplerOptions already in TClassTable\nWarning in <TClassTable::Add>: class ROOT::Math::GoFTest already in TClassTable\nWarning in <TClassTable::Add>: class TComplex already in TClassTable\nWarning in <TClassTable::Add>: class TMatrixTBase<float> already in TClassTable\n*** glibc detected *** python: free(): invalid next size (normal): 0x08efb4d8 ***\n======= Backtrace: =========\n/lib/libc.so.6[0x90ca15]\n/lib/libc.so.6(cfree+0x59)[0x910a89]\n/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0x3355c1]\n/usr/lib/libstdc++.so.6(_ZdaPv+0x1d)[0x33561d]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN7TStringD1Ev+0x35)[0x2a2ac45]\n/build/ports/root-v5.30.06/lib/libCore.so(_Z19DefaultErrorHandleribPKcS0_+0x166)[0x29f6a26]\n/build/ports/root-v5.30.06/lib/libCore.so(ErrorHandler+0x11f)[0x29f63cf]\n/build/ports/root-v5.30.06/lib/libCore.so(_Z7WarningPKcS0_z+0x33)[0x29f6543]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN11TClassTable3AddEPKcsRKSt9type_infoPFvvEi+0x187)[0x2a67537]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT8AddClassEPKcsRKSt9type_infoPFvvEi+0x3a)[0x2a6772a]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZNK4ROOT20TDefaultInitBehavior8RegisterEPKcsRKSt9type_infoPFvvEi+0x3a)[0x2aa1dfa]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT17TGenericClassInfo4InitEi+0x5a)[0x2aa053a]\n/build/ports/root-v5.30.06/lib/libCore.so(_ZN4ROOT17TGenericClassInfoC2EPKciS2_iRKSt9type_infoPKNS_13TInitBehaviorEPFvvEP16TVirtualIsAProxyii+0xf4)[0x2aa16f4]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7031766]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x70428b1]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7042d07]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x7111ab6]\n/build/ports/root-v5.28.00/lib/libMatrix.so.5.28[0x6f70635]\n/lib/ld-linux.so.2[0x892493]\n/lib/ld-linux.so.2[0x8925a3]\n/lib/ld-linux.so.2[0x895ef6]\n/lib/ld-linux.so.2[0x8920d6]\n/lib/ld-linux.so.2[0x895742]\n/lib/libdl.so.2[0xa01c6d]\n/lib/ld-linux.so.2[0x8920d6]\n/lib/libdl.so.2[0xa022ec]\n/lib/libdl.so.2(dlopen+0x44)[0xa01ba4]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so(_Z12load_projectSsb+0x28e)[0x155acda]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_Z9load_implRKSsb+0x3f)[0x1d7d62]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN19load_impl_overloads20non_void_return_type3genIN5boost3mpl7vector3IvRKSsbEEE6func_0ES6_+0x25)[0x1d8d12]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python6detail6invokeIiPFvRKSsENS0_15arg_from_pythonIS4_EEEEP7_objectNS1_11invoke_tag_ILb1ELb0EEERKT_RT0_RT1_+0x28)[0x1d9847]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python6detail12caller_arityILj1EE4implIPFvRKSsENS0_21default_call_policiesENS_3mpl7vector2IvS6_EEEclEP7_objectSF_+0xc2)[0x1d948c]\n/build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so(_ZN5boost6python7objects23caller_py_function_implINS0_6detail6callerIPFvRKSsENS0_21default_call_policiesENS_3mpl7vector2IvS6_EEEEEclEP7_objectSG_+0x2e)[0x1d92ac]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost6python7objects11py_functionclEP7_objectS4_+0x39)[0x3faafd]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost6python7objects8function4callEP7_objectS4_+0x421)[0x3f9449]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f9553]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f9572]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZNK5boost9function0IvEclEv+0x77)[0x411a9b]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so(_ZN5boost6python21handle_exception_implENS_9function0IvEE+0x4c)[0x410b6e]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f80d7]\n/build/ports/lib/boost-1.38.0/libboost_python-mt-d.so[0x3f815f]\n/usr/lib/libpython2.4.so.1.0(PyObject_Call+0x37)[0xb482f7]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalFrame+0x2548)[0xbac498]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalFrame+0x454f)[0xbae49f]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalCodeEx+0x896)[0xbafbd6]\n/usr/lib/libpython2.4.so.1.0(PyEval_EvalCode+0x63)[0xbafc63]\n/usr/lib/libpython2.4.so.1.0[0xbccd88]\n/usr/lib/libpython2.4.so.1.0(PyRun_SimpleFileExFlags+0x198)[0xbce498]\n/usr/lib/libpython2.4.so.1.0(PyRun_AnyFileExFlags+0x7a)[0xbceb7a]\n/usr/lib/libpython2.4.so.1.0(Py_Main+0xc26)[0xbd5a46]\npython(main+0x32)[0x80485b2]\n/lib/libc.so.6(__libc_start_main+0xdc)[0x8b8edc]\npython[0x80484c1]\n======= Memory map: ========\n001ce000-001dd000 r-xp 00000000 08:01 262199 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so\n001dd000-001de000 rw-p 0000e000 08:01 262199 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/icetray.so\n001de000-001e2000 r-xp 00000000 08:01 16303876 /build/ports/lib/boost-1.38.0/libboost_system-mt-d.so\n001e2000-001e3000 rw-p 00003000 08:01 16303876 /build/ports/lib/boost-1.38.0/libboost_system-mt-d.so\n001e3000-00206000 r-xp 00000000 08:01 16303872 /build/ports/lib/boost-1.38.0/libboost_signals-mt-d.so\n00206000-00207000 rw-p 00022000 08:01 16303872 /build/ports/lib/boost-1.38.0/libboost_signals-mt-d.so\n00207000-00226000 r-xp 00000000 08:01 16303882 /build/ports/lib/boost-1.38.0/libboost_thread-mt-d.so\n00226000-00227000 rw-p 0001f000 08:01 16303882 /build/ports/lib/boost-1.38.0/libboost_thread-mt-d.so\n00227000-0023d000 r-xp 00000000 08:01 16303836 /build/ports/lib/boost-1.38.0/libboost_date_time-mt-d.so\n0023d000-0023e000 rw-p 00015000 08:01 16303836 /build/ports/lib/boost-1.38.0/libboost_date_time-mt-d.so\n0023e000-00257000 r-xp 00000000 08:01 16303840 /build/ports/lib/boost-1.38.0/libboost_filesystem-mt-d.so\n00257000-00258000 rw-p 00018000 08:01 16303840 /build/ports/lib/boost-1.38.0/libboost_filesystem-mt-d.so\n00258000-00263000 r-xp 00000000 08:01 8708884 /lib/libgcc_s-4.1.2-20080825.so.1\n00263000-00264000 rw-p 0000a000 08:01 8708884 /lib/libgcc_s-4.1.2-20080825.so.1\n00264000-0026b000 r-xp 00000000 08:01 8707794 /lib/librt-2.5.so\n0026b000-0026c000 r--p 00007000 08:01 8707794 /lib/librt-2.5.so\n0026c000-0026d000 rw-p 00008000 08:01 8707794 /lib/librt-2.5.so\n0026d000-00276000 r-xp 00000000 08:01 8708725 /lib/libnss_nis-2.5.so\n00276000-00277000 r--p 00008000 08:01 8708725 /lib/libnss_nis-2.5.so\n00277000-00278000 rw-p 00009000 08:01 8708725 /lib/libnss_nis-2.5.so\n00278000-0027b000 r-xp 00000000 08:01 10350180 /usr/lib/python2.4/lib-dynload/cStringIO.so\n0027b000-0027c000 rw-p 00003000 08:01 10350180 /usr/lib/python2.4/lib-dynload/cStringIO.so\n0027c000-00280000 r-xp 00000000 08:01 10345787 /usr/lib/python2.4/lib-dynload/stropmodule.so\n00280000-00282000 rw-p 00004000 08:01 10345787 /usr/lib/python2.4/lib-dynload/stropmodule.so\n00282000-00362000 r-xp 00000000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00362000-00366000 r--p 000df000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00366000-00367000 rw-p 000e3000 08:01 9985847 /usr/lib/libstdc++.so.6.0.8\n00367000-0036d000 rw-p 00367000 00:00 0 \n0036d000-00430000 r-xp 00000000 08:01 16303860 /build/ports/lib/boost-1.38.0/libboost_python-mt-d.so\n00430000-00434000 rw-p 000c2000 08:01 16303860 /build/ports/lib/boost-1.38.0/libboost_python-mt-d.so\n00434000-00561000 r-xp 00000000 08:01 16303868 /build/ports/lib/boost-1.38.0/libboost_serialization-mt-d.so\n00561000-00567000 rw-p 0012c000 08:01 16303868 /build/ports/lib/boost-1.38.0/libboost_serialization-mt-d.so\n00567000-005dd000 r-xp 00000000 08:01 16303856 /build/ports/lib/boost-1.38.0/libboost_program_options-mt-d.so\n005dd000-005e0000 rw-p 00075000 08:01 16303856 /build/ports/lib/boost-1.38.0/libboost_program_options-mt-d.so\n005e0000-00734000 r-xp 00000000 08:01 16303864 /build/ports/lib/boost-1.38.0/libboost_regex-mt-d.so\n00734000-0073a000 rw-p 00154000 08:01 16303864 /build/ports/lib/boost-1.38.0/libboost_regex-mt-d.so\n0073a000-00837000 r-xp 00000000 08:01 2361528 /build/ports/root-v5.30.06/lib/libGraf3d.so\n00837000-0083d000 rw-p 000fd000 08:01 2361528 /build/ports/root-v5.30.06/lib/libGraf3d.so\n0083d000-00840000 rw-p 0083d000 00:00 0 \n00840000-0084a000 r-xp 00000000 08:01 8708134 /lib/libnss_files-2.5.so\n0084a000-0084b000 r--p 00009000 08:01 8708134 /lib/libnss_files-2.5.so\n0084b000-0084c000 rw-p 0000a000 08:01 8708134 /lib/libnss_files-2.5.so\n0084e000-0084f000 r-xp 0084e000 00:00 0 [vdso]\n0084f000-0087e000 r-xp 00000000 08:01 2361538 /build/ports/root-v5.30.06/lib/libRint.so\n0087e000-00880000 rw-p 0002e000 08:01 2361538 /build/ports/root-v5.30.06/lib/libRint.so\n00884000-0089f000 r-xp 00000000 08:01 8708866 /lib/ld-2.5.so\n0089f000-008a0000 r--p 0001a000 08:01 8708866 /lib/ld-2.5.so\n008a0000-008a1000 rw-p 0001b000 08:01 8708866 /lib/ld-2.5.so\n008a3000-009f9000 r-xp 00000000 08:01 8708867 /lib/libc-2.5.so\n009f9000-009fb000 r--p 00156000 08:01 8708867 /lib/libc-2.5.so\n009fb000-009fc000 rw-p 00158000 08:01 8708867 /lib/libc-2.5.so\n009fc000-009ff000 rw-p 009fc000 00:00 0 \n00a01000-00a04000 r-xp 00000000 08:01 8708889 /lib/libdl-2.5.so\n00a04000-00a05000 r--p 00002000 08:01 8708889 /lib/libdl-2.5.so\n00a05000-00a06000 rw-p 00003000 08:01 8708889 /lib/libdl-2.5.so\n00a08000-00a2f000 r-xp 00000000 08:01 8707783 /lib/libm-2.5.so\n00a2f000-00a30000 r--p 00026000 08:01 8707783 /lib/libm-2.5.so\n00a30000-00a31000 rw-p 00027000 08:01 8707783 /lib/libm-2.5.so\n00a33000-00a49000 r-xp 00000000 08:01 8708870 /lib/libpthread-2.5.so\n00a49000-00a4a000 r--p 00015000 08:01 8708870 /lib/libpthread-2.5.so\n00a4a000-00a4b000 rw-p 00016000 08:01 8708870 /lib/libpthread-2.5.so\n00a4b000-00a4d000 rw-p 00a4b000 00:00 0 \n00a4d000-00a96000 r-xp 00000000 08:01 2361577 /build/ports/root-v5.30.06/lib/libPostscript.so\n00a96000-00a98000 rw-p 00049000 08:01 2361577 /build/ports/root-v5.30.06/lib/libPostscript.so\n00a98000-00add000 r-xp 00000000 08:01 2361536 /build/ports/root-v5.30.06/lib/libThread.so\n00add000-00ae0000 rw-p 00045000 08:01 2361536 /build/ports/root-v5.30.06/lib/libThread.so\n00ae0000-00ae3000 r-xp 00000000 08:01 10350196 /usr/lib/python2.4/lib-dynload/timemodule.so\n00ae3000-00ae5000 rw-p 00002000 08:01 10350196 /usr/lib/python2.4/lib-dynload/timemodule.so\n00ae5000-00ae9000 r-xp 00000000 08:01 10345776 /usr/lib/python2.4/lib-dynload/collectionsmodule.so\n00ae9000-00aea000 rw-p 00003000 08:01 10345776 /usr/lib/python2.4/lib-dynload/collectionsmodule.so\n00aed000-00afa000 r-xp 00000000 08:01 16303848 /build/ports/lib/boost-1.38.0/libboost_iostreams-mt-d.so\n00afa000-00afb000 rw-p 0000c000 08:01 16303848 /build/ports/lib/boost-1.38.0/libboost_iostreams-mt-d.so\n00afb000-00b0d000 r-xp 00000000 08:01 8707792 /lib/libz.so.1.2.3\n00b0d000-00b0e000 rw-p 00011000 08:01 8707792 /lib/libz.so.1.2.3\n00b0e000-00b1e000 r-xp 00000000 08:01 9997124 /usr/lib/libbz2.so.1.0.3\n00b1e000-00b1f000 rw-p 00010000 08:01 9997124 /usr/lib/libbz2.so.1.0.3\n00b22000-00b24000 r-xp 00000000 08:01 8708901 /lib/libutil-2.5.so\n00b24000-00b25000 r--p 00001000 08:01 8708901 /lib/libutil-2.5.so\n00b25000-00b26000 rw-p 00002000 08:01 8708901 /lib/libutil-2.5.so\n00b28000-00c1f000 r-xp 00000000 08:01 9986949 /usr/lib/libpython2.4.so.1.0\n00c1f000-00c41000 rw-p 000f7000 08:01 9986949 /usr/lib/libpython2.4.so.1.0\n00c41000-00c44000 rw-p 00c41000 00:00 0 \n00c44000-01b08000 r-xp 00000000 08:01 262090 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so\n01b08000-01b42000 rw-p 00ec3000 08:01 262090 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libicetray.so\n01b42000-01b47000 rw-p 01b42000 00:00 0 \n01b47000-01d16000 r-xp 00000000 08:01 2361571 /build/ports/root-v5.30.06/lib/libRIO.so\n01d16000-01d1c000 rw-p 001cf000 08:01 2361571 /build/ports/root-v5.30.06/lib/libRIO.so\n01d1c000-01d1d000 rw-p 01d1c000 00:00 0 \n01d1d000-01e34000 r-xp 00000000 08:01 2361494 /build/ports/root-v5.30.06/lib/libNet.so\n01e34000-01e3c000 rw-p 00116000 08:01 2361494 /build/ports/root-v5.30.06/lib/libNet.so\n01e3c000-01e3d000 rw-p 01e3c000 00:00 0 \n01e3d000-01f16000 r-xp 00000000 08:01 2361532 /build/ports/root-v5.30.06/lib/libGpad.so\n01f16000-01f1c000 rw-p 000d8000 08:01 2361532 /build/ports/root-v5.30.06/lib/libGpad.so\n01f1c000-01f1e000 rw-p 01f1c000 00:00 0 \n01f1e000-01f9f000 r-xp 00000000 08:01 2361566 /build/ports/root-v5.30.06/lib/libMinuit.so\n01f9f000-01fa1000 rw-p 00081000 08:01 2361566 /build/ports/root-v5.30.06/lib/libMinuit.so\n01fa1000-01fa2000 rw-p 01fa1000 00:00 0 \n01fa2000-01fc1000 r-xp 00000000 08:01 8708042 /lib/libpcre.so.0.0.1\n01fc1000-01fc2000 rw-p 0001e000 08:01 8708042 /lib/libpcre.so.0.0.1\n01fc2000-01fd7000 r-xp 00000000 08:01 8708898 /lib/libnsl-2.5.so\n01fd7000-01fd8000 r--p 00014000 08:01 8708898 /lib/libnsl-2.5.so\n01fd8000-01fd9000 rw-p 00015000 08:01 8708898 /lib/libnsl-2.5.so\n01fd9000-01fdb000 rw-p 01fd9000 00:00 0 \n01fdb000-01fe4000 r-xp 00000000 08:01 262066 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotospline.so\n01fe4000-01fe5000 rw-p 00008000 08:01 262066 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotospline.so\n01fe9000-02068000 r-xp 00000000 08:01 9997285 /usr/lib/libgfortran.so.1.0.0\n02068000-02069000 rw-p 0007e000 08:01 9997285 /usr/lib/libgfortran.so.1.0.0\n02069000-02095000 r-xp 00000000 08:01 17383275 /build/ports/root-v5.28.00/lib/libRint.so.5.28\n02095000-02097000 rw-p 0002b000 08:01 17383275 /build/ports/root-v5.28.00/lib/libRint.so.5.28\n020dd000-022e3000 r-xp 00000000 08:01 2361509 /build/ports/root-v5.30.06/lib/libMathCore.so\n022e3000-022ea000 rw-p 00206000 08:01 2361509 /build/ports/root-v5.30.06/lib/libMathCore.so\n022ea000-022ed000 rw-p 022ea000 00:00 0 \n022ed000-025ca000 r-xp 00000000 08:01 262159 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libDomTools.so\n025ca000-025d2000 rw-p 002dc000 08:01 262159 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libDomTools.so\n025d2000-025d3000 rw-p 025d2000 00:00 0 \n025d3000-0265b000 r-xp 00000000 08:01 8969792 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblinefit.so\n0265b000-0265f000 rw-p 00087000 08:01 8969792 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblinefit.so\n0265f000-026a7000 r-xp 00000000 08:01 17383392 /build/ports/root-v5.28.00/lib/libPostscript.so.5.28\n026a7000-026a9000 rw-p 00048000 08:01 17383392 /build/ports/root-v5.28.00/lib/libPostscript.so.5.28\n026c6000-0281d000 r-xp 00000000 08:01 262203 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/dataio.so\n0281d000-02824000 rw-p 00156000 08:01 262203 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/dataio.so\n02824000-028b9000 r-xp 00000000 08:01 8969813 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libclast.so\n028b9000-028bd000 rw-p 00095000 08:01 8969813 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libclast.so\n028d9000-02f95000 r-xp 00000000 08:01 2361471 /build/ports/root-v5.30.06/lib/libCore.so\n02f95000-02fb1000 rw-p 006bb000 08:01 2361471 /build/ports/root-v5.30.06/lib/libCore.so\n02fb1000-03027000 rw-p 02fb1000 00:00 0 \n03027000-036e8000 r-xp 00000000 08:01 2361496 /build/ports/root-v5.30.06/lib/libGui.so\n036e8000-03716000 rw-p 006c1000 08:01 2361496 /build/ports/root-v5.30.06/lib/libGui.so\n03716000-0371f000 rw-p 03716000 00:00 0 \n0371f000-0375f000 r-xp 00000000 08:01 9997129 /usr/lib/libncurses.so.5.5\n0375f000-03767000 rw-p 00040000 08:01 9997129 /usr/lib/libncurses.so.5.5\n03767000-03768000 rw-p 03767000 00:00 0 \n037a0000-03bcd000 r-xp 00000000 08:01 2361456 /build/ports/root-v5.30.06/lib/libHist.so\n03bcd000-03be1000 rw-p 0042d000 08:01 2361456 /build/ports/root-v5.30.06/lib/libHist.so\n03be1000-03be4000 rw-p 03be1000 00:00 0 \n03c11000-03e63000 r-xp 00000000 08:01 2361457 /build/ports/root-v5.30.06/lib/libCint.so\n03e63000-03e67000 rw-p 00251000 08:01 2361457 /build/ports/root-v5.30.06/lib/libCint.so\n03e67000-041f2000 rw-p 03e67000 00:00 0 \n041f2000-0427e000 r-xp 00000000 08:01 262192 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdipolefit.so\n0427e000-04281000 rw-p 0008c000 08:01 262192 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdipolefit.so\n04281000-04282000 rw-p 04281000 00:00 0 \n0429b000-04416000 r-xp 00000000 08:01 2361533 /build/ports/root-v5.30.06/lib/libGraf.so\n04416000-0441e000 rw-p 0017b000 08:01 2361533 /build/ports/root-v5.30.06/lib/libGraf.so\n0441e000-04426000 rw-p 0441e000 00:00 0 \n04426000-045cd000 r-xp 00000000 08:01 16303941 /build/ports/lib/gsl-1.14/libgsl.so.0.15.0\n045cd000-045dc000 rw-p 001a6000 08:01 16303941 /build/ports/lib/gsl-1.14/libgsl.so.0.15.0\n045dc000-04767000 r-xp 00000000 08:01 262112 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtableio.so\n04767000-0476c000 rw-p 0018b000 08:01 262112 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtableio.so\n0476c000-048f6000 r-xp 00000000 08:01 262095 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libflat-ntuple.so\n048f6000-048fc000 rw-p 00189000 08:01 262095 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libflat-ntuple.so\n0497f000-04bb2000 r-xp 00000000 08:01 2361495 /build/ports/root-v5.30.06/lib/libMatrix.so\n04bb2000-04bb9000 rw-p 00233000 08:01 2361495 /build/ports/root-v5.30.06/lib/libMatrix.so\n04bb9000-04bbb000 rw-p 04bb9000 00:00 0 \n04bbb000-04cce000 r-xp 00000000 08:01 262123 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libAtmCscdEnergyReco.so\n04cce000-04cd4000 rw-p 00112000 08:01 262123 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libAtmCscdEnergyReco.so\n04cd4000-04e3d000 r-xp 00000000 08:01 262163 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcscd-llh.so\n04e3d000-04e43000 rw-p 00169000 08:01 262163 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcscd-llh.so\n04e43000-0508a000 r-xp 00000000 08:01 262100 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libmuon-bundle-reco.so\n0508a000-05094000 rw-p 00247000 08:01 262100 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libmuon-bundle-reco.so\n05094000-05095000 rw-p 05094000 00:00 0 \n05095000-05323000 r-xp 00000000 08:01 262093 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtoprec.so\n05323000-0532d000 rw-p 0028e000 08:01 262093 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtoprec.so\n0532d000-0532e000 rw-p 0532d000 00:00 0 \n0532e000-053f7000 r-xp 00000000 08:01 262131 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libparaboloid.so\n053f7000-053fb000 rw-p 000c9000 08:01 262131 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libparaboloid.so\n053fb000-053fc000 rw-p 053fb000 00:00 0 \n053fc000-054c9000 r-xp 00000000 08:01 17383454 /build/ports/root-v5.28.00/lib/libGpad.so.5.28\n054c9000-054cf000 rw-p 000cc000 08:01 17383454 /build/ports/root-v5.28.00/lib/libGpad.so.5.28\n054cf000-054d1000 rw-p 054cf000 00:00 0 \n054e4000-054ed000 r-xp 00000000 08:01 8708900 /lib/libcrypt-2.5.so\n054ed000-054ee000 r--p 00008000 08:01 8708900 /lib/libcrypt-2.5.so\n054ee000-054ef000 rw-p 00009000 08:01 8708900 /lib/libcrypt-2.5.so\n054ef000-05516000 rw-p 054ef000 00:00 0 \n05516000-056d1000 r-xp 00000000 08:01 17383419 /build/ports/root-v5.28.00/lib/libRIO.so.5.28\n056d1000-056d7000 rw-p 001ba000 08:01 17383419 /build/ports/root-v5.28.00/lib/libRIO.so.5.28\n056d7000-056d8000 rw-p 056d7000 00:00 0 \n056d8000-0584f000 r-xp 00000000 08:01 17383277 /build/ports/root-v5.28.00/lib/libGraf.so.5.28\n0584f000-05857000 rw-p 00177000 08:01 17383277 /build/ports/root-v5.28.00/lib/libGraf.so.5.28\n05857000-0585f000 rw-p 05857000 00:00 0 \n0585f000-0595e000 r-xp 00000000 08:01 17383510 /build/ports/root-v5.28.00/lib/libGraf3d.so.5.28\n0595e000-05964000 rw-p 000ff000 08:01 17383510 /build/ports/root-v5.28.00/lib/libGraf3d.so.5.28\n05964000-05967000 rw-p 05964000 00:00 0 \n05967000-059f8000 r-xp 00000000 08:01 17383513 /build/ports/root-v5.28.00/lib/libPhysics.so.5.28\n059f8000-059fb000 rw-p 00091000 08:01 17383513 /build/ports/root-v5.28.00/lib/libPhysics.so.5.28\n059fb000-05a81000 r-xp 00000000 08:01 17383406 /build/ports/root-v5.28.00/lib/libMinuit.so.5.28\n05a81000-05a83000 rw-p 00085000 08:01 17383406 /build/ports/root-v5.28.00/lib/libMinuit.so.5.28\n05a83000-05a84000 rw-p 05a83000 00:00 0 \n05ae3000-05bc3000 r-xp 00000000 08:01 262186 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/interfaces.so\n05bc3000-05bc7000 rw-p 000e0000 08:01 262186 /build/buildslave/foraii/quick_icerec_SL5/build/lib/icecube/interfaces.so\n05c24000-05d64000 r-xp 00000000 08:01 262135 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataio.so\n05d64000-05d6a000 rw-p 0013f000 08:01 262135 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataio.so\n05d6a000-063ff000 r-xp 00000000 08:01 17383446 /build/ports/root-v5.28.00/lib/libCore.so.5.28\n063ff000-0641b000 rw-p 00694000 08:01 17383446 /build/ports/root-v5.28.00/lib/libCore.so.5.28\n0641b000-06491000 rw-p 0641b000 00:00 0 \n06491000-06676000 r-xp 00000000 08:01 17383517 /build/ports/root-v5.28.00/lib/libTree.so.5.28\n06676000-06680000 rw-p 001e5000 08:01 17383517 /build/ports/root-v5.28.00/lib/libTree.so.5.28\n06680000-06682000 rw-p 06680000 00:00 0 \n06682000-06733000 r-xp 00000000 08:01 262099 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libipdf.so\n06733000-06736000 rw-p 000b1000 08:01 262099 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libipdf.so\n06736000-0682c000 r-xp 00000000 08:01 9035176 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotonics-service.so\n0682c000-0682f000 rw-p 000f6000 08:01 9035176 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphotonics-service.so\n06830000-0693c000 r-xp 00000000 08:01 17383200 /build/ports/root-v5.28.00/lib/libNet.so.5.28\n0693c000-06943000 rw-p 0010b000 08:01 17383200 /build/ports/root-v5.28.00/lib/libNet.so.5.28\n06943000-06945000 rw-p 06943000 00:00 0 \n069e6000-06df9000 r-xp 00000000 08:01 262134 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libsimclasses.so\n06df9000-06e0e000 rw-p 00412000 08:01 262134 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libsimclasses.so\n06e0e000-06e11000 rw-p 06e0e000 00:00 0 \n06e95000-06f24000 r-xp 00000000 08:01 2361531 /build/ports/root-v5.30.06/lib/libPhysics.so\n06f24000-06f27000 rw-p 0008f000 08:01 2361531 /build/ports/root-v5.30.06/lib/libPhysics.so\n06f27000-07168000 r-xp 00000000 08:01 17383376 /build/ports/root-v5.28.00/lib/libMatrix.so.5.28\n07168000-0716f000 rw-p 00241000 08:01 17383376 /build/ports/root-v5.28.00/lib/libMatrix.so.5.28\n0716f000-07171000 rw-p 0716f000 00:00 0 \n07180000-071c5000 r-xp 00000000 08:01 17383452 /build/ports/root-v5.28.00/lib/libThread.so.5.28\n071c5000-071c8000 rw-p 00044000 08:01 17383452 /build/ports/root-v5.28.00/lib/libThread.so.5.28\n0725d000-0726b000 r-xp 00000000 08:01 8969776 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libinterfaces.so\n0726b000-0726c000 rw-p 0000d000 08:01 8969776 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libinterfaces.so\n0726c000-074c9000 r-xp 00000000 08:01 17383544 /build/ports/root-v5.28.00/lib/libCint.so.5.28\n074c9000-074cd000 rw-p 0025d000 08:01 17383544 /build/ports/root-v5.28.00/lib/libCint.so.5.28\n074cd000-07858000 rw-p 074cd000 00:00 0 \n07858000-07a58000 r-xp 00000000 08:01 17383480 /build/ports/root-v5.28.00/lib/libMathCore.so.5.28\n07a58000-07a5f000 rw-p 00200000 08:01 17383480 /build/ports/root-v5.28.00/lib/libMathCore.so.5.28\n07a5f000-07a62000 rw-p 07a5f000 00:00 0 \n07af3000-07ce1000 r-xp 00000000 08:01 2361553 /build/ports/root-v5.30.06/lib/libTree.so\n07ce1000-07ceb000 rw-p 001ee000 08:01 2361553 /build/ports/root-v5.30.06/lib/libTree.so\n07ceb000-07ced000 rw-p 07ceb000 00:00 0 \n07ced000-07df1000 r-xp 00000000 08:01 17383261 /build/ports/root-v5.28.00/lib/libMinuit2.so.5.28\n07df1000-07df4000 rw-p 00103000 08:01 17383261 /build/ports/root-v5.28.00/lib/libMinuit2.so.5.28\n07df4000-07df5000 rw-p 07df4000 00:00 0 \n07e07000-07f85000 r-xp 00000000 08:01 262116 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libgulliver.so\n07f85000-07f8c000 rw-p 0017e000 08:01 262116 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libgulliver.so\n07f9f000-0802d000 r-xp 00000000 08:01 262170 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtensor-of-inertia.so\n0802d000-08031000 rw-p 0008d000 08:01 262170 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libtensor-of-inertia.so\n08048000-08049000 r-xp 00000000 08:01 9989371 /usr/bin/python\n08049000-0804a000 rw-p 00000000 08:01 9989371 /usr/bin/python\n0804a000-08162000 r-xp 00000000 08:01 2361563 /build/ports/root-v5.30.06/lib/libMinuit2.so\n08162000-08165000 rw-p 00118000 08:01 2361563 /build/ports/root-v5.30.06/lib/libMinuit2.so\n08165000-08166000 rw-p 08165000 00:00 0 \n0823b000-0869c000 r-xp 00000000 08:01 8969777 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphys-services.so\n0869c000-086bf000 rw-p 00461000 08:01 8969777 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libphys-services.so\n086bf000-086ca000 rw-p 086bf000 00:00 0 \n087a7000-08824000 r-xp 00000000 08:01 9988973 /usr/lib/libfreetype.so.6.3.10\n08824000-08827000 rw-p 0007d000 08:01 9988973 /usr/lib/libfreetype.so.6.3.10\n08827000-089b3000 r-xp 00000000 08:01 15031178 /build/ports/lib/libcfitsio.so\n089b3000-089b6000 rw-p 0018c000 08:01 15031178 /build/ports/lib/libcfitsio.so\n089b6000-08a1b000 rw-p 089b6000 00:00 0 \n08a3f000-08a7a000 r-xp 00000000 08:01 262157 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcoordinate-service.so\n08a7a000-08a83000 rw-p 0003b000 08:01 262157 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libcoordinate-service.so\n08b11000-08f03000 rw-p 08b11000 00:00 0 [heap]\nb2a61000-b2ac3000 r-xp 00000000 08:01 16303991 /build/ports/lib/rdmc-2.9.5/librdmc.so.0.0.0\nb2ac3000-b2ac8000 rw-p 00061000 08:01 16303991 /build/ports/lib/rdmc-2.9.5/librdmc.so.0.0.0\nb2ac8000-b2d07000 rw-p b2ac8000 00:00 0 \nb2d07000-b3395000 r-xp 00000000 08:01 17383369 /build/ports/root-v5.28.00/lib/libGui.so.5.28\nb3395000-b33c4000 rw-p 0068d000 08:01 17383369 /build/ports/root-v5.28.00/lib/libGui.so.5.28\nb33c4000-b43cd000 rw-p b33c4000 00:00 0 \nb462c000-b498e000 r-xp 00000000 08:01 262130 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblilliput.so\nb498e000-b4998000 rw-p 00362000 08:01 262130 /build/buildslave/foraii/quick_icerec_SL5/build/lib/liblilliput.so\nb4998000-b4dcd000 r-xp 00000000 08:01 17383287 /build/ports/root-v5.28.00/lib/libHist.so.5.28\nb4dcd000-b4de1000 rw-p 00435000 08:01 17383287 /build/ports/root-v5.28.00/lib/libHist.so.5.28\nb4de1000-b4de4000 rw-p b4de1000 00:00 0 \nb4de4000-b5eb2000 r-xp 00000000 08:01 15031184 /build/ports/lib/libgoto2-r1.13.so\nb5eb2000-b5ec2000 rw-p 010cd000 08:01 15031184 /build/ports/lib/libgoto2-r1.13.so\nb5ec2000-b5fcf000 rw-p b5ec2000 00:00 0 \nb5fcf000-b7e68000 r-xp 00000000 08:01 262091 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataclasses.so\nb7e68000-b7f06000 rw-p 01e99000 08:01 262091 /build/buildslave/foraii/quick_icerec_SL5/build/lib/libdataclasses.so\nb7f06000-b7fdf000 rw-p b7f06000 00:00 0 \nb7fe7000-b7feb000 rw-p b7fe7000 00:00 0 \nbfc62000-bfc8f000 rwxp bffcf000 00:00 0 [stack]\nbfc8f000-bfc91000 rw-p bfffd000 00:00 0 \n./env-shell.sh: line 139: 3095 Aborted PATH=$_PATH LD_LIBRARY_PATH=$_LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$_DYLD_LIBRARY_PATH PYTHONPATH=$_PYTHONPATH ICETRAY_CLASSPATH=$_ICETRAY_CLASSPATH I3_PLATFORM=\"\" I3_SRC=$_I3_SRC I3_BUILD=$_I3_BUILD I3_PORTS=$_I3_PORTS ROOTSYS=/build/ports/root-v5.30.06 I3_SHELL=$_I3_SHELL $NEW_SHELL $ARGV\nExited Icetray Environment.\n[buildslave@foraii build]$ \n}}}", "reporter": "nega", "cc": "dataclass@icecube.wisc.edu", "resolution": "fixed", "_ts": "1412106503690059", "component": "booking", "summary": "flat-ntuple::Read_an_icecube_i3file_and_book_it.py fails with a SIGABRT on SL5 32bit", "priority": "normal", "keywords": "flat-ntuple tests", "time": "2014-09-05T21:32:47", "milestone": "", "owner": "kath", "type": "defect" } ```
defect
flat ntuple read an icecube and book it py fails with a sigabrt on trac migrated from json status closed changetime description n env shell sh flat ntuple resources scripts read an icecube and book it py n n n w e l c o m e to i c e t r a y n n version icerec trunk n n you are welcome to visit our web site n n n n nicetray environment has n src build buildslave foraii quick icerec source n build build buildslave foraii quick icerec build n ports build ports n python python nwarning in display not set setting it to pa pub private pa umd edu nloading libicetray ok nloading libdataclasses ok nloading libdataio ok nloading libdomtools ok nloading libflat ntuple warning in class tfitterminuit already in tclasstable nwarning in class tfitterfumili already in tclasstable nwarning in class tunixsystem already in tclasstable nwarning in class tcint already in tclasstable nwarning in class tclass already in tclasstable nwarning in class tclassstreamer already in tclasstable nwarning in class tmemberstreamer already in tclasstable nwarning in class tvirtualisaproxy already in tclasstable nwarning in class tmethod already in tclasstable nwarning in class tvirtualstreamerinfo already in tclasstable nwarning in class tstreamerelement already in tclasstable nwarning in class tdictionary already in tclasstable nwarning in class tbaseclass already in tclasstable nwarning in class tdatamember already in tclasstable nwarning in class tclassref already in tclasstable nwarning in class trealdata already in tclasstable nwarning in class tmethodcall already in tclasstable nwarning in class root tschemaruleset already in tclasstable nwarning in class tclassgenerator already in tclasstable nwarning in class tclassmenuitem already in tclasstable nwarning in class tdatatype already in tclasstable nwarning in class tfunction already in tclasstable nwarning in class tglobal already in tclasstable nwarning in class tinterpreter already in tclasstable nwarning in class tisaproxy already in tclasstable nwarning in class tmethodarg already in tclasstable nwarning in class root tschemarule already in tclasstable nwarning in class root tschemarule tsources already in tclasstable nwarning in class root tschemamatch already in tclasstable nwarning in class tstreamerbasictype already in tclasstable nwarning in class tstreamerbase already in tclasstable nwarning in class tstreamerbasicpointer already in tclasstable nwarning in class tstreamerloop already in tclasstable nwarning in class tstreamerobject already in tclasstable nwarning in class tstreamerobjectany already in tclasstable nwarning in class tstreamerobjectpointer already in tclasstable nwarning in class tstreamerobjectanypointer already in tclasstable nwarning in class tstreamerstring already in tclasstable nwarning in class tstreamerstl already in tclasstable nwarning in class tstreamerstlstring already in tclasstable nwarning in class tstreamerartificial already in tclasstable nwarning in class ttoggle already in tclasstable nwarning in class ttogglegroup already in tclasstable nwarning in class tvirtualcollectionproxy already in tclasstable nwarning in class tlist already in tclasstable nwarning in class tobjarray already in tclasstable nwarning in class tclonesarray already in tclasstable nwarning in class treftable already in tclasstable nwarning in class tarray already in tclasstable nwarning in class tarrayc already in tclasstable nwarning in class tarrayd already in tclasstable nwarning in class tarrayf already in tclasstable nwarning in class tarrayi already in tclasstable nwarning in class tarrayl already in tclasstable nwarning in class already in tclasstable nwarning in class tarrays already in tclasstable nwarning in class tbits already in tclasstable nwarning in class tbits treference already in tclasstable nwarning in class tcollection already in tclasstable nwarning in class titerator already in tclasstable nwarning in class tobjecttable already in tclasstable nwarning in class titer already in tclasstable nwarning in class tseqcollection already in tclasstable nwarning in class tbtreeiter already in tclasstable nwarning in class tbtree already in tclasstable nwarning in class tclasstable already in tclasstable nwarning in class tobjarrayiter already in tclasstable nwarning in class texmapiter already in tclasstable nwarning in class texmap already in tclasstable nwarning in class tlistiter already in tclasstable nwarning in class thashtable already in tclasstable nwarning in class thashlist already in tclasstable nwarning in class thashtableiter already in tclasstable nwarning in class tmapiter already in tclasstable nwarning in class tpair already in tclasstable nwarning in class tmap already in tclasstable nwarning in class tordcollectioniter already in tclasstable nwarning in class tordcollection already in tclasstable nwarning in class trefarrayiter already in tclasstable nwarning in class trefarray already in tclasstable nwarning in class vector iterator already in tclasstable nwarning in class reverse iterator iterator already in tclasstable nwarning in class tsortedlist already in tclasstable nwarning in class setwindowattributes t already in tclasstable nwarning in class windowattributes t already in tclasstable nwarning in class event t already in tclasstable nwarning in class gcvalues t already in tclasstable nwarning in class colorstruct t already in tclasstable nwarning in class pictureattributes t already in tclasstable nwarning in class segment t already in tclasstable nwarning in class point t already in tclasstable nwarning in class rectangle t already in tclasstable nwarning in class timespec already in tclasstable nwarning in class tvirtualmutex already in tclasstable nwarning in class ttimestamp already in tclasstable nwarning in class tlockguard already in tclasstable nwarning in class tvirtualperfstats already in tclasstable nwarning in class tvirtualauth already in tclasstable nwarning in class turl already in tclasstable nwarning in class tinetaddress already in tclasstable nwarning in class tfileinfometa already in tclasstable nwarning in class tfileinfo already in tclasstable nwarning in class tfilecollection already in tclasstable nwarning in class tredirectoutputguard already in tclasstable nwarning in class tvirtualmonitoringwriter already in tclasstable nwarning in class tvirtualmonitoringreader already in tclasstable nwarning in class tobjectspy already in tclasstable nwarning in class tobjectrefspy already in tclasstable nwarning in class turi already in tclasstable nwarning in class tvirtualtableinterface already in tclasstable nwarning in class already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class pair already in tclasstable nwarning in class tparameter already in tclasstable nwarning in class tparameter already in tclasstable nwarning in class tparameter already in tclasstable nwarning in class tparameter already in tclasstable nwarning in class tparameter already in tclasstable nwarning in class tmemberinspector already in tclasstable nwarning in class tobject already in tclasstable nwarning in class tnamed already in tclasstable nwarning in class tstring already in tclasstable nwarning in class string already in tclasstable nwarning in class string iterator already in tclasstable nwarning in class tstorage already in tclasstable nwarning in class ttimer already in tclasstable nwarning in class tprocessid already in tclasstable nwarning in class trefcnt already in tclasstable nwarning in class tregexp already in tclasstable nwarning in class tpregexp already in tclasstable nwarning in class tsubstring already in tclasstable nwarning in class tstringlong already in tclasstable nwarning in class tqconnection already in tclasstable nwarning in class tqobject already in tclasstable nwarning in class tqobjsender already in tclasstable nwarning in class tsignalhandler already in tclasstable nwarning in class tstopwatch already in tclasstable nwarning in class tuuid already in tclasstable nwarning in class texec already in tclasstable nwarning in class tfolder already in tclasstable nwarning in class already in tclasstable nwarning in class tobjstring already in tclasstable nwarning in class tmacro already in tclasstable nwarning in class tmessagehandler already in tclasstable nwarning in class tpmeregexp already in tclasstable nwarning in class tstringtoken already in tclasstable nwarning in class tpluginmanager already in tclasstable nwarning in class tpluginhandler already in tclasstable nwarning in class tpoint already in tclasstable nwarning in class tprocessuuid already in tclasstable nwarning in class tqclass already in tclasstable nwarning in class tqcommand already in tclasstable nwarning in class tqundomanager already in tclasstable nwarning in class troot already in tclasstable nwarning in class tref already in tclasstable nwarning in class tsystemfile already in tclasstable nwarning in class tsystemdirectory already in tclasstable nwarning in class tsystem already in tclasstable nwarning in class vector iterator already in tclasstable nwarning in class reverse iterator iterator already in tclasstable nwarning in class tsysevthandler already in tclasstable nwarning in class tstdexceptionhandler already in tclasstable nwarning in class ttime already in tclasstable nwarning in class filestat t already in tclasstable nwarning in class usergroup t already in tclasstable nwarning in class sysinfo t already in tclasstable nwarning in class cpuinfo t already in tclasstable nwarning in class meminfo t already in tclasstable nwarning in class procinfo t already in tclasstable nwarning in class redirecthandle t already in tclasstable nwarning in class tprocesseventtimer already in tclasstable nwarning in class tremoteobject already in tclasstable nwarning in class ttask already in tclasstable nwarning in class vector iterator already in tclasstable nwarning in class reverse iterator iterator already in tclasstable nwarning in class tbuffer already in tclasstable nwarning in class tdirectory already in tclasstable nwarning in class trootioctor already in tclasstable nwarning in class tbrowser already in tclasstable nwarning in class tapplicationimp already in tclasstable nwarning in class tapplication already in tclasstable nwarning in class already in tclasstable nwarning in class tattaxis already in tclasstable nwarning in class tattbbox already in tclasstable nwarning in class tattfill already in tclasstable nwarning in class tattline already in tclasstable nwarning in class tattmarker already in tclasstable nwarning in class tattpad already in tclasstable nwarning in class tatttext already in tclasstable nwarning in class tbenchmark already in tclasstable nwarning in class tbrowserimp already in tclasstable nwarning in class tcontextmenu already in tclasstable nwarning in class already in tclasstable nwarning in class tcanvasimp already in tclasstable nwarning in class tcolor already in tclasstable nwarning in class tcontextmenuimp already in tclasstable nwarning in class tvirtualpad already in tclasstable nwarning in class tcontrolbarimp already in tclasstable nwarning in class tdatime already in tclasstable nwarning in class tenv already in tclasstable nwarning in class tenvrec already in tclasstable nwarning in class tinspectorimp already in tclasstable nwarning in class tguifactory already in tclasstable nwarning in class tstyle already in tclasstable nwarning in class tfilehandler already in tclasstable nwarning in class tvirtualfft already in tclasstable nwarning in class already in tclasstable nwarning in class tvirtualglpainter already in tclasstable nwarning in class tvirtualglmanip already in tclasstable nwarning in class tglmanager already in tclasstable nwarning in class tglpaintdevice already in tclasstable nwarning in class tvirtualps already in tclasstable nwarning in class tvirtualx already in tclasstable nwarning in class tvirtualpadeditor already in tclasstable nwarning in class tvirtualpadpainter already in tclasstable nwarning in class root fit dataoptions already in tclasstable nwarning in class root fit datarange already in tclasstable nwarning in class root fit fitdata already in tclasstable nwarning in class root fit bindata already in tclasstable nwarning in class root fit unbindata already in tclasstable nwarning in class root fit already in tclasstable nwarning in class root fit already in tclasstable nwarning in class root fit parametersettings already in tclasstable nwarning in class root fit fitconfig already in tclasstable nwarning in class root fit fitresult already in tclasstable nwarning in class root fit fitter already in tclasstable nwarning in class root fit loglikelihoodfcn already in tclasstable nwarning in class root fit loglikelihoodfcn already in tclasstable nwarning in class root fit poissonlikelihoodfcn already in tclasstable nwarning in class root fit poissonlikelihoodfcn already in tclasstable nwarning in class root fit sparsedata already in tclasstable nwarning in class trandom already in tclasstable nwarning in class already in tclasstable nwarning in class already in tclasstable nwarning in class already in tclasstable nwarning in class tvirtualfitter already in tclasstable nwarning in class tkdtree already in tclasstable nwarning in class tkdtree already in tclasstable nwarning in class tkdtreebinning already in tclasstable nwarning in class vector iterator already in tclasstable nwarning in class reverse iterator iterator already in tclasstable nwarning in class root math ibasefunctiononedim already in tclasstable nwarning in class root math igradientfunctiononedim already in tclasstable nwarning in class root math ibasefunctionmultidim already in tclasstable nwarning in class root math igradientfunctionmultidim already in tclasstable nwarning in class root math igradientmultidim already in tclasstable nwarning in class root math igradientonedim already in tclasstable nwarning in class root math iparametricfunctiononedim already in tclasstable nwarning in class root math iparametricgradfunctiononedim already in tclasstable nwarning in class root math iparametricfunctionmultidim already in tclasstable nwarning in class root math iparametricgradfunctionmultidim already in tclasstable nwarning in class root math ibaseparam already in tclasstable nwarning in class root math paramfunctor already in tclasstable nwarning in class root math functor already in tclasstable nwarning in class root math already in tclasstable nwarning in class root math gradfunctor already in tclasstable nwarning in class root math already in tclasstable nwarning in class root math ioptions already in tclasstable nwarning in class root math minimizeroptions already in tclasstable nwarning in class root math minimizer already in tclasstable nwarning in class root math baseintegratoroptions already in tclasstable nwarning in class root math integratoronedimoptions already in tclasstable nwarning in class root math integratormultidimoptions already in tclasstable nwarning in class root math virtualintegrator already in tclasstable nwarning in class root math virtualintegratoronedim already in tclasstable nwarning in class root math virtualintegratormultidim already in tclasstable nwarning in class root math integratoronedim already in tclasstable nwarning in class root math adaptiveintegratormultidim already in tclasstable nwarning in class root math integratormultidim already in tclasstable nwarning in class root math distsampler already in tclasstable nwarning in class root math factory already in tclasstable nwarning in class root math basicfitmethodfunction already in tclasstable nwarning in class root math basicfitmethodfunction already in tclasstable nwarning in class root math gaussintegrator already in tclasstable nwarning in class root math gausslegendreintegrator already in tclasstable nwarning in class root math irootfindermethod already in tclasstable nwarning in class root math rootfinder already in tclasstable nwarning in class root math richardsonderivator already in tclasstable nwarning in class root math already in tclasstable nwarning in class root math already in tclasstable nwarning in class root math brentrootfinder already in tclasstable nwarning in class root math distsampleroptions already in tclasstable nwarning in class root math goftest already in tclasstable nwarning in class tcomplex already in tclasstable nwarning in class tmatrixtbase already in tclasstable n glibc detected python free invalid next size normal n backtrace n lib libc so n lib libc so cfree n usr lib libstdc so zdlpv n usr lib libstdc so zdapv n build ports root lib libcore so n build ports root lib libcore so n build ports root lib libcore so errorhandler n build ports root lib libcore so z n build ports root lib libcore so infopfvvei n build ports root lib libcore so infopfvvei n build ports root lib libcore so infopfvvei n build ports root lib libcore so n build ports root lib libcore so infopkns n build ports root lib libmatrix so n build ports root lib libmatrix so n build ports root lib libmatrix so n build ports root lib libmatrix so n build ports root lib libmatrix so n lib ld linux so n lib ld linux so n lib ld linux so n lib ld linux so n lib ld linux so n lib libdl so n lib ld linux so n lib libdl so n lib libdl so dlopen n build buildslave foraii quick icerec build lib libicetray so projectssb n build buildslave foraii quick icerec build lib icecube icetray so implrkssb n build buildslave foraii quick icerec build lib icecube icetray so impl void return n build buildslave foraii quick icerec build lib icecube icetray so from tag n build buildslave foraii quick icerec build lib icecube icetray so call policiesens objectsf n build buildslave foraii quick icerec build lib icecube icetray so py function call policiesens objectsg n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so exception implens n build ports lib boost libboost python mt d so n build ports lib boost libboost python mt d so n usr lib so pyobject call n usr lib so pyeval evalframe n usr lib so pyeval evalframe n usr lib so pyeval evalcodeex n usr lib so pyeval evalcode n usr lib so n usr lib so pyrun simplefileexflags n usr lib so pyrun anyfileexflags n usr lib so py main npython main n lib libc so libc start main npython n memory map r xp build buildslave foraii quick icerec build lib icecube icetray so rw p build buildslave foraii quick icerec build lib icecube icetray so r xp build ports lib boost libboost system mt d so rw p build ports lib boost libboost system mt d so r xp build ports lib boost libboost signals mt d so rw p build ports lib boost libboost signals mt d so r xp build ports lib boost libboost thread mt d so rw p build ports lib boost libboost thread mt d so r xp build ports lib boost libboost date time mt d so rw p build ports lib boost libboost date time mt d so r xp build ports lib boost libboost filesystem mt d so rw p build ports lib boost libboost filesystem mt d so r xp lib libgcc s so rw p lib libgcc s so r xp lib librt so r p lib librt so rw p lib librt so r xp lib libnss nis so r p lib libnss nis so rw p lib libnss nis so r xp usr lib lib dynload cstringio so rw p usr lib lib dynload cstringio so r xp usr lib lib dynload stropmodule so rw p usr lib lib dynload stropmodule so r xp usr lib libstdc so r p usr lib libstdc so rw p usr lib libstdc so rw p r xp build ports lib boost libboost python mt d so rw p build ports lib boost libboost python mt d so r xp build ports lib boost libboost serialization mt d so rw p build ports lib boost libboost serialization mt d so r xp build ports lib boost libboost program options mt d so rw p build ports lib boost libboost program options mt d so r xp build ports lib boost libboost regex mt d so rw p build ports lib boost libboost regex mt d so r xp build ports root lib so rw p build ports root lib so rw p r xp lib libnss files so r p lib libnss files so rw p lib libnss files so r xp r xp build ports root lib librint so rw p build ports root lib librint so r xp lib ld so r p lib ld so rw p lib ld so r xp lib libc so r p lib libc so rw p lib libc so rw p r xp lib libdl so r p lib libdl so rw p lib libdl so r xp lib libm so r p lib libm so rw p lib libm so r xp lib libpthread so r p lib libpthread so rw p lib libpthread so rw p r xp build ports root lib libpostscript so rw p build ports root lib libpostscript so r xp build ports root lib libthread so rw p build ports root lib libthread so r xp usr lib lib dynload timemodule so rw p usr lib lib dynload timemodule so r xp usr lib lib dynload collectionsmodule so rw p usr lib lib dynload collectionsmodule so r xp build ports lib boost libboost iostreams mt d so rw p build ports lib boost libboost iostreams mt d so r xp lib libz so rw p lib libz so r xp usr lib so rw p usr lib so r xp lib libutil so r p lib libutil so rw p lib libutil so r xp usr lib so rw p usr lib so rw p r xp build buildslave foraii quick icerec build lib libicetray so rw p build buildslave foraii quick icerec build lib libicetray so rw p r xp build ports root lib librio so rw p build ports root lib librio so rw p r xp build ports root lib libnet so rw p build ports root lib libnet so rw p r xp build ports root lib libgpad so rw p build ports root lib libgpad so rw p r xp build ports root lib libminuit so rw p build ports root lib libminuit so rw p r xp lib libpcre so rw p lib libpcre so r xp lib libnsl so r p lib libnsl so rw p lib libnsl so rw p r xp build buildslave foraii quick icerec build lib libphotospline so rw p build buildslave foraii quick icerec build lib libphotospline so r xp usr lib libgfortran so rw p usr lib libgfortran so r xp build ports root lib librint so rw p build ports root lib librint so r xp build ports root lib libmathcore so rw p build ports root lib libmathcore so rw p r xp build buildslave foraii quick icerec build lib libdomtools so rw p build buildslave foraii quick icerec build lib libdomtools so rw p r xp build buildslave foraii quick icerec build lib liblinefit so rw p build buildslave foraii quick icerec build lib liblinefit so r xp build ports root lib libpostscript so rw p build ports root lib libpostscript so r xp build buildslave foraii quick icerec build lib icecube dataio so rw p build buildslave foraii quick icerec build lib icecube dataio so r xp build buildslave foraii quick icerec build lib libclast so rw p build buildslave foraii quick icerec build lib libclast so r xp build ports root lib libcore so rw p build ports root lib libcore so rw p r xp build ports root lib libgui so rw p build ports root lib libgui so rw p r xp usr lib libncurses so rw p usr lib libncurses so rw p r xp build ports root lib libhist so rw p build ports root lib libhist so rw p r xp build ports root lib libcint so rw p build ports root lib libcint so rw p r xp build buildslave foraii quick icerec build lib libdipolefit so rw p build buildslave foraii quick icerec build lib libdipolefit so rw p r xp build ports root lib libgraf so rw p build ports root lib libgraf so rw p r xp build ports lib gsl libgsl so rw p build ports lib gsl libgsl so r xp build buildslave foraii quick icerec build lib libtableio so rw p build buildslave foraii quick icerec build lib libtableio so r xp build buildslave foraii quick icerec build lib libflat ntuple so rw p build buildslave foraii quick icerec build lib libflat ntuple so r xp build ports root lib libmatrix so rw p build ports root lib libmatrix so rw p r xp build buildslave foraii quick icerec build lib libatmcscdenergyreco so rw p build buildslave foraii quick icerec build lib libatmcscdenergyreco so r xp build buildslave foraii quick icerec build lib libcscd llh so rw p build buildslave foraii quick icerec build lib libcscd llh so r xp build buildslave foraii quick icerec build lib libmuon bundle reco so rw p build buildslave foraii quick icerec build lib libmuon bundle reco so rw p r xp build buildslave foraii quick icerec build lib libtoprec so rw p build buildslave foraii quick icerec build lib libtoprec so rw p r xp build buildslave foraii quick icerec build lib libparaboloid so rw p build buildslave foraii quick icerec build lib libparaboloid so rw p r xp build ports root lib libgpad so rw p build ports root lib libgpad so rw p r xp lib libcrypt so r p lib libcrypt so rw p lib libcrypt so rw p r xp build ports root lib librio so rw p build ports root lib librio so rw p r xp build ports root lib libgraf so rw p build ports root lib libgraf so rw p r xp build ports root lib so rw p build ports root lib so rw p r xp build ports root lib libphysics so rw p build ports root lib libphysics so r xp build ports root lib libminuit so rw p build ports root lib libminuit so rw p r xp build buildslave foraii quick icerec build lib icecube interfaces so rw p build buildslave foraii quick icerec build lib icecube interfaces so r xp build buildslave foraii quick icerec build lib libdataio so rw p build buildslave foraii quick icerec build lib libdataio so r xp build ports root lib libcore so rw p build ports root lib libcore so rw p r xp build ports root lib libtree so rw p build ports root lib libtree so rw p r xp build buildslave foraii quick icerec build lib libipdf so rw p build buildslave foraii quick icerec build lib libipdf so r xp build buildslave foraii quick icerec build lib libphotonics service so rw p build buildslave foraii quick icerec build lib libphotonics service so r xp build ports root lib libnet so rw p build ports root lib libnet so rw p r xp build buildslave foraii quick icerec build lib libsimclasses so rw p build buildslave foraii quick icerec build lib libsimclasses so rw p r xp build ports root lib libphysics so rw p build ports root lib libphysics so r xp build ports root lib libmatrix so rw p build ports root lib libmatrix so rw p r xp build ports root lib libthread so rw p build ports root lib libthread so r xp build buildslave foraii quick icerec build lib libinterfaces so rw p build buildslave foraii quick icerec build lib libinterfaces so r xp build ports root lib libcint so rw p build ports root lib libcint so rw p r xp build ports root lib libmathcore so rw p build ports root lib libmathcore so rw p r xp build ports root lib libtree so rw p build ports root lib libtree so rw p r xp build ports root lib so rw p build ports root lib so rw p r xp build buildslave foraii quick icerec build lib libgulliver so rw p build buildslave foraii quick icerec build lib libgulliver so r xp build buildslave foraii quick icerec build lib libtensor of inertia so rw p build buildslave foraii quick icerec build lib libtensor of inertia so r xp usr bin python rw p usr bin python r xp build ports root lib so rw p build ports root lib so rw p r xp build buildslave foraii quick icerec build lib libphys services so rw p build buildslave foraii quick icerec build lib libphys services so rw p r xp usr lib libfreetype so rw p usr lib libfreetype so r xp build ports lib libcfitsio so rw p build ports lib libcfitsio so rw p r xp build buildslave foraii quick icerec build lib libcoordinate service so rw p build buildslave foraii quick icerec build lib libcoordinate service so rw p r xp build ports lib rdmc librdmc so rw p build ports lib rdmc librdmc so rw p r xp build ports root lib libgui so rw p build ports root lib libgui so rw p r xp build buildslave foraii quick icerec build lib liblilliput so rw p build buildslave foraii quick icerec build lib liblilliput so r xp build ports root lib libhist so rw p build ports root lib libhist so rw p r xp build ports lib so rw p build ports lib so rw p r xp build buildslave foraii quick icerec build lib libdataclasses so rw p build buildslave foraii quick icerec build lib libdataclasses so rw p rw p rwxp rw p n env shell sh line aborted path path ld library path ld library path dyld library path dyld library path pythonpath pythonpath icetray classpath icetray classpath platform src src build build ports ports rootsys build ports root shell shell new shell argv nexited icetray environment n n reporter nega cc dataclass icecube wisc edu resolution fixed ts component booking summary flat ntuple read an icecube and book it py fails with a sigabrt on priority normal keywords flat ntuple tests time milestone owner kath type defect
1
63,748
17,912,892,068
IssuesEvent
2021-09-09 08:03:24
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Trigger keyword notification only for exact match
T-Defect
### Steps to reproduce 1. Change your display name to "gg" 2. Join a room, and have someone send a message containing "https://discord.gg" ### What happened? ### What did you expect? To receive the message and for my notification settings to be respected ### What happened? Receiving this message triggered a "mention" notification because my display name "gg" has been set as a "keyword". The domain TLD "gg" triggered a match ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Homeserver _No response_ ### Have you submitted a rageshake? No
1.0
Trigger keyword notification only for exact match - ### Steps to reproduce 1. Change your display name to "gg" 2. Join a room, and have someone send a message containing "https://discord.gg" ### What happened? ### What did you expect? To receive the message and for my notification settings to be respected ### What happened? Receiving this message triggered a "mention" notification because my display name "gg" has been set as a "keyword". The domain TLD "gg" triggered a match ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Homeserver _No response_ ### Have you submitted a rageshake? No
defect
trigger keyword notification only for exact match steps to reproduce change your display name to gg join a room and have someone send a message containing what happened what did you expect to receive the message and for my notification settings to be respected what happened receiving this message triggered a mention notification because my display name gg has been set as a keyword the domain tld gg triggered a match operating system no response browser information no response url for webapp no response homeserver no response have you submitted a rageshake no
1
8,221
8,199,405,390
IssuesEvent
2018-08-31 20:03:44
ramboxapp/community-edition
https://api.github.com/repos/ramboxapp/community-edition
closed
Service Request: Android Messages
new service
Google Announced support for android messages on the web. This would be a nice extra service. More info: https://messages.android.com/
1.0
Service Request: Android Messages - Google Announced support for android messages on the web. This would be a nice extra service. More info: https://messages.android.com/
non_defect
service request android messages google announced support for android messages on the web this would be a nice extra service more info
0
30,133
5,731,297,652
IssuesEvent
2017-04-21 11:59:11
DevExpress/testcafe
https://api.github.com/repos/DevExpress/testcafe
closed
Implement proxy settings for TestCafe
AREA: client AREA: server DOCUMENTATION: required SYSTEM: API SYSTEM: hammerhead SYSTEM: runner TYPE: enhancement
### Are you requesting a feature or reporting a bug? feature ### What is the current behavior? In corporate networks, where browser have specified proxy settings for access to WEB, TestCafe cannot establish connection to the remote resources, cause all requests are sent directly to the remote host, bypassing corporate proxy. ### What is the expected behavior? TestCafe should provide capability to setup proxy options, like `http proxy url`, `http proxy port` etc
1.0
Implement proxy settings for TestCafe - ### Are you requesting a feature or reporting a bug? feature ### What is the current behavior? In corporate networks, where browser have specified proxy settings for access to WEB, TestCafe cannot establish connection to the remote resources, cause all requests are sent directly to the remote host, bypassing corporate proxy. ### What is the expected behavior? TestCafe should provide capability to setup proxy options, like `http proxy url`, `http proxy port` etc
non_defect
implement proxy settings for testcafe are you requesting a feature or reporting a bug feature what is the current behavior in corporate networks where browser have specified proxy settings for access to web testcafe cannot establish connection to the remote resources cause all requests are sent directly to the remote host bypassing corporate proxy what is the expected behavior testcafe should provide capability to setup proxy options like http proxy url http proxy port etc
0
24,934
4,148,400,889
IssuesEvent
2016-06-15 10:50:38
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[JDK-9] NoClassDefFoundError: javax/transaction/SystemException
Type: Defect Type: Test-Failure
I have updated jdk-9 version of our quality outreach builds then i got this exception from jenkins builds and my local. Here is the java version and detailed exception: ``` 12:06:49 java -version 12:06:50 java version "9-ea" 12:06:50 Java(TM) SE Runtime Environment (build 9-ea+111) 12:06:50 Java HotSpot(TM) 64-Bit Server VM (build 9-ea+111, mixed mode) ``` ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hazelcast: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: There was an error in the forked process [ERROR] java.lang.NoClassDefFoundError: javax/transaction/SystemException [ERROR] at java.lang.Class.getDeclaredMethods0(java.base@9-ea/Native Method) [ERROR] at java.lang.Class.privateGetDeclaredMethods(java.base@9-ea/Class.java:2937) [ERROR] at java.lang.Class.privateGetMethodRecursive(java.base@9-ea/Class.java:3282) [ERROR] at java.lang.Class.getMethod0(java.base@9-ea/Class.java:3252) [ERROR] at java.lang.Class.getMethod(java.base@9-ea/Class.java:1961) [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.tryGetMethod(ReflectionUtils.java:57) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isSuiteOnly(JUnit3TestChecker.java:64) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isValidJUnit3Test(JUnit3TestChecker.java:59) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.accept(JUnit3TestChecker.java:54) [ERROR] at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:52) [ERROR] at org.apache.maven.surefire.common.junit48.JUnit48TestChecker.accept(JUnit48TestChecker.java:50) [ERROR] at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:97) [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.scanClassPath(JUnitCoreProvider.java:210) [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [ERROR] Caused by: java.lang.ClassNotFoundException: javax.transaction.SystemException [ERROR] at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-ea/BuiltinClassLoader.java:368) [ERROR] at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-ea/ClassLoaders.java:185) [ERROR] at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419) [ERROR] ... 17 more ``` https://hazelcast-l337.ci.cloudbees.com/view/Quality-Outreach/job/Hazelcast-3.x-OpenJDK9-Quality-Outreach/398/console
1.0
[JDK-9] NoClassDefFoundError: javax/transaction/SystemException - I have updated jdk-9 version of our quality outreach builds then i got this exception from jenkins builds and my local. Here is the java version and detailed exception: ``` 12:06:49 java -version 12:06:50 java version "9-ea" 12:06:50 Java(TM) SE Runtime Environment (build 9-ea+111) 12:06:50 Java HotSpot(TM) 64-Bit Server VM (build 9-ea+111, mixed mode) ``` ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hazelcast: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test failed: There was an error in the forked process [ERROR] java.lang.NoClassDefFoundError: javax/transaction/SystemException [ERROR] at java.lang.Class.getDeclaredMethods0(java.base@9-ea/Native Method) [ERROR] at java.lang.Class.privateGetDeclaredMethods(java.base@9-ea/Class.java:2937) [ERROR] at java.lang.Class.privateGetMethodRecursive(java.base@9-ea/Class.java:3282) [ERROR] at java.lang.Class.getMethod0(java.base@9-ea/Class.java:3252) [ERROR] at java.lang.Class.getMethod(java.base@9-ea/Class.java:1961) [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.tryGetMethod(ReflectionUtils.java:57) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isSuiteOnly(JUnit3TestChecker.java:64) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isValidJUnit3Test(JUnit3TestChecker.java:59) [ERROR] at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.accept(JUnit3TestChecker.java:54) [ERROR] at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:52) [ERROR] at org.apache.maven.surefire.common.junit48.JUnit48TestChecker.accept(JUnit48TestChecker.java:50) [ERROR] at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:97) [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.scanClassPath(JUnitCoreProvider.java:210) [ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155) [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [ERROR] Caused by: java.lang.ClassNotFoundException: javax.transaction.SystemException [ERROR] at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@9-ea/BuiltinClassLoader.java:368) [ERROR] at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@9-ea/ClassLoaders.java:185) [ERROR] at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419) [ERROR] ... 17 more ``` https://hazelcast-l337.ci.cloudbees.com/view/Quality-Outreach/job/Hazelcast-3.x-OpenJDK9-Quality-Outreach/398/console
defect
noclassdeffounderror javax transaction systemexception i have updated jdk version of our quality outreach builds then i got this exception from jenkins builds and my local here is the java version and detailed exception java version java version ea java tm se runtime environment build ea java hotspot tm bit server vm build ea mixed mode failed to execute goal org apache maven plugins maven surefire plugin test default test on project hazelcast execution default test of goal org apache maven plugins maven surefire plugin test failed there was an error in the forked process java lang noclassdeffounderror javax transaction systemexception at java lang class java base ea native method at java lang class privategetdeclaredmethods java base ea class java at java lang class privategetmethodrecursive java base ea class java at java lang class java base ea class java at java lang class getmethod java base ea class java at org apache maven surefire util reflectionutils trygetmethod reflectionutils java at org apache maven surefire common issuiteonly java at org apache maven surefire common java at org apache maven surefire common accept java at org apache maven surefire common accept java at org apache maven surefire common accept java at org apache maven surefire util defaultscanresult applyfilter defaultscanresult java at org apache maven surefire junitcore junitcoreprovider scanclasspath junitcoreprovider java at org apache maven surefire junitcore junitcoreprovider invoke junitcoreprovider java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by java lang classnotfoundexception javax transaction systemexception at jdk internal loader builtinclassloader loadclass java base ea builtinclassloader java at jdk internal loader classloaders appclassloader loadclass java base ea classloaders java at java lang classloader loadclass java base ea classloader java more
1
236,761
19,572,842,884
IssuesEvent
2022-01-04 12:06:54
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
kv/kvserver/protectedts/ptcache: TestRefresh failed
C-test-failure O-robot branch-master
kv/kvserver/protectedts/ptcache.TestRefresh [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4033945&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4033945&tab=artifacts#/) on master @ [13354600034e07a0a00f813ae45a6931195b10ba](https://github.com/cockroachdb/cockroach/commits/13354600034e07a0a00f813ae45a6931195b10ba): ``` I220104 12:06:51.345381 1209 server/init.go:264 [n?] 90 active cluster version: 21.2-34 W220104 12:06:51.345480 1209 1@gossip/gossip.go:1472 [n1] 91 no addresses found; use --join to specify a connected node I220104 12:06:51.345527 1209 gossip/gossip.go:401 [n1] 93 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36351" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:21 minor_val:2 patch:0 internal:34 > build_tag:"v22.1.0-alpha.00000000-2551-g1335460003" started_at:1641298011345522110 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:33727" > I220104 12:06:51.345550 1396 1@server/server.go:1620 [n1] 92 connecting to gossip network to verify cluster ID "b6fc09bc-660d-45e3-8770-767fdc1c2c25" I220104 12:06:51.351632 1209 server/node.go:451 [n1] 94 initialized store s1 I220104 12:06:51.351688 1209 kv/kvserver/stores.go:250 [n1] 95 read 0 node addresses from persistent storage I220104 12:06:51.351744 1209 server/node.go:528 [n1] 96 started with engine type 2 I220104 12:06:51.351743 1396 1@server/server.go:1623 [n1] 97 node connected via gossip I220104 12:06:51.351767 1209 server/node.go:530 [n1] 98 started with attributes [] I220104 12:06:51.351856 1209 1@server/server.go:1764 [n1] 99 starting https server at 127.0.0.1:41001 (use: 127.0.0.1:41001) I220104 12:06:51.351886 1209 1@server/server.go:1769 [n1] 100 starting postgres server at 127.0.0.1:33727 (use: 127.0.0.1:33727) I220104 12:06:51.351924 1209 1@server/server.go:1771 [n1] 101 starting grpc server at 127.0.0.1:36351 I220104 12:06:51.351946 1209 1@server/server.go:1772 [n1] 102 advertising CockroachDB node at 127.0.0.1:36351 W220104 12:06:51.393588 1296 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 103 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying W220104 12:06:51.396049 1295 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 104 range lookup of key /Table/20 found only non-matching ranges []; retrying I220104 12:06:51.413586 1209 1@util/log/event_log.go:32 [n1] 105 ={"Timestamp":1641298011413581805,"EventType":"node_join","NodeID":1,"StartedAt":1641298011345522110,"LastUp":1641298011345522110} I220104 12:06:51.413642 1209 sql/sqlliveness/slinstance/slinstance.go:300 [n1] 106 starting SQL liveness instance I220104 12:06:51.414706 1553 sql/temporary_schema.go:515 [n1] 107 running temporary object cleanup background job I220104 12:06:51.414871 1571 sql/sqlstats/persistedsqlstats/provider.go:137 [n1] 108 starting sql-stats-worker with initial delay: 54m19.881673906s I220104 12:06:51.415721 1544 sql/sqlliveness/slstorage/slstorage.go:406 [n1] 109 inserted sqlliveness session f5cd1f1de8cf4b4b99f1901590257fc3 I220104 12:06:51.415761 1544 sql/sqlliveness/slinstance/slinstance.go:187 [n1] 110 created new SQL liveness session f5cd1f1de8cf4b4b99f1901590257fc3 I220104 12:06:51.416181 1553 sql/temporary_schema.go:559 [n1] 111 found 0 temporary schemas I220104 12:06:51.416217 1553 sql/temporary_schema.go:562 [n1] 112 early exiting temporary schema cleaner as no temporary schemas were found I220104 12:06:51.416233 1553 sql/temporary_schema.go:563 [n1] 113 completed temporary object cleanup job I220104 12:06:51.416247 1553 sql/temporary_schema.go:646 [n1] 114 temporary object cleaner next scheduled to run at 2022-01-04 12:36:51.414685489 +0000 UTC I220104 12:06:51.421960 1229 kv/kvserver/replica_rangefeed.go:651 [n1,rangefeed=lease,s1,r6/1:/Table/{SystemCon…-11}] 115 RangeFeed closed timestamp is empty I220104 12:06:51.428725 1561 util/log/event_log.go:32 [n1,intExec=optInToDiagnosticsStatReporting] 116 ={"Timestamp":1641298011423340819,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"diagnostics.reporting.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-optInToDiagnosticsStatReporting","SettingName":"diagnostics.reporting.enabled","Value":"true"} I220104 12:06:51.432448 1796 migration/migrationmanager/manager.go:110 [n1,intExec=set-setting,migration-mgr] 117 no need to migrate, cluster already at newest version I220104 12:06:51.433661 1796 util/log/event_log.go:32 [n1,intExec=set-setting] 118 ={"Timestamp":1641298011431478527,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'21.2-34'"],"SettingName":"version","Value":"21.2-34"} I220104 12:06:51.447406 2104 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 119 ={"Timestamp":1641298011443146670,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"1469e761-8204-4b30-92ca-9680a7d538b7"} I220104 12:06:51.455114 2195 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 120 ={"Timestamp":1641298011450651103,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":50,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} I220104 12:06:51.466366 1497 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 121 ={"Timestamp":1641298011455374042,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":52,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} I220104 12:06:51.471569 1428 3@vendor/github.com/cockroachdb/pebble/event.go:664 [n1,pebble,s1] 122 [JOB 3] WAL created 000004 I220104 12:06:51.483948 1209 server/server_sql.go:1161 [n1] 123 done ensuring all necessary startup migrations have run I220104 12:06:51.484116 2420 jobs/job_scheduler.go:357 [n1] 124 waiting 2m0s before scheduled jobs daemon start I220104 12:06:51.486072 2422 server/auto_upgrade.go:55 [n1] 125 no need to upgrade, cluster already at the newest version I220104 12:06:51.497748 1209 1@server/server.go:2448 [n1] 126 serving sql connections I220104 12:06:51.498249 1209 testutils/testcluster/testcluster.go:1158 [-] 127 WaitForFullReplication I220104 12:06:51.498273 1209 testutils/testcluster/testcluster.go:1162 [-] 128 WaitForFullReplication took: 251ns I220104 12:06:51.498309 1209 2@rpc/context.go:1107 [n1] 129 dialing n1: 127.0.0.1:36351 (default) --- FAIL: TestRefresh (0.30s) === RUN TestRefresh/needs_refresh,_no_change cache_test.go:141: Error Trace: cache_test.go:471 cache_test.go:141 Error: Not equal: expected: 1 actual : 2 Test: TestRefresh/needs_refresh,_no_change --- FAIL: TestRefresh/needs_refresh,_no_change (0.00s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - GOFLAGS=-parallel=4 </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRefresh.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
kv/kvserver/protectedts/ptcache: TestRefresh failed - kv/kvserver/protectedts/ptcache.TestRefresh [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4033945&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4033945&tab=artifacts#/) on master @ [13354600034e07a0a00f813ae45a6931195b10ba](https://github.com/cockroachdb/cockroach/commits/13354600034e07a0a00f813ae45a6931195b10ba): ``` I220104 12:06:51.345381 1209 server/init.go:264 [n?] 90 active cluster version: 21.2-34 W220104 12:06:51.345480 1209 1@gossip/gossip.go:1472 [n1] 91 no addresses found; use --join to specify a connected node I220104 12:06:51.345527 1209 gossip/gossip.go:401 [n1] 93 NodeDescriptor set to node_id:1 address:<network_field:"tcp" address_field:"127.0.0.1:36351" > attrs:<> locality:<tiers:<key:"region" value:"test" > tiers:<key:"dc" value:"dc1" > > ServerVersion:<major_val:21 minor_val:2 patch:0 internal:34 > build_tag:"v22.1.0-alpha.00000000-2551-g1335460003" started_at:1641298011345522110 cluster_name:"" sql_address:<network_field:"tcp" address_field:"127.0.0.1:33727" > I220104 12:06:51.345550 1396 1@server/server.go:1620 [n1] 92 connecting to gossip network to verify cluster ID "b6fc09bc-660d-45e3-8770-767fdc1c2c25" I220104 12:06:51.351632 1209 server/node.go:451 [n1] 94 initialized store s1 I220104 12:06:51.351688 1209 kv/kvserver/stores.go:250 [n1] 95 read 0 node addresses from persistent storage I220104 12:06:51.351744 1209 server/node.go:528 [n1] 96 started with engine type 2 I220104 12:06:51.351743 1396 1@server/server.go:1623 [n1] 97 node connected via gossip I220104 12:06:51.351767 1209 server/node.go:530 [n1] 98 started with attributes [] I220104 12:06:51.351856 1209 1@server/server.go:1764 [n1] 99 starting https server at 127.0.0.1:41001 (use: 127.0.0.1:41001) I220104 12:06:51.351886 1209 1@server/server.go:1769 [n1] 100 starting postgres server at 127.0.0.1:33727 (use: 127.0.0.1:33727) I220104 12:06:51.351924 1209 1@server/server.go:1771 [n1] 101 starting grpc server at 127.0.0.1:36351 I220104 12:06:51.351946 1209 1@server/server.go:1772 [n1] 102 advertising CockroachDB node at 127.0.0.1:36351 W220104 12:06:51.393588 1296 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Meta2/Table/20/NULL] 103 range lookup of key /Meta2/Table/20/NULL found only non-matching ranges []; retrying W220104 12:06:51.396049 1295 kv/range_lookup.go:243 [n1,rangefeed=table-stats-cache,range-lookup=/Table/20] 104 range lookup of key /Table/20 found only non-matching ranges []; retrying I220104 12:06:51.413586 1209 1@util/log/event_log.go:32 [n1] 105 ={"Timestamp":1641298011413581805,"EventType":"node_join","NodeID":1,"StartedAt":1641298011345522110,"LastUp":1641298011345522110} I220104 12:06:51.413642 1209 sql/sqlliveness/slinstance/slinstance.go:300 [n1] 106 starting SQL liveness instance I220104 12:06:51.414706 1553 sql/temporary_schema.go:515 [n1] 107 running temporary object cleanup background job I220104 12:06:51.414871 1571 sql/sqlstats/persistedsqlstats/provider.go:137 [n1] 108 starting sql-stats-worker with initial delay: 54m19.881673906s I220104 12:06:51.415721 1544 sql/sqlliveness/slstorage/slstorage.go:406 [n1] 109 inserted sqlliveness session f5cd1f1de8cf4b4b99f1901590257fc3 I220104 12:06:51.415761 1544 sql/sqlliveness/slinstance/slinstance.go:187 [n1] 110 created new SQL liveness session f5cd1f1de8cf4b4b99f1901590257fc3 I220104 12:06:51.416181 1553 sql/temporary_schema.go:559 [n1] 111 found 0 temporary schemas I220104 12:06:51.416217 1553 sql/temporary_schema.go:562 [n1] 112 early exiting temporary schema cleaner as no temporary schemas were found I220104 12:06:51.416233 1553 sql/temporary_schema.go:563 [n1] 113 completed temporary object cleanup job I220104 12:06:51.416247 1553 sql/temporary_schema.go:646 [n1] 114 temporary object cleaner next scheduled to run at 2022-01-04 12:36:51.414685489 +0000 UTC I220104 12:06:51.421960 1229 kv/kvserver/replica_rangefeed.go:651 [n1,rangefeed=lease,s1,r6/1:/Table/{SystemCon…-11}] 115 RangeFeed closed timestamp is empty I220104 12:06:51.428725 1561 util/log/event_log.go:32 [n1,intExec=optInToDiagnosticsStatReporting] 116 ={"Timestamp":1641298011423340819,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"diagnostics.reporting.enabled\" = true","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-optInToDiagnosticsStatReporting","SettingName":"diagnostics.reporting.enabled","Value":"true"} I220104 12:06:51.432448 1796 migration/migrationmanager/manager.go:110 [n1,intExec=set-setting,migration-mgr] 117 no need to migrate, cluster already at newest version I220104 12:06:51.433661 1796 util/log/event_log.go:32 [n1,intExec=set-setting] 118 ={"Timestamp":1641298011431478527,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING version = $1","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-set-setting","PlaceholderValues":["'21.2-34'"],"SettingName":"version","Value":"21.2-34"} I220104 12:06:51.447406 2104 util/log/event_log.go:32 [n1,intExec=initializeClusterSecret] 119 ={"Timestamp":1641298011443146670,"EventType":"set_cluster_setting","Statement":"SET CLUSTER SETTING \"cluster.secret\" = gen_random_uuid()::STRING","Tag":"SET CLUSTER SETTING","User":"root","ApplicationName":"$ internal-initializeClusterSecret","SettingName":"cluster.secret","Value":"1469e761-8204-4b30-92ca-9680a7d538b7"} I220104 12:06:51.455114 2195 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 120 ={"Timestamp":1641298011450651103,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS defaultdb","Tag":"CREATE DATABASE","User":"root","DescriptorID":50,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"defaultdb"} I220104 12:06:51.466366 1497 5@util/log/event_log.go:32 [n1,intExec=create-default-DB] 121 ={"Timestamp":1641298011455374042,"EventType":"create_database","Statement":"CREATE DATABASE IF NOT EXISTS postgres","Tag":"CREATE DATABASE","User":"root","DescriptorID":52,"ApplicationName":"$ internal-create-default-DB","DatabaseName":"postgres"} I220104 12:06:51.471569 1428 3@vendor/github.com/cockroachdb/pebble/event.go:664 [n1,pebble,s1] 122 [JOB 3] WAL created 000004 I220104 12:06:51.483948 1209 server/server_sql.go:1161 [n1] 123 done ensuring all necessary startup migrations have run I220104 12:06:51.484116 2420 jobs/job_scheduler.go:357 [n1] 124 waiting 2m0s before scheduled jobs daemon start I220104 12:06:51.486072 2422 server/auto_upgrade.go:55 [n1] 125 no need to upgrade, cluster already at the newest version I220104 12:06:51.497748 1209 1@server/server.go:2448 [n1] 126 serving sql connections I220104 12:06:51.498249 1209 testutils/testcluster/testcluster.go:1158 [-] 127 WaitForFullReplication I220104 12:06:51.498273 1209 testutils/testcluster/testcluster.go:1162 [-] 128 WaitForFullReplication took: 251ns I220104 12:06:51.498309 1209 2@rpc/context.go:1107 [n1] 129 dialing n1: 127.0.0.1:36351 (default) --- FAIL: TestRefresh (0.30s) === RUN TestRefresh/needs_refresh,_no_change cache_test.go:141: Error Trace: cache_test.go:471 cache_test.go:141 Error: Not equal: expected: 1 actual : 2 Test: TestRefresh/needs_refresh,_no_change --- FAIL: TestRefresh/needs_refresh,_no_change (0.00s) ``` <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) Parameters in this failure: - GOFLAGS=-parallel=4 </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRefresh.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_defect
kv kvserver protectedts ptcache testrefresh failed kv kvserver protectedts ptcache testrefresh with on master server init go active cluster version gossip gossip go no addresses found use join to specify a connected node gossip gossip go nodedescriptor set to node id address attrs locality tiers serverversion build tag alpha started at cluster name sql address server server go connecting to gossip network to verify cluster id server node go initialized store kv kvserver stores go read node addresses from persistent storage server node go started with engine type server server go node connected via gossip server node go started with attributes server server go starting https server at use server server go starting postgres server at use server server go starting grpc server at server server go advertising cockroachdb node at kv range lookup go range lookup of key table null found only non matching ranges retrying kv range lookup go range lookup of key table found only non matching ranges retrying util log event log go timestamp eventtype node join nodeid startedat lastup sql sqlliveness slinstance slinstance go starting sql liveness instance sql temporary schema go running temporary object cleanup background job sql sqlstats persistedsqlstats provider go starting sql stats worker with initial delay sql sqlliveness slstorage slstorage go inserted sqlliveness session sql sqlliveness slinstance slinstance go created new sql liveness session sql temporary schema go found temporary schemas sql temporary schema go early exiting temporary schema cleaner as no temporary schemas were found sql temporary schema go completed temporary object cleanup job sql temporary schema go temporary object cleaner next scheduled to run at utc kv kvserver replica rangefeed go rangefeed closed timestamp is empty util log event log go timestamp eventtype set cluster setting statement set cluster setting diagnostics reporting enabled true tag set cluster setting user root applicationname internal optintodiagnosticsstatreporting settingname diagnostics reporting enabled value true migration migrationmanager manager go no need to migrate cluster already at newest version util log event log go timestamp eventtype set cluster setting statement set cluster setting version tag set cluster setting user root applicationname internal set setting placeholdervalues settingname version value util log event log go timestamp eventtype set cluster setting statement set cluster setting cluster secret gen random uuid string tag set cluster setting user root applicationname internal initializeclustersecret settingname cluster secret value util log event log go timestamp eventtype create database statement create database if not exists defaultdb tag create database user root descriptorid applicationname internal create default db databasename defaultdb util log event log go timestamp eventtype create database statement create database if not exists postgres tag create database user root descriptorid applicationname internal create default db databasename postgres vendor github com cockroachdb pebble event go wal created server server sql go done ensuring all necessary startup migrations have run jobs job scheduler go waiting before scheduled jobs daemon start server auto upgrade go no need to upgrade cluster already at the newest version server server go serving sql connections testutils testcluster testcluster go waitforfullreplication testutils testcluster testcluster go waitforfullreplication took rpc context go dialing default fail testrefresh run testrefresh needs refresh no change cache test go error trace cache test go cache test go error not equal expected actual test testrefresh needs refresh no change fail testrefresh needs refresh no change help see also parameters in this failure goflags parallel cc cockroachdb kv
0
233
4,769,675,578
IssuesEvent
2016-10-26 13:19:57
ccswbs/hjckrrh
https://api.github.com/repos/ccswbs/hjckrrh
opened
PP - Set a standard size for people profile images
feature: people profiles (PP) type: enhancement request
Set a standard size for profile pictures, and resize photos automatically to conform to the standard size.
1.0
PP - Set a standard size for people profile images - Set a standard size for profile pictures, and resize photos automatically to conform to the standard size.
non_defect
pp set a standard size for people profile images set a standard size for profile pictures and resize photos automatically to conform to the standard size
0
43,198
11,562,801,552
IssuesEvent
2020-02-20 03:46:52
line/centraldogma
https://api.github.com/repos/line/centraldogma
opened
Caffeine logs its exceptions to stderr
defect
For example: ``` Feb 20, 2020 12:45:04 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 WARNING: Exception thrown during asynchronous load java.util.concurrent.CompletionException: com.linecorp.centraldogma.common.QueryExecutionException: JSON path evaluation failed: ... at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705) at io.micrometer.core.instrument.internal.TimedRunnable.run(TimedRunnable.java:44) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.linecorp.centraldogma.common.QueryExecutionException: JSON path evaluation failed: ... at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:294) at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:274) at com.linecorp.centraldogma.common.JsonPathQuery.apply(JsonPathQuery.java:100) at com.linecorp.centraldogma.common.JsonPathQuery.apply(JsonPathQuery.java:35) at com.linecorp.centraldogma.server.storage.repository.RepositoryUtil.applyQuery(RepositoryUtil.java:142) at com.linecorp.centraldogma.server.storage.repository.Repository.lambda$getOrNull$4(Repository.java:213) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ... 7 more Caused by: com.jayway.jsonpath.PathNotFoundException: No results for path: ... at com.jayway.jsonpath.internal.path.EvaluationContextImpl.getValue(EvaluationContextImpl.java:133) at com.jayway.jsonpath.JsonPath.read(JsonPath.java:187) at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:164) at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:169) at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:292) ... 13 more ```
1.0
Caffeine logs its exceptions to stderr - For example: ``` Feb 20, 2020 12:45:04 PM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7 WARNING: Exception thrown during asynchronous load java.util.concurrent.CompletionException: com.linecorp.centraldogma.common.QueryExecutionException: JSON path evaluation failed: ... at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705) at io.micrometer.core.instrument.internal.TimedRunnable.run(TimedRunnable.java:44) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: com.linecorp.centraldogma.common.QueryExecutionException: JSON path evaluation failed: ... at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:294) at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:274) at com.linecorp.centraldogma.common.JsonPathQuery.apply(JsonPathQuery.java:100) at com.linecorp.centraldogma.common.JsonPathQuery.apply(JsonPathQuery.java:35) at com.linecorp.centraldogma.server.storage.repository.RepositoryUtil.applyQuery(RepositoryUtil.java:142) at com.linecorp.centraldogma.server.storage.repository.Repository.lambda$getOrNull$4(Repository.java:213) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ... 7 more Caused by: com.jayway.jsonpath.PathNotFoundException: No results for path: ... at com.jayway.jsonpath.internal.path.EvaluationContextImpl.getValue(EvaluationContextImpl.java:133) at com.jayway.jsonpath.JsonPath.read(JsonPath.java:187) at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:164) at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:169) at com.linecorp.centraldogma.internal.Jackson.extractTree(Jackson.java:292) ... 13 more ```
defect
caffeine logs its exceptions to stderr for example feb pm com github benmanes caffeine cache localasynccache lambda handlecompletion warning exception thrown during asynchronous load java util concurrent completionexception com linecorp centraldogma common queryexecutionexception json path evaluation failed at java base java util concurrent completablefuture encodethrowable completablefuture java at java base java util concurrent completablefuture completethrowable completablefuture java at java base java util concurrent completablefuture uniapply tryfire completablefuture java at java base java util concurrent completablefuture postcomplete completablefuture java at java base java util concurrent completablefuture asyncsupply run completablefuture java at io micrometer core instrument internal timedrunnable run timedrunnable java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java base java lang thread run thread java caused by com linecorp centraldogma common queryexecutionexception json path evaluation failed at com linecorp centraldogma internal jackson extracttree jackson java at com linecorp centraldogma internal jackson extracttree jackson java at com linecorp centraldogma common jsonpathquery apply jsonpathquery java at com linecorp centraldogma common jsonpathquery apply jsonpathquery java at com linecorp centraldogma server storage repository repositoryutil applyquery repositoryutil java at com linecorp centraldogma server storage repository repository lambda getornull repository java at java base java util concurrent completablefuture uniapply tryfire completablefuture java more caused by com jayway jsonpath pathnotfoundexception no results for path at com jayway jsonpath internal path evaluationcontextimpl getvalue evaluationcontextimpl java at com jayway jsonpath jsonpath read jsonpath java at com jayway jsonpath internal jsoncontext read jsoncontext java at com jayway jsonpath internal jsoncontext read jsoncontext java at com linecorp centraldogma internal jackson extracttree jackson java more
1
16,756
2,941,659,748
IssuesEvent
2015-07-02 09:25:42
google/google-api-dotnet-client
https://api.github.com/repos/google/google-api-dotnet-client
closed
Google Analytics API - Error occurred while sending the request
auto-migrated Priority-Medium Type-Defect
``` Hello, What steps will reproduce the problem? 1.I am using a windows service (c# code) to pull the google analytics data. (everything works on my local machine but I am getting an error when I deploy the windows service on a test server). 2.The error I am getting: ErrorMessage: An error occurred while sending the request StackTrace: at Google.Apis.Requests.ClientServiceRequest`1.Execute() in c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bi n\Debug\test\default\Src\GoogleApis\Apis\Requests\ClientServiceRequest.cs line 96 What version of the product are you using? <package id="Google.Apis" version="1.9.0" targetFramework="net451" /> <package id="Google.Apis.Analytics.v3" version="1.9.0.1000" targetFramework="net451" /> <package id="Google.Apis.Auth" version="1.9.0" targetFramework="net451" /> <package id="Google.Apis.Core" version="1.9.0" targetFramework="net451" /> What is your operating system? Windows 7 What is your IDE? Microsoft Visual Studio 2013 Thank you! ``` Original issue reported on code.google.com by `alz.anal...@gmail.com` on 4 Dec 2014 at 5:23
1.0
Google Analytics API - Error occurred while sending the request - ``` Hello, What steps will reproduce the problem? 1.I am using a windows service (c# code) to pull the google analytics data. (everything works on my local machine but I am getting an error when I deploy the windows service on a test server). 2.The error I am getting: ErrorMessage: An error occurred while sending the request StackTrace: at Google.Apis.Requests.ClientServiceRequest`1.Execute() in c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bi n\Debug\test\default\Src\GoogleApis\Apis\Requests\ClientServiceRequest.cs line 96 What version of the product are you using? <package id="Google.Apis" version="1.9.0" targetFramework="net451" /> <package id="Google.Apis.Analytics.v3" version="1.9.0.1000" targetFramework="net451" /> <package id="Google.Apis.Auth" version="1.9.0" targetFramework="net451" /> <package id="Google.Apis.Core" version="1.9.0" targetFramework="net451" /> What is your operating system? Windows 7 What is your IDE? Microsoft Visual Studio 2013 Thank you! ``` Original issue reported on code.google.com by `alz.anal...@gmail.com` on 4 Dec 2014 at 5:23
defect
google analytics api error occurred while sending the request hello what steps will reproduce the problem i am using a windows service c code to pull the google analytics data everything works on my local machine but i am getting an error when i deploy the windows service on a test server the error i am getting errormessage an error occurred while sending the request stacktrace at google apis requests clientservicerequest execute in c code google com google api dotnet client default tools google apis release bi n debug test default src googleapis apis requests clientservicerequest cs line what version of the product are you using what is your operating system windows what is your ide microsoft visual studio thank you original issue reported on code google com by alz anal gmail com on dec at
1
139,187
5,357,903,052
IssuesEvent
2017-02-20 20:11:00
mentii/mentii
https://api.github.com/repos/mentii/mentii
closed
Display version on site (3)
Priority - Low
Story Points | 3 :--- | --- **Owner** | Jon #### Description FV wants version everywhere, so we are gonna shove it in a footer. #### Acceptance Criteria - Footer should include version - Should be a sticky footer - Footer should include license and a link to github
1.0
Display version on site (3) - Story Points | 3 :--- | --- **Owner** | Jon #### Description FV wants version everywhere, so we are gonna shove it in a footer. #### Acceptance Criteria - Footer should include version - Should be a sticky footer - Footer should include license and a link to github
non_defect
display version on site story points owner jon description fv wants version everywhere so we are gonna shove it in a footer acceptance criteria footer should include version should be a sticky footer footer should include license and a link to github
0
345,850
24,877,007,578
IssuesEvent
2022-10-27 20:03:55
supabase/supabase
https://api.github.com/repos/supabase/supabase
closed
Typo issue on Flutter Guide: redicrectCalled
documentation
# Improve documentation ## Link https://supabase.com/docs/guides/with-flutter#set-up-splash-screen ## Describe the problem Looking in variables names, we can see ``redicrectCalled`` instead of ``redirectCalled``. ## Describe the improvement Simply fix the typo ## Additional context A good way out for beginners in open source
1.0
Typo issue on Flutter Guide: redicrectCalled - # Improve documentation ## Link https://supabase.com/docs/guides/with-flutter#set-up-splash-screen ## Describe the problem Looking in variables names, we can see ``redicrectCalled`` instead of ``redirectCalled``. ## Describe the improvement Simply fix the typo ## Additional context A good way out for beginners in open source
non_defect
typo issue on flutter guide redicrectcalled improve documentation link describe the problem looking in variables names we can see redicrectcalled instead of redirectcalled describe the improvement simply fix the typo additional context a good way out for beginners in open source
0
69,207
22,275,161,915
IssuesEvent
2022-06-10 15:53:52
idaholab/raven
https://api.github.com/repos/idaholab/raven
closed
[DEFECT] Basic statistics results not fully reported
priority_normal defect archive
-------- Defect Description -------- Using the statistical postprocessor Basic statistics, after the creation of a database (in our case using MELCOR with the input attached, but I think that the same defect is with other interfaces) the results are not fully reported. In particular, the results from the second point (0 s is reported) to 5000 s are not present in the output file (basicStatHistory_0.csv). ##### What did you expect to see happen? This error begins after the end of the synchronization of the history sets, because the Synced CSVs are not affected by this problem (data from 0 to 5000 s reported). ##### What did you see instead? BasicStatHistory_0.csv file does not contain the data from 0.. s to 5000 s. ##### Do you have a suggested fix for the development team? **Describe how to Reproduce** Steps to reproduce the behavior: 1. to create a database with any interface 2. to run a post input including the BasicStatistics 3. the obtained basicStatHistory_0.csv contains the output with the defect **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: CENTOS - Ve rsion: 7.9 - Dependencies Installation: CONDA ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] Basic statistics results not fully reported - -------- Defect Description -------- Using the statistical postprocessor Basic statistics, after the creation of a database (in our case using MELCOR with the input attached, but I think that the same defect is with other interfaces) the results are not fully reported. In particular, the results from the second point (0 s is reported) to 5000 s are not present in the output file (basicStatHistory_0.csv). ##### What did you expect to see happen? This error begins after the end of the synchronization of the history sets, because the Synced CSVs are not affected by this problem (data from 0 to 5000 s reported). ##### What did you see instead? BasicStatHistory_0.csv file does not contain the data from 0.. s to 5000 s. ##### Do you have a suggested fix for the development team? **Describe how to Reproduce** Steps to reproduce the behavior: 1. to create a database with any interface 2. to run a post input including the BasicStatistics 3. the obtained basicStatHistory_0.csv contains the output with the defect **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: CENTOS - Ve rsion: 7.9 - Dependencies Installation: CONDA ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
defect
basic statistics results not fully reported defect description using the statistical postprocessor basic statistics after the creation of a database in our case using melcor with the input attached but i think that the same defect is with other interfaces the results are not fully reported in particular the results from the second point s is reported to s are not present in the output file basicstathistory csv what did you expect to see happen this error begins after the end of the synchronization of the history sets because the synced csvs are not affected by this problem data from to s reported what did you see instead basicstathistory csv file does not contain the data from s to s do you have a suggested fix for the development team describe how to reproduce steps to reproduce the behavior to create a database with any interface to run a post input including the basicstatistics the obtained basicstathistory csv contains the output with the defect screenshots and input files please attach the input file s that generate this error the simpler the input the faster we can find the issue platform please complete the following information os centos ve rsion dependencies installation conda for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure this review should occur when the issue is imminently going to be closed if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
1
133,874
18,982,191,429
IssuesEvent
2021-11-21 04:06:58
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Design editorial experience for Vet Center official name field
Design Content forms UX writing Sitewide CMS Team
## User stories As an admin, i can update the plain language Vet Center name (the node title) but not the Vet Center Official name which is migrated from Facility API. As a Vet Center editor, i can see, but not edit, either the official name or the plaing language Vet Center name (the node title). Other background - Official name will be shown as the h1, but plain language name will be used for URL and other places on the Veteran experience. Questions to consider: - if plain language and official name are the same, do we need to show both? ## Current experience For Prescott Vet Center ![Edit_Vet_Center_Dr__Cameron_McKinley_Department_of_Veterans_Affairs_Veterans_Center___VA_gov_CMS](https://user-images.githubusercontent.com/643678/137323746-3087af84-cb7a-4263-a1e4-e8e61f7794aa.png) ## ACs - [x] New "Official name" field has a designed label and help text - [x] Editing experience has been designed - [x] Proofing experience has been designed - [ ] Others TBD ## Artifact [Figma: Vet Centers prototype](https://www.figma.com/file/QUZpQV5Nf0LhtsrnqqVHas/Vet-Centers-forms?node-id=17%3A23) (Note that this file contains prototypes for several other pieces of work. The correct frames are labeled with this issue number, and the link should take you directly to the correct area.)
1.0
Design editorial experience for Vet Center official name field - ## User stories As an admin, i can update the plain language Vet Center name (the node title) but not the Vet Center Official name which is migrated from Facility API. As a Vet Center editor, i can see, but not edit, either the official name or the plaing language Vet Center name (the node title). Other background - Official name will be shown as the h1, but plain language name will be used for URL and other places on the Veteran experience. Questions to consider: - if plain language and official name are the same, do we need to show both? ## Current experience For Prescott Vet Center ![Edit_Vet_Center_Dr__Cameron_McKinley_Department_of_Veterans_Affairs_Veterans_Center___VA_gov_CMS](https://user-images.githubusercontent.com/643678/137323746-3087af84-cb7a-4263-a1e4-e8e61f7794aa.png) ## ACs - [x] New "Official name" field has a designed label and help text - [x] Editing experience has been designed - [x] Proofing experience has been designed - [ ] Others TBD ## Artifact [Figma: Vet Centers prototype](https://www.figma.com/file/QUZpQV5Nf0LhtsrnqqVHas/Vet-Centers-forms?node-id=17%3A23) (Note that this file contains prototypes for several other pieces of work. The correct frames are labeled with this issue number, and the link should take you directly to the correct area.)
non_defect
design editorial experience for vet center official name field user stories as an admin i can update the plain language vet center name the node title but not the vet center official name which is migrated from facility api as a vet center editor i can see but not edit either the official name or the plaing language vet center name the node title other background official name will be shown as the but plain language name will be used for url and other places on the veteran experience questions to consider if plain language and official name are the same do we need to show both current experience for prescott vet center acs new official name field has a designed label and help text editing experience has been designed proofing experience has been designed others tbd artifact note that this file contains prototypes for several other pieces of work the correct frames are labeled with this issue number and the link should take you directly to the correct area
0
62,465
17,023,928,528
IssuesEvent
2021-07-03 04:36:33
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Turn Restriction Fields Cannot Be Completed
Component: potlatch2 Priority: major Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 7.19am, Wednesday, 23rd December 2015]** At Node: 177731407 there is a Turn Right restriction going from residential road Fourth Avenue onto teritiary road Dagenham Road. When inputting the From: To: details of the turn restriction the To: section will not highlight Dagenham Road as an option. Instead it will provide Fourth Avenue as an option which is in fact the road the restriction is From. For now I have left the To: field blank.
1.0
Turn Restriction Fields Cannot Be Completed - **[Submitted to the original trac issue database at 7.19am, Wednesday, 23rd December 2015]** At Node: 177731407 there is a Turn Right restriction going from residential road Fourth Avenue onto teritiary road Dagenham Road. When inputting the From: To: details of the turn restriction the To: section will not highlight Dagenham Road as an option. Instead it will provide Fourth Avenue as an option which is in fact the road the restriction is From. For now I have left the To: field blank.
defect
turn restriction fields cannot be completed at node there is a turn right restriction going from residential road fourth avenue onto teritiary road dagenham road when inputting the from to details of the turn restriction the to section will not highlight dagenham road as an option instead it will provide fourth avenue as an option which is in fact the road the restriction is from for now i have left the to field blank
1
439,012
12,675,726,172
IssuesEvent
2020-06-19 02:41:11
wso2/micro-integrator
https://api.github.com/repos/wso2/micro-integrator
closed
Update VFS SMB related docs
Priority/Highest Type/Docs
**Description:** - Need to update the https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/examples/file-processing/Accessing_Windows_Share_Using_VFS_Transport/ doc with information prescribed in https://github.com/wso2/product-ei/issues/4087 (since we are not including the JCIFS by default anymore) - Add SMB2 related information.
1.0
Update VFS SMB related docs - **Description:** - Need to update the https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/examples/file-processing/Accessing_Windows_Share_Using_VFS_Transport/ doc with information prescribed in https://github.com/wso2/product-ei/issues/4087 (since we are not including the JCIFS by default anymore) - Add SMB2 related information.
non_defect
update vfs smb related docs description need to update the doc with information prescribed in since we are not including the jcifs by default anymore add related information
0
47,085
19,559,797,846
IssuesEvent
2022-01-03 14:46:29
PreMiD/Presences
https://api.github.com/repos/PreMiD/Presences
opened
Nad Games | nadgames.com
🤝 Help Wanted Service Request
### Discussed in https://github.com/PreMiD/Presences/discussions/4425 <div type='discussions-op-text'> <sup>Originally posted by **ENTPRESTIGIOUS** November 16, 2019</sup> **What's the name of the service?** nadgames.com **What should the Presence display?** Playing games, match scores? **Why do you want support for this service?** There are lots of people playing in this website and perhaps their match should be shown. **Are you able to provide an image for the service? (512x512 minimum)** ![image](https://user-images.githubusercontent.com/45579671/68985160-4f640f80-07c9-11ea-9acd-295b1cd8b190.png) </div>
1.0
Nad Games | nadgames.com - ### Discussed in https://github.com/PreMiD/Presences/discussions/4425 <div type='discussions-op-text'> <sup>Originally posted by **ENTPRESTIGIOUS** November 16, 2019</sup> **What's the name of the service?** nadgames.com **What should the Presence display?** Playing games, match scores? **Why do you want support for this service?** There are lots of people playing in this website and perhaps their match should be shown. **Are you able to provide an image for the service? (512x512 minimum)** ![image](https://user-images.githubusercontent.com/45579671/68985160-4f640f80-07c9-11ea-9acd-295b1cd8b190.png) </div>
non_defect
nad games nadgames com discussed in originally posted by entprestigious november what s the name of the service nadgames com what should the presence display playing games match scores why do you want support for this service there are lots of people playing in this website and perhaps their match should be shown are you able to provide an image for the service minimum
0
63,972
18,094,943,928
IssuesEvent
2021-09-22 08:01:01
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[BUG]: Settings window is too big on high resolution / high DPI screens
Type-Defect Component-GUI Status-Fixed
### Brief description of the issue ![windows-settings](https://user-images.githubusercontent.com/80743272/133216810-ff82669b-a9ac-4a53-a995-b302c5d6550d.png) ![settings-window](https://user-images.githubusercontent.com/80743272/133216791-5faf67db-1c33-436e-b4f1-352f039614e8.png) ### How to reproduce the bug? Have a high resolution / high DPI device. ### What was the expected result? For me to be able to see the entire window. Trying to resize the window to a smaller size is also not possible. ### What actually happened? The window is too large. ### Other information _No response_ ### Operating system and version * OS: Windows 21H1 64-bit * RSS Guard version: 4.0.2
1.0
[BUG]: Settings window is too big on high resolution / high DPI screens - ### Brief description of the issue ![windows-settings](https://user-images.githubusercontent.com/80743272/133216810-ff82669b-a9ac-4a53-a995-b302c5d6550d.png) ![settings-window](https://user-images.githubusercontent.com/80743272/133216791-5faf67db-1c33-436e-b4f1-352f039614e8.png) ### How to reproduce the bug? Have a high resolution / high DPI device. ### What was the expected result? For me to be able to see the entire window. Trying to resize the window to a smaller size is also not possible. ### What actually happened? The window is too large. ### Other information _No response_ ### Operating system and version * OS: Windows 21H1 64-bit * RSS Guard version: 4.0.2
defect
settings window is too big on high resolution high dpi screens brief description of the issue how to reproduce the bug have a high resolution high dpi device what was the expected result for me to be able to see the entire window trying to resize the window to a smaller size is also not possible what actually happened the window is too large other information no response operating system and version os windows bit rss guard version
1
5,128
2,610,181,519
IssuesEvent
2015-02-26 18:57:56
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
浅谈色斑可以去掉吗
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 我们不妨学会———沉淀生命,沉淀经验,沉淀心情,沉淀自己!让生命在运动中得以沉静,让心灵在浮躁中得以片刻宁静。把那些烦心的事当作每天必落的灰尘,慢慢地、静静地让它们沉淀下来,用宽广的胸怀容纳它们,我们的灵魂兴许会变得更加纯净,我们的心胸会变得更加豁达,我们的人生会更加快乐。这和祛斑是一个道理,色斑可以去掉吗, 《客户案例》   作为八十年代的女强人,我一直在忙忙碌碌经营我的事�� �,可近年来发现自己脸上和手上长了许多的老年斑出来,皮� ��也变的粗糙、灰暗起来,这可给了我很大的打击,我才五十 多岁呢,怎么可以就步入老年人的行列,可是对着自己一脸�� �老年斑,我不服老也不行。为了把脸上的老年斑去掉,我买� ��很多最高档的化妆品和护肤品来用,而且只要一听说能祛斑 的产品我就用,就,可总是没法去掉脸上的老年斑。<br>   今年三月份的时候我在网上偶然见到了「黛芙薇尔精华�� �」,我一看是外用的祛斑产品,感觉应该比内服的祛斑产品� ��全多了,因为我一直在用外敷的祛斑产品,不但祛斑效果慢 ,而且会在皮肤上留下色印子。使用「黛芙薇尔精华液」前�� �我咨询过「黛芙薇尔精华液」祛斑专家,专家说「黛芙薇尔� ��华液」主要是通过全面调节人体内分泌,加速皮肤的色斑色 素代谢来达到祛斑的目的,我听专家说的专业而且在理,当�� �就在公司网站上定购了一个周期的产品。货到付款,很快快� ��人员就把我定购的套装送到家里来了。<br>   使用前几天感觉不出什么效果,脸上的色斑什么变化都�� �有,但是也没有什么不舒服的症状出现,没有“不耐受”“� ��敏”之类的问题。半个月以后,就发现颧骨附近的斑颜色变 淡了,脸上没有以前那么干燥,皮肤看起来也没那么灰暗了�� �使用半个月以后我就感觉自己的精神状况都好了,记忆情况� ��改善了,不会丢三落四动不动感觉疲倦。一个月过去了,我 体验到的使用效果就更明显了,首先是皮肤得到了改善,变�� �不再粗糙,还白了许多,斑也开始缩小变淡,鼻梁上芝麻粒� ��小的斑已经基本见不到了,大块一点的斑摸上去也没有硬块 ,颜色从褐色变成了浅褐色。我就又订购了一个周期的,第�� �个周期使用完以后,脸上的斑点差不多都消失了,下巴和鼻� ��附近的斑大部分都消失了,颧骨附近还有一些没有消退,但 是颜色已经变得很淡,不仔细看看不出来。「黛芙薇尔精华�� �」祛斑专家说我吸收好,体质也还可以,所以祛斑的效果特� ��显著,此外,我皮肤还变好了,也变白了不少。 后来我打电话咨询了一下专家,问她像我这种情况还需要使�� �多久的产品才能彻底清除脸上的斑点,专家说只要我巩固治� ��一下就可以了,于是我又买了第三个周期继续使用,结果非 常理想,我脸上的斑已经见不到了,褐色颜色的斑似乎在一�� �之间被皮肤抚平了,斑印、斑痕也不见了,皮肤变得白净,� ��好高兴,老年斑再不会困扰我了,我又做回当初那个女强人 。 阅读了色斑可以去掉吗,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑可以去掉吗,同时为您分享祛斑小方法 瓜果皮贴面美容“妙法”不科学,因为果皮中所含的果酸和�� �素成份很重,它会使皮肤变得更黑。我国女性一贯以女性皮� ��白嫩为美,可选用冬瓜的白肉,千万不能见果皮就贴。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:35
1.0
浅谈色斑可以去掉吗 - ``` 《摘要》 我们不妨学会———沉淀生命,沉淀经验,沉淀心情,沉淀自己!让生命在运动中得以沉静,让心灵在浮躁中得以片刻宁静。把那些烦心的事当作每天必落的灰尘,慢慢地、静静地让它们沉淀下来,用宽广的胸怀容纳它们,我们的灵魂兴许会变得更加纯净,我们的心胸会变得更加豁达,我们的人生会更加快乐。这和祛斑是一个道理,色斑可以去掉吗, 《客户案例》   作为八十年代的女强人,我一直在忙忙碌碌经营我的事�� �,可近年来发现自己脸上和手上长了许多的老年斑出来,皮� ��也变的粗糙、灰暗起来,这可给了我很大的打击,我才五十 多岁呢,怎么可以就步入老年人的行列,可是对着自己一脸�� �老年斑,我不服老也不行。为了把脸上的老年斑去掉,我买� ��很多最高档的化妆品和护肤品来用,而且只要一听说能祛斑 的产品我就用,就,可总是没法去掉脸上的老年斑。<br>   今年三月份的时候我在网上偶然见到了「黛芙薇尔精华�� �」,我一看是外用的祛斑产品,感觉应该比内服的祛斑产品� ��全多了,因为我一直在用外敷的祛斑产品,不但祛斑效果慢 ,而且会在皮肤上留下色印子。使用「黛芙薇尔精华液」前�� �我咨询过「黛芙薇尔精华液」祛斑专家,专家说「黛芙薇尔� ��华液」主要是通过全面调节人体内分泌,加速皮肤的色斑色 素代谢来达到祛斑的目的,我听专家说的专业而且在理,当�� �就在公司网站上定购了一个周期的产品。货到付款,很快快� ��人员就把我定购的套装送到家里来了。<br>   使用前几天感觉不出什么效果,脸上的色斑什么变化都�� �有,但是也没有什么不舒服的症状出现,没有“不耐受”“� ��敏”之类的问题。半个月以后,就发现颧骨附近的斑颜色变 淡了,脸上没有以前那么干燥,皮肤看起来也没那么灰暗了�� �使用半个月以后我就感觉自己的精神状况都好了,记忆情况� ��改善了,不会丢三落四动不动感觉疲倦。一个月过去了,我 体验到的使用效果就更明显了,首先是皮肤得到了改善,变�� �不再粗糙,还白了许多,斑也开始缩小变淡,鼻梁上芝麻粒� ��小的斑已经基本见不到了,大块一点的斑摸上去也没有硬块 ,颜色从褐色变成了浅褐色。我就又订购了一个周期的,第�� �个周期使用完以后,脸上的斑点差不多都消失了,下巴和鼻� ��附近的斑大部分都消失了,颧骨附近还有一些没有消退,但 是颜色已经变得很淡,不仔细看看不出来。「黛芙薇尔精华�� �」祛斑专家说我吸收好,体质也还可以,所以祛斑的效果特� ��显著,此外,我皮肤还变好了,也变白了不少。 后来我打电话咨询了一下专家,问她像我这种情况还需要使�� �多久的产品才能彻底清除脸上的斑点,专家说只要我巩固治� ��一下就可以了,于是我又买了第三个周期继续使用,结果非 常理想,我脸上的斑已经见不到了,褐色颜色的斑似乎在一�� �之间被皮肤抚平了,斑印、斑痕也不见了,皮肤变得白净,� ��好高兴,老年斑再不会困扰我了,我又做回当初那个女强人 。 阅读了色斑可以去掉吗,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑可以去掉吗,同时为您分享祛斑小方法 瓜果皮贴面美容“妙法”不科学,因为果皮中所含的果酸和�� �素成份很重,它会使皮肤变得更黑。我国女性一贯以女性皮� ��白嫩为美,可选用冬瓜的白肉,千万不能见果皮就贴。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:35
defect
浅谈色斑可以去掉吗 《摘要》 我们不妨学会———沉淀生命,沉淀经验,沉淀心情,沉淀自己!让生命在运动中得以沉静,让心灵在浮躁中得以片刻宁静。把那些烦心的事当作每天必落的灰尘,慢慢地、静静地让它们沉淀下来,用宽广的胸怀容纳它们,我们的灵魂兴许会变得更加纯净,我们的心胸会变得更加豁达,我们的人生会更加快乐。这和祛斑是一个道理,色斑可以去掉吗, 《客户案例》   作为八十年代的女强人,我一直在忙忙碌碌经营我的事�� �,可近年来发现自己脸上和手上长了许多的老年斑出来,皮� ��也变的粗糙、灰暗起来,这可给了我很大的打击,我才五十 多岁呢,怎么可以就步入老年人的行列,可是对着自己一脸�� �老年斑,我不服老也不行。为了把脸上的老年斑去掉,我买� ��很多最高档的化妆品和护肤品来用,而且只要一听说能祛斑 的产品我就用,就,可总是没法去掉脸上的老年斑。   今年三月份的时候我在网上偶然见到了「黛芙薇尔精华�� �」,我一看是外用的祛斑产品,感觉应该比内服的祛斑产品� ��全多了,因为我一直在用外敷的祛斑产品,不但祛斑效果慢 ,而且会在皮肤上留下色印子。使用「黛芙薇尔精华液」前�� �我咨询过「黛芙薇尔精华液」祛斑专家,专家说「黛芙薇尔� ��华液」主要是通过全面调节人体内分泌,加速皮肤的色斑色 素代谢来达到祛斑的目的,我听专家说的专业而且在理,当�� �就在公司网站上定购了一个周期的产品。货到付款,很快快� ��人员就把我定购的套装送到家里来了。   使用前几天感觉不出什么效果,脸上的色斑什么变化都�� �有,但是也没有什么不舒服的症状出现,没有“不耐受”“� ��敏”之类的问题。半个月以后,就发现颧骨附近的斑颜色变 淡了,脸上没有以前那么干燥,皮肤看起来也没那么灰暗了�� �使用半个月以后我就感觉自己的精神状况都好了,记忆情况� ��改善了,不会丢三落四动不动感觉疲倦。一个月过去了,我 体验到的使用效果就更明显了,首先是皮肤得到了改善,变�� �不再粗糙,还白了许多,斑也开始缩小变淡,鼻梁上芝麻粒� ��小的斑已经基本见不到了,大块一点的斑摸上去也没有硬块 ,颜色从褐色变成了浅褐色。我就又订购了一个周期的,第�� �个周期使用完以后,脸上的斑点差不多都消失了,下巴和鼻� ��附近的斑大部分都消失了,颧骨附近还有一些没有消退,但 是颜色已经变得很淡,不仔细看看不出来。「黛芙薇尔精华�� �」祛斑专家说我吸收好,体质也还可以,所以祛斑的效果特� ��显著,此外,我皮肤还变好了,也变白了不少。 后来我打电话咨询了一下专家,问她像我这种情况还需要使�� �多久的产品才能彻底清除脸上的斑点,专家说只要我巩固治� ��一下就可以了,于是我又买了第三个周期继续使用,结果非 常理想,我脸上的斑已经见不到了,褐色颜色的斑似乎在一�� �之间被皮肤抚平了,斑印、斑痕也不见了,皮肤变得白净,� ��好高兴,老年斑再不会困扰我了,我又做回当初那个女强人 。 阅读了色斑可以去掉吗,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 色斑可以去掉吗,同时为您分享祛斑小方法 瓜果皮贴面美容“妙法”不科学,因为果皮中所含的果酸和�� �素成份很重,它会使皮肤变得更黑。我国女性一贯以女性皮� ��白嫩为美,可选用冬瓜的白肉,千万不能见果皮就贴。 original issue reported on code google com by additive gmail com on jul at
1
388,761
26,780,807,058
IssuesEvent
2023-01-31 21:00:36
mergestat/sqlq
https://api.github.com/repos/mergestat/sqlq
closed
Provide documentation on schema for background worker
documentation
JLo (@amenowanna) to provide more details on the schema [in this notion document](https://www.notion.so/mergestat/55af9b4d3b584395ad6d0e914df75cd2). Certain aspects like _soft-delete_, `uuid` vs `bigint`, etc. need to be discussed and documented.
1.0
Provide documentation on schema for background worker - JLo (@amenowanna) to provide more details on the schema [in this notion document](https://www.notion.so/mergestat/55af9b4d3b584395ad6d0e914df75cd2). Certain aspects like _soft-delete_, `uuid` vs `bigint`, etc. need to be discussed and documented.
non_defect
provide documentation on schema for background worker jlo amenowanna to provide more details on the schema certain aspects like soft delete uuid vs bigint etc need to be discussed and documented
0
78,622
27,638,098,274
IssuesEvent
2023-03-10 15:54:17
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
The content is becoming published automatically after unpublishing it manually without specifying any publish date
Type : Defect Triage
### Parent Issue _No response_ ### Problem Statement The content is becoming published automatically after unpublishing it manually without specifying any publish date. ### Steps to Reproduce 1. login to the demo site. 2. Create a new test content type and add a title, and DateTime field. 3. Set the DateTime field as the publishing date for content. 4. Create a new contentlet for test content type with title only and save it. 5. The saved contentlet then will auto-publish even publish date is not set. 6. If you unpublish it will republish again. **Note:** If publishing date is never set as a field on Test content type then it will keep in save state and not auto-publish and once publish date set on content type then after even setting as empty will not take any effect and content will auto publish again and again. **Behind the Scene :** When publish date has set on content type then it only check If publish date field is set and don't bother if publish date even set or not on contentlet and publish it again and again. And when publish date has removed then in database column '' saved not null value so again It only check if publish date filed has set (not null) ['' is not null] so thats why it publish again and again. ### Acceptance Criteria When publish date field set on content type then it should respect publishdate field (Datetime set) on contentlet and compare it and then publish it or keep it in Save state. When publish date field set to empty on content type then it should put null on database column.publish date ### dotCMS Version 23.02 ### Proposed Objective Customer Support ### Proposed Priority Priority 4 - Trivial ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. https://dotcms.zendesk.com/agent/tickets/110406 https://github.com/dotCMS/core/issues/24266 ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
The content is becoming published automatically after unpublishing it manually without specifying any publish date - ### Parent Issue _No response_ ### Problem Statement The content is becoming published automatically after unpublishing it manually without specifying any publish date. ### Steps to Reproduce 1. login to the demo site. 2. Create a new test content type and add a title, and DateTime field. 3. Set the DateTime field as the publishing date for content. 4. Create a new contentlet for test content type with title only and save it. 5. The saved contentlet then will auto-publish even publish date is not set. 6. If you unpublish it will republish again. **Note:** If publishing date is never set as a field on Test content type then it will keep in save state and not auto-publish and once publish date set on content type then after even setting as empty will not take any effect and content will auto publish again and again. **Behind the Scene :** When publish date has set on content type then it only check If publish date field is set and don't bother if publish date even set or not on contentlet and publish it again and again. And when publish date has removed then in database column '' saved not null value so again It only check if publish date filed has set (not null) ['' is not null] so thats why it publish again and again. ### Acceptance Criteria When publish date field set on content type then it should respect publishdate field (Datetime set) on contentlet and compare it and then publish it or keep it in Save state. When publish date field set to empty on content type then it should put null on database column.publish date ### dotCMS Version 23.02 ### Proposed Objective Customer Support ### Proposed Priority Priority 4 - Trivial ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. https://dotcms.zendesk.com/agent/tickets/110406 https://github.com/dotCMS/core/issues/24266 ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
the content is becoming published automatically after unpublishing it manually without specifying any publish date parent issue no response problem statement the content is becoming published automatically after unpublishing it manually without specifying any publish date steps to reproduce login to the demo site create a new test content type and add a title and datetime field set the datetime field as the publishing date for content create a new contentlet for test content type with title only and save it the saved contentlet then will auto publish even publish date is not set if you unpublish it will republish again note if publishing date is never set as a field on test content type then it will keep in save state and not auto publish and once publish date set on content type then after even setting as empty will not take any effect and content will auto publish again and again behind the scene when publish date has set on content type then it only check if publish date field is set and don t bother if publish date even set or not on contentlet and publish it again and again and when publish date has removed then in database column saved not null value so again it only check if publish date filed has set not null so thats why it publish again and again acceptance criteria when publish date field set on content type then it should respect publishdate field datetime set on contentlet and compare it and then publish it or keep it in save state when publish date field set to empty on content type then it should put null on database column publish date dotcms version proposed objective customer support proposed priority priority trivial external links slack conversations support tickets figma designs etc assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1