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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
80,302
| 30,218,001,958
|
IssuesEvent
|
2023-07-05 17:00:19
|
vector-im/element-x-ios
|
https://api.github.com/repos/vector-im/element-x-ios
|
closed
|
Messages can miss with the sliding sync timeline api
|
X-Needs-Rust A-Timeline T-Defect TF:1
|
Since [using the new api ](https://github.com/vector-im/element-x-ios/pull/401), we got reports where some messages can miss in the middle of the timeline.
Messages are back after restarting the app.
We do not know yet a way to reproduce it.
There are rageshakes but they seem useless like:
https://github.com/matrix-org/element-ios-rageshakes/issues/22576
|
1.0
|
Messages can miss with the sliding sync timeline api - Since [using the new api ](https://github.com/vector-im/element-x-ios/pull/401), we got reports where some messages can miss in the middle of the timeline.
Messages are back after restarting the app.
We do not know yet a way to reproduce it.
There are rageshakes but they seem useless like:
https://github.com/matrix-org/element-ios-rageshakes/issues/22576
|
defect
|
messages can miss with the sliding sync timeline api since we got reports where some messages can miss in the middle of the timeline messages are back after restarting the app we do not know yet a way to reproduce it there are rageshakes but they seem useless like
| 1
|
61,760
| 17,023,773,800
|
IssuesEvent
|
2021-07-03 03:46:36
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
+init=epsg:3857 should be default projection description
|
Component: mapnik Priority: minor Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 9.24pm, Monday, 6th February 2012]**
+init=epsg:3857 should be default projection description.
Why:
1. osm.xml/tirex pair will work faster, omitting useless reprojections (see http://trac.openstreetmap.org/ticket/4212);
2. mapnik itself has some internal optimization that relies on +init=epsg:3857 as spherical mercator description;
3. this will be one of the steps to get rid of all the "spherical mercator hell", see http://wiki.openstreetmap.org/wiki/Spherical_Mercator for the list of different names and definitions
|
1.0
|
+init=epsg:3857 should be default projection description - **[Submitted to the original trac issue database at 9.24pm, Monday, 6th February 2012]**
+init=epsg:3857 should be default projection description.
Why:
1. osm.xml/tirex pair will work faster, omitting useless reprojections (see http://trac.openstreetmap.org/ticket/4212);
2. mapnik itself has some internal optimization that relies on +init=epsg:3857 as spherical mercator description;
3. this will be one of the steps to get rid of all the "spherical mercator hell", see http://wiki.openstreetmap.org/wiki/Spherical_Mercator for the list of different names and definitions
|
defect
|
init epsg should be default projection description init epsg should be default projection description why osm xml tirex pair will work faster omitting useless reprojections see mapnik itself has some internal optimization that relies on init epsg as spherical mercator description this will be one of the steps to get rid of all the spherical mercator hell see for the list of different names and definitions
| 1
|
229,233
| 18,286,668,061
|
IssuesEvent
|
2021-10-05 11:04:47
|
DILCISBoard/eark-ip-test-corpus
|
https://api.github.com/repos/DILCISBoard/eark-ip-test-corpus
|
closed
|
CSIP107 Test Case Description
|
test case
|
**Specification:**
- **Name:** E-ARK CSIP
- **Version:** 2.0-DRAFT
- **URL:** http://earkcsip.dilcis.eu/
**Requirement:**
- **Id:** CSIP107
- **Link:** http://earkcsip.dilcis.eu/#CSIP107
**Error Level:** ERROR
**Description:**
CSIP107 | Representation division label structMap/div/div/@LABEL | The representation division (div) element in the package uses the path to the METS document as the value for the attribute LABEL. | 1..1 MUST
-- | -- | -- | --
|
1.0
|
CSIP107 Test Case Description - **Specification:**
- **Name:** E-ARK CSIP
- **Version:** 2.0-DRAFT
- **URL:** http://earkcsip.dilcis.eu/
**Requirement:**
- **Id:** CSIP107
- **Link:** http://earkcsip.dilcis.eu/#CSIP107
**Error Level:** ERROR
**Description:**
CSIP107 | Representation division label structMap/div/div/@LABEL | The representation division (div) element in the package uses the path to the METS document as the value for the attribute LABEL. | 1..1 MUST
-- | -- | -- | --
|
non_defect
|
test case description specification name e ark csip version draft url requirement id link error level error description representation division label structmap div div label the representation division div element in the package uses the path to the mets document as the value for the attribute label must
| 0
|
15,466
| 2,856,032,964
|
IssuesEvent
|
2015-06-02 13:10:29
|
dermotte/lire
|
https://api.github.com/repos/dermotte/lire
|
closed
|
java.lang.AssertionError exception when only one image in index
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. add only one image to index with help of CEDD documentbuilder
2. search by this image (note, same image as you added to index)
3. in ImageSearchHits you will have only one record, calling hits.score(0) will
throw java.lang.AssertionError exception
What is the expected output? What do you see instead?
expected - 0; exception instead
What version of the product are you using? On what operating system?
0.9.3, Windows 7x64
Please provide any additional information below.
I attached source files for your convenience
thanks
```
Original issue reported on code.google.com by `arsen.li...@gmail.com` on 13 Oct 2014 at 4:54
Attachments:
* [ImageDescriptorDAO.java](https://storage.googleapis.com/google-code-attachments/lire/issue-16/comment-0/ImageDescriptorDAO.java)
* [Test1.java](https://storage.googleapis.com/google-code-attachments/lire/issue-16/comment-0/Test1.java)
|
1.0
|
java.lang.AssertionError exception when only one image in index - ```
What steps will reproduce the problem?
1. add only one image to index with help of CEDD documentbuilder
2. search by this image (note, same image as you added to index)
3. in ImageSearchHits you will have only one record, calling hits.score(0) will
throw java.lang.AssertionError exception
What is the expected output? What do you see instead?
expected - 0; exception instead
What version of the product are you using? On what operating system?
0.9.3, Windows 7x64
Please provide any additional information below.
I attached source files for your convenience
thanks
```
Original issue reported on code.google.com by `arsen.li...@gmail.com` on 13 Oct 2014 at 4:54
Attachments:
* [ImageDescriptorDAO.java](https://storage.googleapis.com/google-code-attachments/lire/issue-16/comment-0/ImageDescriptorDAO.java)
* [Test1.java](https://storage.googleapis.com/google-code-attachments/lire/issue-16/comment-0/Test1.java)
|
defect
|
java lang assertionerror exception when only one image in index what steps will reproduce the problem add only one image to index with help of cedd documentbuilder search by this image note same image as you added to index in imagesearchhits you will have only one record calling hits score will throw java lang assertionerror exception what is the expected output what do you see instead expected exception instead what version of the product are you using on what operating system windows please provide any additional information below i attached source files for your convenience thanks original issue reported on code google com by arsen li gmail com on oct at attachments
| 1
|
386,067
| 11,431,306,962
|
IssuesEvent
|
2020-02-04 11:51:57
|
kiwitcms/Kiwi
|
https://api.github.com/repos/kiwitcms/Kiwi
|
closed
|
Test plan - Cases / Reviewing Cases - - Display of list longer than 9 items
|
UI/UX bug low priority
|
### Description of problem
When one of the components of test case (Setup, Breakdown, Actions, Expected results) has a list with 10 or more items, the display of the test is broken.
### Component (web, API, etc)
Web
### Version or commit hash (if applicable)
4.1.4
### How often reproducible
Always:
Opera - 52.0.2871.64
Chrome - 66.0.3359.139
Firefox - 59.0.3
### Steps to Reproduce
1. Create new test case with 10+ items in ordered list
2. Save test case
3. Check the test case display in Test plan
### Actual results

### Expected results
Test case text should be shown inside the field border.
|
1.0
|
Test plan - Cases / Reviewing Cases - - Display of list longer than 9 items - ### Description of problem
When one of the components of test case (Setup, Breakdown, Actions, Expected results) has a list with 10 or more items, the display of the test is broken.
### Component (web, API, etc)
Web
### Version or commit hash (if applicable)
4.1.4
### How often reproducible
Always:
Opera - 52.0.2871.64
Chrome - 66.0.3359.139
Firefox - 59.0.3
### Steps to Reproduce
1. Create new test case with 10+ items in ordered list
2. Save test case
3. Check the test case display in Test plan
### Actual results

### Expected results
Test case text should be shown inside the field border.
|
non_defect
|
test plan cases reviewing cases display of list longer than items description of problem when one of the components of test case setup breakdown actions expected results has a list with or more items the display of the test is broken component web api etc web version or commit hash if applicable how often reproducible always opera chrome firefox steps to reproduce create new test case with items in ordered list save test case check the test case display in test plan actual results expected results test case text should be shown inside the field border
| 0
|
66,727
| 20,604,197,242
|
IssuesEvent
|
2022-03-06 18:32:03
|
Ogeon/palette
|
https://api.github.com/repos/Ogeon/palette
|
closed
|
unresolved import `palette::ShiftHue`: no `ShiftHue` in the root
|
defect
|
## How To Reproduce
Tried to run this example: https://github.com/Ogeon/palette/blob/master/palette/examples/hue.rs but it didn't compile in my case. When I do following I get:
```
use palette::{ FromColor, Hsl, IntoColor, Lch, Srgb }; // this line works fine
use palette::{ ShiftHue }; // Here I have: unresolved import `palette::ShiftHue`: no `ShiftHue` in the root
```
What should I do wrong?
## Expected Outcome
## Actual Outcome
## Additional Details
* Cargo.toml entry: ```palette = "0.6"```
* Rust version(s): rustc 1.57.0 (f1edd0429 2021-11-29)
* Target platform: Linux Mint 19.1
|
1.0
|
unresolved import `palette::ShiftHue`: no `ShiftHue` in the root - ## How To Reproduce
Tried to run this example: https://github.com/Ogeon/palette/blob/master/palette/examples/hue.rs but it didn't compile in my case. When I do following I get:
```
use palette::{ FromColor, Hsl, IntoColor, Lch, Srgb }; // this line works fine
use palette::{ ShiftHue }; // Here I have: unresolved import `palette::ShiftHue`: no `ShiftHue` in the root
```
What should I do wrong?
## Expected Outcome
## Actual Outcome
## Additional Details
* Cargo.toml entry: ```palette = "0.6"```
* Rust version(s): rustc 1.57.0 (f1edd0429 2021-11-29)
* Target platform: Linux Mint 19.1
|
defect
|
unresolved import palette shifthue no shifthue in the root how to reproduce tried to run this example but it didn t compile in my case when i do following i get use palette fromcolor hsl intocolor lch srgb this line works fine use palette shifthue here i have unresolved import palette shifthue no shifthue in the root what should i do wrong expected outcome actual outcome additional details cargo toml entry palette rust version s rustc target platform linux mint
| 1
|
116,417
| 14,958,906,078
|
IssuesEvent
|
2021-01-27 01:52:48
|
flutter/flutter
|
https://api.github.com/repos/flutter/flutter
|
closed
|
RaisedButton not expose MaterialButton's constructor parameters minWidth and height.
|
easy fix f: material design found in release: 1.21 framework has reproducible steps proposal severe: new feature
|
### It's very common to change RaisedButton's minWidth and height over buttonTheme settings.
#### Why Flutter team limit this little behavior, forgot it ? It cause UI design being limited.
BTW why named height instead of minHeight ?
THX!
```dart
class RaisedButton extends MaterialButton {
/// Create a filled button.
///
/// The [autofocus] and [clipBehavior] arguments must not be null.
/// Additionally, [elevation], [hoverElevation], [focusElevation],
/// [highlightElevation], and [disabledElevation] must be non-negative, if
/// specified.
const RaisedButton({
Key key,
@required VoidCallback onPressed,
VoidCallback onLongPress,
ValueChanged<bool> onHighlightChanged,
ButtonTextTheme textTheme,
Color textColor,
Color disabledTextColor,
Color color,
Color disabledColor,
Color focusColor,
Color hoverColor,
Color highlightColor,
Color splashColor,
Brightness colorBrightness,
double elevation,
double focusElevation,
double hoverElevation,
double highlightElevation,
double disabledElevation,
EdgeInsetsGeometry padding,
VisualDensity visualDensity,
ShapeBorder shape,
Clip clipBehavior = Clip.none,
FocusNode focusNode,
bool autofocus = false,
MaterialTapTargetSize materialTapTargetSize,
Duration animationDuration,
Widget child,
}) : assert(autofocus != null),
assert(elevation == null || elevation >= 0.0),
assert(focusElevation == null || focusElevation >= 0.0),
assert(hoverElevation == null || hoverElevation >= 0.0),
assert(highlightElevation == null || highlightElevation >= 0.0),
assert(disabledElevation == null || disabledElevation >= 0.0),
assert(clipBehavior != null),
super(
key: key,
onPressed: onPressed,
onLongPress: onLongPress,
onHighlightChanged: onHighlightChanged,
textTheme: textTheme,
textColor: textColor,
disabledTextColor: disabledTextColor,
color: color,
disabledColor: disabledColor,
focusColor: focusColor,
hoverColor: hoverColor,
highlightColor: highlightColor,
splashColor: splashColor,
colorBrightness: colorBrightness,
elevation: elevation,
focusElevation: focusElevation,
hoverElevation: hoverElevation,
highlightElevation: highlightElevation,
disabledElevation: disabledElevation,
padding: padding,
visualDensity: visualDensity,
shape: shape,
clipBehavior: clipBehavior,
focusNode: focusNode,
autofocus: autofocus,
materialTapTargetSize: materialTapTargetSize,
animationDuration: animationDuration,
child: child,
);
...
```dart
class MaterialButton extends StatelessWidget {
/// Creates a material button.
///
/// Rather than creating a material button directly, consider using
/// [FlatButton] or [RaisedButton]. To create a custom Material button
/// consider using [RawMaterialButton].
///
/// The [autofocus] and [clipBehavior] arguments must not be null.
/// Additionally, [elevation], [hoverElevation], [focusElevation],
/// [highlightElevation], and [disabledElevation] must be non-negative, if
/// specified.
const MaterialButton({
Key key,
@required this.onPressed,
this.onLongPress,
this.onHighlightChanged,
this.textTheme,
this.textColor,
this.disabledTextColor,
this.color,
this.disabledColor,
this.focusColor,
this.hoverColor,
this.highlightColor,
this.splashColor,
this.colorBrightness,
this.elevation,
this.focusElevation,
this.hoverElevation,
this.highlightElevation,
this.disabledElevation,
this.padding,
this.visualDensity,
this.shape,
this.clipBehavior = Clip.none,
this.focusNode,
this.autofocus = false,
this.materialTapTargetSize,
this.animationDuration,
this.minWidth,
this.height,
this.enableFeedback = true,
this.child,
}) : assert(clipBehavior != null),
assert(autofocus != null),
assert(elevation == null || elevation >= 0.0),
assert(focusElevation == null || focusElevation >= 0.0),
assert(hoverElevation == null || hoverElevation >= 0.0),
assert(highlightElevation == null || highlightElevation >= 0.0),
assert(disabledElevation == null || disabledElevation >= 0.0),
super(key: key);
...
|
1.0
|
RaisedButton not expose MaterialButton's constructor parameters minWidth and height. - ### It's very common to change RaisedButton's minWidth and height over buttonTheme settings.
#### Why Flutter team limit this little behavior, forgot it ? It cause UI design being limited.
BTW why named height instead of minHeight ?
THX!
```dart
class RaisedButton extends MaterialButton {
/// Create a filled button.
///
/// The [autofocus] and [clipBehavior] arguments must not be null.
/// Additionally, [elevation], [hoverElevation], [focusElevation],
/// [highlightElevation], and [disabledElevation] must be non-negative, if
/// specified.
const RaisedButton({
Key key,
@required VoidCallback onPressed,
VoidCallback onLongPress,
ValueChanged<bool> onHighlightChanged,
ButtonTextTheme textTheme,
Color textColor,
Color disabledTextColor,
Color color,
Color disabledColor,
Color focusColor,
Color hoverColor,
Color highlightColor,
Color splashColor,
Brightness colorBrightness,
double elevation,
double focusElevation,
double hoverElevation,
double highlightElevation,
double disabledElevation,
EdgeInsetsGeometry padding,
VisualDensity visualDensity,
ShapeBorder shape,
Clip clipBehavior = Clip.none,
FocusNode focusNode,
bool autofocus = false,
MaterialTapTargetSize materialTapTargetSize,
Duration animationDuration,
Widget child,
}) : assert(autofocus != null),
assert(elevation == null || elevation >= 0.0),
assert(focusElevation == null || focusElevation >= 0.0),
assert(hoverElevation == null || hoverElevation >= 0.0),
assert(highlightElevation == null || highlightElevation >= 0.0),
assert(disabledElevation == null || disabledElevation >= 0.0),
assert(clipBehavior != null),
super(
key: key,
onPressed: onPressed,
onLongPress: onLongPress,
onHighlightChanged: onHighlightChanged,
textTheme: textTheme,
textColor: textColor,
disabledTextColor: disabledTextColor,
color: color,
disabledColor: disabledColor,
focusColor: focusColor,
hoverColor: hoverColor,
highlightColor: highlightColor,
splashColor: splashColor,
colorBrightness: colorBrightness,
elevation: elevation,
focusElevation: focusElevation,
hoverElevation: hoverElevation,
highlightElevation: highlightElevation,
disabledElevation: disabledElevation,
padding: padding,
visualDensity: visualDensity,
shape: shape,
clipBehavior: clipBehavior,
focusNode: focusNode,
autofocus: autofocus,
materialTapTargetSize: materialTapTargetSize,
animationDuration: animationDuration,
child: child,
);
...
```dart
class MaterialButton extends StatelessWidget {
/// Creates a material button.
///
/// Rather than creating a material button directly, consider using
/// [FlatButton] or [RaisedButton]. To create a custom Material button
/// consider using [RawMaterialButton].
///
/// The [autofocus] and [clipBehavior] arguments must not be null.
/// Additionally, [elevation], [hoverElevation], [focusElevation],
/// [highlightElevation], and [disabledElevation] must be non-negative, if
/// specified.
const MaterialButton({
Key key,
@required this.onPressed,
this.onLongPress,
this.onHighlightChanged,
this.textTheme,
this.textColor,
this.disabledTextColor,
this.color,
this.disabledColor,
this.focusColor,
this.hoverColor,
this.highlightColor,
this.splashColor,
this.colorBrightness,
this.elevation,
this.focusElevation,
this.hoverElevation,
this.highlightElevation,
this.disabledElevation,
this.padding,
this.visualDensity,
this.shape,
this.clipBehavior = Clip.none,
this.focusNode,
this.autofocus = false,
this.materialTapTargetSize,
this.animationDuration,
this.minWidth,
this.height,
this.enableFeedback = true,
this.child,
}) : assert(clipBehavior != null),
assert(autofocus != null),
assert(elevation == null || elevation >= 0.0),
assert(focusElevation == null || focusElevation >= 0.0),
assert(hoverElevation == null || hoverElevation >= 0.0),
assert(highlightElevation == null || highlightElevation >= 0.0),
assert(disabledElevation == null || disabledElevation >= 0.0),
super(key: key);
...
|
non_defect
|
raisedbutton not expose materialbutton s constructor parameters minwidth and height it s very common to change raisedbutton s minwidth and height over buttontheme settings why flutter team limit this little behavior forgot it it cause ui design being limited btw why named height instead of minheight thx dart class raisedbutton extends materialbutton create a filled button the and arguments must not be null additionally and must be non negative if specified const raisedbutton key key required voidcallback onpressed voidcallback onlongpress valuechanged onhighlightchanged buttontexttheme texttheme color textcolor color disabledtextcolor color color color disabledcolor color focuscolor color hovercolor color highlightcolor color splashcolor brightness colorbrightness double elevation double focuselevation double hoverelevation double highlightelevation double disabledelevation edgeinsetsgeometry padding visualdensity visualdensity shapeborder shape clip clipbehavior clip none focusnode focusnode bool autofocus false materialtaptargetsize materialtaptargetsize duration animationduration widget child assert autofocus null assert elevation null elevation assert focuselevation null focuselevation assert hoverelevation null hoverelevation assert highlightelevation null highlightelevation assert disabledelevation null disabledelevation assert clipbehavior null super key key onpressed onpressed onlongpress onlongpress onhighlightchanged onhighlightchanged texttheme texttheme textcolor textcolor disabledtextcolor disabledtextcolor color color disabledcolor disabledcolor focuscolor focuscolor hovercolor hovercolor highlightcolor highlightcolor splashcolor splashcolor colorbrightness colorbrightness elevation elevation focuselevation focuselevation hoverelevation hoverelevation highlightelevation highlightelevation disabledelevation disabledelevation padding padding visualdensity visualdensity shape shape clipbehavior clipbehavior focusnode focusnode autofocus autofocus materialtaptargetsize materialtaptargetsize animationduration animationduration child child dart class materialbutton extends statelesswidget creates a material button rather than creating a material button directly consider using or to create a custom material button consider using the and arguments must not be null additionally and must be non negative if specified const materialbutton key key required this onpressed this onlongpress this onhighlightchanged this texttheme this textcolor this disabledtextcolor this color this disabledcolor this focuscolor this hovercolor this highlightcolor this splashcolor this colorbrightness this elevation this focuselevation this hoverelevation this highlightelevation this disabledelevation this padding this visualdensity this shape this clipbehavior clip none this focusnode this autofocus false this materialtaptargetsize this animationduration this minwidth this height this enablefeedback true this child assert clipbehavior null assert autofocus null assert elevation null elevation assert focuselevation null focuselevation assert hoverelevation null hoverelevation assert highlightelevation null highlightelevation assert disabledelevation null disabledelevation super key key
| 0
|
456,617
| 13,150,947,924
|
IssuesEvent
|
2020-08-09 14:20:44
|
chrisjsewell/docutils
|
https://api.github.com/repos/chrisjsewell/docutils
|
closed
|
Lithuanian language is missing [SF:bugs:141]
|
bugs closed-fixed priority-5
|
author: daliusdob
created: 2010-06-19 10:15:15
assigned: None
SF_url: https://sourceforge.net/p/docutils/bugs/141
Lithuanian language file is missing. I have attached file with translation.
---
commenter: daliusdob
posted: 2010-06-19 10:16:28
title: #141 Lithuanian language is missing
Sorry, I have not changed authorship in that file. I'm Dalius Dobravolskas my email is dalius.do...@gmail.com
---
commenter: goodger
posted: 2010-06-19 13:37:55
title: #141 Lithuanian language is missing
Thanks for the translation.
There are actually two files for each language. Could you translate the parser file also? A copy of the English source can be found here:
http://docutils.sourceforge.net/docutils/parsers/rst/languages/en.py
Information about Docutils internationalization is here: http://docutils.sourceforge.net/docs/howto/i18n.html
---
commenter: daliusdob
posted: 2010-10-25 08:02:44
title: #141 Lithuanian language is missing
I will translate it later today. I have not noticed your comment, sorry.
---
commenter: daliusdob
posted: 2010-10-26 17:41:07
title: #141 Lithuanian language is missing
attachments:
- https://sourceforge.net/p/docutils/bugs/_discuss/thread/bc008b55/e619/attachment/lithuanian.diff
---
commenter: daliusdob
posted: 2010-10-26 17:43:50
title: #141 Lithuanian language is missing
I have added diff for svn repository with newest translation. If you need anything else please let me know. I have run language tests and they seem to be working.
---
commenter: milde
posted: 2010-10-29 22:08:05
title: #141 Lithuanian language is missing
- **status**: open --> closed-fixed
---
commenter: milde
posted: 2010-10-29 22:08:05
title: #141 Lithuanian language is missing
Fixed; thanks for the bug report.
You can download a current snapshot from:
http://docutils.sf.net/docutils-snapshot.tgz
|
1.0
|
Lithuanian language is missing [SF:bugs:141] -
author: daliusdob
created: 2010-06-19 10:15:15
assigned: None
SF_url: https://sourceforge.net/p/docutils/bugs/141
Lithuanian language file is missing. I have attached file with translation.
---
commenter: daliusdob
posted: 2010-06-19 10:16:28
title: #141 Lithuanian language is missing
Sorry, I have not changed authorship in that file. I'm Dalius Dobravolskas my email is dalius.do...@gmail.com
---
commenter: goodger
posted: 2010-06-19 13:37:55
title: #141 Lithuanian language is missing
Thanks for the translation.
There are actually two files for each language. Could you translate the parser file also? A copy of the English source can be found here:
http://docutils.sourceforge.net/docutils/parsers/rst/languages/en.py
Information about Docutils internationalization is here: http://docutils.sourceforge.net/docs/howto/i18n.html
---
commenter: daliusdob
posted: 2010-10-25 08:02:44
title: #141 Lithuanian language is missing
I will translate it later today. I have not noticed your comment, sorry.
---
commenter: daliusdob
posted: 2010-10-26 17:41:07
title: #141 Lithuanian language is missing
attachments:
- https://sourceforge.net/p/docutils/bugs/_discuss/thread/bc008b55/e619/attachment/lithuanian.diff
---
commenter: daliusdob
posted: 2010-10-26 17:43:50
title: #141 Lithuanian language is missing
I have added diff for svn repository with newest translation. If you need anything else please let me know. I have run language tests and they seem to be working.
---
commenter: milde
posted: 2010-10-29 22:08:05
title: #141 Lithuanian language is missing
- **status**: open --> closed-fixed
---
commenter: milde
posted: 2010-10-29 22:08:05
title: #141 Lithuanian language is missing
Fixed; thanks for the bug report.
You can download a current snapshot from:
http://docutils.sf.net/docutils-snapshot.tgz
|
non_defect
|
lithuanian language is missing author daliusdob created assigned none sf url lithuanian language file is missing i have attached file with translation commenter daliusdob posted title lithuanian language is missing sorry i have not changed authorship in that file i m dalius dobravolskas my email is dalius do gmail com commenter goodger posted title lithuanian language is missing thanks for the translation there are actually two files for each language could you translate the parser file also a copy of the english source can be found here information about docutils internationalization is here commenter daliusdob posted title lithuanian language is missing i will translate it later today i have not noticed your comment sorry commenter daliusdob posted title lithuanian language is missing attachments commenter daliusdob posted title lithuanian language is missing i have added diff for svn repository with newest translation if you need anything else please let me know i have run language tests and they seem to be working commenter milde posted title lithuanian language is missing status open closed fixed commenter milde posted title lithuanian language is missing fixed thanks for the bug report you can download a current snapshot from
| 0
|
43,211
| 11,569,859,272
|
IssuesEvent
|
2020-02-20 18:23:08
|
nostalgy/nostalgy
|
https://api.github.com/repos/nostalgy/nostalgy
|
closed
|
Focus problem after using certain nostalgy commands
|
Priority-Medium Type-Defect auto-migrated
|
```
What steps will reproduce the problem?
1. Press "g"
2. Press "Esc" to cancel operation
3. Type Up or Down arrow keys repeatedly.
What is the expected output? What do you see instead?
The arrow keys should move you around in the message list/thread pane, but the
focus keeps going back to the "View" drop down.
What version of the product are you using? On what operating system?
Nostalgy 0.2.26
Thunderbird 3.1.10
Mac OS X 10.6.7 build 10J869
Please provide any additional information below.
Every time you press Esc-Esc, the focus returns to the message list pane, but
it only takes on Up or Down arrow for it to go back to the "View" dropdown.
This is causing me a lot of frustration, as I have to try a few random
operations (not sure which actually works) to get out of this bad affinity
towards the View dropdown.
```
Original issue reported on code.google.com by `harid...@gmail.com` on 18 May 2011 at 11:02
|
1.0
|
Focus problem after using certain nostalgy commands - ```
What steps will reproduce the problem?
1. Press "g"
2. Press "Esc" to cancel operation
3. Type Up or Down arrow keys repeatedly.
What is the expected output? What do you see instead?
The arrow keys should move you around in the message list/thread pane, but the
focus keeps going back to the "View" drop down.
What version of the product are you using? On what operating system?
Nostalgy 0.2.26
Thunderbird 3.1.10
Mac OS X 10.6.7 build 10J869
Please provide any additional information below.
Every time you press Esc-Esc, the focus returns to the message list pane, but
it only takes on Up or Down arrow for it to go back to the "View" dropdown.
This is causing me a lot of frustration, as I have to try a few random
operations (not sure which actually works) to get out of this bad affinity
towards the View dropdown.
```
Original issue reported on code.google.com by `harid...@gmail.com` on 18 May 2011 at 11:02
|
defect
|
focus problem after using certain nostalgy commands what steps will reproduce the problem press g press esc to cancel operation type up or down arrow keys repeatedly what is the expected output what do you see instead the arrow keys should move you around in the message list thread pane but the focus keeps going back to the view drop down what version of the product are you using on what operating system nostalgy thunderbird mac os x build please provide any additional information below every time you press esc esc the focus returns to the message list pane but it only takes on up or down arrow for it to go back to the view dropdown this is causing me a lot of frustration as i have to try a few random operations not sure which actually works to get out of this bad affinity towards the view dropdown original issue reported on code google com by harid gmail com on may at
| 1
|
693,657
| 23,784,653,909
|
IssuesEvent
|
2022-09-02 08:57:41
|
JanssenProject/jans
|
https://api.github.com/repos/JanssenProject/jans
|
opened
|
fix:jans-cli : getting AttributeApi error when accessed list of attribute
|
kind-bug priority-2
|
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. install jans server
2. access list of attributes
3. run /opt/jans/jans-cli/config-cli.py --operation-id get-attributes or access through jans-cli Interactive Mode
4. See error
**Expected behavior**
able to get list of attributes
**Screenshots**


**Desktop (please complete the following information):**
- OS: ubuntu
- Browser [e.g. chrome, safari]
- Version 20.04
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
**Additional context**
Add any other context about the problem here.
[error.log](https://github.com/JanssenProject/jans/files/9476513/error.log)
|
1.0
|
fix:jans-cli : getting AttributeApi error when accessed list of attribute - **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. install jans server
2. access list of attributes
3. run /opt/jans/jans-cli/config-cli.py --operation-id get-attributes or access through jans-cli Interactive Mode
4. See error
**Expected behavior**
able to get list of attributes
**Screenshots**


**Desktop (please complete the following information):**
- OS: ubuntu
- Browser [e.g. chrome, safari]
- Version 20.04
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
**Additional context**
Add any other context about the problem here.
[error.log](https://github.com/JanssenProject/jans/files/9476513/error.log)
|
non_defect
|
fix jans cli getting attributeapi error when accessed list of attribute describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior install jans server access list of attributes run opt jans jans cli config cli py operation id get attributes or access through jans cli interactive mode see error expected behavior able to get list of attributes screenshots desktop please complete the following information os ubuntu browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here
| 0
|
831,463
| 32,049,990,381
|
IssuesEvent
|
2023-09-23 12:44:43
|
googleapis/google-api-nodejs-client
|
https://api.github.com/repos/googleapis/google-api-nodejs-client
|
opened
|
OAuth GetToken: Invalid Request.
|
type: question priority: p3
|
- Trying to get the **tokens** object from the `getToken` method but always returning `invalid_request`
- Error (in Browser)

- Error (in Terminal)
```js
Error: invalid_request
at Gaxios._request (D:\personal\compy\nylas-app\node_modules\gaxios\build\src\gaxios.js:141:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async OAuth2Client.getTokenAsync (D:\personal\compy\nylas-app\node_modules\google-auth-library\build\src\auth\oauth2client.js:125:21)
at async authorize (webpack-internal:///(api)/./src/pages/api/oauth/connect.ts:15:24) {
digest: undefined
```
- Code
```js
export default async function authorize(
req: NextApiRequest,
res: NextApiResponse,
) {
const { state, code } = req.query as unknown as Record<string, string>;
const { appId } = JSON.parse(state ?? '') as unknown as Record<
string,
string
>;
if (!code || !appId) return res.redirect('/?errorMsg=Server error!');
// Get an access token based on our OAuth code
const { tokens } = await oAuth2Client.getToken(code);
if (!tokens.access_token || !tokens.refresh_token)
return res.redirect('/?errorMsg=Server error!');
// Some logic
return res.redirect('/?successMsg=App created successfully!');
}
```
|
1.0
|
OAuth GetToken: Invalid Request. - - Trying to get the **tokens** object from the `getToken` method but always returning `invalid_request`
- Error (in Browser)

- Error (in Terminal)
```js
Error: invalid_request
at Gaxios._request (D:\personal\compy\nylas-app\node_modules\gaxios\build\src\gaxios.js:141:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async OAuth2Client.getTokenAsync (D:\personal\compy\nylas-app\node_modules\google-auth-library\build\src\auth\oauth2client.js:125:21)
at async authorize (webpack-internal:///(api)/./src/pages/api/oauth/connect.ts:15:24) {
digest: undefined
```
- Code
```js
export default async function authorize(
req: NextApiRequest,
res: NextApiResponse,
) {
const { state, code } = req.query as unknown as Record<string, string>;
const { appId } = JSON.parse(state ?? '') as unknown as Record<
string,
string
>;
if (!code || !appId) return res.redirect('/?errorMsg=Server error!');
// Get an access token based on our OAuth code
const { tokens } = await oAuth2Client.getToken(code);
if (!tokens.access_token || !tokens.refresh_token)
return res.redirect('/?errorMsg=Server error!');
// Some logic
return res.redirect('/?successMsg=App created successfully!');
}
```
|
non_defect
|
oauth gettoken invalid request trying to get the tokens object from the gettoken method but always returning invalid request error in browser error in terminal js error invalid request at gaxios request d personal compy nylas app node modules gaxios build src gaxios js at process processticksandrejections node internal process task queues at async gettokenasync d personal compy nylas app node modules google auth library build src auth js at async authorize webpack internal api src pages api oauth connect ts digest undefined code js export default async function authorize req nextapirequest res nextapiresponse const state code req query as unknown as record const appid json parse state as unknown as record string string if code appid return res redirect errormsg server error get an access token based on our oauth code const tokens await gettoken code if tokens access token tokens refresh token return res redirect errormsg server error some logic return res redirect successmsg app created successfully
| 0
|
337,582
| 24,546,702,400
|
IssuesEvent
|
2022-10-12 09:20:44
|
CrystallDEV/PlayerNPCLib
|
https://api.github.com/repos/CrystallDEV/PlayerNPCLib
|
opened
|
Add documentation to all features
|
documentation good first issue
|
Currently a lot of the features and settings are not documented. These should be documented using the Javadoc or Readme
|
1.0
|
Add documentation to all features - Currently a lot of the features and settings are not documented. These should be documented using the Javadoc or Readme
|
non_defect
|
add documentation to all features currently a lot of the features and settings are not documented these should be documented using the javadoc or readme
| 0
|
487,414
| 14,046,160,200
|
IssuesEvent
|
2020-11-02 03:50:15
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Add forcePasswordReset and oneTimePassword claims to enterprise schema extension
|
Priority/Highest Severity/Critical improvement
|
**Is your suggestion related to an experience ? Please describe.**
At the moment there are no SCIM2 claims mapped to the local claims http://wso2.org/claims/identity/adminForcedPasswordReset and http://wso2.org/claims/oneTimePassword. Therefore we need to add new claims for these claims under the SCIM2 enterprise schema extension and map them to the above-mentioned local claims.
**Claim URIs:**
- urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:forcePasswordReset
- urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:oneTimePassword
|
1.0
|
Add forcePasswordReset and oneTimePassword claims to enterprise schema extension - **Is your suggestion related to an experience ? Please describe.**
At the moment there are no SCIM2 claims mapped to the local claims http://wso2.org/claims/identity/adminForcedPasswordReset and http://wso2.org/claims/oneTimePassword. Therefore we need to add new claims for these claims under the SCIM2 enterprise schema extension and map them to the above-mentioned local claims.
**Claim URIs:**
- urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:forcePasswordReset
- urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:oneTimePassword
|
non_defect
|
add forcepasswordreset and onetimepassword claims to enterprise schema extension is your suggestion related to an experience please describe at the moment there are no claims mapped to the local claims and therefore we need to add new claims for these claims under the enterprise schema extension and map them to the above mentioned local claims claim uris urn ietf params scim schemas extension enterprise user forcepasswordreset urn ietf params scim schemas extension enterprise user onetimepassword
| 0
|
2,312
| 2,607,871,427
|
IssuesEvent
|
2015-02-26 00:00:41
|
chrsmithdemos/google-styleguide
|
https://api.github.com/repos/chrsmithdemos/google-styleguide
|
opened
|
Missing a word in the `var` section of the JavaScript style guide
|
auto-migrated Priority-Medium Type-Defect
|
```
"as it not supported" -> "as it is not supported"
```
-----
Original issue reported on code.google.com by `scalesjo...@gmail.com` on 24 Aug 2013 at 12:29
Attachments:
* [javascriptguide.xml.patch](https://storage.googleapis.com/google-code-attachments/google-styleguide/issue-18/comment-0/javascriptguide.xml.patch)
|
1.0
|
Missing a word in the `var` section of the JavaScript style guide - ```
"as it not supported" -> "as it is not supported"
```
-----
Original issue reported on code.google.com by `scalesjo...@gmail.com` on 24 Aug 2013 at 12:29
Attachments:
* [javascriptguide.xml.patch](https://storage.googleapis.com/google-code-attachments/google-styleguide/issue-18/comment-0/javascriptguide.xml.patch)
|
defect
|
missing a word in the var section of the javascript style guide as it not supported as it is not supported original issue reported on code google com by scalesjo gmail com on aug at attachments
| 1
|
195,180
| 22,295,665,719
|
IssuesEvent
|
2022-06-13 01:01:40
|
opensearch-project/OpenSearch-Dashboards
|
https://api.github.com/repos/opensearch-project/OpenSearch-Dashboards
|
opened
|
CVE-2022-25851 (High) detected in jpeg-js-0.4.3.tgz
|
security vulnerability
|
## CVE-2022-25851 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jpeg-js-0.4.3.tgz</b></p></summary>
<p>A pure javascript JPEG encoder and decoder</p>
<p>Library home page: <a href="https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz">https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz</a></p>
<p>
Dependency Hierarchy:
- jimp-0.14.0.tgz (Root Library)
- types-0.14.0.tgz
- jpeg-0.14.0.tgz
- :x: **jpeg-js-0.4.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/opensearch-project/OpenSearch-Dashboards/commit/cba076465f44b6a819e3cff7986ff4cd21a66371">cba076465f44b6a819e3cff7986ff4cd21a66371</a></p>
<p>Found in base branch: <b>main</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>
The package jpeg-js before 0.4.4 are vulnerable to Denial of Service (DoS) where a particular piece of input will cause to enter an infinite loop and never return.
<p>Publish Date: 2022-06-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25851>CVE-2022-25851</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-06-10</p>
<p>Fix Resolution: jpeg-js - 0.4.4</p>
</p>
</details>
<p></p>
|
True
|
CVE-2022-25851 (High) detected in jpeg-js-0.4.3.tgz - ## CVE-2022-25851 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jpeg-js-0.4.3.tgz</b></p></summary>
<p>A pure javascript JPEG encoder and decoder</p>
<p>Library home page: <a href="https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz">https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz</a></p>
<p>
Dependency Hierarchy:
- jimp-0.14.0.tgz (Root Library)
- types-0.14.0.tgz
- jpeg-0.14.0.tgz
- :x: **jpeg-js-0.4.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/opensearch-project/OpenSearch-Dashboards/commit/cba076465f44b6a819e3cff7986ff4cd21a66371">cba076465f44b6a819e3cff7986ff4cd21a66371</a></p>
<p>Found in base branch: <b>main</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>
The package jpeg-js before 0.4.4 are vulnerable to Denial of Service (DoS) where a particular piece of input will cause to enter an infinite loop and never return.
<p>Publish Date: 2022-06-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25851>CVE-2022-25851</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2022-06-10</p>
<p>Fix Resolution: jpeg-js - 0.4.4</p>
</p>
</details>
<p></p>
|
non_defect
|
cve high detected in jpeg js tgz cve high severity vulnerability vulnerable library jpeg js tgz a pure javascript jpeg encoder and decoder library home page a href dependency hierarchy jimp tgz root library types tgz jpeg tgz x jpeg js tgz vulnerable library found in head commit a href found in base branch main vulnerability details the package jpeg js before are vulnerable to denial of service dos where a particular piece of input will cause to enter an infinite loop and never return publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution jpeg js
| 0
|
79,999
| 29,831,242,538
|
IssuesEvent
|
2023-06-18 09:54:46
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
closed
|
zfs recv occasionally hangs instead of running on recent git
|
Type: Defect Status: Stale
|
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 11.2
Kernel Version | 5.10.103-v8+
Architecture | aarch64
OpenZFS Version | 2feba9a6
### Describe the problem you're observing
(I've seen it happen much more rarely on my faster systems, but it seems to occur more frequently on my Pi 4)
(I'll run this down, but figured I'd open an issue while I was doing so...)
When trying to benchmark a PR recently that didn't touch the send/recv code, I observed that sometimes, "zfs recv" just hung indefinitely without ever starting to consume much from stdin. Of course, gdb/strace/etc just makes zfs recv crash, so that's not easily investigable...
So I tested it, and found that it sometimes happened with stock git, too. The recv command wasn't even interesting, either - `zfs recv -o compression={off,lz4} some/pool/path`.
### Describe how to reproduce the problem
- Run `zfs recv` a number of times, preferably on a slow system
- Wait for it to eventually have one instance where having pv/mbuffer/etc in the middle says recv isn't reading any bytes, and even if you leave it for hours, it never makes progress or logs anything to dmesg
- ...profit?
### Include any warning/errors/backtraces from the system logs
None, really.
When I turned on all the zfs_flags knobs, I got back a couple of:
`1647571080 dsl_dir.c:1330:dsl_dir_tempreserve_impl(): error 28`
but it's not clear to me how interesting that is.
e: If I go kick it into core dumping while "stuck", this is the backtrace of the only thread:
```
(gdb) thread apply all bt
Thread 1 (Thread 0x7f979c8040 (LWP 3526503)):
#0 ioctl () at ../sysdeps/unix/sysv/linux/aarch64/ioctl.S:26
#1 0x0000007f98043154 in lzc_ioctl_fd (fd=<optimized out>, request=<optimized out>, zc=<optimized out>) at os/linux/libzfs_core_ioctl.c:29
#2 0x0000007f98041edc in recv_impl (snapname=snapname@entry=0x7fe13dd4d0 "pipool/baseline/try15@baseline", recvdprops=<optimized out>, localprops=0x556ed03b90, wkeydata=<optimized out>, wkeylen=85, origin=0x7fe13dbed0 "", origin@entry=0x7fe13e2d98 "", force=(unknown: 0x6ed0c3e0), resumable=B_FALSE, raw=<optimized out>, input_fd=<optimized out>, begin_record=<optimized out>, read_bytes=<optimized out>, errflags=<optimized out>, errors=<optimized out>) at libzfs_core.c:1128
#3 0x0000007f980428ac in lzc_receive_with_cmdprops (snapname=snapname@entry=0x7fe13dd4d0 "pipool/baseline/try15@baseline", props=<optimized out>, cmdprops=<optimized out>, wkeydata=<optimized out>, wkeylen=<optimized out>, origin=origin@entry=0x7fe13e2d98 "", force=<optimized out>, resumable=<optimized out>, raw=B_FALSE, input_fd=0, input_fd@entry=1852143205, begin_record=0x7fe13e2d98, begin_record@entry=0x696c65736162006e, cleanup_fd=<optimized out>, cleanup_fd@entry=-1, read_bytes=<optimized out>, read_bytes@entry=0x7fe13e2bc0, errflags=<optimized out>, errflags@entry=0x7fe13e2bc8, action_handle=action_handle@entry=0x0, errors=0x7fe13dbe48, errors@entry=0x7fe13e2bd8) at libzfs_core.c:1258
#4 0x0000007f98091e90 in zfs_receive_one (hdl=hdl@entry=0x556ed01570, infd=1852143205, infd@entry=0, tosnap=tosnap@entry=0x556ed0c3e0 "pipool/baseline/try15", originsnap=originsnap@entry=0x0, flags=flags@entry=0x7fe13e3418, drr=0x200011, drr@entry=0x7fe13e2c60, drr_noswap=0x696c65736162006e, sendfs=sendfs@entry=0x7fe13e2b60 "evenfaster/haulin", stream_nv=<optimized out>, stream_nv@entry=0x0, stream_avl=<optimized out>, stream_avl@entry=0x0, top_zfs=<optimized out>, top_zfs@entry=0x7fe13e3340, finalsnap=<optimized out>, finalsnap@entry=0x0, cmdprops=<optimized out>, cmdprops@entry=0x556ed0c600) at libzfs_sendrecv.c:4833
#5 0x0000007f980931d0 in zfs_receive_impl (hdl=hdl@entry=0x556ed01570, tosnap=tosnap@entry=0x556ed0c3e0 "pipool/baseline/try15", originsnap=0x0, flags=flags@entry=0x7fe13e3418, infd=infd@entry=0, sendfs=0x7fe13e2b60 "evenfaster/haulin", sendfs@entry=0x0, stream_nv=stream_nv@entry=0x0, stream_avl=stream_avl@entry=0x0, top_zfs=top_zfs@entry=0x7fe13e3340, finalsnap=finalsnap@entry=0x0, cmdprops=cmdprops@entry=0x556ed0c600) at libzfs_sendrecv.c:5304
#6 0x0000007f98094284 in zfs_receive (hdl=0x556ed01570, tosnap=0x556ed0c3e0 "pipool/baseline/try15", props=0x556ed0c600, flags=flags@entry=0x7fe13e3418, infd=infd@entry=0, stream_avl=stream_avl@entry=0x0) at libzfs_sendrecv.c:5346
#7 0x00000055620c1a0c in zfs_do_receive (argc=1, argv=0x556ed0d018) at zfs_main.c:4859
#8 0x00000055620b6b44 in main (argc=6, argv=<optimized out>) at zfs_main.c:8669
```
|
1.0
|
zfs recv occasionally hangs instead of running on recent git - ### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 11.2
Kernel Version | 5.10.103-v8+
Architecture | aarch64
OpenZFS Version | 2feba9a6
### Describe the problem you're observing
(I've seen it happen much more rarely on my faster systems, but it seems to occur more frequently on my Pi 4)
(I'll run this down, but figured I'd open an issue while I was doing so...)
When trying to benchmark a PR recently that didn't touch the send/recv code, I observed that sometimes, "zfs recv" just hung indefinitely without ever starting to consume much from stdin. Of course, gdb/strace/etc just makes zfs recv crash, so that's not easily investigable...
So I tested it, and found that it sometimes happened with stock git, too. The recv command wasn't even interesting, either - `zfs recv -o compression={off,lz4} some/pool/path`.
### Describe how to reproduce the problem
- Run `zfs recv` a number of times, preferably on a slow system
- Wait for it to eventually have one instance where having pv/mbuffer/etc in the middle says recv isn't reading any bytes, and even if you leave it for hours, it never makes progress or logs anything to dmesg
- ...profit?
### Include any warning/errors/backtraces from the system logs
None, really.
When I turned on all the zfs_flags knobs, I got back a couple of:
`1647571080 dsl_dir.c:1330:dsl_dir_tempreserve_impl(): error 28`
but it's not clear to me how interesting that is.
e: If I go kick it into core dumping while "stuck", this is the backtrace of the only thread:
```
(gdb) thread apply all bt
Thread 1 (Thread 0x7f979c8040 (LWP 3526503)):
#0 ioctl () at ../sysdeps/unix/sysv/linux/aarch64/ioctl.S:26
#1 0x0000007f98043154 in lzc_ioctl_fd (fd=<optimized out>, request=<optimized out>, zc=<optimized out>) at os/linux/libzfs_core_ioctl.c:29
#2 0x0000007f98041edc in recv_impl (snapname=snapname@entry=0x7fe13dd4d0 "pipool/baseline/try15@baseline", recvdprops=<optimized out>, localprops=0x556ed03b90, wkeydata=<optimized out>, wkeylen=85, origin=0x7fe13dbed0 "", origin@entry=0x7fe13e2d98 "", force=(unknown: 0x6ed0c3e0), resumable=B_FALSE, raw=<optimized out>, input_fd=<optimized out>, begin_record=<optimized out>, read_bytes=<optimized out>, errflags=<optimized out>, errors=<optimized out>) at libzfs_core.c:1128
#3 0x0000007f980428ac in lzc_receive_with_cmdprops (snapname=snapname@entry=0x7fe13dd4d0 "pipool/baseline/try15@baseline", props=<optimized out>, cmdprops=<optimized out>, wkeydata=<optimized out>, wkeylen=<optimized out>, origin=origin@entry=0x7fe13e2d98 "", force=<optimized out>, resumable=<optimized out>, raw=B_FALSE, input_fd=0, input_fd@entry=1852143205, begin_record=0x7fe13e2d98, begin_record@entry=0x696c65736162006e, cleanup_fd=<optimized out>, cleanup_fd@entry=-1, read_bytes=<optimized out>, read_bytes@entry=0x7fe13e2bc0, errflags=<optimized out>, errflags@entry=0x7fe13e2bc8, action_handle=action_handle@entry=0x0, errors=0x7fe13dbe48, errors@entry=0x7fe13e2bd8) at libzfs_core.c:1258
#4 0x0000007f98091e90 in zfs_receive_one (hdl=hdl@entry=0x556ed01570, infd=1852143205, infd@entry=0, tosnap=tosnap@entry=0x556ed0c3e0 "pipool/baseline/try15", originsnap=originsnap@entry=0x0, flags=flags@entry=0x7fe13e3418, drr=0x200011, drr@entry=0x7fe13e2c60, drr_noswap=0x696c65736162006e, sendfs=sendfs@entry=0x7fe13e2b60 "evenfaster/haulin", stream_nv=<optimized out>, stream_nv@entry=0x0, stream_avl=<optimized out>, stream_avl@entry=0x0, top_zfs=<optimized out>, top_zfs@entry=0x7fe13e3340, finalsnap=<optimized out>, finalsnap@entry=0x0, cmdprops=<optimized out>, cmdprops@entry=0x556ed0c600) at libzfs_sendrecv.c:4833
#5 0x0000007f980931d0 in zfs_receive_impl (hdl=hdl@entry=0x556ed01570, tosnap=tosnap@entry=0x556ed0c3e0 "pipool/baseline/try15", originsnap=0x0, flags=flags@entry=0x7fe13e3418, infd=infd@entry=0, sendfs=0x7fe13e2b60 "evenfaster/haulin", sendfs@entry=0x0, stream_nv=stream_nv@entry=0x0, stream_avl=stream_avl@entry=0x0, top_zfs=top_zfs@entry=0x7fe13e3340, finalsnap=finalsnap@entry=0x0, cmdprops=cmdprops@entry=0x556ed0c600) at libzfs_sendrecv.c:5304
#6 0x0000007f98094284 in zfs_receive (hdl=0x556ed01570, tosnap=0x556ed0c3e0 "pipool/baseline/try15", props=0x556ed0c600, flags=flags@entry=0x7fe13e3418, infd=infd@entry=0, stream_avl=stream_avl@entry=0x0) at libzfs_sendrecv.c:5346
#7 0x00000055620c1a0c in zfs_do_receive (argc=1, argv=0x556ed0d018) at zfs_main.c:4859
#8 0x00000055620b6b44 in main (argc=6, argv=<optimized out>) at zfs_main.c:8669
```
|
defect
|
zfs recv occasionally hangs instead of running on recent git system information type version name distribution name debian distribution version kernel version architecture openzfs version describe the problem you re observing i ve seen it happen much more rarely on my faster systems but it seems to occur more frequently on my pi i ll run this down but figured i d open an issue while i was doing so when trying to benchmark a pr recently that didn t touch the send recv code i observed that sometimes zfs recv just hung indefinitely without ever starting to consume much from stdin of course gdb strace etc just makes zfs recv crash so that s not easily investigable so i tested it and found that it sometimes happened with stock git too the recv command wasn t even interesting either zfs recv o compression off some pool path describe how to reproduce the problem run zfs recv a number of times preferably on a slow system wait for it to eventually have one instance where having pv mbuffer etc in the middle says recv isn t reading any bytes and even if you leave it for hours it never makes progress or logs anything to dmesg profit include any warning errors backtraces from the system logs none really when i turned on all the zfs flags knobs i got back a couple of dsl dir c dsl dir tempreserve impl error but it s not clear to me how interesting that is e if i go kick it into core dumping while stuck this is the backtrace of the only thread gdb thread apply all bt thread thread lwp ioctl at sysdeps unix sysv linux ioctl s in lzc ioctl fd fd request zc at os linux libzfs core ioctl c in recv impl snapname snapname entry pipool baseline baseline recvdprops localprops wkeydata wkeylen origin origin entry force unknown resumable b false raw input fd begin record read bytes errflags errors at libzfs core c in lzc receive with cmdprops snapname snapname entry pipool baseline baseline props cmdprops wkeydata wkeylen origin origin entry force resumable raw b false input fd input fd entry begin record begin record entry cleanup fd cleanup fd entry read bytes read bytes entry errflags errflags entry action handle action handle entry errors errors entry at libzfs core c in zfs receive one hdl hdl entry infd infd entry tosnap tosnap entry pipool baseline originsnap originsnap entry flags flags entry drr drr entry drr noswap sendfs sendfs entry evenfaster haulin stream nv stream nv entry stream avl stream avl entry top zfs top zfs entry finalsnap finalsnap entry cmdprops cmdprops entry at libzfs sendrecv c in zfs receive impl hdl hdl entry tosnap tosnap entry pipool baseline originsnap flags flags entry infd infd entry sendfs evenfaster haulin sendfs entry stream nv stream nv entry stream avl stream avl entry top zfs top zfs entry finalsnap finalsnap entry cmdprops cmdprops entry at libzfs sendrecv c in zfs receive hdl tosnap pipool baseline props flags flags entry infd infd entry stream avl stream avl entry at libzfs sendrecv c in zfs do receive argc argv at zfs main c in main argc argv at zfs main c
| 1
|
13,890
| 2,789,592,131
|
IssuesEvent
|
2015-05-08 20:17:02
|
orwant/google-visualization-issues
|
https://api.github.com/repos/orwant/google-visualization-issues
|
opened
|
Bug: showSelectListComponent option on Motion Chart has no effect
|
Priority-Medium Type-Defect
|
Original [issue 248](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=248) created by orwant on 2010-04-07T13:33: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>
1. Go to http://code.google.com/apis/ajax/playground/?
type=visualization#motion_chart
2. Add "'showSelectListComponent': false" to options for draw method on
line 42
3. Click "Run Code"
4. The select list of components still appears, even when this option has
been set to false
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
MotionChart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Kubuntu 9.10, Google Chrome 5.0.342.7 beta
<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: showSelectListComponent option on Motion Chart has no effect - Original [issue 248](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=248) created by orwant on 2010-04-07T13:33: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>
1. Go to http://code.google.com/apis/ajax/playground/?
type=visualization#motion_chart
2. Add "'showSelectListComponent': false" to options for draw method on
line 42
3. Click "Run Code"
4. The select list of components still appears, even when this option has
been set to false
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
MotionChart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Kubuntu 9.10, Google Chrome 5.0.342.7 beta
<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 showselectlistcomponent option on motion chart has no effect 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 go to type visualization motion chart add quot showselectlistcomponent false quot to options for draw method on line click quot run code quot the select list of components still appears even when this option has been set to false what component is this issue related to piechart linechart datatable query etc motionchart are you using the test environment version if you are not sure answer no no what operating system and browser are you using kubuntu google chrome beta 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
|
6,243
| 2,610,223,989
|
IssuesEvent
|
2015-02-26 19:10:59
|
chrsmith/somefinders
|
https://api.github.com/repos/chrsmith/somefinders
|
opened
|
поурочные планы по химии
|
auto-migrated Priority-Medium Type-Defect
|
```
'''Альвин Иванов'''
День добрый никак не могу найти .поурочные
планы по химии. как то выкладывали уже
'''Воин Назаров'''
Качай тут http://bit.ly/19vpBpO
'''Адольф Давыдов'''
Спасибо вроде то но просит телефон вводить
'''Винцент Чернов'''
Не это не влияет на баланс
'''Гавриил Дорофеев'''
Неа все ок у меня ничего не списало
Информация о файле: поурочные планы по
химии
Загружен: В этом месяце
Скачан раз: 117
Рейтинг: 1045
Средняя скорость скачивания: 546
Похожих файлов: 36
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 8:29
|
1.0
|
поурочные планы по химии - ```
'''Альвин Иванов'''
День добрый никак не могу найти .поурочные
планы по химии. как то выкладывали уже
'''Воин Назаров'''
Качай тут http://bit.ly/19vpBpO
'''Адольф Давыдов'''
Спасибо вроде то но просит телефон вводить
'''Винцент Чернов'''
Не это не влияет на баланс
'''Гавриил Дорофеев'''
Неа все ок у меня ничего не списало
Информация о файле: поурочные планы по
химии
Загружен: В этом месяце
Скачан раз: 117
Рейтинг: 1045
Средняя скорость скачивания: 546
Похожих файлов: 36
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 8:29
|
defect
|
поурочные планы по химии альвин иванов день добрый никак не могу найти поурочные планы по химии как то выкладывали уже воин назаров качай тут адольф давыдов спасибо вроде то но просит телефон вводить винцент чернов не это не влияет на баланс гавриил дорофеев неа все ок у меня ничего не списало информация о файле поурочные планы по химии загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
| 1
|
21,978
| 3,587,535,841
|
IssuesEvent
|
2016-01-30 11:12:02
|
ariya/phantomjs
|
https://api.github.com/repos/ariya/phantomjs
|
closed
|
core dump
|
old.Priority-Medium old.Status-New old.Type-Defect
|
_**[miguel.a...@neoscopio.com](http://code.google.com/u/104807852519757840256/) commented:**_
> <b>Which version of PhantomJS are you using? Tip: run 'phantomjs --version'.</b>
> <b>What steps will reproduce the problem?</b>
1. $session->open('http://www.uzo.pt/pt/meu-uzo/pagina.uzo')
> <b>2.</b>
<b>3.</b>
> <b>What is the expected output? What do you see instead?</b>
> <b>Which operating system are you using?</b>
Linux
> <b>Did you use binary PhantomJS or did you compile it from source?</b>
> Compiled from source, dev branch
>
> <b>Please provide any additional information below.</b>
> $ gdb ./phantomjs/bin/phantomjs
> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> For bug reporting instructions, please see:
> <http://bugs.launchpad.net/gdb-linaro/>...
> Reading symbols from /home/alienation/projects/selenium/phantomjs/bin/phantomjs...(no debugging symbols found)...done.
> (gdb) run /home/alienation/projects/selenium/ghostdriver/src/main.js
> Starting program: /home/alienation/projects/selenium/phantomjs/bin/phantomjs /home/alienation/projects/selenium/ghostdriver/src/main.js
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Creating CookieJar, but no file to store cookies was provided (use '--cookies-file=<filename>')
> [New Thread 0x7ffff6005700 (LWP 6234)]
> [New Thread 0x7ffff57fc700 (LWP 6235)]
> [New Thread 0x7fffaffb9700 (LWP 6236)]
> [New Thread 0x7fffaf7b8700 (LWP 6237)]
> [New Thread 0x7fffaefb7700 (LWP 6238)]
> [New Thread 0x7fffae7b6700 (LWP 6239)]
> [New Thread 0x7fffa7fff700 (LWP 6240)]
> [New Thread 0x7fffadfb5700 (LWP 6241)]
> [New Thread 0x7fffad7b4700 (LWP 6242)]
> [New Thread 0x7fffacfb3700 (LWP 6243)]
> [New Thread 0x7fffa77fe700 (LWP 6244)]
> [New Thread 0x7fffa6ffd700 (LWP 6245)]
> [New Thread 0x7fffa67fc700 (LWP 6246)]
> Ghost Driver running on port 8080
> [New Thread 0x7fffa5ffb700 (LWP 6251)]
> [New Thread 0x7fffa57fa700 (LWP 6252)]
> [New Thread 0x7fff7bfff700 (LWP 6253)]
> [New Thread 0x7fff7b7fe700 (LWP 6254)]
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffb004f93e in ?? ()
> (gdb) bt
> #0 0x00007fffb004f93e in ?? ()
> #1 0x0000000000000000 in ?? ()
> (gdb)
**Disclaimer:**
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, [Issue #781](http://code.google.com/p/phantomjs/issues/detail?id=781).
:star2: **2** people had starred this issue at the time of migration.
|
1.0
|
core dump - _**[miguel.a...@neoscopio.com](http://code.google.com/u/104807852519757840256/) commented:**_
> <b>Which version of PhantomJS are you using? Tip: run 'phantomjs --version'.</b>
> <b>What steps will reproduce the problem?</b>
1. $session->open('http://www.uzo.pt/pt/meu-uzo/pagina.uzo')
> <b>2.</b>
<b>3.</b>
> <b>What is the expected output? What do you see instead?</b>
> <b>Which operating system are you using?</b>
Linux
> <b>Did you use binary PhantomJS or did you compile it from source?</b>
> Compiled from source, dev branch
>
> <b>Please provide any additional information below.</b>
> $ gdb ./phantomjs/bin/phantomjs
> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law. Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> For bug reporting instructions, please see:
> <http://bugs.launchpad.net/gdb-linaro/>...
> Reading symbols from /home/alienation/projects/selenium/phantomjs/bin/phantomjs...(no debugging symbols found)...done.
> (gdb) run /home/alienation/projects/selenium/ghostdriver/src/main.js
> Starting program: /home/alienation/projects/selenium/phantomjs/bin/phantomjs /home/alienation/projects/selenium/ghostdriver/src/main.js
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> Creating CookieJar, but no file to store cookies was provided (use '--cookies-file=<filename>')
> [New Thread 0x7ffff6005700 (LWP 6234)]
> [New Thread 0x7ffff57fc700 (LWP 6235)]
> [New Thread 0x7fffaffb9700 (LWP 6236)]
> [New Thread 0x7fffaf7b8700 (LWP 6237)]
> [New Thread 0x7fffaefb7700 (LWP 6238)]
> [New Thread 0x7fffae7b6700 (LWP 6239)]
> [New Thread 0x7fffa7fff700 (LWP 6240)]
> [New Thread 0x7fffadfb5700 (LWP 6241)]
> [New Thread 0x7fffad7b4700 (LWP 6242)]
> [New Thread 0x7fffacfb3700 (LWP 6243)]
> [New Thread 0x7fffa77fe700 (LWP 6244)]
> [New Thread 0x7fffa6ffd700 (LWP 6245)]
> [New Thread 0x7fffa67fc700 (LWP 6246)]
> Ghost Driver running on port 8080
> [New Thread 0x7fffa5ffb700 (LWP 6251)]
> [New Thread 0x7fffa57fa700 (LWP 6252)]
> [New Thread 0x7fff7bfff700 (LWP 6253)]
> [New Thread 0x7fff7b7fe700 (LWP 6254)]
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffb004f93e in ?? ()
> (gdb) bt
> #0 0x00007fffb004f93e in ?? ()
> #1 0x0000000000000000 in ?? ()
> (gdb)
**Disclaimer:**
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, [Issue #781](http://code.google.com/p/phantomjs/issues/detail?id=781).
:star2: **2** people had starred this issue at the time of migration.
|
defect
|
core dump commented which version of phantomjs are you using tip run phantomjs version what steps will reproduce the problem session gt open what is the expected output what do you see instead which operating system are you using linux did you use binary phantomjs or did you compile it from source compiled from source dev branch please provide any additional information below gdb phantomjs bin phantomjs gnu gdb ubuntu linaro copyright c free software foundation inc license gnu gpl version or later lt this is free software you are free to change and redistribute it there is no warranty to the extent permitted by law type quot show copying quot and quot show warranty quot for details this gdb was configured as quot linux gnu quot for bug reporting instructions please see lt reading symbols from home alienation projects selenium phantomjs bin phantomjs no debugging symbols found done gdb run home alienation projects selenium ghostdriver src main js starting program home alienation projects selenium phantomjs bin phantomjs home alienation projects selenium ghostdriver src main js using host libthread db library quot lib linux gnu libthread db so quot creating cookiejar but no file to store cookies was provided use cookies file lt filename gt ghost driver running on port program received signal sigsegv segmentation fault in gdb bt in in gdb disclaimer this issue was migrated on from the project s former issue tracker on google code nbsp people had starred this issue at the time of migration
| 1
|
75,088
| 7,459,739,526
|
IssuesEvent
|
2018-03-30 16:37:17
|
Turmac/MINDFIRL
|
https://api.github.com/repos/Turmac/MINDFIRL
|
closed
|
parameter setting for budget
|
review test
|
budget=minimum or moderate or number.
can we make it so that the budget is not specified separately.
that is IF budget= missing, then mode=4 (=moderate), mode=5(=minimium. I know we don't have mode=5 implemented, but you should be able to see mode=5, and set parameters internally.
Let's discuss.
|
1.0
|
parameter setting for budget - budget=minimum or moderate or number.
can we make it so that the budget is not specified separately.
that is IF budget= missing, then mode=4 (=moderate), mode=5(=minimium. I know we don't have mode=5 implemented, but you should be able to see mode=5, and set parameters internally.
Let's discuss.
|
non_defect
|
parameter setting for budget budget minimum or moderate or number can we make it so that the budget is not specified separately that is if budget missing then mode moderate mode minimium i know we don t have mode implemented but you should be able to see mode and set parameters internally let s discuss
| 0
|
8,328
| 2,611,492,762
|
IssuesEvent
|
2015-02-27 05:33:18
|
chrsmith/hedgewars
|
https://api.github.com/repos/chrsmith/hedgewars
|
closed
|
Equipped weapons
|
auto-migrated Priority-Medium Type-Defect
|
```
When you use a weapon with a hog, then next time you use the hog the weapon
will still be equipped. I sometimes use skip on accident, especially on modes
where you have unlimited attack. (EG highlander). Because when I use all my
weapons what do I do next? skip. Sometimes I think I still have some other
weapon equipped, sometimes I just tap it on accident. Also some weapons when
they are equipped you cant move. Such as homing bee. And it acts as an
annoyance.
What is the expected output? What do you see instead?
What I would like to see in the next version:
I would like to see that when you start a turn you do not have any weapon
equipped ever. It would make starting and playing turn much easier.
What version of the product are you using? On what operating system?
0.9.17, and windows
Please provide any additional information below.
My name is Samulfrost4 and I think there should be throwing knives in
Hedgewars. ;)
```
Original issue reported on code.google.com by `jalapeno...@gmail.com` on 24 Nov 2011 at 5:56
|
1.0
|
Equipped weapons - ```
When you use a weapon with a hog, then next time you use the hog the weapon
will still be equipped. I sometimes use skip on accident, especially on modes
where you have unlimited attack. (EG highlander). Because when I use all my
weapons what do I do next? skip. Sometimes I think I still have some other
weapon equipped, sometimes I just tap it on accident. Also some weapons when
they are equipped you cant move. Such as homing bee. And it acts as an
annoyance.
What is the expected output? What do you see instead?
What I would like to see in the next version:
I would like to see that when you start a turn you do not have any weapon
equipped ever. It would make starting and playing turn much easier.
What version of the product are you using? On what operating system?
0.9.17, and windows
Please provide any additional information below.
My name is Samulfrost4 and I think there should be throwing knives in
Hedgewars. ;)
```
Original issue reported on code.google.com by `jalapeno...@gmail.com` on 24 Nov 2011 at 5:56
|
defect
|
equipped weapons when you use a weapon with a hog then next time you use the hog the weapon will still be equipped i sometimes use skip on accident especially on modes where you have unlimited attack eg highlander because when i use all my weapons what do i do next skip sometimes i think i still have some other weapon equipped sometimes i just tap it on accident also some weapons when they are equipped you cant move such as homing bee and it acts as an annoyance what is the expected output what do you see instead what i would like to see in the next version i would like to see that when you start a turn you do not have any weapon equipped ever it would make starting and playing turn much easier what version of the product are you using on what operating system and windows please provide any additional information below my name is and i think there should be throwing knives in hedgewars original issue reported on code google com by jalapeno gmail com on nov at
| 1
|
23,506
| 3,834,653,596
|
IssuesEvent
|
2016-04-01 10:49:34
|
tinygg/mysql-master-ha
|
https://api.github.com/repos/tinygg/mysql-master-ha
|
closed
|
Online Master Switch does'nt log
|
auto-migrated Priority-Medium Type-Defect
|
```
When MHA does failover, everything is logged in /var/log/masterha/
But when I switch manualy, I can't see any log in this directory.
Why manual switch are not logged ?
My config file :
[...]
manager_workdir=/var/log/masterha
manager_log=/var/log/masterha/masterha_RAO1.log
[...]
```
Original issue reported on code.google.com by `bittnern...@gmail.com` on 4 Sep 2014 at 8:16
|
1.0
|
Online Master Switch does'nt log - ```
When MHA does failover, everything is logged in /var/log/masterha/
But when I switch manualy, I can't see any log in this directory.
Why manual switch are not logged ?
My config file :
[...]
manager_workdir=/var/log/masterha
manager_log=/var/log/masterha/masterha_RAO1.log
[...]
```
Original issue reported on code.google.com by `bittnern...@gmail.com` on 4 Sep 2014 at 8:16
|
defect
|
online master switch does nt log when mha does failover everything is logged in var log masterha but when i switch manualy i can t see any log in this directory why manual switch are not logged my config file manager workdir var log masterha manager log var log masterha masterha log original issue reported on code google com by bittnern gmail com on sep at
| 1
|
71,403
| 23,611,981,259
|
IssuesEvent
|
2022-08-24 13:08:29
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
closed
|
Bluetooth headset MUST be released on hangup
|
T-Defect A-VoIP S-Major O-Occasional X-Needs-Info
|
https://github.com/vector-im/riot-android/issues/2139
Riot doesn't release bluetooth headset after call end. So when call ends I hear a noise in headset and need to release it manually by pressing answer/hangup button on the headset.
|
1.0
|
Bluetooth headset MUST be released on hangup - https://github.com/vector-im/riot-android/issues/2139
Riot doesn't release bluetooth headset after call end. So when call ends I hear a noise in headset and need to release it manually by pressing answer/hangup button on the headset.
|
defect
|
bluetooth headset must be released on hangup riot doesn t release bluetooth headset after call end so when call ends i hear a noise in headset and need to release it manually by pressing answer hangup button on the headset
| 1
|
441,767
| 30,798,693,565
|
IssuesEvent
|
2023-07-31 22:21:23
|
pwa-builder/PWABuilder
|
https://api.github.com/repos/pwa-builder/PWABuilder
|
opened
|
[DOCS] Docs banner for token acquisition
|
documentation site
|
Add banner to docs that informs of token promotion => opens pop up with requirements and entry field for going directly to token qualification page on PWABuilder.com.
|
1.0
|
[DOCS] Docs banner for token acquisition - Add banner to docs that informs of token promotion => opens pop up with requirements and entry field for going directly to token qualification page on PWABuilder.com.
|
non_defect
|
docs banner for token acquisition add banner to docs that informs of token promotion opens pop up with requirements and entry field for going directly to token qualification page on pwabuilder com
| 0
|
61,530
| 17,023,717,327
|
IssuesEvent
|
2021-07-03 03:28:02
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
University name rendered differently if marked up as multipolygon vs. single way
|
Component: mapnik Priority: minor Resolution: invalid Type: defect
|
**[Submitted to the original trac issue database at 8.12pm, Thursday, 2nd June 2011]**
A way (area) tagged with amenity=university and name=something has the name rendered on the map.
A multipolygon tagged with amenity=university and name=something also has the name rendered on the map.
However, they are rendered differently at zoom level 15 and above. It appears the multipolygon is rendered in bold.
They should be the same.
Example:
http://www.openstreetmap.org/?lat=44.47372&lon=-73.19461&zoom=15&layers=M
Compare Champlain College on the left and University of Vermont on the right.
|
1.0
|
University name rendered differently if marked up as multipolygon vs. single way - **[Submitted to the original trac issue database at 8.12pm, Thursday, 2nd June 2011]**
A way (area) tagged with amenity=university and name=something has the name rendered on the map.
A multipolygon tagged with amenity=university and name=something also has the name rendered on the map.
However, they are rendered differently at zoom level 15 and above. It appears the multipolygon is rendered in bold.
They should be the same.
Example:
http://www.openstreetmap.org/?lat=44.47372&lon=-73.19461&zoom=15&layers=M
Compare Champlain College on the left and University of Vermont on the right.
|
defect
|
university name rendered differently if marked up as multipolygon vs single way a way area tagged with amenity university and name something has the name rendered on the map a multipolygon tagged with amenity university and name something also has the name rendered on the map however they are rendered differently at zoom level and above it appears the multipolygon is rendered in bold they should be the same example compare champlain college on the left and university of vermont on the right
| 1
|
3,290
| 13,384,135,477
|
IssuesEvent
|
2020-09-02 11:30:37
|
elastic/apm-agent-php
|
https://api.github.com/repos/elastic/apm-agent-php
|
closed
|
Package Agent as .rpm for RHEL/Centos, Fedora, etc. Linux distros
|
[zube]: Backlog automation enhancement
|
Package should:
- Install extension binary
- Install PHP part of the agent
- Update php.ini file(s) including setting `elastic_apm.bootstrap_php_part_file`
|
1.0
|
Package Agent as .rpm for RHEL/Centos, Fedora, etc. Linux distros - Package should:
- Install extension binary
- Install PHP part of the agent
- Update php.ini file(s) including setting `elastic_apm.bootstrap_php_part_file`
|
non_defect
|
package agent as rpm for rhel centos fedora etc linux distros package should install extension binary install php part of the agent update php ini file s including setting elastic apm bootstrap php part file
| 0
|
51,004
| 13,188,028,661
|
IssuesEvent
|
2020-08-13 05:21:00
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
closed
|
[recclasses] unused variable (Trac #1803)
|
Migrated from Trac cmake defect
|
`cxy` is initilized but never used http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-409458.html#EndPath
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1803">https://code.icecube.wisc.edu/ticket/1803</a>, reported by kjmeagher and owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-07-27T14:43:02",
"description": "`cxy` is initilized but never used http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-409458.html#EndPath",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1469630582420587",
"component": "cmake",
"summary": "[recclasses] unused variable",
"priority": "normal",
"keywords": "",
"time": "2016-07-27T08:11:04",
"milestone": "Long-Term Future",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
[recclasses] unused variable (Trac #1803) - `cxy` is initilized but never used http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-409458.html#EndPath
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1803">https://code.icecube.wisc.edu/ticket/1803</a>, reported by kjmeagher and owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-07-27T14:43:02",
"description": "`cxy` is initilized but never used http://software.icecube.wisc.edu/static_analysis/2016-07-26-030212-26135-1/report-409458.html#EndPath",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1469630582420587",
"component": "cmake",
"summary": "[recclasses] unused variable",
"priority": "normal",
"keywords": "",
"time": "2016-07-27T08:11:04",
"milestone": "Long-Term Future",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
|
defect
|
unused variable trac cxy is initilized but never used migrated from json status closed changetime description cxy is initilized but never used reporter kjmeagher cc resolution fixed ts component cmake summary unused variable priority normal keywords time milestone long term future owner hdembinski type defect
| 1
|
13,853
| 2,789,363,645
|
IssuesEvent
|
2015-05-08 18:56:42
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Marshaller _belongsToMany() scrambles joinData
|
Defect ORM
|
When I try to merge post (with _joinData) with an existing entity, the _joinData in the entity gets scrambled.
EG:
POST data (in $this->request->data('products')):
```
(
[0] => Array
(
[id] => 40405baa-f4bc-11e4-9403-7c0507bf6b45
[_joinData] => Array
(
[price] => 10
[quantity] => 10
)
)
[1] => Array
(
[description] => 100
[price] => 100
[_joinData] => Array
(
[price] => 100
[quantity] => 100
)
)
)
```
The first one should find the correct product and update the joindata.
The second one should create a product, and save the joindata.
The existing project entity is found:
```
$data = $this->Projects->get($id,
'associated' => ['Products']
]);
```
It is updated:
```
$data = $this->Projects->patchEntity(
$data,
$this->request->data(),
['associated' => ['Products._joinData']]
);
```
But now the product with id: 40405baa-f4bc-11e4-9403-7c0507bf6b45 has the following joindata:
```
(
[price] => 100
[quantity] => 100
)
```
I found that the Marshaller creates a $records array by first adding the new rows and then the result of the query of the existing rows
the two are merged in Marshaller.php line 302: $records = array_merge($records, $query->toArray());
The order of this array is different from the original $data array, BUT:
line 313 and 314 expect them to be in the same order.
I think the problem is in line 302, where the records are merged, regardless of their original order.
I think this is a bug and could be fixed with something like:
line 284:
```
foreach ($data as $i => $row) { //get key from data
```
line 297:
```
$records[$i] = $this->one($row, $options); //insert new join with correct $i in $records
```
line 301+:
```
if (isset($query)) {
$queryData = $query->toArray(); // execute query
foreach($queryData as $queryItem){
foreach($data as $i => $row){ // find correct key in $data for all primary keys
$match = 0;
foreach($primaryKey as $key => $value){
if(isset($row[$key]) && $row[$key] == $queryItem->$key){
$match++;
}
}
if($match === count($primaryKey)){ // if all primary keys match, insert with correct $i in $records
$records[$i] = $queryItem;
}
}
}
}
```
I guess this is a bit too nested, but something like this would result in a $records array with the same keys as the original $data array, so line 313+ would not be a problem.
|
1.0
|
Marshaller _belongsToMany() scrambles joinData - When I try to merge post (with _joinData) with an existing entity, the _joinData in the entity gets scrambled.
EG:
POST data (in $this->request->data('products')):
```
(
[0] => Array
(
[id] => 40405baa-f4bc-11e4-9403-7c0507bf6b45
[_joinData] => Array
(
[price] => 10
[quantity] => 10
)
)
[1] => Array
(
[description] => 100
[price] => 100
[_joinData] => Array
(
[price] => 100
[quantity] => 100
)
)
)
```
The first one should find the correct product and update the joindata.
The second one should create a product, and save the joindata.
The existing project entity is found:
```
$data = $this->Projects->get($id,
'associated' => ['Products']
]);
```
It is updated:
```
$data = $this->Projects->patchEntity(
$data,
$this->request->data(),
['associated' => ['Products._joinData']]
);
```
But now the product with id: 40405baa-f4bc-11e4-9403-7c0507bf6b45 has the following joindata:
```
(
[price] => 100
[quantity] => 100
)
```
I found that the Marshaller creates a $records array by first adding the new rows and then the result of the query of the existing rows
the two are merged in Marshaller.php line 302: $records = array_merge($records, $query->toArray());
The order of this array is different from the original $data array, BUT:
line 313 and 314 expect them to be in the same order.
I think the problem is in line 302, where the records are merged, regardless of their original order.
I think this is a bug and could be fixed with something like:
line 284:
```
foreach ($data as $i => $row) { //get key from data
```
line 297:
```
$records[$i] = $this->one($row, $options); //insert new join with correct $i in $records
```
line 301+:
```
if (isset($query)) {
$queryData = $query->toArray(); // execute query
foreach($queryData as $queryItem){
foreach($data as $i => $row){ // find correct key in $data for all primary keys
$match = 0;
foreach($primaryKey as $key => $value){
if(isset($row[$key]) && $row[$key] == $queryItem->$key){
$match++;
}
}
if($match === count($primaryKey)){ // if all primary keys match, insert with correct $i in $records
$records[$i] = $queryItem;
}
}
}
}
```
I guess this is a bit too nested, but something like this would result in a $records array with the same keys as the original $data array, so line 313+ would not be a problem.
|
defect
|
marshaller belongstomany scrambles joindata when i try to merge post with joindata with an existing entity the joindata in the entity gets scrambled eg post data in this request data products array array array array the first one should find the correct product and update the joindata the second one should create a product and save the joindata the existing project entity is found data this projects get id associated it is updated data this projects patchentity data this request data but now the product with id has the following joindata i found that the marshaller creates a records array by first adding the new rows and then the result of the query of the existing rows the two are merged in marshaller php line records array merge records query toarray the order of this array is different from the original data array but line and expect them to be in the same order i think the problem is in line where the records are merged regardless of their original order i think this is a bug and could be fixed with something like line foreach data as i row get key from data line records this one row options insert new join with correct i in records line if isset query querydata query toarray execute query foreach querydata as queryitem foreach data as i row find correct key in data for all primary keys match foreach primarykey as key value if isset row row queryitem key match if match count primarykey if all primary keys match insert with correct i in records records queryitem i guess this is a bit too nested but something like this would result in a records array with the same keys as the original data array so line would not be a problem
| 1
|
8,378
| 2,611,495,167
|
IssuesEvent
|
2015-02-27 05:34:56
|
chrsmith/hedgewars
|
https://api.github.com/repos/chrsmith/hedgewars
|
closed
|
writing on top of the screen
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
the writing on top the screen is cut from the top, so you are unable to read it.
What version of the product are you using? On what operating system?
0.9.17,windows7
Please provide any additional information below.
```
Original issue reported on code.google.com by `sadaf...@hotmail.co.uk` on 12 May 2012 at 1:35
|
1.0
|
writing on top of the screen - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
the writing on top the screen is cut from the top, so you are unable to read it.
What version of the product are you using? On what operating system?
0.9.17,windows7
Please provide any additional information below.
```
Original issue reported on code.google.com by `sadaf...@hotmail.co.uk` on 12 May 2012 at 1:35
|
defect
|
writing on top of the screen what steps will reproduce the problem what is the expected output what do you see instead the writing on top the screen is cut from the top so you are unable to read it what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by sadaf hotmail co uk on may at
| 1
|
54,174
| 23,192,891,109
|
IssuesEvent
|
2022-08-01 14:03:49
|
emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni
|
https://api.github.com/repos/emergenzeHack/ukrainehelp.emergenzehack.info_segnalazioni
|
opened
|
Шляхи стажування
|
Services job
|
<pre><yamldata>
servicetypes:
materialGoods: false
hospitality: false
transport: false
healthcare: false
Legal: false
translation: false
job: true
psychologicalSupport: false
Children: false
disability: false
women: false
education: false
offerFromWho: Agenzia per il Lavoro In.form@ti, Anpal servizi
title: Шляхи стажування
recipients: Українські тимчасові біженці
description: 'Агентство працевлаштування In.form@ti пропонує шляхи працевлаштування
також для українських біженців. 🔵🟡
Наші оператори, в тому числі деякі зі знанням української мови, готові надати будь-яку
підтримку необхідну для проведення необхідних процедур.
Зв''яжіться з нами: 📞 +39 0984 40 88 42 / 📞 +39 392 978 0561'
url: https://www.facebook.com/assinformatipolocalabriaunitelmasapienza/posts/pfbid06DHRGyGdYT5LD5KmUS9eDAcvw9K1TNkTzUMSEAA4XGvXFrHnTCKvGFAfQ4y9caHyl
address:
mode: autocomplete
address:
place_id: 297882481
licence: Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright
osm_type: relation
osm_id: 1783980
boundingbox:
- '37.9157947'
- '40.1449242'
- '15.6291646'
- '17.2064253'
lat: '39.0565974'
lon: '16.5249864'
display_name: Calabria, Italia
class: boundary
type: administrative
importance: 0.7671035277558313
icon: https://nominatim.openstreetmap.org/ui/mapicons/poi_boundary_administrative.p.20.png
address:
state: Calabria
ISO3166-2-lvl4: IT-78
country: Italia
country_code: it
iConfirmToHaveReadAndAcceptedInformativeToThreatPersonalData: true
iAuthorizeTheProcessingOfPersonalSensitiveData: true
label: services
submit: true
</yamldata></pre>
|
1.0
|
Шляхи стажування - <pre><yamldata>
servicetypes:
materialGoods: false
hospitality: false
transport: false
healthcare: false
Legal: false
translation: false
job: true
psychologicalSupport: false
Children: false
disability: false
women: false
education: false
offerFromWho: Agenzia per il Lavoro In.form@ti, Anpal servizi
title: Шляхи стажування
recipients: Українські тимчасові біженці
description: 'Агентство працевлаштування In.form@ti пропонує шляхи працевлаштування
також для українських біженців. 🔵🟡
Наші оператори, в тому числі деякі зі знанням української мови, готові надати будь-яку
підтримку необхідну для проведення необхідних процедур.
Зв''яжіться з нами: 📞 +39 0984 40 88 42 / 📞 +39 392 978 0561'
url: https://www.facebook.com/assinformatipolocalabriaunitelmasapienza/posts/pfbid06DHRGyGdYT5LD5KmUS9eDAcvw9K1TNkTzUMSEAA4XGvXFrHnTCKvGFAfQ4y9caHyl
address:
mode: autocomplete
address:
place_id: 297882481
licence: Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright
osm_type: relation
osm_id: 1783980
boundingbox:
- '37.9157947'
- '40.1449242'
- '15.6291646'
- '17.2064253'
lat: '39.0565974'
lon: '16.5249864'
display_name: Calabria, Italia
class: boundary
type: administrative
importance: 0.7671035277558313
icon: https://nominatim.openstreetmap.org/ui/mapicons/poi_boundary_administrative.p.20.png
address:
state: Calabria
ISO3166-2-lvl4: IT-78
country: Italia
country_code: it
iConfirmToHaveReadAndAcceptedInformativeToThreatPersonalData: true
iAuthorizeTheProcessingOfPersonalSensitiveData: true
label: services
submit: true
</yamldata></pre>
|
non_defect
|
шляхи стажування servicetypes materialgoods false hospitality false transport false healthcare false legal false translation false job true psychologicalsupport false children false disability false women false education false offerfromwho agenzia per il lavoro in form ti anpal servizi title шляхи стажування recipients українські тимчасові біженці description агентство працевлаштування in form ti пропонує шляхи працевлаштування також для українських біженців 🔵🟡 наші оператори в тому числі деякі зі знанням української мови готові надати будь яку підтримку необхідну для проведення необхідних процедур зв яжіться з нами 📞 📞 url address mode autocomplete address place id licence data © openstreetmap contributors odbl osm type relation osm id boundingbox lat lon display name calabria italia class boundary type administrative importance icon address state calabria it country italia country code it iconfirmtohavereadandacceptedinformativetothreatpersonaldata true iauthorizetheprocessingofpersonalsensitivedata true label services submit true
| 0
|
74,037
| 24,912,563,258
|
IssuesEvent
|
2022-10-30 02:20:20
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
id attribute not used by Form->radio
|
defect
|
### Description
# How to reproduce
Using the Form helper, create a radio control and specify an `id` attribute. In the generated HTML, `id`s of the radio element are built using the `$fieldName` argument instead of the `id` attribute.
```php
<?= $this->Form->radio(
'is_company_employer',
['yes', 'no'],
['id' => 'inputIsEmployer']
) ?>
```
produces
```html
<input type="hidden" name="is_company_employer" id="inputIsEmployer" value="">
<label for="is-company-employer-0">
<input type="radio" name="is_company_employer" value="0" id="is-company-employer-0">
yes
</label>
<label for="is-company-employer-1">
<input type="radio" name="is_company_employer" value="1" id="is-company-employer-1">
no
</label>
```
# Expected behavior
Ids to be built using the `id` argument.
```html
<input type="hidden" name="is_company_employer" id="inputIsEmployer" value="">
<label for="inputIsEmployer-0">
<input type="radio" name="is_company_employer" value="0" id="inputIsEmployer-0">
yes
</label>
<label for="inputIsEmployer-1">
<input type="radio" name="is_company_employer" value="1" id="inputIsEmployer-1">
no
</label>
```
### CakePHP Version
4.4.6
### PHP Version
8.0.19
|
1.0
|
id attribute not used by Form->radio - ### Description
# How to reproduce
Using the Form helper, create a radio control and specify an `id` attribute. In the generated HTML, `id`s of the radio element are built using the `$fieldName` argument instead of the `id` attribute.
```php
<?= $this->Form->radio(
'is_company_employer',
['yes', 'no'],
['id' => 'inputIsEmployer']
) ?>
```
produces
```html
<input type="hidden" name="is_company_employer" id="inputIsEmployer" value="">
<label for="is-company-employer-0">
<input type="radio" name="is_company_employer" value="0" id="is-company-employer-0">
yes
</label>
<label for="is-company-employer-1">
<input type="radio" name="is_company_employer" value="1" id="is-company-employer-1">
no
</label>
```
# Expected behavior
Ids to be built using the `id` argument.
```html
<input type="hidden" name="is_company_employer" id="inputIsEmployer" value="">
<label for="inputIsEmployer-0">
<input type="radio" name="is_company_employer" value="0" id="inputIsEmployer-0">
yes
</label>
<label for="inputIsEmployer-1">
<input type="radio" name="is_company_employer" value="1" id="inputIsEmployer-1">
no
</label>
```
### CakePHP Version
4.4.6
### PHP Version
8.0.19
|
defect
|
id attribute not used by form radio description how to reproduce using the form helper create a radio control and specify an id attribute in the generated html id s of the radio element are built using the fieldname argument instead of the id attribute php form radio is company employer produces html yes no expected behavior ids to be built using the id argument html yes no cakephp version php version
| 1
|
321,419
| 23,853,417,655
|
IssuesEvent
|
2022-09-06 20:17:00
|
ravimandal06/Crypto-Tracker
|
https://api.github.com/repos/ravimandal06/Crypto-Tracker
|
closed
|
Welcome to Crypto-Tracker Discussions!
|
documentation
|
### Discussed in https://github.com/ravimandal06/Crypto-Tracker/discussions/1
<div type='discussions-op-text'>
<sup>Originally posted by **ravimandal06** September 7, 2022</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 Crypto-Tracker Discussions! - ### Discussed in https://github.com/ravimandal06/Crypto-Tracker/discussions/1
<div type='discussions-op-text'>
<sup>Originally posted by **ravimandal06** September 7, 2022</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 crypto tracker discussions discussed in originally posted by september ✏️ 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
|
207,057
| 23,418,125,110
|
IssuesEvent
|
2022-08-13 09:02:55
|
nexmo-community/dtmf-dotnet
|
https://api.github.com/repos/nexmo-community/dtmf-dotnet
|
opened
|
vonage.5.3.0.nupkg: 9 vulnerabilities (highest severity is: 9.8)
|
security vulnerability
|
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vonage.5.3.0.nupkg</b></p></summary>
<p></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2021-26701](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | system.text.encodings.web.4.3.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | newtonsoft.json.9.0.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.aspnetcore.http.1.1.2.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-26701</summary>
### Vulnerable Library - <b>system.text.encodings.web.4.3.1.nupkg</b></p>
<p>Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (H...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg">https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- :x: **system.text.encodings.web.4.3.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET Core Remote Code Execution Vulnerability This CVE ID is unique from CVE-2021-24112.
<p>Publish Date: 2021-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701>CVE-2021-26701</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-02-25</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.5.1,4.7.2,5.0.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- newtonsoft.json.9.0.1.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary>
### Vulnerable Library - <b>newtonsoft.json.9.0.1.nupkg</b></p>
<p>Json.NET is a popular high-performance JSON framework for .NET</p>
<p>Library home page: <a href="https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg">https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- :x: **newtonsoft.json.9.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Improper Handling of Exceptional Conditions in Newtonsoft.Json.
Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications.
<p>Publish Date: 2022-06-22
<p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p>
<p>Release Date: 2022-06-22</p>
<p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-1045</summary>
### Vulnerable Library - <b>microsoft.aspnetcore.http.1.1.2.nupkg</b></p>
<p>ASP.NET Core default HTTP feature implementations.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg">https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.mvc.core.1.1.8.nupkg
- :x: **microsoft.aspnetcore.http.1.1.2.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'.
<p>Publish Date: 2020-09-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045>CVE-2020-1045</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-10-02</p>
<p>Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 </p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details>
|
True
|
vonage.5.3.0.nupkg: 9 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vonage.5.3.0.nupkg</b></p></summary>
<p></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2021-26701](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | system.text.encodings.web.4.3.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2018-8292](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2019-0820](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.text.regularexpressions.4.3.0.nupkg | Transitive | N/A | ❌ |
| [WS-2022-0161](https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | newtonsoft.json.9.0.1.nupkg | Transitive | N/A | ❌ |
| [CVE-2020-1045](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | microsoft.aspnetcore.http.1.1.2.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0247](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0248](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0249](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
| [CVE-2017-0256](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.3 | system.net.http.4.3.0.nupkg | Transitive | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-26701</summary>
### Vulnerable Library - <b>system.text.encodings.web.4.3.1.nupkg</b></p>
<p>Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (H...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg">https://api.nuget.org/packages/system.text.encodings.web.4.3.1.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.encodings.web/4.3.1/system.text.encodings.web.4.3.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- :x: **system.text.encodings.web.4.3.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
.NET Core Remote Code Execution Vulnerability This CVE ID is unique from CVE-2021-24112.
<p>Publish Date: 2021-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26701>CVE-2021-26701</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2021-02-25</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.5.1,4.7.2,5.0.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2018-8292</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.
<p>Publish Date: 2018-10-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8292>CVE-2018-8292</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-10-10</p>
<p>Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-0820</summary>
### Vulnerable Library - <b>system.text.regularexpressions.4.3.0.nupkg</b></p>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- newtonsoft.json.9.0.1.nupkg
- :x: **system.text.regularexpressions.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-cmhx-cq75-c4mj">https://github.com/advisories/GHSA-cmhx-cq75-c4mj</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.1</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2022-0161</summary>
### Vulnerable Library - <b>newtonsoft.json.9.0.1.nupkg</b></p>
<p>Json.NET is a popular high-performance JSON framework for .NET</p>
<p>Library home page: <a href="https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg">https://api.nuget.org/packages/newtonsoft.json.9.0.1.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- jose-jwt.2.3.0.nupkg
- :x: **newtonsoft.json.9.0.1.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Improper Handling of Exceptional Conditions in Newtonsoft.Json.
Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of StackOverFlow exception (SOE) whenever nested expressions are being processed. Exploiting this vulnerability results in Denial Of Service (DoS), and it is exploitable when an attacker sends 5 requests that cause SOE in time frame of 5 minutes. This vulnerability affects Internet Information Services (IIS) Applications.
<p>Publish Date: 2022-06-22
<p>URL: <a href=https://github.com/JamesNK/Newtonsoft.Json/commit/7e77bbe1beccceac4fc7b174b53abfefac278b66>WS-2022-0161</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-5crp-9r3c-p9vr">https://github.com/advisories/GHSA-5crp-9r3c-p9vr</a></p>
<p>Release Date: 2022-06-22</p>
<p>Fix Resolution: Newtonsoft.Json - 13.0.1;Microsoft.Extensions.ApiDescription.Server - 6.0.0</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-1045</summary>
### Vulnerable Library - <b>microsoft.aspnetcore.http.1.1.2.nupkg</b></p>
<p>ASP.NET Core default HTTP feature implementations.</p>
<p>Library home page: <a href="https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg">https://api.nuget.org/packages/microsoft.aspnetcore.http.1.1.2.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.aspnetcore.http/1.1.2/microsoft.aspnetcore.http.1.1.2.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.mvc.core.1.1.8.nupkg
- :x: **microsoft.aspnetcore.http.1.1.2.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A security feature bypass vulnerability exists in the way Microsoft ASP.NET Core parses encoded cookie names.The ASP.NET Core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded.The security update addresses the vulnerability by fixing the way the ASP.NET Core cookie parser handles encoded names., aka 'Microsoft ASP.NET Core Security Feature Bypass Vulnerability'.
<p>Publish Date: 2020-09-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-1045>CVE-2020-1045</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-10-02</p>
<p>Fix Resolution: Microsoft.AspNetCore.App - 2.1.22, Microsoft.AspNetCore.All - 2.1.22,Microsoft.NETCore.App - 2.1.22, Microsoft.AspNetCore.Http - 2.1.22 </p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0247</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A denial of service vulnerability exists when the ASP.NET Core fails to properly validate web requests. NOTE: Microsoft has not commented on third-party claims that the issue is that the TextEncoder.EncodeCore function in the System.Text.Encodings.Web package in ASP.NET Core Mvc before 1.0.4 and 1.1.x before 1.1.3 allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of 4-byte characters in the Unicode Non-Character range.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0247>CVE-2017-0247</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.5.4;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0248</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0248>CVE-2017-0248</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-0249</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p>
</p>
<p></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2017-0256</summary>
### Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p>
<p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p>
<p>Path to dependency file: /VonageDtmf.csproj</p>
<p>Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p>
<p>
Dependency Hierarchy:
- vonage.5.3.0.nupkg (Root Library)
- microsoft.aspnetcore.mvc.1.1.8.nupkg
- microsoft.aspnetcore.mvc.viewfeatures.1.1.8.nupkg
- microsoft.aspnetcore.html.abstractions.1.1.2.nupkg
- netstandard.library.1.6.1.nupkg
- :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/nexmo-community/dtmf-dotnet/commit/6a6a0fa123d77dc4b3aaf50539475c462509cbd7">6a6a0fa123d77dc4b3aaf50539475c462509cbd7</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A spoofing vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.
<p>Publish Date: 2017-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0256>CVE-2017-0256</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-0256">https://nvd.nist.gov/vuln/detail/CVE-2017-0256</a></p>
<p>Release Date: 2017-05-12</p>
<p>Fix Resolution: Microsoft.AspNetCore.Mvc.ApiExplorer - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Abstractions - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.1.3,1.0.4;System.Net.Http - 4.1.2,4.3.2;Microsoft.AspNetCore.Mvc.Razor - 1.1.3,1.0.4;System.Net.Http.WinHttpHandler - 4.0.2,4.3.0-preview1-24530-04;System.Net.Security - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;System.Text.Encodings.Web - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Razor.Host - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3;System.Net.WebSockets.Client - 4.3.0-preview1-24530-04,4.0.1;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.1.3,1.0.4;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3</p>
</p>
<p></p>
</details>
|
non_defect
|
vonage nupkg vulnerabilities highest severity is vulnerable library vonage nupkg path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system text regularexpressions system text regularexpressions nupkg found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high system text encodings web nupkg transitive n a high system net http nupkg transitive n a high system text regularexpressions nupkg transitive n a high newtonsoft json nupkg transitive n a high microsoft aspnetcore http nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a high system net http nupkg transitive n a medium system net http nupkg transitive n a details cve vulnerable library system text encodings web nupkg provides types for encoding and escaping strings for use in javascript hypertext markup language h library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system text encodings web system text encodings web nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg x system text encodings web nupkg vulnerable library found in head commit a href found in base branch main vulnerability details net core remote code execution vulnerability this cve id is unique from 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 system text encodings web cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an information disclosure vulnerability exists in net core when authentication information is inadvertently exposed in a redirect aka net core information disclosure vulnerability this affects net core net core net core powershell core 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 none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system net http microsoft powershell commands utility rc cve vulnerable library system text regularexpressions nupkg provides the system text regularexpressions regex class an implementation of a regular expression e library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system text regularexpressions system text regularexpressions nupkg dependency hierarchy vonage nupkg root library jose jwt nupkg newtonsoft json nupkg x system text regularexpressions nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve mend note after conducting further research mend has determined that cve only affects environments with versions and only on environment of system text regularexpressions nupkg publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution system text regularexpressions ws vulnerable library newtonsoft json nupkg json net is a popular high performance json framework for net library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages newtonsoft json newtonsoft json nupkg dependency hierarchy vonage nupkg root library jose jwt nupkg x newtonsoft json nupkg vulnerable library found in head commit a href found in base branch main vulnerability details improper handling of exceptional conditions in newtonsoft json newtonsoft json prior to version is vulnerable to insecure defaults due to improper handling of stackoverflow exception soe whenever nested expressions are being processed exploiting this vulnerability results in denial of service dos and it is exploitable when an attacker sends requests that cause soe in time frame of minutes this vulnerability affects internet information services iis applications publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution newtonsoft json microsoft extensions apidescription server cve vulnerable library microsoft aspnetcore http nupkg asp net core default http feature implementations library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages microsoft aspnetcore http microsoft aspnetcore http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore mvc core nupkg x microsoft aspnetcore http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a security feature bypass vulnerability exists in the way microsoft asp net core parses encoded cookie names the asp net core cookie parser decodes entire cookie strings which could allow a malicious attacker to set a second cookie with the name being percent encoded the security update addresses the vulnerability by fixing the way the asp net core cookie parser handles encoded names aka microsoft asp net core security feature bypass vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution microsoft aspnetcore app microsoft aspnetcore all microsoft netcore app microsoft aspnetcore http cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a denial of service vulnerability exists when the asp net core fails to properly validate web requests note microsoft has not commented on third party claims that the issue is that the textencoder encodecore function in the system text encodings web package in asp net core mvc before and x before allows remote attackers to cause a denial of service by leveraging failure to properly calculate the length of byte characters in the unicode non character range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details microsoft net framework and allow an attacker to bypass enhanced security usage taggings when they present a certificate that is invalid for a specific use aka net security feature bypass vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details an elevation of privilege vulnerability exists when the asp net core fails to properly sanitize web requests 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim cve vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file vonagedtmf csproj path to vulnerable library home wss scanner nuget packages system net http system net http nupkg dependency hierarchy vonage nupkg root library microsoft aspnetcore mvc nupkg microsoft aspnetcore mvc viewfeatures nupkg microsoft aspnetcore html abstractions nupkg netstandard library nupkg x system net http nupkg vulnerable library found in head commit a href found in base branch main vulnerability details a spoofing vulnerability exists when the asp net core fails to properly sanitize web requests 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 low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc core microsoft aspnetcore mvc cors microsoft aspnetcore mvc localization system net http microsoft aspnetcore mvc razor system net http winhttphandler system net security microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc taghelpers system text encodings web microsoft aspnetcore mvc razor host microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc webapicompatshim system net websockets client microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc dataannotations
| 0
|
12,982
| 3,297,236,449
|
IssuesEvent
|
2015-11-02 07:20:38
|
The-Compiler/qutebrowser
|
https://api.github.com/repos/The-Compiler/qutebrowser
|
closed
|
httpbin startup flaky/hangs on AppVeyor
|
component: tests priority: 0 - high
|
Sometimes we get this and the build hangs and gets killed by AppVeyor after the timeout:
```
============================= test session starts =============================
platform win32 -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.3
PyQt5 5.5 -- Qt runtime 5.5.0 -- Qt compiled 5.5.0
rootdir: C:\projects\qutebrowser, inifile: pytest.ini
plugins: hypothesis, capturelog, cov, html, mock, qt
collected 3336 items
tests\test_conftest.py ...
tests\helpers\test_logfail.py .......s.
tests\helpers\test_stubs.py ........
tests\integration\test_smoke.py E
tests\integration\test_webserver.py EEE
[...]
=================================== ERRORS ====================================
________________________ ERROR at setup of test_smoke _________________________
qapp = <PyQt5.QtWidgets.QApplication object at 0x04F78490>
@pytest.yield_fixture(scope='session', autouse=True)
def httpbin(qapp):
"""Fixture for a httpbin object which ensures clean setup/teardown."""
httpbin = HTTPBin()
blocker = pytestqt.plugin.SignalBlocker(timeout=5000, raising=True)
blocker.connect(httpbin.ready)
with blocker:
> httpbin.start()
tests\integration\webserver.py:166:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
ERROR at setup of test_httpbin[/-<title>httpbin(1): HTTP Client Testing Service</title>-True]
self = <FixtureDef name='httpbin' scope='session' baseid='tests/integration' >
request = <SubRequest 'httpbin' for <Function 'test_smoke'>>
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
______ ERROR at setup of test_httpbin[/-www.google-analytics.com-False] _______
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
______ ERROR at setup of test_httpbin[/data/hello.txt-Hello World!-True] ______
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
--------------- coverage: platform win32, python 3.4.3-final-0 ----------------
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
=========================== short test summary info ===========================
ERROR tests/integration/test_smoke.py::test_smoke
ERROR tests/integration/test_webserver.py::test_httpbin[/-<title>httpbin(1): HTTP Client Testing Service</title>-True]
ERROR tests/integration/test_webserver.py::test_httpbin[/-www.google-analytics.com-False]
ERROR tests/integration/test_webserver.py::test_httpbin[/data/hello.txt-Hello World!-True]
[...]
======= 3239 passed, 58 skipped, 35 xfailed, 4 error in 112.84 seconds ========
ERROR: InvocationError: 'C:\\projects\\qutebrowser\\.tox\\py34\\Scripts\\python -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= tests'
___________________________________ summary ___________________________________
ERROR: py34: commands failed E
```
There were some other hangs before that, but this one is apparent since 92bede69
|
1.0
|
httpbin startup flaky/hangs on AppVeyor - Sometimes we get this and the build hangs and gets killed by AppVeyor after the timeout:
```
============================= test session starts =============================
platform win32 -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.3
PyQt5 5.5 -- Qt runtime 5.5.0 -- Qt compiled 5.5.0
rootdir: C:\projects\qutebrowser, inifile: pytest.ini
plugins: hypothesis, capturelog, cov, html, mock, qt
collected 3336 items
tests\test_conftest.py ...
tests\helpers\test_logfail.py .......s.
tests\helpers\test_stubs.py ........
tests\integration\test_smoke.py E
tests\integration\test_webserver.py EEE
[...]
=================================== ERRORS ====================================
________________________ ERROR at setup of test_smoke _________________________
qapp = <PyQt5.QtWidgets.QApplication object at 0x04F78490>
@pytest.yield_fixture(scope='session', autouse=True)
def httpbin(qapp):
"""Fixture for a httpbin object which ensures clean setup/teardown."""
httpbin = HTTPBin()
blocker = pytestqt.plugin.SignalBlocker(timeout=5000, raising=True)
blocker.connect(httpbin.ready)
with blocker:
> httpbin.start()
tests\integration\webserver.py:166:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
ERROR at setup of test_httpbin[/-<title>httpbin(1): HTTP Client Testing Service</title>-True]
self = <FixtureDef name='httpbin' scope='session' baseid='tests/integration' >
request = <SubRequest 'httpbin' for <Function 'test_smoke'>>
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
______ ERROR at setup of test_httpbin[/-www.google-analytics.com-False] _______
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
______ ERROR at setup of test_httpbin[/data/hello.txt-Hello World!-True] ______
[...]
.tox\py34\lib\site-packages\_pytest\python.py:1921:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\py34\lib\site-packages\_pytest\python.py:1826: in call_fixture_func
res = next()
tests\integration\webserver.py:166: in httpbin
httpbin.start()
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:70: in __exit__
self.wait()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[...]
E pytestqt.wait_signal.SignalTimeoutError: Didn't get signal after 5000ms.
.tox\py34\lib\site-packages\pytestqt\wait_signal.py:48: SignalTimeoutError
--------------- coverage: platform win32, python 3.4.3-final-0 ----------------
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
=========================== short test summary info ===========================
ERROR tests/integration/test_smoke.py::test_smoke
ERROR tests/integration/test_webserver.py::test_httpbin[/-<title>httpbin(1): HTTP Client Testing Service</title>-True]
ERROR tests/integration/test_webserver.py::test_httpbin[/-www.google-analytics.com-False]
ERROR tests/integration/test_webserver.py::test_httpbin[/data/hello.txt-Hello World!-True]
[...]
======= 3239 passed, 58 skipped, 35 xfailed, 4 error in 112.84 seconds ========
ERROR: InvocationError: 'C:\\projects\\qutebrowser\\.tox\\py34\\Scripts\\python -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= tests'
___________________________________ summary ___________________________________
ERROR: py34: commands failed E
```
There were some other hangs before that, but this one is apparent since 92bede69
|
non_defect
|
httpbin startup flaky hangs on appveyor sometimes we get this and the build hangs and gets killed by appveyor after the timeout test session starts platform python py pytest qt runtime qt compiled rootdir c projects qutebrowser inifile pytest ini plugins hypothesis capturelog cov html mock qt collected items tests test conftest py tests helpers test logfail py s tests helpers test stubs py tests integration test smoke py e tests integration test webserver py eee errors error at setup of test smoke qapp pytest yield fixture scope session autouse true def httpbin qapp fixture for a httpbin object which ensures clean setup teardown httpbin httpbin blocker pytestqt plugin signalblocker timeout raising true blocker connect httpbin ready with blocker httpbin start tests integration webserver py tox lib site packages pytestqt wait signal py in exit self wait e pytestqt wait signal signaltimeouterror didn t get signal after tox lib site packages pytestqt wait signal py signaltimeouterror error at setup of test httpbin self request tox lib site packages pytest python py tox lib site packages pytest python py in call fixture func res next tests integration webserver py in httpbin httpbin start tox lib site packages pytestqt wait signal py in exit self wait e pytestqt wait signal signaltimeouterror didn t get signal after tox lib site packages pytestqt wait signal py signaltimeouterror error at setup of test httpbin tox lib site packages pytest python py tox lib site packages pytest python py in call fixture func res next tests integration webserver py in httpbin httpbin start tox lib site packages pytestqt wait signal py in exit self wait e pytestqt wait signal signaltimeouterror didn t get signal after tox lib site packages pytestqt wait signal py signaltimeouterror error at setup of test httpbin tox lib site packages pytest python py tox lib site packages pytest python py in call fixture func res next tests integration webserver py in httpbin httpbin start tox lib site packages pytestqt wait signal py in exit self wait e pytestqt wait signal signaltimeouterror didn t get signal after tox lib site packages pytestqt wait signal py signaltimeouterror coverage platform python final coverage html written to dir htmlcov coverage xml written to file coverage xml short test summary info error tests integration test smoke py test smoke error tests integration test webserver py test httpbin error tests integration test webserver py test httpbin error tests integration test webserver py test httpbin passed skipped xfailed error in seconds error invocationerror c projects qutebrowser tox scripts python m py test strict rfesw cov qutebrowser cov report xml cov report html cov report tests summary error commands failed e there were some other hangs before that but this one is apparent since
| 0
|
43,987
| 11,890,562,278
|
IssuesEvent
|
2020-03-28 18:55:31
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
opened
|
Release dangling ISemaphore
|
Type: Defect
|
If a semaphore is acquired in one instance and that instance dies (kill -9), how can one clean it up?
I tried reacting to when memberRemove() notification, by keeping a member to semaphore map and releasing these semaphores, but that encountered an error
Mar 28, 2020 6:48:24 PM com.hazelcast.spi.impl.eventservice.impl.EventServiceImpl
SEVERE: [240.0.64.14]:5701 [factory] [4.0] hz.vigilant_pasteur.event-4 caught an exception while processing:com.hazelcast.spi.impl.eventservice.impl.LocalEventDispatcher@7edec1d7
**java.lang.IllegalStateException: No valid session!**
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.newIllegalStateException(SessionAwareSemaphoreProxy.java:252)
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.release(SessionAwareSemaphoreProxy.java:164)
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.release(SessionAwareSemaphoreProxy.java:156)
**Expected behavior**
Semaphore is released. I don't understand what session is in context here...
**To Reproduce**
1) Create two Hazelcast instances, acquire a semaphore and manage a cluster map of semaphore to instance
2) Abruptly terminate it instance owning the semaphore and Implement memberRemove such that second instance detect it.
3) Examine map to determine semaphores owned my dead instance and call ISemaphore.release() on each.
|
1.0
|
Release dangling ISemaphore - If a semaphore is acquired in one instance and that instance dies (kill -9), how can one clean it up?
I tried reacting to when memberRemove() notification, by keeping a member to semaphore map and releasing these semaphores, but that encountered an error
Mar 28, 2020 6:48:24 PM com.hazelcast.spi.impl.eventservice.impl.EventServiceImpl
SEVERE: [240.0.64.14]:5701 [factory] [4.0] hz.vigilant_pasteur.event-4 caught an exception while processing:com.hazelcast.spi.impl.eventservice.impl.LocalEventDispatcher@7edec1d7
**java.lang.IllegalStateException: No valid session!**
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.newIllegalStateException(SessionAwareSemaphoreProxy.java:252)
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.release(SessionAwareSemaphoreProxy.java:164)
at com.hazelcast.cp.internal.datastructures.semaphore.proxy.SessionAwareSemaphoreProxy.release(SessionAwareSemaphoreProxy.java:156)
**Expected behavior**
Semaphore is released. I don't understand what session is in context here...
**To Reproduce**
1) Create two Hazelcast instances, acquire a semaphore and manage a cluster map of semaphore to instance
2) Abruptly terminate it instance owning the semaphore and Implement memberRemove such that second instance detect it.
3) Examine map to determine semaphores owned my dead instance and call ISemaphore.release() on each.
|
defect
|
release dangling isemaphore if a semaphore is acquired in one instance and that instance dies kill how can one clean it up i tried reacting to when memberremove notification by keeping a member to semaphore map and releasing these semaphores but that encountered an error mar pm com hazelcast spi impl eventservice impl eventserviceimpl severe hz vigilant pasteur event caught an exception while processing com hazelcast spi impl eventservice impl localeventdispatcher java lang illegalstateexception no valid session at com hazelcast cp internal datastructures semaphore proxy sessionawaresemaphoreproxy newillegalstateexception sessionawaresemaphoreproxy java at com hazelcast cp internal datastructures semaphore proxy sessionawaresemaphoreproxy release sessionawaresemaphoreproxy java at com hazelcast cp internal datastructures semaphore proxy sessionawaresemaphoreproxy release sessionawaresemaphoreproxy java expected behavior semaphore is released i don t understand what session is in context here to reproduce create two hazelcast instances acquire a semaphore and manage a cluster map of semaphore to instance abruptly terminate it instance owning the semaphore and implement memberremove such that second instance detect it examine map to determine semaphores owned my dead instance and call isemaphore release on each
| 1
|
57,860
| 14,225,602,804
|
IssuesEvent
|
2020-11-17 21:31:06
|
OpenLiberty/open-liberty
|
https://api.github.com/repos/OpenLiberty/open-liberty
|
closed
|
Move auditWebProbes feature into the auto directory
|
team:Core Security team:Wendigo East
|
While doing the Jakarta transformation work, noticed that `com.ibm.websphere.appserver.auditWebProbes-1.0.feature` is in the protected directory when it should be in the auto directory.
|
True
|
Move auditWebProbes feature into the auto directory - While doing the Jakarta transformation work, noticed that `com.ibm.websphere.appserver.auditWebProbes-1.0.feature` is in the protected directory when it should be in the auto directory.
|
non_defect
|
move auditwebprobes feature into the auto directory while doing the jakarta transformation work noticed that com ibm websphere appserver auditwebprobes feature is in the protected directory when it should be in the auto directory
| 0
|
25,703
| 4,417,714,283
|
IssuesEvent
|
2016-08-15 07:25:20
|
snowie2000/mactype
|
https://api.github.com/repos/snowie2000/mactype
|
closed
|
Where can I find the source code?
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Open http://code.google.com/p/mactype/source/browse/
2. Then you can see that there is no source code.
What is the expected output? What do you see instead?
I expected to see the hg repository that contains the source code, but it seems
that the repository is empty.
What version of the product are you using? On what operating system?
On Windows 7.
```
Original issue reported on code.google.com by `bitstrea...@gmail.com` on 26 May 2012 at 7:09
|
1.0
|
Where can I find the source code? - ```
What steps will reproduce the problem?
1. Open http://code.google.com/p/mactype/source/browse/
2. Then you can see that there is no source code.
What is the expected output? What do you see instead?
I expected to see the hg repository that contains the source code, but it seems
that the repository is empty.
What version of the product are you using? On what operating system?
On Windows 7.
```
Original issue reported on code.google.com by `bitstrea...@gmail.com` on 26 May 2012 at 7:09
|
defect
|
where can i find the source code what steps will reproduce the problem open then you can see that there is no source code what is the expected output what do you see instead i expected to see the hg repository that contains the source code but it seems that the repository is empty what version of the product are you using on what operating system on windows original issue reported on code google com by bitstrea gmail com on may at
| 1
|
48,859
| 13,184,759,250
|
IssuesEvent
|
2020-08-12 20:02:30
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
render for glshovel for this data structure in glshovel/private/glshovel/render/I3VectorI3Particle.cxx (Trac #331)
|
Incomplete Migration Migrated from Trac defect glshovel
|
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/331
, reported by icecube and owned by olivas_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-11-21T22:33:09",
"description": "There is a problem with this render. In glshovel you see every particle moving from \"infinity\" to the position of the particle and then moving to the maxlength. But we only want the particle moving from its position to maxlength.\n\nI have looked in the source code and tried to understand. There are written 2 lines:\n // note that this doesn't correctly calculate a start\n // position for tracks when plotting from a start time > 0\n\nI think that is a possible reason for that what I'm seeing, but I have no idea to solve this problem.\n\nMaybe someone can have a look at the code and maybe someone have an idea to solve it. ",
"reporter": "icecube",
"cc": "",
"resolution": "fixed",
"_ts": "1385073189000000",
"component": "glshovel",
"summary": "render for glshovel for this data structure in glshovel/private/glshovel/render/I3VectorI3Particle.cxx",
"priority": "normal",
"keywords": "",
"time": "2011-11-23T18:13:35",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
render for glshovel for this data structure in glshovel/private/glshovel/render/I3VectorI3Particle.cxx (Trac #331) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/331
, reported by icecube and owned by olivas_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-11-21T22:33:09",
"description": "There is a problem with this render. In glshovel you see every particle moving from \"infinity\" to the position of the particle and then moving to the maxlength. But we only want the particle moving from its position to maxlength.\n\nI have looked in the source code and tried to understand. There are written 2 lines:\n // note that this doesn't correctly calculate a start\n // position for tracks when plotting from a start time > 0\n\nI think that is a possible reason for that what I'm seeing, but I have no idea to solve this problem.\n\nMaybe someone can have a look at the code and maybe someone have an idea to solve it. ",
"reporter": "icecube",
"cc": "",
"resolution": "fixed",
"_ts": "1385073189000000",
"component": "glshovel",
"summary": "render for glshovel for this data structure in glshovel/private/glshovel/render/I3VectorI3Particle.cxx",
"priority": "normal",
"keywords": "",
"time": "2011-11-23T18:13:35",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
|
defect
|
render for glshovel for this data structure in glshovel private glshovel render cxx trac migrated from reported by icecube and owned by olivas json status closed changetime description there is a problem with this render in glshovel you see every particle moving from infinity to the position of the particle and then moving to the maxlength but we only want the particle moving from its position to maxlength n ni have looked in the source code and tried to understand there are written lines n note that this doesn t correctly calculate a start n position for tracks when plotting from a start time n ni think that is a possible reason for that what i m seeing but i have no idea to solve this problem n nmaybe someone can have a look at the code and maybe someone have an idea to solve it reporter icecube cc resolution fixed ts component glshovel summary render for glshovel for this data structure in glshovel private glshovel render cxx priority normal keywords time milestone owner olivas type defect
| 1
|
361,327
| 25,335,493,488
|
IssuesEvent
|
2022-11-18 16:29:02
|
Caleb-Cohen/Together
|
https://api.github.com/repos/Caleb-Cohen/Together
|
opened
|
Update .env.example to include instructions on not to delete
|
documentation Good 100Devs FI
|
Add `//Please copy and paste this template into a new .env file instead of removing .example from the file name` to the first line of the .env.example file.
Additionally, change the formatting of value pairs for example change `DB_STRING = your database URI` to `DB_STRING = YOUR_DATABASE_URI`. Port does not need to be re-formatted.
Pull Request your fork into the Add-Event-Form *not main.*
Instructions on how to contribute can be found [here](https://github.com/Caleb-Cohen/Together/blob/main/CONTRIBUTING.md)
|
1.0
|
Update .env.example to include instructions on not to delete - Add `//Please copy and paste this template into a new .env file instead of removing .example from the file name` to the first line of the .env.example file.
Additionally, change the formatting of value pairs for example change `DB_STRING = your database URI` to `DB_STRING = YOUR_DATABASE_URI`. Port does not need to be re-formatted.
Pull Request your fork into the Add-Event-Form *not main.*
Instructions on how to contribute can be found [here](https://github.com/Caleb-Cohen/Together/blob/main/CONTRIBUTING.md)
|
non_defect
|
update env example to include instructions on not to delete add please copy and paste this template into a new env file instead of removing example from the file name to the first line of the env example file additionally change the formatting of value pairs for example change db string your database uri to db string your database uri port does not need to be re formatted pull request your fork into the add event form not main instructions on how to contribute can be found
| 0
|
31,957
| 6,668,234,006
|
IssuesEvent
|
2017-10-03 15:10:00
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
opened
|
client side OOME hot-shutdown
|
Team: Client Team: Core To Triage Type: Critical Type: Defect
|
I have just run this test https://hazelcast-l337.ci.cloudbees.com/view/hot-restart/job/hot-shutdown/326/console
on `./output/HZ/HzMember3HZ/out.txt:INFO: [10.0.0.127]:5701 [HZ] [3.9-SNAPSHOT] Hazelcast Enterprise 3.9-SNAPSHOT (20171003 - 2556542, 01f3b43) starting at [10.0.0.127]:5701` (edited)
the first exception was `HzMember1HZ shutdown hzcmd.ops.ClusterShutDown threadId=0 com.hazelcast.core.HazelcastException: java.util.concurrent.TimeoutException: LockClusterStateOp`
but also we have client side OOME,
5 out of the 50 connected clients hit the OOME (edited)
GC charts http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-12_35_44/gc.html
or this could be raised more as a client side issue ?
a 2ND occurrence of the hot-shutdown Client OOME https://hazelcast-l337.ci.cloudbees.com/view/hot-restart/job/hot-shutdown/329/console
member config using
```
<property name="hazelcast.heartbeat.failuredetector.type">phi-accrual</property>
<property name="hazelcast.max.no.heartbeat.seconds">300</property>
<property name="hazelcast.heartbeat.interval.seconds">3</property>
```
http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-17_36_41/gc.html
only 1 out of the 50 clients hit the OOME
./output/HZ/HzClient20HZ/
http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-17_36_41/output/HZ/HzClient20HZ/HzClient20HZ.hprof
|
1.0
|
client side OOME hot-shutdown - I have just run this test https://hazelcast-l337.ci.cloudbees.com/view/hot-restart/job/hot-shutdown/326/console
on `./output/HZ/HzMember3HZ/out.txt:INFO: [10.0.0.127]:5701 [HZ] [3.9-SNAPSHOT] Hazelcast Enterprise 3.9-SNAPSHOT (20171003 - 2556542, 01f3b43) starting at [10.0.0.127]:5701` (edited)
the first exception was `HzMember1HZ shutdown hzcmd.ops.ClusterShutDown threadId=0 com.hazelcast.core.HazelcastException: java.util.concurrent.TimeoutException: LockClusterStateOp`
but also we have client side OOME,
5 out of the 50 connected clients hit the OOME (edited)
GC charts http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-12_35_44/gc.html
or this could be raised more as a client side issue ?
a 2ND occurrence of the hot-shutdown Client OOME https://hazelcast-l337.ci.cloudbees.com/view/hot-restart/job/hot-shutdown/329/console
member config using
```
<property name="hazelcast.heartbeat.failuredetector.type">phi-accrual</property>
<property name="hazelcast.max.no.heartbeat.seconds">300</property>
<property name="hazelcast.heartbeat.interval.seconds">3</property>
```
http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-17_36_41/gc.html
only 1 out of the 50 clients hit the OOME
./output/HZ/HzClient20HZ/
http://54.82.84.143/~jenkins/workspace/hot-shutdown/3.9-SNAPSHOT/2017_10_03-17_36_41/output/HZ/HzClient20HZ/HzClient20HZ.hprof
|
defect
|
client side oome hot shutdown i have just run this test on output hz out txt info hazelcast enterprise snapshot starting at edited the first exception was shutdown hzcmd ops clustershutdown threadid com hazelcast core hazelcastexception java util concurrent timeoutexception lockclusterstateop but also we have client side oome out of the connected clients hit the oome edited gc charts or this could be raised more as a client side issue a occurrence of the hot shutdown client oome member config using phi accrual only out of the clients hit the oome output hz
| 1
|
749,712
| 26,176,426,865
|
IssuesEvent
|
2023-01-02 10:19:35
|
ant-media/Ant-Media-Server
|
https://api.github.com/repos/ant-media/Ant-Media-Server
|
closed
|
WebRTC Publisher draws couldn't reach the WebRTC players
|
Priority: Important
|
### Short description
WebRTC Publisher draws couldn't reach the WebRTC players.
### Steps to reproduce
1. Enable `WebRTC Data Channel - Publisher and all Players`
2. Go WebRTC Whiteboard Publish page and start streaming
3. Open WebRTC Whiteboard Player page and start streaming
4. Draws something on Publisher page.
5. You won't see your draw on Player page.
### Expected behavior
WebRTC Publisher draws should be on WebRTC Player page.
### Actual behavior
There is no draw on WebRTC player page.
### Logs
There is no error log. Ant Media Server v2.5.1
|
1.0
|
WebRTC Publisher draws couldn't reach the WebRTC players - ### Short description
WebRTC Publisher draws couldn't reach the WebRTC players.
### Steps to reproduce
1. Enable `WebRTC Data Channel - Publisher and all Players`
2. Go WebRTC Whiteboard Publish page and start streaming
3. Open WebRTC Whiteboard Player page and start streaming
4. Draws something on Publisher page.
5. You won't see your draw on Player page.
### Expected behavior
WebRTC Publisher draws should be on WebRTC Player page.
### Actual behavior
There is no draw on WebRTC player page.
### Logs
There is no error log. Ant Media Server v2.5.1
|
non_defect
|
webrtc publisher draws couldn t reach the webrtc players short description webrtc publisher draws couldn t reach the webrtc players steps to reproduce enable webrtc data channel publisher and all players go webrtc whiteboard publish page and start streaming open webrtc whiteboard player page and start streaming draws something on publisher page you won t see your draw on player page expected behavior webrtc publisher draws should be on webrtc player page actual behavior there is no draw on webrtc player page logs there is no error log ant media server
| 0
|
314,260
| 23,512,812,351
|
IssuesEvent
|
2022-08-18 18:17:43
|
ansible-community/community-team
|
https://api.github.com/repos/ansible-community/community-team
|
closed
|
Coordinate docs requirements with productization team
|
documentation
|
Productization team is using `docs/docsite/requirements.txt` but that file is for bleeding edge testing on docs builds. Discuss how they can switch to the code-smell test file, or how we can coordinate so docs, CI, and productization are using the same requirements and in sync when those requirements change.
|
1.0
|
Coordinate docs requirements with productization team - Productization team is using `docs/docsite/requirements.txt` but that file is for bleeding edge testing on docs builds. Discuss how they can switch to the code-smell test file, or how we can coordinate so docs, CI, and productization are using the same requirements and in sync when those requirements change.
|
non_defect
|
coordinate docs requirements with productization team productization team is using docs docsite requirements txt but that file is for bleeding edge testing on docs builds discuss how they can switch to the code smell test file or how we can coordinate so docs ci and productization are using the same requirements and in sync when those requirements change
| 0
|
74,992
| 25,473,459,388
|
IssuesEvent
|
2022-11-25 12:19:09
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
Custom font not being applied / fetched
|
T-Defect
|
### Steps to reproduce
Config:

---
Folder:

---
Styles:


---
Fallback font in use:

Not sure if I'm missing something - would be awesome if anyone can take a look please!
### Outcome
#### What did you expect?
Atkinson-Hyperlegible.ttf to load and display properly
---
#### What happened instead?
Fallback font is displayed
### Operating system
Windows
### Browser information
Google Chrome 107.0.5304.101
### URL for webapp
-
### Application version
-
### Homeserver
-
### Will you send logs?
No
|
1.0
|
Custom font not being applied / fetched - ### Steps to reproduce
Config:

---
Folder:

---
Styles:


---
Fallback font in use:

Not sure if I'm missing something - would be awesome if anyone can take a look please!
### Outcome
#### What did you expect?
Atkinson-Hyperlegible.ttf to load and display properly
---
#### What happened instead?
Fallback font is displayed
### Operating system
Windows
### Browser information
Google Chrome 107.0.5304.101
### URL for webapp
-
### Application version
-
### Homeserver
-
### Will you send logs?
No
|
defect
|
custom font not being applied fetched steps to reproduce config folder styles fallback font in use not sure if i m missing something would be awesome if anyone can take a look please outcome what did you expect atkinson hyperlegible ttf to load and display properly what happened instead fallback font is displayed operating system windows browser information google chrome url for webapp application version homeserver will you send logs no
| 1
|
211,323
| 16,439,066,299
|
IssuesEvent
|
2021-05-20 12:34:54
|
GlacioHack/xdem
|
https://api.github.com/repos/GlacioHack/xdem
|
closed
|
Conda instructions README and `environment.yml` does not install geoutils
|
documentation invalid
|
The README is outdated, for example saying `conda activate glacio` while it should be `conda activate xdem`.
Also, when installing xdem via conda, it will not install geoutils. This needs to be added in the `environment.yml` (with a --force-reinstall flag until geoutils has a good release system).
|
1.0
|
Conda instructions README and `environment.yml` does not install geoutils - The README is outdated, for example saying `conda activate glacio` while it should be `conda activate xdem`.
Also, when installing xdem via conda, it will not install geoutils. This needs to be added in the `environment.yml` (with a --force-reinstall flag until geoutils has a good release system).
|
non_defect
|
conda instructions readme and environment yml does not install geoutils the readme is outdated for example saying conda activate glacio while it should be conda activate xdem also when installing xdem via conda it will not install geoutils this needs to be added in the environment yml with a force reinstall flag until geoutils has a good release system
| 0
|
735,702
| 25,411,181,815
|
IssuesEvent
|
2022-11-22 19:07:28
|
CDLUC3/ezid
|
https://api.github.com/repos/CDLUC3/ezid
|
closed
|
tombstone URL not set for newly unavailable DOIs
|
bug priority-urgent
|
Updates to Crossref and DataCite DOIs are using `identifier.target` instead of `identifier.resolverTarget`
see https://github.com/CDLUC3/ezid/blob/279580426994ba5433e8ac89ba68d097439fe1aa/ezidapp/management/commands/proc-crossref.py#L114
and
https://github.com/CDLUC3/ezid/blob/279580426994ba5433e8ac89ba68d097439fe1aa/ezidapp/management/commands/proc-datacite.py#L71
|
1.0
|
tombstone URL not set for newly unavailable DOIs - Updates to Crossref and DataCite DOIs are using `identifier.target` instead of `identifier.resolverTarget`
see https://github.com/CDLUC3/ezid/blob/279580426994ba5433e8ac89ba68d097439fe1aa/ezidapp/management/commands/proc-crossref.py#L114
and
https://github.com/CDLUC3/ezid/blob/279580426994ba5433e8ac89ba68d097439fe1aa/ezidapp/management/commands/proc-datacite.py#L71
|
non_defect
|
tombstone url not set for newly unavailable dois updates to crossref and datacite dois are using identifier target instead of identifier resolvertarget see and
| 0
|
18,549
| 3,071,173,858
|
IssuesEvent
|
2015-08-19 10:17:11
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
[TEST-FAILURE]ClientRegressionTest.testIssue493
|
Team: Client Type: Defect
|
```
java.lang.IllegalMonitorStateException: Current thread is not owner of the lock! -> <not-locked>
at com.hazelcast.concurrent.lock.operations.UnlockOperation.ensureUnlocked(UnlockOperation.java:71)
at com.hazelcast.concurrent.lock.operations.UnlockOperation.unlock(UnlockOperation.java:65)
at com.hazelcast.concurrent.lock.operations.UnlockOperation.run(UnlockOperation.java:57)
at com.hazelcast.spi.impl.BasicOperationService$BasicOperationHandler.process(BasicOperationService.java:707)
at
```
https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OracleJDK8/com.hazelcast$hazelcast-client/347/testReport/junit/com.hazelcast.client/ClientRegressionTest/testIssue493/
|
1.0
|
[TEST-FAILURE]ClientRegressionTest.testIssue493 - ```
java.lang.IllegalMonitorStateException: Current thread is not owner of the lock! -> <not-locked>
at com.hazelcast.concurrent.lock.operations.UnlockOperation.ensureUnlocked(UnlockOperation.java:71)
at com.hazelcast.concurrent.lock.operations.UnlockOperation.unlock(UnlockOperation.java:65)
at com.hazelcast.concurrent.lock.operations.UnlockOperation.run(UnlockOperation.java:57)
at com.hazelcast.spi.impl.BasicOperationService$BasicOperationHandler.process(BasicOperationService.java:707)
at
```
https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-OracleJDK8/com.hazelcast$hazelcast-client/347/testReport/junit/com.hazelcast.client/ClientRegressionTest/testIssue493/
|
defect
|
clientregressiontest java lang illegalmonitorstateexception current thread is not owner of the lock at com hazelcast concurrent lock operations unlockoperation ensureunlocked unlockoperation java at com hazelcast concurrent lock operations unlockoperation unlock unlockoperation java at com hazelcast concurrent lock operations unlockoperation run unlockoperation java at com hazelcast spi impl basicoperationservice basicoperationhandler process basicoperationservice java at
| 1
|
3,055
| 2,652,959,940
|
IssuesEvent
|
2015-03-16 20:18:33
|
aisapatino/sjfnw
|
https://api.github.com/repos/aisapatino/sjfnw
|
closed
|
Update test fixtures for new match fields
|
type: testing
|
Easier way to update them in general?
To unblock #703
|
1.0
|
Update test fixtures for new match fields - Easier way to update them in general?
To unblock #703
|
non_defect
|
update test fixtures for new match fields easier way to update them in general to unblock
| 0
|
4,280
| 2,610,090,753
|
IssuesEvent
|
2015-02-26 18:27:27
|
chrsmith/dsdsdaadf
|
https://api.github.com/repos/chrsmith/dsdsdaadf
|
opened
|
深圳痘痘怎样治疗最好
|
auto-migrated Priority-Medium Type-Defect
|
```
深圳痘痘怎样治疗最好【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:44
|
1.0
|
深圳痘痘怎样治疗最好 - ```
深圳痘痘怎样治疗最好【深圳韩方科颜全国热线400-869-1818,24
小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩��
�秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,�
��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹
”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内��
�业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上�
��痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:44
|
defect
|
深圳痘痘怎样治疗最好 深圳痘痘怎样治疗最好【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
| 1
|
17,324
| 2,999,020,734
|
IssuesEvent
|
2015-07-23 16:52:19
|
opendatakit/opendatakit
|
https://api.github.com/repos/opendatakit/opendatakit
|
closed
|
Hi dears I can not Access my Aggregate using App engine ???
|
Aggregate Priority-Medium Type-Defect
|
Originally reported on Google Code with ID 1099
```
I have problem with Username and Password !
regards
```
Reported by `akko.architect` on 2015-01-12 07:28:28
|
1.0
|
Hi dears I can not Access my Aggregate using App engine ??? - Originally reported on Google Code with ID 1099
```
I have problem with Username and Password !
regards
```
Reported by `akko.architect` on 2015-01-12 07:28:28
|
defect
|
hi dears i can not access my aggregate using app engine originally reported on google code with id i have problem with username and password regards reported by akko architect on
| 1
|
793,121
| 27,983,402,393
|
IssuesEvent
|
2023-03-26 12:27:54
|
AY2223S2-CS2103-F11-3/tp
|
https://api.github.com/repos/AY2223S2-CS2103-F11-3/tp
|
closed
|
As a user, I can list vaccination
|
type.Story priority.High
|
... to clear my previous filters that I have made on vaccination
|
1.0
|
As a user, I can list vaccination - ... to clear my previous filters that I have made on vaccination
|
non_defect
|
as a user i can list vaccination to clear my previous filters that i have made on vaccination
| 0
|
9,329
| 3,273,609,697
|
IssuesEvent
|
2015-10-26 04:12:34
|
RasppleII/a2server
|
https://api.github.com/repos/RasppleII/a2server
|
closed
|
A2CLOUD videos are out of date
|
documentation
|
They're adequate, but not up to date with latest A2CLOUD, and probably too long.
|
1.0
|
A2CLOUD videos are out of date - They're adequate, but not up to date with latest A2CLOUD, and probably too long.
|
non_defect
|
videos are out of date they re adequate but not up to date with latest and probably too long
| 0
|
18,008
| 3,016,110,047
|
IssuesEvent
|
2015-07-29 23:27:14
|
archon810/androidpolice
|
https://api.github.com/repos/archon810/androidpolice
|
closed
|
migrate to github the issue tracker
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Go to bug tracker
2. Realize bug tracer will be dead soon.
3. Weep
What is the expected output? What do you see instead?
Expected: not google code, which is dying.
Saw: google code, witch is dead
What operating system are you on?
Android, but also affects Ubuntu. Needs confirmed on iOS , windows, and Mac.
What is your browser and its version?
Chrome 40
Please provide any additional information below.
```
Original issue reported on code.google.com by `alexterr...@gmail.com` on 13 Mar 2015 at 12:41
|
1.0
|
migrate to github the issue tracker - ```
What steps will reproduce the problem?
1. Go to bug tracker
2. Realize bug tracer will be dead soon.
3. Weep
What is the expected output? What do you see instead?
Expected: not google code, which is dying.
Saw: google code, witch is dead
What operating system are you on?
Android, but also affects Ubuntu. Needs confirmed on iOS , windows, and Mac.
What is your browser and its version?
Chrome 40
Please provide any additional information below.
```
Original issue reported on code.google.com by `alexterr...@gmail.com` on 13 Mar 2015 at 12:41
|
defect
|
migrate to github the issue tracker what steps will reproduce the problem go to bug tracker realize bug tracer will be dead soon weep what is the expected output what do you see instead expected not google code which is dying saw google code witch is dead what operating system are you on android but also affects ubuntu needs confirmed on ios windows and mac what is your browser and its version chrome please provide any additional information below original issue reported on code google com by alexterr gmail com on mar at
| 1
|
44,496
| 11,455,014,167
|
IssuesEvent
|
2020-02-06 18:13:26
|
rthadur/recaptcha
|
https://api.github.com/repos/rthadur/recaptcha
|
closed
|
there is no label here
|
backend:cntk type:build/install
|
In terms of the documentation K.variable should return a variable instance but regarding CNTK backend a parameter instance is returned:
Instantiates a variable and returns it.
Example:
>>> from keras import backend as K
>>> import cntk as C
>>> import numpy as np
>>> x = np.random.rand(10, 3).astype(np.float32)
>>> v = K.variable(x)
>>> print(str(isinstance(v, (C.variables.Parameter))))
True
>>> print(str(isinstance(v, (C.variables.Variable))))
False
Is there a specific reason for this mismatch?
|
1.0
|
there is no label here - In terms of the documentation K.variable should return a variable instance but regarding CNTK backend a parameter instance is returned:
Instantiates a variable and returns it.
Example:
>>> from keras import backend as K
>>> import cntk as C
>>> import numpy as np
>>> x = np.random.rand(10, 3).astype(np.float32)
>>> v = K.variable(x)
>>> print(str(isinstance(v, (C.variables.Parameter))))
True
>>> print(str(isinstance(v, (C.variables.Variable))))
False
Is there a specific reason for this mismatch?
|
non_defect
|
there is no label here in terms of the documentation k variable should return a variable instance but regarding cntk backend a parameter instance is returned instantiates a variable and returns it example from keras import backend as k import cntk as c import numpy as np x np random rand astype np v k variable x print str isinstance v c variables parameter true print str isinstance v c variables variable false is there a specific reason for this mismatch
| 0
|
66,509
| 20,252,989,814
|
IssuesEvent
|
2022-02-14 19:52:54
|
vector-im/element-ios
|
https://api.github.com/repos/vector-im/element-ios
|
opened
|
Scrollback has regressed - it shows the "start of room" artwork every time you overscroll to backpaginate
|
T-Defect
|
### Steps to reproduce
1. Open a room
2. Scroll to the top to backfill some history
3. Observe that you see the header for the room as if it had just been created. This is then replaced once the backfill completes.
### Outcome
#### What did you expect?
Nice smooth scrollback which a) preempts when you're scrolling towards the top and scrolls in some history to preempt hitting the top (without causing a scroll jump), b) no spurious "Welcome to the room" header.
#### What happened instead?
You see a nasty flash of the "welcome to room" header.
### Your phone model
iPhone 12 Pro Max
### Operating system version
15.4
### Application version
1.8.0 rc1
### Homeserver
matrix.org
### Will you send logs?
No
|
1.0
|
Scrollback has regressed - it shows the "start of room" artwork every time you overscroll to backpaginate - ### Steps to reproduce
1. Open a room
2. Scroll to the top to backfill some history
3. Observe that you see the header for the room as if it had just been created. This is then replaced once the backfill completes.
### Outcome
#### What did you expect?
Nice smooth scrollback which a) preempts when you're scrolling towards the top and scrolls in some history to preempt hitting the top (without causing a scroll jump), b) no spurious "Welcome to the room" header.
#### What happened instead?
You see a nasty flash of the "welcome to room" header.
### Your phone model
iPhone 12 Pro Max
### Operating system version
15.4
### Application version
1.8.0 rc1
### Homeserver
matrix.org
### Will you send logs?
No
|
defect
|
scrollback has regressed it shows the start of room artwork every time you overscroll to backpaginate steps to reproduce open a room scroll to the top to backfill some history observe that you see the header for the room as if it had just been created this is then replaced once the backfill completes outcome what did you expect nice smooth scrollback which a preempts when you re scrolling towards the top and scrolls in some history to preempt hitting the top without causing a scroll jump b no spurious welcome to the room header what happened instead you see a nasty flash of the welcome to room header your phone model iphone pro max operating system version application version homeserver matrix org will you send logs no
| 1
|
50,116
| 13,187,330,765
|
IssuesEvent
|
2020-08-13 03:04:16
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
closed
|
pypicks to replace icepicks (Trac #139)
|
IceTray Migrated from Trac defect
|
Need to get some more pypicks in place to replace old icepicks.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/139
, reported by blaufuss and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "Need to get some more pypicks in place to replace old icepicks. ",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "pypicks to replace icepicks",
"priority": "normal",
"keywords": "",
"time": "2008-10-03T14:37:16",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
pypicks to replace icepicks (Trac #139) - Need to get some more pypicks in place to replace old icepicks.
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/139
, reported by blaufuss and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "Need to get some more pypicks in place to replace old icepicks. ",
"reporter": "blaufuss",
"cc": "",
"resolution": "wont or cant fix",
"_ts": "1416713876900096",
"component": "IceTray",
"summary": "pypicks to replace icepicks",
"priority": "normal",
"keywords": "",
"time": "2008-10-03T14:37:16",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
defect
|
pypicks to replace icepicks trac need to get some more pypicks in place to replace old icepicks migrated from reported by blaufuss and owned by troy json status closed changetime description need to get some more pypicks in place to replace old icepicks reporter blaufuss cc resolution wont or cant fix ts component icetray summary pypicks to replace icepicks priority normal keywords time milestone owner troy type defect
| 1
|
9,776
| 2,615,174,521
|
IssuesEvent
|
2015-03-01 06:57:31
|
chrsmith/reaver-wps
|
https://api.github.com/repos/chrsmith/reaver-wps
|
opened
|
wps locked yes after 20 tryings
|
auto-migrated Priority-Triage Type-Defect
|
```
1. What operating system are you using (Linux is the only supported OS)?
reaver 1.4 backtrack
2. Is your wireless card in monitor mode (yes/no)?
rtl8187 monitor enable on mon0
3. What is the signal strength of the Access Point you are trying to crack?
60%
4. What is the manufacturer and model # of the device you are trying to
crack?
sagem f@st 1704
5. What is the entire command line string you are supplying to reaver?
reaver -i mon0 -b xx:xx:xx:xx:xx -vv
6. Please describe what you think the issue is.
alot
7. Paste the output from Reaver below.
```
Original issue reported on code.google.com by `med.ser...@gmail.com` on 10 Jan 2014 at 5:12
|
1.0
|
wps locked yes after 20 tryings - ```
1. What operating system are you using (Linux is the only supported OS)?
reaver 1.4 backtrack
2. Is your wireless card in monitor mode (yes/no)?
rtl8187 monitor enable on mon0
3. What is the signal strength of the Access Point you are trying to crack?
60%
4. What is the manufacturer and model # of the device you are trying to
crack?
sagem f@st 1704
5. What is the entire command line string you are supplying to reaver?
reaver -i mon0 -b xx:xx:xx:xx:xx -vv
6. Please describe what you think the issue is.
alot
7. Paste the output from Reaver below.
```
Original issue reported on code.google.com by `med.ser...@gmail.com` on 10 Jan 2014 at 5:12
|
defect
|
wps locked yes after tryings what operating system are you using linux is the only supported os reaver backtrack is your wireless card in monitor mode yes no monitor enable on what is the signal strength of the access point you are trying to crack what is the manufacturer and model of the device you are trying to crack sagem f st what is the entire command line string you are supplying to reaver reaver i b xx xx xx xx xx vv please describe what you think the issue is alot paste the output from reaver below original issue reported on code google com by med ser gmail com on jan at
| 1
|
136,879
| 5,289,746,367
|
IssuesEvent
|
2017-02-08 18:07:47
|
Microsoft/RTVS
|
https://api.github.com/repos/Microsoft/RTVS
|
closed
|
Unhandled socket IO exception
|
priority:P1 type:bug
|
From @smortaz
```
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.Sockets.SocketException
at System.Net.Sockets.Socket.BeginSend(Byte[], Int32, Int32, System.Net.Sockets.SocketFlags, System.AsyncCallback, System.Object)
at System.Net.Sockets.NetworkStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
Exception Info: System.IO.IOException
at System.Net.Sockets.NetworkStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.Security._SslStream.StartWriting(Byte[], Int32, Int32, System.Net.AsyncProtocolRequest)
at System.Net.Security._SslStream.ProcessWrite(Byte[], Int32, Int32, System.Net.AsyncProtocolRequest)
at System.Net.Security._SslStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.TlsStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.PooledStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.IO.Stream+<>c.<BeginEndWriteAsync>b__53_0(System.IO.Stream, ReadWriteParameters, System.AsyncCallback, System.Object)
at System.Threading.Tasks.TaskFactory`1[[System.Threading.Tasks.VoidTaskResult, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FromAsyncTrim[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.IO.Stream+ReadWriteParameters, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.__Canon, ReadWriteParameters, System.Func`5<System.__Canon,ReadWriteParameters,System.AsyncCallback,System.Object,System.IAsyncResult>, System.Func`3<System.__Canon,System.IAsyncResult,System.Threading.Tasks.VoidTaskResult>)
at System.IO.Stream.BeginEndWriteAsync(Byte[], Int32, Int32)
at System.IO.Stream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.DelegatedStream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream+WebSocketConnection.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.DelegatedStream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream.<>n__1(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream+<WriteAsync>d__22.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at Microsoft.AspNetCore.WebSockets.Protocol.CommonWebSocket+<SendAsync>d__33.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at Microsoft.Common.Core.WebSocketHelper+<DoWebSocketReceiveSendAsync>d__0.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task)
at Microsoft.R.Host.Client.BrokerServices.RemoteUriWebService+<GetResponseAsync>d__4.MoveNext()
```
|
1.0
|
Unhandled socket IO exception - From @smortaz
```
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.Sockets.SocketException
at System.Net.Sockets.Socket.BeginSend(Byte[], Int32, Int32, System.Net.Sockets.SocketFlags, System.AsyncCallback, System.Object)
at System.Net.Sockets.NetworkStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
Exception Info: System.IO.IOException
at System.Net.Sockets.NetworkStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.Security._SslStream.StartWriting(Byte[], Int32, Int32, System.Net.AsyncProtocolRequest)
at System.Net.Security._SslStream.ProcessWrite(Byte[], Int32, Int32, System.Net.AsyncProtocolRequest)
at System.Net.Security._SslStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.TlsStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.Net.PooledStream.BeginWrite(Byte[], Int32, Int32, System.AsyncCallback, System.Object)
at System.IO.Stream+<>c.<BeginEndWriteAsync>b__53_0(System.IO.Stream, ReadWriteParameters, System.AsyncCallback, System.Object)
at System.Threading.Tasks.TaskFactory`1[[System.Threading.Tasks.VoidTaskResult, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].FromAsyncTrim[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.IO.Stream+ReadWriteParameters, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.__Canon, ReadWriteParameters, System.Func`5<System.__Canon,ReadWriteParameters,System.AsyncCallback,System.Object,System.IAsyncResult>, System.Func`3<System.__Canon,System.IAsyncResult,System.Threading.Tasks.VoidTaskResult>)
at System.IO.Stream.BeginEndWriteAsync(Byte[], Int32, Int32)
at System.IO.Stream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.DelegatedStream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream+WebSocketConnection.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.DelegatedStream.WriteAsync(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream.<>n__1(Byte[], Int32, Int32, System.Threading.CancellationToken)
at System.Net.WebSockets.WebSocketConnectionStream+<WriteAsync>d__22.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at Microsoft.AspNetCore.WebSockets.Protocol.CommonWebSocket+<SendAsync>d__33.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at Microsoft.Common.Core.WebSocketHelper+<DoWebSocketReceiveSendAsync>d__0.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(System.Threading.Tasks.Task)
at Microsoft.R.Host.Client.BrokerServices.RemoteUriWebService+<GetResponseAsync>d__4.MoveNext()
```
|
non_defect
|
unhandled socket io exception from smortaz description the process was terminated due to an unhandled exception exception info system net sockets socketexception at system net sockets socket beginsend byte system net sockets socketflags system asynccallback system object at system net sockets networkstream beginwrite byte system asynccallback system object exception info system io ioexception at system net sockets networkstream beginwrite byte system asynccallback system object at system net security sslstream startwriting byte system net asyncprotocolrequest at system net security sslstream processwrite byte system net asyncprotocolrequest at system net security sslstream beginwrite byte system asynccallback system object at system net tlsstream beginwrite byte system asynccallback system object at system net pooledstream beginwrite byte system asynccallback system object at system io stream c b system io stream readwriteparameters system asynccallback system object at system threading tasks taskfactory fromasynctrim system canon readwriteparameters system func system func at system io stream beginendwriteasync byte at system io stream writeasync byte system threading cancellationtoken at system net delegatedstream writeasync byte system threading cancellationtoken at system net websockets websocketconnectionstream websocketconnection writeasync byte system threading cancellationtoken at system net delegatedstream writeasync byte system threading cancellationtoken at system net websockets websocketconnectionstream n byte system threading cancellationtoken at system net websockets websocketconnectionstream d movenext at system runtime compilerservices taskawaiter throwfornonsuccess system threading tasks task at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification system threading tasks task at microsoft aspnetcore websockets protocol commonwebsocket d movenext at system runtime compilerservices taskawaiter throwfornonsuccess system threading tasks task at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification system threading tasks task at microsoft common core websockethelper d movenext at system runtime compilerservices taskawaiter throwfornonsuccess system threading tasks task at system runtime compilerservices taskawaiter handlenonsuccessanddebuggernotification system threading tasks task at system runtime compilerservices taskawaiter validateend system threading tasks task at microsoft r host client brokerservices remoteuriwebservice d movenext
| 0
|
366,850
| 25,604,509,886
|
IssuesEvent
|
2022-12-01 23:49:19
|
Team-Masters/weather-app
|
https://api.github.com/repos/Team-Masters/weather-app
|
closed
|
User-Stories
|
documentation
|
# User - Stories
- [ ] Make everysingle user story clearly with images and stuff
|
1.0
|
User-Stories - # User - Stories
- [ ] Make everysingle user story clearly with images and stuff
|
non_defect
|
user stories user stories make everysingle user story clearly with images and stuff
| 0
|
187,622
| 15,102,831,203
|
IssuesEvent
|
2021-02-08 09:31:42
|
blacksmithgu/obsidian-dataview
|
https://api.github.com/repos/blacksmithgu/obsidian-dataview
|
closed
|
Usage question
|
documentation
|
Hello, thank you so much for the plugin.
But i am a bit not clear on how to use. Could you help me clarify?
For example, in example 1:
```dataview
table time-played, length, rating
from "games"
sort rating desc
```
I would assume that "games" is the note title.
while "time-played", "length", and "rating" is metadata specified in YAML?
|
1.0
|
Usage question - Hello, thank you so much for the plugin.
But i am a bit not clear on how to use. Could you help me clarify?
For example, in example 1:
```dataview
table time-played, length, rating
from "games"
sort rating desc
```
I would assume that "games" is the note title.
while "time-played", "length", and "rating" is metadata specified in YAML?
|
non_defect
|
usage question hello thank you so much for the plugin but i am a bit not clear on how to use could you help me clarify for example in example dataview table time played length rating from games sort rating desc i would assume that games is the note title while time played length and rating is metadata specified in yaml
| 0
|
6,156
| 5,300,298,465
|
IssuesEvent
|
2017-02-10 04:01:48
|
OctopusDeploy/Issues
|
https://api.github.com/repos/OctopusDeploy/Issues
|
closed
|
Scheduled retention policy processing should use a limited number of threads
|
area/scale bug feature/performance
|
Scheduled retention policies, governed by `ApplyRetentionPoliciesTaskController`, will create a new `System.Threading.Thread` for every `RetentionPolicy` where there is one `RetentionPolicy` for every different `Project`, `Channel`, and `Lifecycle` combination.
When there are a lot of `RetentionPolicies` this can lead to high memory usage and CPU usage whilst retention policies are being processed.
# Suggested solution
We should process retention policies with a lower order of parallelism.
|
True
|
Scheduled retention policy processing should use a limited number of threads - Scheduled retention policies, governed by `ApplyRetentionPoliciesTaskController`, will create a new `System.Threading.Thread` for every `RetentionPolicy` where there is one `RetentionPolicy` for every different `Project`, `Channel`, and `Lifecycle` combination.
When there are a lot of `RetentionPolicies` this can lead to high memory usage and CPU usage whilst retention policies are being processed.
# Suggested solution
We should process retention policies with a lower order of parallelism.
|
non_defect
|
scheduled retention policy processing should use a limited number of threads scheduled retention policies governed by applyretentionpoliciestaskcontroller will create a new system threading thread for every retentionpolicy where there is one retentionpolicy for every different project channel and lifecycle combination when there are a lot of retentionpolicies this can lead to high memory usage and cpu usage whilst retention policies are being processed suggested solution we should process retention policies with a lower order of parallelism
| 0
|
307,901
| 9,423,764,781
|
IssuesEvent
|
2019-04-11 12:42:04
|
didillysquat/SymPortal_framework
|
https://api.github.com/repos/didillysquat/SymPortal_framework
|
closed
|
Class abstract and refactor the data submission code
|
high_priority
|
This has largely been competed including debugging. It has also been integrated into the main.py class system #8
|
1.0
|
Class abstract and refactor the data submission code - This has largely been competed including debugging. It has also been integrated into the main.py class system #8
|
non_defect
|
class abstract and refactor the data submission code this has largely been competed including debugging it has also been integrated into the main py class system
| 0
|
42,568
| 11,146,106,479
|
IssuesEvent
|
2019-12-23 08:48:24
|
hazelcast/hazelcast-jet
|
https://api.github.com/repos/hazelcast/hazelcast-jet
|
closed
|
CLI too verbose
|
cli defect
|
I am on `1a0ebecb4b` and CLI prints very verbose connection related logs.
```
15:41 $ ./jet list-jobs
2019-12-16 15:41:19,476 INFO [AbstractConfigLocator] [main] - Loading configuration '/home/jara/devel/oss/hazelcast-jet/hazelcast-jet-distribution/target/unzipped/hazelcast-jet-4.0-SNAPSHOT/config/hazelcast-client.yaml' from System property 'hazelcast.client.config'
2019-12-16 15:41:19,476 INFO [AbstractConfigLocator] [main] - Using configuration file at /home/jara/devel/oss/hazelcast-jet/hazelcast-jet-distribution/target/unzipped/hazelcast-jet-4.0-SNAPSHOT/config/hazelcast-client.yaml
2019-12-16 15:41:19,686 INFO [ClientInvocationService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Running with 2 response threads, dynamic=true
2019-12-16 15:41:19,722 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is STARTING
2019-12-16 15:41:19,722 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is STARTED
2019-12-16 15:41:19,750 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Trying to connect to cluster with client name: jet
2019-12-16 15:41:19,752 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Trying to connect to [10.0.0.114]:5701
2019-12-16 15:41:19,809 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Authenticated with server [10.0.0.114]:5701, server version:4.0-SNAPSHOT Local address: /10.8.0.2:38635
2019-12-16 15:41:19,809 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is CLIENT_CONNECTED
2019-12-16 15:41:19,810 INFO [Diagnostics] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2019-12-16 15:41:19,835 INFO [ClientClusterService] [hz.client_0.event-1] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT]
Members [2] {
Member [10.0.0.114]:5701 - 1836e8ff-c39b-44df-af6c-4f8d1c9fa007
Member [10.0.0.115]:5701 - ac1d64bc-0ecd-4a3c-91f1-b297fe513716
}
2019-12-16 15:41:19,881 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Authenticated with server [10.0.0.115]:5701, server version:4.0-SNAPSHOT Local address: /10.8.0.2:34931
2019-12-16 15:41:19,925 INFO [ClientStatisticsService] [main] - Client statistics is enabled with period 5 seconds.
ID STATUS SUBMISSION TIME NAME
0398-00c8-4000-0002 RUNNING 2019-12-16T15:06:00.152 stats
2019-12-16 15:41:19,977 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is SHUTTING_DOWN
2019-12-16 15:41:19,979 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Removed connection to endpoint: [10.0.0.114]:5701, connection: ClientConnection{alive=false, connectionId=1, channel=NioChannel{/10.8.0.2:38635->/10.0.0.114:5701}, remoteEndpoint=[10.0.0.114]:5701, lastReadTime=2019-12-16 15:41:19.977, lastWriteTime=2019-12-16 15:41:19.958, closedTime=2019-12-16 15:41:19.977, connected server version=4.0-SNAPSHOT}
2019-12-16 15:41:19,981 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Removed connection to endpoint: [10.0.0.115]:5701, connection: ClientConnection{alive=false, connectionId=2, channel=NioChannel{/10.8.0.2:34931->/10.0.0.115:5701}, remoteEndpoint=[10.0.0.115]:5701, lastReadTime=2019-12-16 15:41:19.899, lastWriteTime=2019-12-16 15:41:19.980, closedTime=2019-12-16 15:41:19.980, connected server version=4.0-SNAPSHOT}
2019-12-16 15:41:19,981 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is CLIENT_DISCONNECTED
2019-12-16 15:41:19,991 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is SHUTDOWN
```
The actual information I am looking for is barely visible.
|
1.0
|
CLI too verbose - I am on `1a0ebecb4b` and CLI prints very verbose connection related logs.
```
15:41 $ ./jet list-jobs
2019-12-16 15:41:19,476 INFO [AbstractConfigLocator] [main] - Loading configuration '/home/jara/devel/oss/hazelcast-jet/hazelcast-jet-distribution/target/unzipped/hazelcast-jet-4.0-SNAPSHOT/config/hazelcast-client.yaml' from System property 'hazelcast.client.config'
2019-12-16 15:41:19,476 INFO [AbstractConfigLocator] [main] - Using configuration file at /home/jara/devel/oss/hazelcast-jet/hazelcast-jet-distribution/target/unzipped/hazelcast-jet-4.0-SNAPSHOT/config/hazelcast-client.yaml
2019-12-16 15:41:19,686 INFO [ClientInvocationService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Running with 2 response threads, dynamic=true
2019-12-16 15:41:19,722 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is STARTING
2019-12-16 15:41:19,722 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is STARTED
2019-12-16 15:41:19,750 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Trying to connect to cluster with client name: jet
2019-12-16 15:41:19,752 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Trying to connect to [10.0.0.114]:5701
2019-12-16 15:41:19,809 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Authenticated with server [10.0.0.114]:5701, server version:4.0-SNAPSHOT Local address: /10.8.0.2:38635
2019-12-16 15:41:19,809 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is CLIENT_CONNECTED
2019-12-16 15:41:19,810 INFO [Diagnostics] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2019-12-16 15:41:19,835 INFO [ClientClusterService] [hz.client_0.event-1] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT]
Members [2] {
Member [10.0.0.114]:5701 - 1836e8ff-c39b-44df-af6c-4f8d1c9fa007
Member [10.0.0.115]:5701 - ac1d64bc-0ecd-4a3c-91f1-b297fe513716
}
2019-12-16 15:41:19,881 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Authenticated with server [10.0.0.115]:5701, server version:4.0-SNAPSHOT Local address: /10.8.0.2:34931
2019-12-16 15:41:19,925 INFO [ClientStatisticsService] [main] - Client statistics is enabled with period 5 seconds.
ID STATUS SUBMISSION TIME NAME
0398-00c8-4000-0002 RUNNING 2019-12-16T15:06:00.152 stats
2019-12-16 15:41:19,977 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is SHUTTING_DOWN
2019-12-16 15:41:19,979 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Removed connection to endpoint: [10.0.0.114]:5701, connection: ClientConnection{alive=false, connectionId=1, channel=NioChannel{/10.8.0.2:38635->/10.0.0.114:5701}, remoteEndpoint=[10.0.0.114]:5701, lastReadTime=2019-12-16 15:41:19.977, lastWriteTime=2019-12-16 15:41:19.958, closedTime=2019-12-16 15:41:19.977, connected server version=4.0-SNAPSHOT}
2019-12-16 15:41:19,981 INFO [ClientConnectionManager] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] Removed connection to endpoint: [10.0.0.115]:5701, connection: ClientConnection{alive=false, connectionId=2, channel=NioChannel{/10.8.0.2:34931->/10.0.0.115:5701}, remoteEndpoint=[10.0.0.115]:5701, lastReadTime=2019-12-16 15:41:19.899, lastWriteTime=2019-12-16 15:41:19.980, closedTime=2019-12-16 15:41:19.980, connected server version=4.0-SNAPSHOT}
2019-12-16 15:41:19,981 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is CLIENT_DISCONNECTED
2019-12-16 15:41:19,991 INFO [LifecycleService] [main] - hz.client_0 [jet] [4.0-SNAPSHOT] [4.0-SNAPSHOT] HazelcastClient 4.0-SNAPSHOT (20191215 - 29d57fd) is SHUTDOWN
```
The actual information I am looking for is barely visible.
|
defect
|
cli too verbose i am on and cli prints very verbose connection related logs jet list jobs info loading configuration home jara devel oss hazelcast jet hazelcast jet distribution target unzipped hazelcast jet snapshot config hazelcast client yaml from system property hazelcast client config info using configuration file at home jara devel oss hazelcast jet hazelcast jet distribution target unzipped hazelcast jet snapshot config hazelcast client yaml info hz client running with response threads dynamic true info hz client hazelcastclient snapshot is starting info hz client hazelcastclient snapshot is started info hz client trying to connect to cluster with client name jet info hz client trying to connect to info hz client authenticated with server server version snapshot local address info hz client hazelcastclient snapshot is client connected info hz client diagnostics disabled to enable add dhazelcast diagnostics enabled true to the jvm arguments info hz client members member member info hz client authenticated with server server version snapshot local address info client statistics is enabled with period seconds id status submission time name running stats info hz client hazelcastclient snapshot is shutting down info hz client removed connection to endpoint connection clientconnection alive false connectionid channel niochannel remoteendpoint lastreadtime lastwritetime closedtime connected server version snapshot info hz client removed connection to endpoint connection clientconnection alive false connectionid channel niochannel remoteendpoint lastreadtime lastwritetime closedtime connected server version snapshot info hz client hazelcastclient snapshot is client disconnected info hz client hazelcastclient snapshot is shutdown the actual information i am looking for is barely visible
| 1
|
69,037
| 22,062,445,498
|
IssuesEvent
|
2022-05-30 20:03:54
|
matrix-org/synapse
|
https://api.github.com/repos/matrix-org/synapse
|
closed
|
`/messages` endpoint returns `end` token identical to `from` token
|
A-Spec-Compliance S-Minor T-Defect
|
<!--
**THIS IS NOT A SUPPORT CHANNEL!**
**IF YOU HAVE SUPPORT QUESTIONS ABOUT RUNNING OR CONFIGURING YOUR OWN HOME SERVER**,
please ask in **#synapse:matrix.org** (using a matrix.org account if necessary)
If you want to report a security issue, please see https://matrix.org/security-disclosure-policy/
This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
<!-- Describe here the problem that you are experiencing -->
Goal is to fetch messages in a room backwards.
### Steps to reproduce
- My client first does a `/sync` to get the latest `next_batch` token
- I'm then using that token to pass it into the [messages endpoint](https://spec.matrix.org/v1.2/client-server-api/#get_matrixclientv3roomsroomidmessages) as `{ from: $next_batch, direction: "b", .. }`.
- The response from the server has an `end` field that's the same as the `next_batch` token that was used in the initial request, additionally to all room messages.
So it seems there's an issue with synapse not leaving the `end` token empty if it reaches the end of the timeline.
For reference, here's the raw response from synapse, where `start` and `end` are identical.
> matrix_sdk::http_client: Got response: Response { status: 200, version: HTTP/1.1, headers: {"transfer-encoding": "chunked", "server": "Synapse/1.53.0", "date": "Mon, 28 Feb 2022 14:45:37 GMT", "content-type": "application/json", "cache-control": "no-cache, no-store, must-revalidate", "access-control-allow-origin": "*", "access-control-allow-methods": "GET, HEAD, POST, PUT, DELETE, OPTIONS", "access-control-allow-headers": "X-Requested-With, Content-Type, Authorization, Date"}, body: b"{\"chunk\":[],\"start\":\"t1-915_1917_28_2_75_1_1_77_1\",\"end\":\"t1-915_1917_28_2_75_1_1_77_1\"}" }
<!--
Describe how what happens differs from what you expected.
If you can identify any relevant log snippets from _homeserver.log_, please include
those (please be careful to remove any personal or private data). Please surround them with
``` (three backticks, on a line on their own), so that they are formatted legibly.
-->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
<!-- Was this issue identified on matrix.org or another homeserver? -->
- **Homeserver**: Local dev instance
If not matrix.org:
<!--
What version of Synapse is running?
You can find the Synapse version with this command:
$ curl http://localhost:8008/_synapse/admin/v1/server_version
(You may need to replace `localhost:8008` if Synapse is not configured to
listen on that port.)
-->
- **Version**: 1.53.0
- **Install method**: docker hub
<!-- examples: package manager/git clone/pip -->
- **Platform**: x86 64bit, docker container
<!--
Tell us about the environment in which your homeserver is operating
distro, hardware, if it's running in a vm/container, etc.
-->
|
1.0
|
`/messages` endpoint returns `end` token identical to `from` token - <!--
**THIS IS NOT A SUPPORT CHANNEL!**
**IF YOU HAVE SUPPORT QUESTIONS ABOUT RUNNING OR CONFIGURING YOUR OWN HOME SERVER**,
please ask in **#synapse:matrix.org** (using a matrix.org account if necessary)
If you want to report a security issue, please see https://matrix.org/security-disclosure-policy/
This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
<!-- Describe here the problem that you are experiencing -->
Goal is to fetch messages in a room backwards.
### Steps to reproduce
- My client first does a `/sync` to get the latest `next_batch` token
- I'm then using that token to pass it into the [messages endpoint](https://spec.matrix.org/v1.2/client-server-api/#get_matrixclientv3roomsroomidmessages) as `{ from: $next_batch, direction: "b", .. }`.
- The response from the server has an `end` field that's the same as the `next_batch` token that was used in the initial request, additionally to all room messages.
So it seems there's an issue with synapse not leaving the `end` token empty if it reaches the end of the timeline.
For reference, here's the raw response from synapse, where `start` and `end` are identical.
> matrix_sdk::http_client: Got response: Response { status: 200, version: HTTP/1.1, headers: {"transfer-encoding": "chunked", "server": "Synapse/1.53.0", "date": "Mon, 28 Feb 2022 14:45:37 GMT", "content-type": "application/json", "cache-control": "no-cache, no-store, must-revalidate", "access-control-allow-origin": "*", "access-control-allow-methods": "GET, HEAD, POST, PUT, DELETE, OPTIONS", "access-control-allow-headers": "X-Requested-With, Content-Type, Authorization, Date"}, body: b"{\"chunk\":[],\"start\":\"t1-915_1917_28_2_75_1_1_77_1\",\"end\":\"t1-915_1917_28_2_75_1_1_77_1\"}" }
<!--
Describe how what happens differs from what you expected.
If you can identify any relevant log snippets from _homeserver.log_, please include
those (please be careful to remove any personal or private data). Please surround them with
``` (three backticks, on a line on their own), so that they are formatted legibly.
-->
### Version information
<!-- IMPORTANT: please answer the following questions, to help us narrow down the problem -->
<!-- Was this issue identified on matrix.org or another homeserver? -->
- **Homeserver**: Local dev instance
If not matrix.org:
<!--
What version of Synapse is running?
You can find the Synapse version with this command:
$ curl http://localhost:8008/_synapse/admin/v1/server_version
(You may need to replace `localhost:8008` if Synapse is not configured to
listen on that port.)
-->
- **Version**: 1.53.0
- **Install method**: docker hub
<!-- examples: package manager/git clone/pip -->
- **Platform**: x86 64bit, docker container
<!--
Tell us about the environment in which your homeserver is operating
distro, hardware, if it's running in a vm/container, etc.
-->
|
defect
|
messages endpoint returns end token identical to from token this is not a support channel if you have support questions about running or configuring your own home server please ask in synapse matrix org using a matrix org account if necessary if you want to report a security issue please see this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description goal is to fetch messages in a room backwards steps to reproduce my client first does a sync to get the latest next batch token i m then using that token to pass it into the as from next batch direction b the response from the server has an end field that s the same as the next batch token that was used in the initial request additionally to all room messages so it seems there s an issue with synapse not leaving the end token empty if it reaches the end of the timeline for reference here s the raw response from synapse where start and end are identical matrix sdk http client got response response status version http headers transfer encoding chunked server synapse date mon feb gmt content type application json cache control no cache no store must revalidate access control allow origin access control allow methods get head post put delete options access control allow headers x requested with content type authorization date body b chunk start end describe how what happens differs from what you expected if you can identify any relevant log snippets from homeserver log please include those please be careful to remove any personal or private data please surround them with three backticks on a line on their own so that they are formatted legibly version information homeserver local dev instance if not matrix org what version of synapse is running you can find the synapse version with this command curl you may need to replace localhost if synapse is not configured to listen on that port version install method docker hub platform docker container tell us about the environment in which your homeserver is operating distro hardware if it s running in a vm container etc
| 1
|
349,129
| 31,776,476,518
|
IssuesEvent
|
2023-09-12 14:41:50
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
closed
|
Failing test: Chrome X-Pack UI Functional Tests - ML data_frame_analytics.x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation·ts - machine learning - data frame analytics classification creation bank marketing runs the analytics job and displays it correctly in the job list
|
:ml failed-test skipped-test v8.9.3
|
A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/var/lib/buildkite-agent/builds/kb-n2-4-spot-e7807e7b94bfe466/elastic/kibana-on-merge/kibana/x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation.ts)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'ERR_MOCHA_TIMEOUT',
timeout: 360000,
file: '/var/lib/buildkite-agent/builds/kb-n2-4-spot-e7807e7b94bfe466/elastic/kibana-on-merge/kibana/x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation.ts'
}
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21688#018383e3-6d48-4adc-b75e-2d20b0edd52c)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests - ML data_frame_analytics.x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation·ts","test.name":"machine learning - data frame analytics classification creation bank marketing runs the analytics job and displays it correctly in the job list","test.failCount":8}} -->
|
2.0
|
Failing test: Chrome X-Pack UI Functional Tests - ML data_frame_analytics.x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation·ts - machine learning - data frame analytics classification creation bank marketing runs the analytics job and displays it correctly in the job list - A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/var/lib/buildkite-agent/builds/kb-n2-4-spot-e7807e7b94bfe466/elastic/kibana-on-merge/kibana/x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation.ts)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'ERR_MOCHA_TIMEOUT',
timeout: 360000,
file: '/var/lib/buildkite-agent/builds/kb-n2-4-spot-e7807e7b94bfe466/elastic/kibana-on-merge/kibana/x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation.ts'
}
```
First failure: [CI Build - main](https://buildkite.com/elastic/kibana-on-merge/builds/21688#018383e3-6d48-4adc-b75e-2d20b0edd52c)
<!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests - ML data_frame_analytics.x-pack/test/functional/apps/ml/data_frame_analytics/classification_creation·ts","test.name":"machine learning - data frame analytics classification creation bank marketing runs the analytics job and displays it correctly in the job list","test.failCount":8}} -->
|
non_defect
|
failing test chrome x pack ui functional tests ml data frame analytics x pack test functional apps ml data frame analytics classification creation·ts machine learning data frame analytics classification creation bank marketing runs the analytics job and displays it correctly in the job list a test failed on a tracked branch error timeout of exceeded for async tests and hooks ensure done is called if returning a promise ensure it resolves var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack test functional apps ml data frame analytics classification creation ts at listontimeout node internal timers at processtimers node internal timers code err mocha timeout timeout file var lib buildkite agent builds kb spot elastic kibana on merge kibana x pack test functional apps ml data frame analytics classification creation ts first failure
| 0
|
172,656
| 13,326,072,110
|
IssuesEvent
|
2020-08-27 11:00:40
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
roachtest: kv/quiescence/nodes=3 failed
|
C-test-failure O-roachtest O-robot branch-release-19.1 release-blocker
|
[(roachtest).kv/quiescence/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2137346&tab=buildLog) on [release-19.1@7c03505d8daa19dee7f5f0268c9e728e38d4ba6d](https://github.com/cockroachdb/cockroach/commits/7c03505d8daa19dee7f5f0268c9e728e38d4ba6d):
```
|
| stdout:
| 2608.0 2.8 5.0 11.0 24.1 write
| 82.0s 0 2835.0 2610.7 2.6 4.7 10.0 17.8 write
| 83.0s 0 2559.1 2610.1 2.8 6.0 12.1 26.2 write
| 84.0s 0 2553.0 2609.4 3.0 5.2 8.1 16.3 write
| 85.0s 0 2431.9 2607.3 2.8 7.1 13.6 22.0 write
| 86.0s 0 2843.1 2610.1 2.6 4.5 6.8 13.6 write
| 87.0s 0 2633.0 2610.4 2.6 5.2 13.6 27.3 write
| 88.0s 0 2869.9 2613.3 2.6 4.5 6.0 10.5 write
| 89.0s 0 2441.1 2611.4 2.8 6.6 13.1 32.5 write
| 90.0s 0 2480.9 2609.9 2.9 6.0 12.1 26.2 write
| 91.0s 0 2712.0 2611.0 2.8 4.7 7.6 24.1 write
| 92.0s 0 2544.0 2610.3 2.8 6.0 12.1 32.5 write
| 93.0s 0 2918.2 2613.6 2.6 4.2 5.5 11.5 write
| 94.0s 0 2411.9 2611.5 2.8 6.8 13.1 30.4 write
| 95.0s 0 2845.0 2613.9 2.8 4.5 5.2 12.6 write
| 96.0s 0 2458.0 2612.3 2.6 5.2 21.0 50.3 write
| 97.0s 0 2883.0 2615.1 2.6 4.5 6.6 15.2 write
| 98.0s 0 2766.1 2616.6 2.6 5.2 9.4 18.9 write
| 99.0s 0 2422.9 2614.7 2.8 7.3 14.7 37.7 write
| 100.0s 0 2903.1 2617.6 2.6 4.2 5.5 10.0 write
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 101.0s 0 2371.0 2615.1 2.9 7.3 12.1 26.2 write
| 102.0s 0 2824.3 2617.2 2.6 4.7 6.8 14.2 write
| 103.0s 0 2688.7 2617.9 2.6 5.2 12.1 26.2 write
| 104.0s 0 2963.1 2621.2 2.6 4.2 5.5 8.9 write
| 105.0s 0 2448.0 2619.5 2.8 7.1 11.5 19.9 write
| 106.0s 0 2341.0 2616.9 2.9 7.9 13.6 26.2 write
| 107.0s 0 2643.2 2617.2 2.8 5.2 9.4 15.2 write
| 108.0s 0 2556.8 2616.6 2.8 5.5 11.0 35.7 write
| 109.0s 0 2753.1 2617.9 2.6 4.7 7.6 19.9 write
| 110.0s 0 2632.1 2618.0 2.6 6.3 11.0 22.0 write
| 111.0s 0 2750.8 2619.2 2.8 4.7 7.1 32.5 write
| 112.0s 0 2552.0 2618.6 2.8 5.5 11.5 23.1 write
| 113.0s 0 2774.1 2620.0 2.8 4.7 6.8 11.5 write
| 114.0s 0 2498.9 2618.9 2.8 6.3 13.1 37.7 write
| 115.0s 0 2666.2 2619.3 2.6 5.0 12.6 33.6 write
| 116.0s 0 2623.8 2619.3 2.8 5.2 10.0 23.1 write
| 117.0s 0 2537.0 2618.6 2.8 6.0 11.5 17.8 write
| 118.0s 0 2502.0 2617.7 2.9 5.8 8.4 13.1 write
| 119.0s 0 2263.1 2614.7 3.0 7.6 13.1 24.1 write
| 120.0s 0 2617.0 2614.7 2.9 5.2 7.3 16.3 write
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 121.0s 0 2259.0 2611.7 2.9 8.9 17.8 31.5 write
| 122.0s 0 2479.0 2610.7 2.9 5.8 13.1 26.2 write
| 123.0s 0 2603.1 2610.6 2.8 5.2 9.4 26.2 write
| 124.0s 0 1803.9 2604.1 3.0 11.0 27.3 58.7 write
Wraps: (9) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *safedetails.withSafeDetails (7) *errutil.withMessage (8) *main.withCommandDetails (9) *exec.ExitError
```
<details><summary>More</summary><p>
Artifacts: [/kv/quiescence/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2137346&tab=artifacts#/kv/quiescence/nodes=3)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv%2Fquiescence%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
|
2.0
|
roachtest: kv/quiescence/nodes=3 failed - [(roachtest).kv/quiescence/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2137346&tab=buildLog) on [release-19.1@7c03505d8daa19dee7f5f0268c9e728e38d4ba6d](https://github.com/cockroachdb/cockroach/commits/7c03505d8daa19dee7f5f0268c9e728e38d4ba6d):
```
|
| stdout:
| 2608.0 2.8 5.0 11.0 24.1 write
| 82.0s 0 2835.0 2610.7 2.6 4.7 10.0 17.8 write
| 83.0s 0 2559.1 2610.1 2.8 6.0 12.1 26.2 write
| 84.0s 0 2553.0 2609.4 3.0 5.2 8.1 16.3 write
| 85.0s 0 2431.9 2607.3 2.8 7.1 13.6 22.0 write
| 86.0s 0 2843.1 2610.1 2.6 4.5 6.8 13.6 write
| 87.0s 0 2633.0 2610.4 2.6 5.2 13.6 27.3 write
| 88.0s 0 2869.9 2613.3 2.6 4.5 6.0 10.5 write
| 89.0s 0 2441.1 2611.4 2.8 6.6 13.1 32.5 write
| 90.0s 0 2480.9 2609.9 2.9 6.0 12.1 26.2 write
| 91.0s 0 2712.0 2611.0 2.8 4.7 7.6 24.1 write
| 92.0s 0 2544.0 2610.3 2.8 6.0 12.1 32.5 write
| 93.0s 0 2918.2 2613.6 2.6 4.2 5.5 11.5 write
| 94.0s 0 2411.9 2611.5 2.8 6.8 13.1 30.4 write
| 95.0s 0 2845.0 2613.9 2.8 4.5 5.2 12.6 write
| 96.0s 0 2458.0 2612.3 2.6 5.2 21.0 50.3 write
| 97.0s 0 2883.0 2615.1 2.6 4.5 6.6 15.2 write
| 98.0s 0 2766.1 2616.6 2.6 5.2 9.4 18.9 write
| 99.0s 0 2422.9 2614.7 2.8 7.3 14.7 37.7 write
| 100.0s 0 2903.1 2617.6 2.6 4.2 5.5 10.0 write
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 101.0s 0 2371.0 2615.1 2.9 7.3 12.1 26.2 write
| 102.0s 0 2824.3 2617.2 2.6 4.7 6.8 14.2 write
| 103.0s 0 2688.7 2617.9 2.6 5.2 12.1 26.2 write
| 104.0s 0 2963.1 2621.2 2.6 4.2 5.5 8.9 write
| 105.0s 0 2448.0 2619.5 2.8 7.1 11.5 19.9 write
| 106.0s 0 2341.0 2616.9 2.9 7.9 13.6 26.2 write
| 107.0s 0 2643.2 2617.2 2.8 5.2 9.4 15.2 write
| 108.0s 0 2556.8 2616.6 2.8 5.5 11.0 35.7 write
| 109.0s 0 2753.1 2617.9 2.6 4.7 7.6 19.9 write
| 110.0s 0 2632.1 2618.0 2.6 6.3 11.0 22.0 write
| 111.0s 0 2750.8 2619.2 2.8 4.7 7.1 32.5 write
| 112.0s 0 2552.0 2618.6 2.8 5.5 11.5 23.1 write
| 113.0s 0 2774.1 2620.0 2.8 4.7 6.8 11.5 write
| 114.0s 0 2498.9 2618.9 2.8 6.3 13.1 37.7 write
| 115.0s 0 2666.2 2619.3 2.6 5.0 12.6 33.6 write
| 116.0s 0 2623.8 2619.3 2.8 5.2 10.0 23.1 write
| 117.0s 0 2537.0 2618.6 2.8 6.0 11.5 17.8 write
| 118.0s 0 2502.0 2617.7 2.9 5.8 8.4 13.1 write
| 119.0s 0 2263.1 2614.7 3.0 7.6 13.1 24.1 write
| 120.0s 0 2617.0 2614.7 2.9 5.2 7.3 16.3 write
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 121.0s 0 2259.0 2611.7 2.9 8.9 17.8 31.5 write
| 122.0s 0 2479.0 2610.7 2.9 5.8 13.1 26.2 write
| 123.0s 0 2603.1 2610.6 2.8 5.2 9.4 26.2 write
| 124.0s 0 1803.9 2604.1 3.0 11.0 27.3 58.7 write
Wraps: (9) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *safedetails.withSafeDetails (7) *errutil.withMessage (8) *main.withCommandDetails (9) *exec.ExitError
```
<details><summary>More</summary><p>
Artifacts: [/kv/quiescence/nodes=3](https://teamcity.cockroachdb.com/viewLog.html?buildId=2137346&tab=artifacts#/kv/quiescence/nodes=3)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv%2Fquiescence%2Fnodes%3D3.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
|
non_defect
|
roachtest kv quiescence nodes failed on stdout write write write write write write write write write write write write write write write write write write write write elapsed errors ops sec inst ops sec cum ms ms ms pmax ms write write write write write write write write write write write write write write write write write write write write elapsed errors ops sec inst ops sec cum ms ms ms pmax ms write write write write wraps exit status error types withstack withstack errutil withmessage withstack withstack errutil withmessage withstack withstack safedetails withsafedetails errutil withmessage main withcommanddetails exec exiterror more artifacts powered by
| 0
|
82,341
| 23,747,116,767
|
IssuesEvent
|
2022-08-31 16:57:18
|
dotnet/arcade
|
https://api.github.com/repos/dotnet/arcade
|
closed
|
Build failed: dotnet-arcade-validation-official/main #20220830.7
|
Build Failed
|
Build [#20220830.7](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1977905) partiallySucceeded
## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded
### Summary
**Finished** - Wed, 31 Aug 2022 03:38:45 GMT
**Duration** - 97 minutes
**Requested for** - DotNet Bot
**Reason** - batchedCI
### Details
#### Promote Arcade to '.NET Eng - Latest' channel
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1977905/logs/386) - The latest build on 'main' branch for the 'runtime' repository was not successful.
### Changes
- [bc25463c](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/bc25463c644281bf48cf0b543e6a3436c38ccd3e) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220830.6 (#3334)
- [97c2c995](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/97c2c995cb2c9c27065a7a860d1a3776f8e53a63) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220830.5 (#3333)
|
1.0
|
Build failed: dotnet-arcade-validation-official/main #20220830.7 - Build [#20220830.7](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1977905) partiallySucceeded
## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded
### Summary
**Finished** - Wed, 31 Aug 2022 03:38:45 GMT
**Duration** - 97 minutes
**Requested for** - DotNet Bot
**Reason** - batchedCI
### Details
#### Promote Arcade to '.NET Eng - Latest' channel
- :warning: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/1977905/logs/386) - The latest build on 'main' branch for the 'runtime' repository was not successful.
### Changes
- [bc25463c](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/bc25463c644281bf48cf0b543e6a3436c38ccd3e) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220830.6 (#3334)
- [97c2c995](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/97c2c995cb2c9c27065a7a860d1a3776f8e53a63) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20220830.5 (#3333)
|
non_defect
|
build failed dotnet arcade validation official main build partiallysucceeded warning internal dotnet arcade validation official partiallysucceeded summary finished wed aug gmt duration minutes requested for dotnet bot reason batchedci details promote arcade to net eng latest channel warning the latest build on main branch for the runtime repository was not successful changes dotnet maestro update dependencies from build dotnet maestro update dependencies from build
| 0
|
42,083
| 10,789,878,465
|
IssuesEvent
|
2019-11-05 12:56:30
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
Validation::compareFields() can't handle null values
|
defect validation
|
This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.8.5
* Platform and Target: LAMP
### What you did
I have a few fields in my database table that can either be '1' or null. In my validation rules i want to specify that a certain field can only be '1' if another field is null. In order to achieve this, I use the validation rule `['compareFields', 'automatic_sorting', Validation::COMPARE_NOT_SAME]`
### What happened
The validation rule above ALWAYS triggers a validation error, because in `Cake\Validation\Validation` the code is
```
public static function compareFields($check, $field, $operator, $context)
{
if (!isset($context['data'][$field])) {
return false;
}
return static::comparison($check, $operator, $context['data'][$field]);
}
```
### What you expected to happen
I think instead of using `!isset()` the function `!array_key_exists()` should be used here. Otherwise it's impossible to compare with null values.
|
1.0
|
Validation::compareFields() can't handle null values - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.8.5
* Platform and Target: LAMP
### What you did
I have a few fields in my database table that can either be '1' or null. In my validation rules i want to specify that a certain field can only be '1' if another field is null. In order to achieve this, I use the validation rule `['compareFields', 'automatic_sorting', Validation::COMPARE_NOT_SAME]`
### What happened
The validation rule above ALWAYS triggers a validation error, because in `Cake\Validation\Validation` the code is
```
public static function compareFields($check, $field, $operator, $context)
{
if (!isset($context['data'][$field])) {
return false;
}
return static::comparison($check, $operator, $context['data'][$field]);
}
```
### What you expected to happen
I think instead of using `!isset()` the function `!array_key_exists()` should be used here. Otherwise it's impossible to compare with null values.
|
defect
|
validation comparefields can t handle null values this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target lamp what you did i have a few fields in my database table that can either be or null in my validation rules i want to specify that a certain field can only be if another field is null in order to achieve this i use the validation rule what happened the validation rule above always triggers a validation error because in cake validation validation the code is public static function comparefields check field operator context if isset context return false return static comparison check operator context what you expected to happen i think instead of using isset the function array key exists should be used here otherwise it s impossible to compare with null values
| 1
|
26,572
| 7,849,602,794
|
IssuesEvent
|
2018-06-20 04:47:07
|
AdoptOpenJDK/openjdk-build
|
https://api.github.com/repos/AdoptOpenJDK/openjdk-build
|
closed
|
Create Win32 release builds of openjdk8+openj9
|
new builds windows
|
Given that we already provided support on JDK8 32bit + OpenJ9 at https://github.com/eclipse/openj9/blob/master/buildenv/Build_Instructions_V8.md#windows, we'd like to get the JDK8 builds (Windows 32bit) built and tested at AdoptOpenJDK for the next OpenJ9 release.
|
1.0
|
Create Win32 release builds of openjdk8+openj9 - Given that we already provided support on JDK8 32bit + OpenJ9 at https://github.com/eclipse/openj9/blob/master/buildenv/Build_Instructions_V8.md#windows, we'd like to get the JDK8 builds (Windows 32bit) built and tested at AdoptOpenJDK for the next OpenJ9 release.
|
non_defect
|
create release builds of given that we already provided support on at we d like to get the builds windows built and tested at adoptopenjdk for the next release
| 0
|
25,465
| 4,329,287,827
|
IssuesEvent
|
2016-07-26 16:21:13
|
idaholab/moose
|
https://api.github.com/repos/idaholab/moose
|
closed
|
Bugs in Petsc DM
|
C: MOOSE P: normal T: defect
|
Found with the clang static analyzer:
```
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:561:13: warning: Array access (from variable 'darray') results in a null pointer dereference
darray[i] = *it;
~~~~~~ ^
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:719:65: warning: Called C++ object pointer is uninitialized
PetscVector<Number>& X_sys = *cast_ptr<PetscVector<Number>* >(nl->sys().solution.get());
^~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:799:35: warning: Called C++ object pointer is uninitialized
PetscMatrix<Number> the_pc(pc, nl->comm());
^~~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:891:30: warning: Called C++ object pointer is uninitialized
PetscVector<Number> XL(xl, nl->comm());
^~~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:1638:12: warning: Access to field 'data' results in a dereference of a null pointer (loaded from variable 'dm')
dm->data = dmm;
~~ ^
5 warnings generated.
```
|
1.0
|
Bugs in Petsc DM - Found with the clang static analyzer:
```
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:561:13: warning: Array access (from variable 'darray') results in a null pointer dereference
darray[i] = *it;
~~~~~~ ^
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:719:65: warning: Called C++ object pointer is uninitialized
PetscVector<Number>& X_sys = *cast_ptr<PetscVector<Number>* >(nl->sys().solution.get());
^~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:799:35: warning: Called C++ object pointer is uninitialized
PetscMatrix<Number> the_pc(pc, nl->comm());
^~~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:891:30: warning: Called C++ object pointer is uninitialized
PetscVector<Number> XL(xl, nl->comm());
^~~~~~~~~~
/Users/permcj/projects/moose/framework/src/utils/PetscDMMoose.C:1638:12: warning: Access to field 'data' results in a dereference of a null pointer (loaded from variable 'dm')
dm->data = dmm;
~~ ^
5 warnings generated.
```
|
defect
|
bugs in petsc dm found with the clang static analyzer users permcj projects moose framework src utils petscdmmoose c warning array access from variable darray results in a null pointer dereference darray it users permcj projects moose framework src utils petscdmmoose c warning called c object pointer is uninitialized petscvector x sys cast ptr nl sys solution get users permcj projects moose framework src utils petscdmmoose c warning called c object pointer is uninitialized petscmatrix the pc pc nl comm users permcj projects moose framework src utils petscdmmoose c warning called c object pointer is uninitialized petscvector xl xl nl comm users permcj projects moose framework src utils petscdmmoose c warning access to field data results in a dereference of a null pointer loaded from variable dm dm data dmm warnings generated
| 1
|
13,935
| 3,206,862,759
|
IssuesEvent
|
2015-10-05 06:39:07
|
toggl/toggldesktop
|
https://api.github.com/repos/toggl/toggldesktop
|
opened
|
Edit view design changes
|
design windows
|
- [ ] Make it more compact, currently too much whitespace in every direction. Use the same spacing sizes that listing view has.
- [ ] Lets try a version with a more classical layout, where description and project selector are above the duration (like in OSX)
- [ ] Close popup arrow is currently in ackward place (bottom left). It seems to be an unneeded button. Users can use the `x` or ESC to close the view.
OSX screenshot for reference:

|
1.0
|
Edit view design changes - - [ ] Make it more compact, currently too much whitespace in every direction. Use the same spacing sizes that listing view has.
- [ ] Lets try a version with a more classical layout, where description and project selector are above the duration (like in OSX)
- [ ] Close popup arrow is currently in ackward place (bottom left). It seems to be an unneeded button. Users can use the `x` or ESC to close the view.
OSX screenshot for reference:

|
non_defect
|
edit view design changes make it more compact currently too much whitespace in every direction use the same spacing sizes that listing view has lets try a version with a more classical layout where description and project selector are above the duration like in osx close popup arrow is currently in ackward place bottom left it seems to be an unneeded button users can use the x or esc to close the view osx screenshot for reference
| 0
|
63,201
| 12,291,909,644
|
IssuesEvent
|
2020-05-10 12:20:45
|
MathiasMen/FreeFit
|
https://api.github.com/repos/MathiasMen/FreeFit
|
opened
|
ExerciseEditor: ensure validation of input after download was clicked
|
Code
|
Make use of the validation function and if one `ExerciseItem` has wrong input mark it in some way, maybe coloring it red or creating some kind of animation.
|
1.0
|
ExerciseEditor: ensure validation of input after download was clicked - Make use of the validation function and if one `ExerciseItem` has wrong input mark it in some way, maybe coloring it red or creating some kind of animation.
|
non_defect
|
exerciseeditor ensure validation of input after download was clicked make use of the validation function and if one exerciseitem has wrong input mark it in some way maybe coloring it red or creating some kind of animation
| 0
|
16,093
| 5,207,422,151
|
IssuesEvent
|
2017-01-24 23:29:44
|
dotnet/coreclr
|
https://api.github.com/repos/dotnet/coreclr
|
opened
|
RyuJIT: redundant array bounds checks are not eliminated in fannkuch-redux bechmark hot method
|
area-CodeGen optimization
|
Here is the hot method of fannkuch-redux
```
int CountFlips()
{
int flips = 1;
int first = p[0];
if (p[first] != 0)
{
Array.Copy(p, 0, pp, 0, pp.Length);
do
{
++flips;
for (int lo = 1, hi = first - 1; lo < hi; ++lo, --hi)
{
int t = pp[lo];
// Bounds check could be eliminated while storing to pp[lo] because
// prior to this pp[low] was read.
pp[lo] = pp[hi];
// Bounds check could be eliminated while storing to pp[hi] because
// prior to thi pp[hi] was read
pp[hi] = t;
}
int tp = pp[first];
// Bounds check could be eliminated while storing to pp[first] because
// prior to this pp[first] was read.
pp[first] = first;
first = tp;
} while (pp[first] != 0);
}
return flips;
}
```
In the above method, there are three places (as indicated above in code) where array bounds check could be eliminated but RyuJIT doesn't eliminate them. Looking at the jit dump, this.pp is cse'd into a local and Value Number has assigned the same VN to array-bounds-check and its operands in each of the case where bounds check is redundant.
|
1.0
|
RyuJIT: redundant array bounds checks are not eliminated in fannkuch-redux bechmark hot method - Here is the hot method of fannkuch-redux
```
int CountFlips()
{
int flips = 1;
int first = p[0];
if (p[first] != 0)
{
Array.Copy(p, 0, pp, 0, pp.Length);
do
{
++flips;
for (int lo = 1, hi = first - 1; lo < hi; ++lo, --hi)
{
int t = pp[lo];
// Bounds check could be eliminated while storing to pp[lo] because
// prior to this pp[low] was read.
pp[lo] = pp[hi];
// Bounds check could be eliminated while storing to pp[hi] because
// prior to thi pp[hi] was read
pp[hi] = t;
}
int tp = pp[first];
// Bounds check could be eliminated while storing to pp[first] because
// prior to this pp[first] was read.
pp[first] = first;
first = tp;
} while (pp[first] != 0);
}
return flips;
}
```
In the above method, there are three places (as indicated above in code) where array bounds check could be eliminated but RyuJIT doesn't eliminate them. Looking at the jit dump, this.pp is cse'd into a local and Value Number has assigned the same VN to array-bounds-check and its operands in each of the case where bounds check is redundant.
|
non_defect
|
ryujit redundant array bounds checks are not eliminated in fannkuch redux bechmark hot method here is the hot method of fannkuch redux int countflips int flips int first p if p array copy p pp pp length do flips for int lo hi first lo hi lo hi int t pp bounds check could be eliminated while storing to pp because prior to this pp was read pp pp bounds check could be eliminated while storing to pp because prior to thi pp was read pp t int tp pp bounds check could be eliminated while storing to pp because prior to this pp was read pp first first tp while pp return flips in the above method there are three places as indicated above in code where array bounds check could be eliminated but ryujit doesn t eliminate them looking at the jit dump this pp is cse d into a local and value number has assigned the same vn to array bounds check and its operands in each of the case where bounds check is redundant
| 0
|
152,272
| 23,941,777,665
|
IssuesEvent
|
2022-09-12 00:42:57
|
lilyx13/lilyx-website
|
https://api.github.com/repos/lilyx13/lilyx-website
|
opened
|
Blog Post Layout
|
enhancement priority | medium design
|
### Context
This is a layout that will focus on working with the Nuxt Content Module. Most of the site content will eventually be blog posts or labs posts. and I think that I'll get more joy out of making this site if I can focus on creating content. Layout shouldn't be very complex but needs to include the following.
### Definition of Done
- [ ] Tag cloud
- [ ] Title and subtitle
- [ ] Details section (categories, tags, date...)
- [ ] Attributions section
- [ ] Space for content to go
- [ ] Title Image
- [ ] **Able to create a post easily**
### Inspiration
- [Tania Rascia Blog Post](https://www.taniarascia.com/simplifying-drag-and-drop/)
- [Cassie Evans Blog Post](https://www.cassie.codes/posts/making-a-lil-me-part-2/)
- [Josh Comeau Blog Post](https://www.joshwcomeau.com/react/demystifying-styled-components/)
|
1.0
|
Blog Post Layout - ### Context
This is a layout that will focus on working with the Nuxt Content Module. Most of the site content will eventually be blog posts or labs posts. and I think that I'll get more joy out of making this site if I can focus on creating content. Layout shouldn't be very complex but needs to include the following.
### Definition of Done
- [ ] Tag cloud
- [ ] Title and subtitle
- [ ] Details section (categories, tags, date...)
- [ ] Attributions section
- [ ] Space for content to go
- [ ] Title Image
- [ ] **Able to create a post easily**
### Inspiration
- [Tania Rascia Blog Post](https://www.taniarascia.com/simplifying-drag-and-drop/)
- [Cassie Evans Blog Post](https://www.cassie.codes/posts/making-a-lil-me-part-2/)
- [Josh Comeau Blog Post](https://www.joshwcomeau.com/react/demystifying-styled-components/)
|
non_defect
|
blog post layout context this is a layout that will focus on working with the nuxt content module most of the site content will eventually be blog posts or labs posts and i think that i ll get more joy out of making this site if i can focus on creating content layout shouldn t be very complex but needs to include the following definition of done tag cloud title and subtitle details section categories tags date attributions section space for content to go title image able to create a post easily inspiration
| 0
|
273,585
| 20,798,724,781
|
IssuesEvent
|
2022-03-17 11:54:15
|
bounswe/bounswe2022group5
|
https://api.github.com/repos/bounswe/bounswe2022group5
|
opened
|
Editing Non-Functional/Availability Reqiurements section of the project
|
Type: Documentation Medium Priority Status: In Progress
|
#### To Do:
- Availability related non-functional requirements will be added to <page created>.
Reviewer: @palahb
#### Task Deadline: 17.03.2022 - 18:00 GMT+3
#### Review Deadline: 17.03.2022 - 20:00 GMT+3
|
1.0
|
Editing Non-Functional/Availability Reqiurements section of the project - #### To Do:
- Availability related non-functional requirements will be added to <page created>.
Reviewer: @palahb
#### Task Deadline: 17.03.2022 - 18:00 GMT+3
#### Review Deadline: 17.03.2022 - 20:00 GMT+3
|
non_defect
|
editing non functional availability reqiurements section of the project to do availability related non functional requirements will be added to reviewer palahb task deadline gmt review deadline gmt
| 0
|
445,619
| 12,833,815,895
|
IssuesEvent
|
2020-07-07 09:56:32
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
secure.lemonde.fr - site is not usable
|
browser-firefox engine-gecko priority-important
|
<!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: -->
**URL**: https://secure.lemonde.fr/sfuser/connexion
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Unable to login
**Steps to Reproduce**:
I am not sure when it started since I am always logged in this website but some time ago, I cleared all the cookies and since then I have been unable to log in to lemonde.fr.
Please note that the issue only occurs with Firefox nightly. I have successfuly tested Firefox (standard release channel) and it works. I have tried with add-ons disabled, restarted in safe mode, disabled "protection renforcée" (advanced protection in english ?) but nothing works.
lemonde.fr returns a 401 :
{"error":{"code":401,"message":"Unauthorized","internal_code":10302,"clientCode":10302,"client_message":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations [B:10302]","clientMessage":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations [B:10302]","raw_message":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations"}}
and the web page displays the following message :
Votre session a expiré. Merci de renouveler l’opération. (Session expired. Please retry).
I am not sure what else I can try. Since it works with the standard firefox I chose to post the bug report here instead of contacting lemonde.fr. It is really annoying since this is a paywall website and I can't use my favorite browser (great job btw).
Thanks and regards,
Valentin
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/7/197d27cf-3cbf-4e92-9e1e-6ddfa4e8f973.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
secure.lemonde.fr - site is not usable - <!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: -->
**URL**: https://secure.lemonde.fr/sfuser/connexion
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Unable to login
**Steps to Reproduce**:
I am not sure when it started since I am always logged in this website but some time ago, I cleared all the cookies and since then I have been unable to log in to lemonde.fr.
Please note that the issue only occurs with Firefox nightly. I have successfuly tested Firefox (standard release channel) and it works. I have tried with add-ons disabled, restarted in safe mode, disabled "protection renforcée" (advanced protection in english ?) but nothing works.
lemonde.fr returns a 401 :
{"error":{"code":401,"message":"Unauthorized","internal_code":10302,"clientCode":10302,"client_message":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations [B:10302]","clientMessage":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations [B:10302]","raw_message":"Vous devez \u00eatre connect\u00e9 pour r\u00e9cup\u00e9rer ces informations"}}
and the web page displays the following message :
Votre session a expiré. Merci de renouveler l’opération. (Session expired. Please retry).
I am not sure what else I can try. Since it works with the standard firefox I chose to post the bug report here instead of contacting lemonde.fr. It is really annoying since this is a paywall website and I can't use my favorite browser (great job btw).
Thanks and regards,
Valentin
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/7/197d27cf-3cbf-4e92-9e1e-6ddfa4e8f973.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_defect
|
secure lemonde fr site is not usable url browser version firefox operating system windows tested another browser yes chrome problem type site is not usable description unable to login steps to reproduce i am not sure when it started since i am always logged in this website but some time ago i cleared all the cookies and since then i have been unable to log in to lemonde fr please note that the issue only occurs with firefox nightly i have successfuly tested firefox standard release channel and it works i have tried with add ons disabled restarted in safe mode disabled protection renforcée advanced protection in english but nothing works lemonde fr returns a error code message unauthorized internal code clientcode client message vous devez connect pour r ces informations clientmessage vous devez connect pour r ces informations raw message vous devez connect pour r ces informations and the web page displays the following message votre session a expiré merci de renouveler l’opération session expired please retry i am not sure what else i can try since it works with the standard firefox i chose to post the bug report here instead of contacting lemonde fr it is really annoying since this is a paywall website and i can t use my favorite browser great job btw thanks and regards valentin view the screenshot img alt screenshot src browser configuration none from with ❤️
| 0
|
740,389
| 25,748,995,453
|
IssuesEvent
|
2022-12-08 11:51:32
|
NetEase/arctic
|
https://api.github.com/repos/NetEase/arctic
|
closed
|
[Bug]: Flink Ingestion jobs will occasionally delete snapshot files causing Optimize and Flink Job to fail
|
type:bug module:flink module:core priority:critical
|
### What happened?
When the Flink Ingestion job failsover several times, restarting the job will occasionally result in a java.io.FileNotFoundException: File does not exist exception for the snap-xxx.avro file.
### Affects Versions
0.3.x
### What engines are you seeing the problem on?
Flink
### How to reproduce
After starting a Flink job and writing some data normally, it frequently triggers Failover for a period of time causing the job to fail. Restart the task you just started.
### Relevant log output
```shell
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.lambda$invoke$0(KerberosInvocationHandler.java:58) at
com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:301) at
java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1734) at
com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:299) at
com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.invoke(KerberosInvocationHandler.java:55) at
com.sun.proxy.$Proxy37.initializeState(Unknown Source) at
org.apache.flink.streaming.runtime.tasks.OperatorChain.initializeStateAndOpenOperators(OperatorChain.java:427) at
org.apache.flink.streaming.runtime.tasks.StreamTask.lambda$beforeInvoke$2(StreamTask.java:545) at
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor$1.runThrowing(StreamTaskActionExecutor.java:50) at
org.apache.flink.streaming.runtime.tasks.StreamTask.beforeInvoke(StreamTask.java:535) at
org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:575) at
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:758) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:573)
at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.lambda$invoke$0(KerberosInvocationHandler.java:58) at
com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:301) at
java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1734) at
com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:299) at
com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.invoke(KerberosInvocationHandler.java:55) at
com.sun.proxy.$Proxy37.initializeState(Unknown Source) ... 21 more Caused by:
com.netease.arctic.shaded.org.apache.iceberg.exceptions.NotFoundException: Failed to open input stream for file:
hdfs://eadhadoop/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-
2100685a-488a-496f-88b5-58206170c497.avro at
com.netease.arctic.shaded.org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:177) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.newFileReader(AvroIterable.java:101) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:77) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:37) at
com.netease.arctic.shaded.org.apache.iceberg.relocated.com.google.common.collect.Iterables.addAll(Iterables.java:320) at
com.netease.arctic.shaded.org.apache.iceberg.relocated.com.google.common.collect.Lists.newLinkedList(Lists.java:237) at
com.netease.arctic.shaded.org.apache.iceberg.ManifestLists.read(ManifestLists.java:46) at
com.netease.arctic.shaded.org.apache.iceberg.BaseSnapshot.cacheManifests(BaseSnapshot.java:137) at
com.netease.arctic.shaded.org.apache.iceberg.BaseSnapshot.dataManifests(BaseSnapshot.java:159) at
com.netease.arctic.shaded.org.apache.iceberg.MergingSnapshotProducer.apply(MergingSnapshotProducer.java:403) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.apply(SnapshotProducer.java:164) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.lambda$commit$2(SnapshotProducer.java:283) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.runTaskWithRetry(Tasks.java:405) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.runSingleThreaded(Tasks.java:214) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:198) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:190) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.commit(SnapshotProducer.java:282) at
com.netease.arctic.trace.TracedAppendFiles.commit(TracedAppendFiles.java:81) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitOperation(IcebergFilesCommitter.java:30
8) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitDeltaTxn(IcebergFilesCommitter.java:277)
at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitUpToCheckpoint(IcebergFilesCommitter.j
ava:219) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.initializeState(IcebergFilesCommitter.java:154) at
org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.initializeOperatorState(StreamOperatorStateHandler.java:
112) at org.apache.flink.streaming.api.operators.AbstractStreamOperator.initializeState(AbstractStreamOperator.java:290) ... 34
more Caused by: java.io.FileNotFoundException: File does not exist:
/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-2100685a-488a-496f-
88b5-58206170c497.avro at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:86) at
org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:76) at
org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp.getBlockLocations(FSDirStatAndListingOp.java:156) at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:2099) at
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:780) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtoc
olServerSideTranslatorPB.java:458) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:604) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:572) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:556) at
org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1093) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1043) at
org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:971) at java.base/javax.security.auth.Subject.doAs(Subject.java:423) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878) at
org.apache.hadoop.ipc.Server$Handler.run(Server.java:2976) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at
java.lang.reflect.Constructor.newInstance(Constructor.java:423) at
org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106) at
org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:73) at
org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1237) at
org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1222) at
org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1210) at
org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:306) at
org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:272) at org.apache.hadoop.hdfs.DFSInputStream.<init>
(DFSInputStream.java:264) at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1535) at
org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:304) at
org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:299) at
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) at
org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:312) at
org.apache.hadoop.fs.FileSystem.open(FileSystem.java:768) at
com.netease.arctic.shaded.org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:175) ... 57 more
Caused by: org.apache.hadoop.ipc.RemoteException(java.io.FileNotFoundException): File does not exist:
/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-2100685a-488a-496f-
88b5-58206170c497.avro at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:86) at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:76) at
org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp.getBlockLocations(FSDirStatAndListingOp.java:156) at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:2099) at
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:780) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtoc
olServerSideTranslatorPB.java:458) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:604) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:572) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:556) at
org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1093) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1043) at
org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:971) at java.base/javax.security.auth.Subject.doAs(Subject.java:423) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878) at
org.apache.hadoop.ipc.Server$Handler.run(Server.java:2976) at org.apache.hadoop.ipc.Client.call(Client.java:1476) at
org.apache.hadoop.ipc.Client.call(Client.java:1413) at
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229) at
com.sun.proxy.$Proxy27.getBlockLocations(Unknown Source) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslato
rPB.java:255) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:191) at
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102) at
com.sun.proxy.$Proxy28.getBlockLocations(Unknown Source) at
org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1235) ... 69 more
```
### Anything else
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
|
1.0
|
[Bug]: Flink Ingestion jobs will occasionally delete snapshot files causing Optimize and Flink Job to fail - ### What happened?
When the Flink Ingestion job failsover several times, restarting the job will occasionally result in a java.io.FileNotFoundException: File does not exist exception for the snap-xxx.avro file.
### Affects Versions
0.3.x
### What engines are you seeing the problem on?
Flink
### How to reproduce
After starting a Flink job and writing some data normally, it frequently triggers Failover for a period of time causing the job to fail. Restart the task you just started.
### Relevant log output
```shell
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.lambda$invoke$0(KerberosInvocationHandler.java:58) at
com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:301) at
java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1734) at
com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:299) at
com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.invoke(KerberosInvocationHandler.java:55) at
com.sun.proxy.$Proxy37.initializeState(Unknown Source) at
org.apache.flink.streaming.runtime.tasks.OperatorChain.initializeStateAndOpenOperators(OperatorChain.java:427) at
org.apache.flink.streaming.runtime.tasks.StreamTask.lambda$beforeInvoke$2(StreamTask.java:545) at
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor$1.runThrowing(StreamTaskActionExecutor.java:50) at
org.apache.flink.streaming.runtime.tasks.StreamTask.beforeInvoke(StreamTask.java:535) at
org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:575) at
org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:758) at org.apache.flink.runtime.taskmanager.Task.run(Task.java:573)
at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.lambda$invoke$0(KerberosInvocationHandler.java:58) at
com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:301) at
java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1734) at
com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:299) at
com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) at
com.netease.arctic.flink.interceptor.KerberosInvocationHandler.invoke(KerberosInvocationHandler.java:55) at
com.sun.proxy.$Proxy37.initializeState(Unknown Source) ... 21 more Caused by:
com.netease.arctic.shaded.org.apache.iceberg.exceptions.NotFoundException: Failed to open input stream for file:
hdfs://eadhadoop/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-
2100685a-488a-496f-88b5-58206170c497.avro at
com.netease.arctic.shaded.org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:177) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.newFileReader(AvroIterable.java:101) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:77) at
com.netease.arctic.shaded.org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:37) at
com.netease.arctic.shaded.org.apache.iceberg.relocated.com.google.common.collect.Iterables.addAll(Iterables.java:320) at
com.netease.arctic.shaded.org.apache.iceberg.relocated.com.google.common.collect.Lists.newLinkedList(Lists.java:237) at
com.netease.arctic.shaded.org.apache.iceberg.ManifestLists.read(ManifestLists.java:46) at
com.netease.arctic.shaded.org.apache.iceberg.BaseSnapshot.cacheManifests(BaseSnapshot.java:137) at
com.netease.arctic.shaded.org.apache.iceberg.BaseSnapshot.dataManifests(BaseSnapshot.java:159) at
com.netease.arctic.shaded.org.apache.iceberg.MergingSnapshotProducer.apply(MergingSnapshotProducer.java:403) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.apply(SnapshotProducer.java:164) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.lambda$commit$2(SnapshotProducer.java:283) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.runTaskWithRetry(Tasks.java:405) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.runSingleThreaded(Tasks.java:214) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:198) at
com.netease.arctic.shaded.org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:190) at
com.netease.arctic.shaded.org.apache.iceberg.SnapshotProducer.commit(SnapshotProducer.java:282) at
com.netease.arctic.trace.TracedAppendFiles.commit(TracedAppendFiles.java:81) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitOperation(IcebergFilesCommitter.java:30
8) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitDeltaTxn(IcebergFilesCommitter.java:277)
at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.commitUpToCheckpoint(IcebergFilesCommitter.j
ava:219) at
com.netease.arctic.shaded.org.apache.iceberg.flink.sink.IcebergFilesCommitter.initializeState(IcebergFilesCommitter.java:154) at
org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.initializeOperatorState(StreamOperatorStateHandler.java:
112) at org.apache.flink.streaming.api.operators.AbstractStreamOperator.initializeState(AbstractStreamOperator.java:290) ... 34
more Caused by: java.io.FileNotFoundException: File does not exist:
/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-2100685a-488a-496f-
88b5-58206170c497.avro at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:86) at
org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:76) at
org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp.getBlockLocations(FSDirStatAndListingOp.java:156) at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:2099) at
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:780) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtoc
olServerSideTranslatorPB.java:458) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:604) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:572) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:556) at
org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1093) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1043) at
org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:971) at java.base/javax.security.auth.Subject.doAs(Subject.java:423) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878) at
org.apache.hadoop.ipc.Server$Handler.run(Server.java:2976) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at
java.lang.reflect.Constructor.newInstance(Constructor.java:423) at
org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106) at
org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:73) at
org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1237) at
org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1222) at
org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:1210) at
org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:306) at
org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:272) at org.apache.hadoop.hdfs.DFSInputStream.<init>
(DFSInputStream.java:264) at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1535) at
org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:304) at
org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:299) at
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) at
org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:312) at
org.apache.hadoop.fs.FileSystem.open(FileSystem.java:768) at
com.netease.arctic.shaded.org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:175) ... 57 more
Caused by: org.apache.hadoop.ipc.RemoteException(java.io.FileNotFoundException): File does not exist:
/user/da_luna/hive_db/da_luna.db/arctic_wow_outlog/change/metadata/snap-4720345255491225694-1-2100685a-488a-496f-
88b5-58206170c497.avro at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:86) at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:76) at
org.apache.hadoop.hdfs.server.namenode.FSDirStatAndListingOp.getBlockLocations(FSDirStatAndListingOp.java:156) at
org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlockLocations(FSNamesystem.java:2099) at
org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getBlockLocations(NameNodeRpcServer.java:780) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.getBlockLocations(ClientNamenodeProtoc
olServerSideTranslatorPB.java:458) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:604) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:572) at
org.apache.hadoop.ipc.ProtobufRpcEngine2$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine2.java:556) at
org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1093) at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:1043) at
org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:971) at java.base/javax.security.auth.Subject.doAs(Subject.java:423) at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878) at
org.apache.hadoop.ipc.Server$Handler.run(Server.java:2976) at org.apache.hadoop.ipc.Client.call(Client.java:1476) at
org.apache.hadoop.ipc.Client.call(Client.java:1413) at
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229) at
com.sun.proxy.$Proxy27.getBlockLocations(Unknown Source) at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslato
rPB.java:255) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at
java.lang.reflect.Method.invoke(Method.java:498) at
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:191) at
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102) at
com.sun.proxy.$Proxy28.getBlockLocations(Unknown Source) at
org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:1235) ... 69 more
```
### Anything else
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
|
non_defect
|
flink ingestion jobs will occasionally delete snapshot files causing optimize and flink job to fail what happened when the flink ingestion job failsover several times restarting the job will occasionally result in a java io filenotfoundexception file does not exist exception for the snap xxx avro file affects versions x what engines are you seeing the problem on flink how to reproduce after starting a flink job and writing some data normally it frequently triggers failover for a period of time causing the job to fail restart the task you just started relevant log output shell java lang reflect invocationtargetexception at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com netease arctic flink interceptor kerberosinvocationhandler lambda invoke kerberosinvocationhandler java at com netease arctic table tablemetastore lambda doas tablemetastore java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at com netease arctic table tablemetastore doas tablemetastore java at com netease arctic io arctichadoopfileio doas arctichadoopfileio java at com netease arctic flink interceptor kerberosinvocationhandler invoke kerberosinvocationhandler java at com sun proxy initializestate unknown source at org apache flink streaming runtime tasks operatorchain initializestateandopenoperators operatorchain java at org apache flink streaming runtime tasks streamtask lambda beforeinvoke streamtask java at org apache flink streaming runtime tasks streamtaskactionexecutor runthrowing streamtaskactionexecutor java at org apache flink streaming runtime tasks streamtask beforeinvoke streamtask java at org apache flink streaming runtime tasks streamtask invoke streamtask java at org apache flink runtime taskmanager task dorun task java at org apache flink runtime taskmanager task run task java at java lang thread run thread java caused by java lang reflect invocationtargetexception at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com netease arctic flink interceptor kerberosinvocationhandler lambda invoke kerberosinvocationhandler java at com netease arctic table tablemetastore lambda doas tablemetastore java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at com netease arctic table tablemetastore doas tablemetastore java at com netease arctic io arctichadoopfileio doas arctichadoopfileio java at com netease arctic flink interceptor kerberosinvocationhandler invoke kerberosinvocationhandler java at com sun proxy initializestate unknown source more caused by com netease arctic shaded org apache iceberg exceptions notfoundexception failed to open input stream for file hdfs eadhadoop user da luna hive db da luna db arctic wow outlog change metadata snap avro at com netease arctic shaded org apache iceberg hadoop hadoopinputfile newstream hadoopinputfile java at com netease arctic shaded org apache iceberg avro avroiterable newfilereader avroiterable java at com netease arctic shaded org apache iceberg avro avroiterable iterator avroiterable java at com netease arctic shaded org apache iceberg avro avroiterable iterator avroiterable java at com netease arctic shaded org apache iceberg relocated com google common collect iterables addall iterables java at com netease arctic shaded org apache iceberg relocated com google common collect lists newlinkedlist lists java at com netease arctic shaded org apache iceberg manifestlists read manifestlists java at com netease arctic shaded org apache iceberg basesnapshot cachemanifests basesnapshot java at com netease arctic shaded org apache iceberg basesnapshot datamanifests basesnapshot java at com netease arctic shaded org apache iceberg mergingsnapshotproducer apply mergingsnapshotproducer java at com netease arctic shaded org apache iceberg snapshotproducer apply snapshotproducer java at com netease arctic shaded org apache iceberg snapshotproducer lambda commit snapshotproducer java at com netease arctic shaded org apache iceberg util tasks builder runtaskwithretry tasks java at com netease arctic shaded org apache iceberg util tasks builder runsinglethreaded tasks java at com netease arctic shaded org apache iceberg util tasks builder run tasks java at com netease arctic shaded org apache iceberg util tasks builder run tasks java at com netease arctic shaded org apache iceberg snapshotproducer commit snapshotproducer java at com netease arctic trace tracedappendfiles commit tracedappendfiles java at com netease arctic shaded org apache iceberg flink sink icebergfilescommitter commitoperation icebergfilescommitter java at com netease arctic shaded org apache iceberg flink sink icebergfilescommitter commitdeltatxn icebergfilescommitter java at com netease arctic shaded org apache iceberg flink sink icebergfilescommitter commituptocheckpoint icebergfilescommitter j ava at com netease arctic shaded org apache iceberg flink sink icebergfilescommitter initializestate icebergfilescommitter java at org apache flink streaming api operators streamoperatorstatehandler initializeoperatorstate streamoperatorstatehandler java at org apache flink streaming api operators abstractstreamoperator initializestate abstractstreamoperator java more caused by java io filenotfoundexception file does not exist user da luna hive db da luna db arctic wow outlog change metadata snap avro at org apache hadoop hdfs server namenode inodefile valueof inodefile java at org apache hadoop hdfs server namenode inodefile valueof inodefile java at org apache hadoop hdfs server namenode fsdirstatandlistingop getblocklocations fsdirstatandlistingop java at org apache hadoop hdfs server namenode fsnamesystem getblocklocations fsnamesystem java at org apache hadoop hdfs server namenode namenoderpcserver getblocklocations namenoderpcserver java at org apache hadoop hdfs protocolpb clientnamenodeprotocolserversidetranslatorpb getblocklocations clientnamenodeprotoc olserversidetranslatorpb java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc rpc server call rpc java at org apache hadoop ipc server rpccall run server java at org apache hadoop ipc server rpccall run server java at java base javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at org apache hadoop ipc server handler run server java at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstance constructor java at org apache hadoop ipc remoteexception instantiateexception remoteexception java at org apache hadoop ipc remoteexception unwrapremoteexception remoteexception java at org apache hadoop hdfs dfsclient callgetblocklocations dfsclient java at org apache hadoop hdfs dfsclient getlocatedblocks dfsclient java at org apache hadoop hdfs dfsclient getlocatedblocks dfsclient java at org apache hadoop hdfs dfsinputstream fetchlocatedblocksandgetlastblocklength dfsinputstream java at org apache hadoop hdfs dfsinputstream openinfo dfsinputstream java at org apache hadoop hdfs dfsinputstream dfsinputstream java at org apache hadoop hdfs dfsclient open dfsclient java at org apache hadoop hdfs distributedfilesystem docall distributedfilesystem java at org apache hadoop hdfs distributedfilesystem docall distributedfilesystem java at org apache hadoop fs filesystemlinkresolver resolve filesystemlinkresolver java at org apache hadoop hdfs distributedfilesystem open distributedfilesystem java at org apache hadoop fs filesystem open filesystem java at com netease arctic shaded org apache iceberg hadoop hadoopinputfile newstream hadoopinputfile java more caused by org apache hadoop ipc remoteexception java io filenotfoundexception file does not exist user da luna hive db da luna db arctic wow outlog change metadata snap avro at org apache hadoop hdfs server namenode inodefile valueof inodefile java at org apache hadoop hdfs server namenode inodefile valueof inodefile java at org apache hadoop hdfs server namenode fsdirstatandlistingop getblocklocations fsdirstatandlistingop java at org apache hadoop hdfs server namenode fsnamesystem getblocklocations fsnamesystem java at org apache hadoop hdfs server namenode namenoderpcserver getblocklocations namenoderpcserver java at org apache hadoop hdfs protocolpb clientnamenodeprotocolserversidetranslatorpb getblocklocations clientnamenodeprotoc olserversidetranslatorpb java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc server protobufrpcinvoker call java at org apache hadoop ipc rpc server call rpc java at org apache hadoop ipc server rpccall run server java at org apache hadoop ipc server rpccall run server java at java base javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at org apache hadoop ipc server handler run server java at org apache hadoop ipc client call client java at org apache hadoop ipc client call client java at org apache hadoop ipc protobufrpcengine invoker invoke protobufrpcengine java at com sun proxy getblocklocations unknown source at org apache hadoop hdfs protocolpb clientnamenodeprotocoltranslatorpb getblocklocations clientnamenodeprotocoltranslato rpb java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache hadoop io retry retryinvocationhandler invokemethod retryinvocationhandler java at org apache hadoop io retry retryinvocationhandler invoke retryinvocationhandler java at com sun proxy getblocklocations unknown source at org apache hadoop hdfs dfsclient callgetblocklocations dfsclient java more anything else no response code of conduct i agree to follow this project s code of conduct
| 0
|
27,271
| 4,957,375,696
|
IssuesEvent
|
2016-12-02 04:04:33
|
google/gitiles
|
https://api.github.com/repos/google/gitiles
|
reopened
|
Document support for Markdown definition lists
|
Priority-Medium Status-New Type-Defect
|
Originally reported on Google Code with ID 89
```
Pegdown and Gitiles has explicit support for definition lists.
These look like:
Foo
: Explanation of Foo
And render as:
<dl>
<dt>Foo</dt>
<dd>Explanation of Foo</dd>
</dl>
This is a useful feature since documentation occasionally involves specifying lists
of definitions. However, I don't see any mention of this in the Gitiles Markdown documentation.
Could that be added?
```
Reported by `None` on 2015-11-30 09:12:15
|
1.0
|
Document support for Markdown definition lists - Originally reported on Google Code with ID 89
```
Pegdown and Gitiles has explicit support for definition lists.
These look like:
Foo
: Explanation of Foo
And render as:
<dl>
<dt>Foo</dt>
<dd>Explanation of Foo</dd>
</dl>
This is a useful feature since documentation occasionally involves specifying lists
of definitions. However, I don't see any mention of this in the Gitiles Markdown documentation.
Could that be added?
```
Reported by `None` on 2015-11-30 09:12:15
|
defect
|
document support for markdown definition lists originally reported on google code with id pegdown and gitiles has explicit support for definition lists these look like foo explanation of foo and render as foo explanation of foo this is a useful feature since documentation occasionally involves specifying lists of definitions however i don t see any mention of this in the gitiles markdown documentation could that be added reported by none on
| 1
|
307,658
| 23,210,833,916
|
IssuesEvent
|
2022-08-02 09:58:24
|
exasol/r-exasol
|
https://api.github.com/repos/exasol/r-exasol
|
closed
|
Comment password encoding limitations
|
documentation decision:wont-fix
|
## Background
In #113 we fixed only one part, however encoding curly braces correctly is not supported by ODBC driver by now.
## Acceptance Criteria
Encode any occurence of "}" in a password with "}}".
|
1.0
|
Comment password encoding limitations - ## Background
In #113 we fixed only one part, however encoding curly braces correctly is not supported by ODBC driver by now.
## Acceptance Criteria
Encode any occurence of "}" in a password with "}}".
|
non_defect
|
comment password encoding limitations background in we fixed only one part however encoding curly braces correctly is not supported by odbc driver by now acceptance criteria encode any occurence of in a password with
| 0
|
103,336
| 8,896,590,693
|
IssuesEvent
|
2019-01-16 11:55:43
|
telstra/open-kilda
|
https://api.github.com/repos/telstra/open-kilda
|
opened
|
Investigate and allow to create custom topologies
|
area/testing priority/3-normal
|
As a QA engineer, I want my framework to provide ability to request topologies of custom size (not only from topology.yaml) in the LabService, so that I am able to generate, for example, prod-scale custom topologies, that are not required by regular test run.
AC:
1. LabService can be fed with custom TopologyDefinition
|
1.0
|
Investigate and allow to create custom topologies - As a QA engineer, I want my framework to provide ability to request topologies of custom size (not only from topology.yaml) in the LabService, so that I am able to generate, for example, prod-scale custom topologies, that are not required by regular test run.
AC:
1. LabService can be fed with custom TopologyDefinition
|
non_defect
|
investigate and allow to create custom topologies as a qa engineer i want my framework to provide ability to request topologies of custom size not only from topology yaml in the labservice so that i am able to generate for example prod scale custom topologies that are not required by regular test run ac labservice can be fed with custom topologydefinition
| 0
|
6,070
| 2,610,220,390
|
IssuesEvent
|
2015-02-26 19:10:00
|
chrsmith/somefinders
|
https://api.github.com/repos/chrsmith/somefinders
|
opened
|
чит на вормикс на фузы
|
auto-migrated Priority-Medium Type-Defect
|
```
'''Аргент Макаров'''
День добрый никак не могу найти .чит на
вормикс на фузы. где то видел уже
'''Бертольд Лебедев'''
Вот держи линк http://bit.ly/19VyEQd
'''Алим Смирнов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Анатолий Ершов'''
Неа все ок у меня ничего не списало
'''Арам Соловьёв'''
Не это не влияет на баланс
Информация о файле: чит на вормикс на фузы
Загружен: В этом месяце
Скачан раз: 229
Рейтинг: 678
Средняя скорость скачивания: 1240
Похожих файлов: 20
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 7:10
|
1.0
|
чит на вормикс на фузы - ```
'''Аргент Макаров'''
День добрый никак не могу найти .чит на
вормикс на фузы. где то видел уже
'''Бертольд Лебедев'''
Вот держи линк http://bit.ly/19VyEQd
'''Алим Смирнов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Анатолий Ершов'''
Неа все ок у меня ничего не списало
'''Арам Соловьёв'''
Не это не влияет на баланс
Информация о файле: чит на вормикс на фузы
Загружен: В этом месяце
Скачан раз: 229
Рейтинг: 678
Средняя скорость скачивания: 1240
Похожих файлов: 20
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 7:10
|
defect
|
чит на вормикс на фузы аргент макаров день добрый никак не могу найти чит на вормикс на фузы где то видел уже бертольд лебедев вот держи линк алим смирнов просит ввести номер мобилы не опасно ли это анатолий ершов неа все ок у меня ничего не списало арам соловьёв не это не влияет на баланс информация о файле чит на вормикс на фузы загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
| 1
|
12,066
| 2,683,488,414
|
IssuesEvent
|
2015-03-28 00:57:50
|
andybalholm/cascadia
|
https://api.github.com/repos/andybalholm/cascadia
|
closed
|
Move to GitHub
|
auto-migrated Priority-Medium Type-Defect
|
```
Can you move this project to GitHub?
Google Code is shutting down.
```
Original issue reported on code.google.com by `pierredu...@gmail.com` on 14 Mar 2015 at 11:09
|
1.0
|
Move to GitHub - ```
Can you move this project to GitHub?
Google Code is shutting down.
```
Original issue reported on code.google.com by `pierredu...@gmail.com` on 14 Mar 2015 at 11:09
|
defect
|
move to github can you move this project to github google code is shutting down original issue reported on code google com by pierredu gmail com on mar at
| 1
|
12,776
| 2,717,409,586
|
IssuesEvent
|
2015-04-11 07:46:55
|
codenameone/CodenameOne
|
https://api.github.com/repos/codenameone/CodenameOne
|
closed
|
Android BrowserComponent implementation (WebChromeClient)
|
Priority-Medium Type-Defect
|
Original [issue 454](https://code.google.com/p/codenameone/issues/detail?id=454) created by codenameone on 2012-12-27T08:00:20.000Z:
The Android implementation of the BrowserComponent currently implements a WebViewClient to call back into CodenameOne. It does not implement a WebChromeClient, however, which could offer much more variety of callbacks, including handing alert dialogs, console log messages, and more.
http://developer.android.com/reference/android/webkit/WebChromeClient.html
I would like to implement all of the methods (that are appropriate) and provide corresponding events or callbacks in the public CodenameOne API so that web views can be better utilized. Do you have any concerns or objections?
|
1.0
|
Android BrowserComponent implementation (WebChromeClient) - Original [issue 454](https://code.google.com/p/codenameone/issues/detail?id=454) created by codenameone on 2012-12-27T08:00:20.000Z:
The Android implementation of the BrowserComponent currently implements a WebViewClient to call back into CodenameOne. It does not implement a WebChromeClient, however, which could offer much more variety of callbacks, including handing alert dialogs, console log messages, and more.
http://developer.android.com/reference/android/webkit/WebChromeClient.html
I would like to implement all of the methods (that are appropriate) and provide corresponding events or callbacks in the public CodenameOne API so that web views can be better utilized. Do you have any concerns or objections?
|
defect
|
android browsercomponent implementation webchromeclient original created by codenameone on the android implementation of the browsercomponent currently implements a webviewclient to call back into codenameone it does not implement a webchromeclient however which could offer much more variety of callbacks including handing alert dialogs console log messages and more i would like to implement all of the methods that are appropriate and provide corresponding events or callbacks in the public codenameone api so that web views can be better utilized do you have any concerns or objections
| 1
|
79,338
| 28,114,305,792
|
IssuesEvent
|
2023-03-31 09:34:09
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
closed
|
Encryption shield not visible in 1.4.4
|
T-Defect X-Regression S-Minor O-Occasional
|
### Steps to reproduce
1. Install 1.4.4
2. Open an encrypted chat
3. No shield is visible in header
### Outcome
#### What did you expect?
Shield shown in header, indicating verification status.
In 1.4.2 it worked fine, but 1.4.4 messed it up. Probably related #5584
### Application version and app store
since 1.4.4
### Will you send logs?
No
|
1.0
|
Encryption shield not visible in 1.4.4 - ### Steps to reproduce
1. Install 1.4.4
2. Open an encrypted chat
3. No shield is visible in header
### Outcome
#### What did you expect?
Shield shown in header, indicating verification status.
In 1.4.2 it worked fine, but 1.4.4 messed it up. Probably related #5584
### Application version and app store
since 1.4.4
### Will you send logs?
No
|
defect
|
encryption shield not visible in steps to reproduce install open an encrypted chat no shield is visible in header outcome what did you expect shield shown in header indicating verification status in it worked fine but messed it up probably related application version and app store since will you send logs no
| 1
|
18,839
| 3,089,693,161
|
IssuesEvent
|
2015-08-25 23:03:34
|
google/googlemock
|
https://api.github.com/repos/google/googlemock
|
closed
|
MatchAndExplainImpl fails to compile with VC++ 2013 /analyze
|
auto-migrated Priority-Medium Type-Defect
|
```
When building all of Chrome with /analyze (static analysis) a build failure
happened starting when this change was submitted:
https://codereview.chromium.org/777033004
This happened because this triggered problematic use of MatchAndExplainImpl
with the compiler complaining:
error C2248: 'scoped_ptr<std::string,base::DefaultDeleter<T>>::scoped_ptr' :
cannot access private member declared in class
'scoped_ptr<std::string,base::DefaultDeleter<T>>'
This is presumably a compiler bug, but the workaround is so easy that it seems
worth adding. This line, from gmock-matchers.h:
RefToConstProperty result = (obj.*property_)();
needs to be replaced with this:
RefToConstProperty result = std::move((obj.*property_)());
This makes the use of the move constructor with scoped_ptr explicit instead of
implicit, and should have no effect on other code.
Here is the build failure:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Windows%20Analyze/b
uilds/61/steps/compile/logs/stdio
```
Original issue reported on code.google.com by `brucedaw...@chromium.org` on 28 Jan 2015 at 11:18
|
1.0
|
MatchAndExplainImpl fails to compile with VC++ 2013 /analyze - ```
When building all of Chrome with /analyze (static analysis) a build failure
happened starting when this change was submitted:
https://codereview.chromium.org/777033004
This happened because this triggered problematic use of MatchAndExplainImpl
with the compiler complaining:
error C2248: 'scoped_ptr<std::string,base::DefaultDeleter<T>>::scoped_ptr' :
cannot access private member declared in class
'scoped_ptr<std::string,base::DefaultDeleter<T>>'
This is presumably a compiler bug, but the workaround is so easy that it seems
worth adding. This line, from gmock-matchers.h:
RefToConstProperty result = (obj.*property_)();
needs to be replaced with this:
RefToConstProperty result = std::move((obj.*property_)());
This makes the use of the move constructor with scoped_ptr explicit instead of
implicit, and should have no effect on other code.
Here is the build failure:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Windows%20Analyze/b
uilds/61/steps/compile/logs/stdio
```
Original issue reported on code.google.com by `brucedaw...@chromium.org` on 28 Jan 2015 at 11:18
|
defect
|
matchandexplainimpl fails to compile with vc analyze when building all of chrome with analyze static analysis a build failure happened starting when this change was submitted this happened because this triggered problematic use of matchandexplainimpl with the compiler complaining error scoped ptr scoped ptr cannot access private member declared in class scoped ptr this is presumably a compiler bug but the workaround is so easy that it seems worth adding this line from gmock matchers h reftoconstproperty result obj property needs to be replaced with this reftoconstproperty result std move obj property this makes the use of the move constructor with scoped ptr explicit instead of implicit and should have no effect on other code here is the build failure uilds steps compile logs stdio original issue reported on code google com by brucedaw chromium org on jan at
| 1
|
187,064
| 6,744,645,772
|
IssuesEvent
|
2017-10-20 16:24:31
|
inverse-inc/packetfence
|
https://api.github.com/repos/inverse-inc/packetfence
|
opened
|
DAL rework: use DESC and ASC for ordering instead of magic '-'
|
Priority: Medium Type: Bug
|
Makes it clearer and doesn't rely on currently half broken magic in SQL::Abstract::More
|
1.0
|
DAL rework: use DESC and ASC for ordering instead of magic '-' - Makes it clearer and doesn't rely on currently half broken magic in SQL::Abstract::More
|
non_defect
|
dal rework use desc and asc for ordering instead of magic makes it clearer and doesn t rely on currently half broken magic in sql abstract more
| 0
|
69,154
| 22,215,070,719
|
IssuesEvent
|
2022-06-08 00:11:28
|
line/armeria
|
https://api.github.com/repos/line/armeria
|
closed
|
Spring boot actuator health configurations do not work when armeria-spring-boot2-actuator-starter is included
|
defect
|
When `armeria-spring-boot2-actuator-starter` is added to the project which already has `org.springframework.boot:spring-boot-starter-actuator`
`armeria-spring-boot2-actuator` seems to overrides the behavior of the spring-boot actuator `actuator/health` endpoint.
Applying spring boot specific configurations (https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#writing-custom-healthindicators) e.g.
```
management.endpoint.health.status.http-mapping.down=503
management.endpoint.health.status.http-mapping.fatal=503
management.endpoint.health.status.http-mapping.out-of-service=503
```
no longer work.
(working healthcheck queried from POSTMAN without `armeria-spring-boot2-actuator`)

(healthcheck queried from POSTMAN with `armeria-spring-boot2-actuator`, expecting a `503` with a down status)

|
1.0
|
Spring boot actuator health configurations do not work when armeria-spring-boot2-actuator-starter is included - When `armeria-spring-boot2-actuator-starter` is added to the project which already has `org.springframework.boot:spring-boot-starter-actuator`
`armeria-spring-boot2-actuator` seems to overrides the behavior of the spring-boot actuator `actuator/health` endpoint.
Applying spring boot specific configurations (https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#writing-custom-healthindicators) e.g.
```
management.endpoint.health.status.http-mapping.down=503
management.endpoint.health.status.http-mapping.fatal=503
management.endpoint.health.status.http-mapping.out-of-service=503
```
no longer work.
(working healthcheck queried from POSTMAN without `armeria-spring-boot2-actuator`)

(healthcheck queried from POSTMAN with `armeria-spring-boot2-actuator`, expecting a `503` with a down status)

|
defect
|
spring boot actuator health configurations do not work when armeria spring actuator starter is included when armeria spring actuator starter is added to the project which already has org springframework boot spring boot starter actuator armeria spring actuator seems to overrides the behavior of the spring boot actuator actuator health endpoint applying spring boot specific configurations e g management endpoint health status http mapping down management endpoint health status http mapping fatal management endpoint health status http mapping out of service no longer work working healthcheck queried from postman without armeria spring actuator healthcheck queried from postman with armeria spring actuator expecting a with a down status
| 1
|
432,928
| 12,500,155,158
|
IssuesEvent
|
2020-06-01 21:37:01
|
covid19india/covid19india-react
|
https://api.github.com/repos/covid19india/covid19india-react
|
closed
|
Map Visualization show Virus Spread over time
|
Priority: High Status: Claimed
|
As the virus is spreading to new cities/states in india, It would be interesting to see visually how the virus has spread over a period of time using different colors ( say green(health) to start with and end with red/darkened red for all parts of the state) .
#### Some Thoughts on Implementation
- The necessary data is already available in the dataset. Date of the patients, state information.
- A visual[<sup>Ref</sup>](https://youtu.be/hVimVzgtD6w?t=707) india map for choropleth styling
- A slide bar for days [day(1)....day(N)].
- Each day plotting the patient/state on the map and increase the color gradient to show the intensity of the infection.
#### Enhanced Implementation
A more granular approach would be use map with city data( like https://www.openstreetmap.org) and plot the patients on the map and keep adding as the days progress.
**Why this might be useful?**
- Gives an idea people movement across the region, might be useful for control measures.
- Helps in focussed planning for control measures in hot spots and easing control measures on other places.
- Allows anyone to go back in time to understand the spread of infection
- Ofcourse it is _cool_ to try and become the next [Hans Rolsing](https://en.wikipedia.org/wiki/Hans_Rosling) who made data crunching fancy.
|
1.0
|
Map Visualization show Virus Spread over time - As the virus is spreading to new cities/states in india, It would be interesting to see visually how the virus has spread over a period of time using different colors ( say green(health) to start with and end with red/darkened red for all parts of the state) .
#### Some Thoughts on Implementation
- The necessary data is already available in the dataset. Date of the patients, state information.
- A visual[<sup>Ref</sup>](https://youtu.be/hVimVzgtD6w?t=707) india map for choropleth styling
- A slide bar for days [day(1)....day(N)].
- Each day plotting the patient/state on the map and increase the color gradient to show the intensity of the infection.
#### Enhanced Implementation
A more granular approach would be use map with city data( like https://www.openstreetmap.org) and plot the patients on the map and keep adding as the days progress.
**Why this might be useful?**
- Gives an idea people movement across the region, might be useful for control measures.
- Helps in focussed planning for control measures in hot spots and easing control measures on other places.
- Allows anyone to go back in time to understand the spread of infection
- Ofcourse it is _cool_ to try and become the next [Hans Rolsing](https://en.wikipedia.org/wiki/Hans_Rosling) who made data crunching fancy.
|
non_defect
|
map visualization show virus spread over time as the virus is spreading to new cities states in india it would be interesting to see visually how the virus has spread over a period of time using different colors say green health to start with and end with red darkened red for all parts of the state some thoughts on implementation the necessary data is already available in the dataset date of the patients state information a visual india map for choropleth styling a slide bar for days each day plotting the patient state on the map and increase the color gradient to show the intensity of the infection enhanced implementation a more granular approach would be use map with city data like and plot the patients on the map and keep adding as the days progress why this might be useful gives an idea people movement across the region might be useful for control measures helps in focussed planning for control measures in hot spots and easing control measures on other places allows anyone to go back in time to understand the spread of infection ofcourse it is cool to try and become the next who made data crunching fancy
| 0
|
239,947
| 19,982,432,588
|
IssuesEvent
|
2022-01-30 04:59:27
|
everettraven/packageless
|
https://api.github.com/repos/everettraven/packageless
|
closed
|
Github Actions tests
|
testing
|
Github Actions CI/CD pipeline needs more tests such as build tests, testing results of running the application, etc.
|
1.0
|
Github Actions tests - Github Actions CI/CD pipeline needs more tests such as build tests, testing results of running the application, etc.
|
non_defect
|
github actions tests github actions ci cd pipeline needs more tests such as build tests testing results of running the application etc
| 0
|
76,526
| 26,476,988,643
|
IssuesEvent
|
2023-01-17 11:56:19
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
Bugs in diacritics composing in rich text editor
|
T-Defect
|
### Steps to reproduce
1. Enable rich text editor in labs
2. In the text editor, set "show formating"
3. write "ˇ" and then "d"
### Outcome
#### Expected
ď
#### What happened instead?
ˇd
### Operating system
Linux mint 21.1
### Application version
Element 1.11.17
### How did you install the app?
from the repository
### Homeserver
matrix.org
### Will you send logs?
No
|
1.0
|
Bugs in diacritics composing in rich text editor - ### Steps to reproduce
1. Enable rich text editor in labs
2. In the text editor, set "show formating"
3. write "ˇ" and then "d"
### Outcome
#### Expected
ď
#### What happened instead?
ˇd
### Operating system
Linux mint 21.1
### Application version
Element 1.11.17
### How did you install the app?
from the repository
### Homeserver
matrix.org
### Will you send logs?
No
|
defect
|
bugs in diacritics composing in rich text editor steps to reproduce enable rich text editor in labs in the text editor set show formating write ˇ and then d outcome expected ď what happened instead ˇd operating system linux mint application version element how did you install the app from the repository homeserver matrix org will you send logs no
| 1
|
29,380
| 5,659,899,067
|
IssuesEvent
|
2017-04-10 14:02:10
|
bancika/diy-layout-creator
|
https://api.github.com/repos/bancika/diy-layout-creator
|
closed
|
Can't align wire under board
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Add a blank board
2. Add some wire
3. Try to align the wire to under board by choosing "Send backward"
Wire doesn't go under board as it should. It would be good for making
underboard wires because then I would just decrease the alpha of the board and
it would be seen. Decreasing alpha value of the wire wouldn't have the same
effect.
```
Original issue reported on code.google.com by `asdfghq...@gmail.com` on 5 Jul 2013 at 8:41
|
1.0
|
Can't align wire under board - ```
What steps will reproduce the problem?
1. Add a blank board
2. Add some wire
3. Try to align the wire to under board by choosing "Send backward"
Wire doesn't go under board as it should. It would be good for making
underboard wires because then I would just decrease the alpha of the board and
it would be seen. Decreasing alpha value of the wire wouldn't have the same
effect.
```
Original issue reported on code.google.com by `asdfghq...@gmail.com` on 5 Jul 2013 at 8:41
|
defect
|
can t align wire under board what steps will reproduce the problem add a blank board add some wire try to align the wire to under board by choosing send backward wire doesn t go under board as it should it would be good for making underboard wires because then i would just decrease the alpha of the board and it would be seen decreasing alpha value of the wire wouldn t have the same effect original issue reported on code google com by asdfghq gmail com on jul at
| 1
|
7,489
| 2,610,389,947
|
IssuesEvent
|
2015-02-26 20:06:11
|
chrsmith/hedgewars
|
https://api.github.com/repos/chrsmith/hedgewars
|
closed
|
Rope/Water Online GameWindow Crash Bug
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Open a room and begin game online (by yourself or with others)
2. Activate rope utility right as/before you enter any water zone at bottom of
map
3. easiest to see on octorama, but is problem on any map.
What is the expected output? What do you see instead?
When rope tool deployed right before entering water zones on online server
games, the game window for rope deploying user gets closed and user is left in
room lobby(not main lobby), with other users in-game experiencing lag until
crashed user is kicked.
What version of the product are you using? On what operating system?
0.9.17 Mac osx 10.5.8
Please provide any additional information below.
demo and log attached
```
-----
Original issue reported on code.google.com by `Logan.sh...@gmail.com` on 29 Feb 2012 at 2:05
Attachments:
* [ropewatercrash.zip](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-366/comment-0/ropewatercrash.zip)
|
1.0
|
Rope/Water Online GameWindow Crash Bug - ```
What steps will reproduce the problem?
1. Open a room and begin game online (by yourself or with others)
2. Activate rope utility right as/before you enter any water zone at bottom of
map
3. easiest to see on octorama, but is problem on any map.
What is the expected output? What do you see instead?
When rope tool deployed right before entering water zones on online server
games, the game window for rope deploying user gets closed and user is left in
room lobby(not main lobby), with other users in-game experiencing lag until
crashed user is kicked.
What version of the product are you using? On what operating system?
0.9.17 Mac osx 10.5.8
Please provide any additional information below.
demo and log attached
```
-----
Original issue reported on code.google.com by `Logan.sh...@gmail.com` on 29 Feb 2012 at 2:05
Attachments:
* [ropewatercrash.zip](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-366/comment-0/ropewatercrash.zip)
|
defect
|
rope water online gamewindow crash bug what steps will reproduce the problem open a room and begin game online by yourself or with others activate rope utility right as before you enter any water zone at bottom of map easiest to see on octorama but is problem on any map what is the expected output what do you see instead when rope tool deployed right before entering water zones on online server games the game window for rope deploying user gets closed and user is left in room lobby not main lobby with other users in game experiencing lag until crashed user is kicked what version of the product are you using on what operating system mac osx please provide any additional information below demo and log attached original issue reported on code google com by logan sh gmail com on feb at attachments
| 1
|
161
| 3,773,297,316
|
IssuesEvent
|
2016-03-17 01:14:30
|
Automattic/wp-calypso
|
https://api.github.com/repos/Automattic/wp-calypso
|
opened
|
People: users should be able to delete usernames using backspace on Adndroid
|
People Management [Type] Bug
|
#### Steps to reproduce
1. Go to add a new user either on Android or iOS at people/new/$site
2. Type in a username and make sure it's tokenized:

3. Press the backspace key and see that it does not delete the username.
#### What I expected
I expected the backspace key to delete the username when the cursor is positioned right after the username.
#### Browser / OS version
Android 6.0.1 on Nexus 6, using Chrome 49.0
|
1.0
|
People: users should be able to delete usernames using backspace on Adndroid - #### Steps to reproduce
1. Go to add a new user either on Android or iOS at people/new/$site
2. Type in a username and make sure it's tokenized:

3. Press the backspace key and see that it does not delete the username.
#### What I expected
I expected the backspace key to delete the username when the cursor is positioned right after the username.
#### Browser / OS version
Android 6.0.1 on Nexus 6, using Chrome 49.0
|
non_defect
|
people users should be able to delete usernames using backspace on adndroid steps to reproduce go to add a new user either on android or ios at people new site type in a username and make sure it s tokenized press the backspace key and see that it does not delete the username what i expected i expected the backspace key to delete the username when the cursor is positioned right after the username browser os version android on nexus using chrome
| 0
|
47,453
| 13,056,191,569
|
IssuesEvent
|
2020-07-30 03:56:32
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
karmic install problems (Trac #581)
|
Migrated from Trac defect tools/ports
|
Here's the latest from a grad student attempting to use karmic. This process needs to be absolutely seamless, ASAP.
Hi Troy, I'm installing the I3_TOOLS on my Ubuntu but found some minor mistakes on http://software.icecube.wisc.edu/offline-software.trunk/projects/cmake/platforms.html
I'm using Ubuntu 9.10 and tried to install the packages listed for Ubuntu 8.04 on the page, but some of them could not be found with synaptic: g77 libgl-dev libxft2-dev ncurses-dev sun-java5-jdk
Using "apt-get" installed instead of libxft2-dev and ncurses-dev some other packages and I installed sun-java6-jdk instead sun-java5-jdk.
For libgl-dev I got an advice to use one of the following packages:
nvidia-glx-96-dev 96.43.13-0ubuntu6 nvidia-glx-185-dev 185.18.36-0ubuntu9 nvidia-glx-173-dev 173.14.20-0ubuntu5 libgl1-mesa-swx11-dev 7.6.0-1ubuntu4 libgl1-mesa-dev 7.6.0-1ubuntu4
I tried i3-install.sh without g77 and libgl-dev and got no error.
Then I tried to test it http://software.icecube.wisc.edu/offline-software.trunk/metaproject/quickstart.html#checking-out-some-code
The svn co could not find http://code.icecube.wisc.edu/svn/meta-projects/offline-software/releases/09-07-00, so I took 09-10-00.
Cmake worked, but make aborts after a few seconds complaining about snprintf not available. I searched for it with port and synaptic but found nothing, is it in the missing i3-tools-v3?
When searching for i3-tools-v3 I saw a package called i3-tools-v3-karmic, should I install this or the i3-tools-v3.
I wrote a little python script for installing all these packages, I attached it perhaps you want to put it on the page.
Migrated from https://code.icecube.wisc.edu/ticket/581
```json
{
"status": "closed",
"changetime": "2010-02-17T16:02:04",
"description": "Here's the latest from a grad student attempting to use karmic. This process needs to be absolutely seamless, ASAP.\n\nHi Troy, I'm installing the I3_TOOLS on my Ubuntu but found some minor mistakes on http://software.icecube.wisc.edu/offline-software.trunk/projects/cmake/platforms.html\n\nI'm using Ubuntu 9.10 and tried to install the packages listed for Ubuntu 8.04 on the page, but some of them could not be found with synaptic: g77 libgl-dev libxft2-dev ncurses-dev sun-java5-jdk\n\nUsing \"apt-get\" installed instead of libxft2-dev and ncurses-dev some other packages and I installed sun-java6-jdk instead sun-java5-jdk.\n\nFor libgl-dev I got an advice to use one of the following packages:\n\n nvidia-glx-96-dev 96.43.13-0ubuntu6 nvidia-glx-185-dev 185.18.36-0ubuntu9 nvidia-glx-173-dev 173.14.20-0ubuntu5 libgl1-mesa-swx11-dev 7.6.0-1ubuntu4 libgl1-mesa-dev 7.6.0-1ubuntu4\n\nI tried i3-install.sh without g77 and libgl-dev and got no error.\n\nThen I tried to test it http://software.icecube.wisc.edu/offline-software.trunk/metaproject/quickstart.html#checking-out-some-code\n\nThe svn co could not find http://code.icecube.wisc.edu/svn/meta-projects/offline-software/releases/09-07-00, so I took 09-10-00.\n\nCmake worked, but make aborts after a few seconds complaining about snprintf not available. I searched for it with port and synaptic but found nothing, is it in the missing i3-tools-v3?\n\nWhen searching for i3-tools-v3 I saw a package called i3-tools-v3-karmic, should I install this or the i3-tools-v3.\n\nI wrote a little python script for installing all these packages, I attached it perhaps you want to put it on the page.\n",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1266422524000000",
"component": "tools/ports",
"summary": "karmic install problems",
"priority": "normal",
"keywords": "",
"time": "2010-01-18T17:25:49",
"milestone": "",
"owner": "tfs",
"type": "defect"
}
```
|
1.0
|
karmic install problems (Trac #581) - Here's the latest from a grad student attempting to use karmic. This process needs to be absolutely seamless, ASAP.
Hi Troy, I'm installing the I3_TOOLS on my Ubuntu but found some minor mistakes on http://software.icecube.wisc.edu/offline-software.trunk/projects/cmake/platforms.html
I'm using Ubuntu 9.10 and tried to install the packages listed for Ubuntu 8.04 on the page, but some of them could not be found with synaptic: g77 libgl-dev libxft2-dev ncurses-dev sun-java5-jdk
Using "apt-get" installed instead of libxft2-dev and ncurses-dev some other packages and I installed sun-java6-jdk instead sun-java5-jdk.
For libgl-dev I got an advice to use one of the following packages:
nvidia-glx-96-dev 96.43.13-0ubuntu6 nvidia-glx-185-dev 185.18.36-0ubuntu9 nvidia-glx-173-dev 173.14.20-0ubuntu5 libgl1-mesa-swx11-dev 7.6.0-1ubuntu4 libgl1-mesa-dev 7.6.0-1ubuntu4
I tried i3-install.sh without g77 and libgl-dev and got no error.
Then I tried to test it http://software.icecube.wisc.edu/offline-software.trunk/metaproject/quickstart.html#checking-out-some-code
The svn co could not find http://code.icecube.wisc.edu/svn/meta-projects/offline-software/releases/09-07-00, so I took 09-10-00.
Cmake worked, but make aborts after a few seconds complaining about snprintf not available. I searched for it with port and synaptic but found nothing, is it in the missing i3-tools-v3?
When searching for i3-tools-v3 I saw a package called i3-tools-v3-karmic, should I install this or the i3-tools-v3.
I wrote a little python script for installing all these packages, I attached it perhaps you want to put it on the page.
Migrated from https://code.icecube.wisc.edu/ticket/581
```json
{
"status": "closed",
"changetime": "2010-02-17T16:02:04",
"description": "Here's the latest from a grad student attempting to use karmic. This process needs to be absolutely seamless, ASAP.\n\nHi Troy, I'm installing the I3_TOOLS on my Ubuntu but found some minor mistakes on http://software.icecube.wisc.edu/offline-software.trunk/projects/cmake/platforms.html\n\nI'm using Ubuntu 9.10 and tried to install the packages listed for Ubuntu 8.04 on the page, but some of them could not be found with synaptic: g77 libgl-dev libxft2-dev ncurses-dev sun-java5-jdk\n\nUsing \"apt-get\" installed instead of libxft2-dev and ncurses-dev some other packages and I installed sun-java6-jdk instead sun-java5-jdk.\n\nFor libgl-dev I got an advice to use one of the following packages:\n\n nvidia-glx-96-dev 96.43.13-0ubuntu6 nvidia-glx-185-dev 185.18.36-0ubuntu9 nvidia-glx-173-dev 173.14.20-0ubuntu5 libgl1-mesa-swx11-dev 7.6.0-1ubuntu4 libgl1-mesa-dev 7.6.0-1ubuntu4\n\nI tried i3-install.sh without g77 and libgl-dev and got no error.\n\nThen I tried to test it http://software.icecube.wisc.edu/offline-software.trunk/metaproject/quickstart.html#checking-out-some-code\n\nThe svn co could not find http://code.icecube.wisc.edu/svn/meta-projects/offline-software/releases/09-07-00, so I took 09-10-00.\n\nCmake worked, but make aborts after a few seconds complaining about snprintf not available. I searched for it with port and synaptic but found nothing, is it in the missing i3-tools-v3?\n\nWhen searching for i3-tools-v3 I saw a package called i3-tools-v3-karmic, should I install this or the i3-tools-v3.\n\nI wrote a little python script for installing all these packages, I attached it perhaps you want to put it on the page.\n",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts": "1266422524000000",
"component": "tools/ports",
"summary": "karmic install problems",
"priority": "normal",
"keywords": "",
"time": "2010-01-18T17:25:49",
"milestone": "",
"owner": "tfs",
"type": "defect"
}
```
|
defect
|
karmic install problems trac here s the latest from a grad student attempting to use karmic this process needs to be absolutely seamless asap hi troy i m installing the tools on my ubuntu but found some minor mistakes on i m using ubuntu and tried to install the packages listed for ubuntu on the page but some of them could not be found with synaptic libgl dev dev ncurses dev sun jdk using apt get installed instead of dev and ncurses dev some other packages and i installed sun jdk instead sun jdk for libgl dev i got an advice to use one of the following packages nvidia glx dev nvidia glx dev nvidia glx dev mesa dev mesa dev i tried install sh without and libgl dev and got no error then i tried to test it the svn co could not find so i took cmake worked but make aborts after a few seconds complaining about snprintf not available i searched for it with port and synaptic but found nothing is it in the missing tools when searching for tools i saw a package called tools karmic should i install this or the tools i wrote a little python script for installing all these packages i attached it perhaps you want to put it on the page migrated from json status closed changetime description here s the latest from a grad student attempting to use karmic this process needs to be absolutely seamless asap n nhi troy i m installing the tools on my ubuntu but found some minor mistakes on using ubuntu and tried to install the packages listed for ubuntu on the page but some of them could not be found with synaptic libgl dev dev ncurses dev sun jdk n nusing apt get installed instead of dev and ncurses dev some other packages and i installed sun jdk instead sun jdk n nfor libgl dev i got an advice to use one of the following packages n n nvidia glx dev nvidia glx dev nvidia glx dev mesa dev mesa dev n ni tried install sh without and libgl dev and got no error n nthen i tried to test it svn co could not find so i took n ncmake worked but make aborts after a few seconds complaining about snprintf not available i searched for it with port and synaptic but found nothing is it in the missing tools n nwhen searching for tools i saw a package called tools karmic should i install this or the tools n ni wrote a little python script for installing all these packages i attached it perhaps you want to put it on the page n reporter troy cc resolution fixed ts component tools ports summary karmic install problems priority normal keywords time milestone owner tfs type defect
| 1
|
71,975
| 23,876,458,019
|
IssuesEvent
|
2022-09-07 19:34:44
|
combatopera/diapyr
|
https://api.github.com/repos/combatopera/diapyr
|
opened
|
disposal should be in graph order
|
defect
|
currently it's in source order, which means than when an object is being disposed, a collaborator may be invalid due to having been disposed first
* what about dispose-on-exit in a child DI when an object is in use in the parent via join?
|
1.0
|
disposal should be in graph order - currently it's in source order, which means than when an object is being disposed, a collaborator may be invalid due to having been disposed first
* what about dispose-on-exit in a child DI when an object is in use in the parent via join?
|
defect
|
disposal should be in graph order currently it s in source order which means than when an object is being disposed a collaborator may be invalid due to having been disposed first what about dispose on exit in a child di when an object is in use in the parent via join
| 1
|
731
| 3,163,485,755
|
IssuesEvent
|
2015-09-20 10:01:54
|
jantje/arduino-eclipse-plugin
|
https://api.github.com/repos/jantje/arduino-eclipse-plugin
|
opened
|
Warning: Malformed Arduino IDE version expected X.Y.Z got 1.6.5-r2
|
domain: gui importance: no user impact OS: all status: Arduino IDE plugin incompatibility status: waiting for implementation
|
When using -rX versin this warning is logged.
It seem this notation is being used more so it seems better to improve the parsing to avoid this warning
|
True
|
Warning: Malformed Arduino IDE version expected X.Y.Z got 1.6.5-r2 - When using -rX versin this warning is logged.
It seem this notation is being used more so it seems better to improve the parsing to avoid this warning
|
non_defect
|
warning malformed arduino ide version expected x y z got when using rx versin this warning is logged it seem this notation is being used more so it seems better to improve the parsing to avoid this warning
| 0
|
12,413
| 2,695,611,424
|
IssuesEvent
|
2015-04-02 07:43:52
|
vrapper/vrapper
|
https://api.github.com/repos/vrapper/vrapper
|
closed
|
Search for \$ doesn't work in reverse when on match
|
Defect
|
- Search for /\$
- Go forward through the matches with 'n' (I'm assume there are a few $ in the current document)
- When on a match attempt to go to a previous match with 'N'
I expected it to go to the previous match, but instead the caret doesn't move.
I've verified that this works for other searches (including 1 character searches). This also fails for '\(', '\*' and other characters which require escaping. Reverse matching also works with these characters when part of longer expressions (e.g. /\$1).
Vrapper version: 0.52.1
|
1.0
|
Search for \$ doesn't work in reverse when on match - - Search for /\$
- Go forward through the matches with 'n' (I'm assume there are a few $ in the current document)
- When on a match attempt to go to a previous match with 'N'
I expected it to go to the previous match, but instead the caret doesn't move.
I've verified that this works for other searches (including 1 character searches). This also fails for '\(', '\*' and other characters which require escaping. Reverse matching also works with these characters when part of longer expressions (e.g. /\$1).
Vrapper version: 0.52.1
|
defect
|
search for doesn t work in reverse when on match search for go forward through the matches with n i m assume there are a few in the current document when on a match attempt to go to a previous match with n i expected it to go to the previous match but instead the caret doesn t move i ve verified that this works for other searches including character searches this also fails for and other characters which require escaping reverse matching also works with these characters when part of longer expressions e g vrapper version
| 1
|
20,544
| 3,373,787,704
|
IssuesEvent
|
2015-11-24 09:45:42
|
GLab/ToMaTo
|
https://api.github.com/repos/GLab/ToMaTo
|
opened
|
Notifications with same id
|
type: defect
|
This can happen when two things happen at the same time. This leads to notifications that can't be modified.
|
1.0
|
Notifications with same id - This can happen when two things happen at the same time. This leads to notifications that can't be modified.
|
defect
|
notifications with same id this can happen when two things happen at the same time this leads to notifications that can t be modified
| 1
|
78,546
| 27,584,301,109
|
IssuesEvent
|
2023-03-08 18:27:55
|
idaholab/malamute
|
https://api.github.com/repos/idaholab/malamute
|
closed
|
MALAMUTE issue templates are not compatible with GitHub
|
c: infrastructure p: normal t: defect
|
## Bug Description
Given the transition to GitHub from GitLab, the issue templates are no longer compatible.
## Steps to Reproduce
Try to make an issue - no templates are available.
## Impact
Prevents easy usage of an issue template, in violation of SQA.
|
1.0
|
MALAMUTE issue templates are not compatible with GitHub - ## Bug Description
Given the transition to GitHub from GitLab, the issue templates are no longer compatible.
## Steps to Reproduce
Try to make an issue - no templates are available.
## Impact
Prevents easy usage of an issue template, in violation of SQA.
|
defect
|
malamute issue templates are not compatible with github bug description given the transition to github from gitlab the issue templates are no longer compatible steps to reproduce try to make an issue no templates are available impact prevents easy usage of an issue template in violation of sqa
| 1
|
27,947
| 5,141,708,673
|
IssuesEvent
|
2017-01-12 10:45:24
|
Schematron/schematron
|
https://api.github.com/repos/Schematron/schematron
|
closed
|
document-uri() problem in XSLT1 schema when generated by XSLT2 engine
|
auto-migrated Priority-Medium Type-Defect
|
```
Lars Hutter has reported the old problem of stylesheet versions caused some
problem. See discussion at
http://www.eccnet.com/pipermail/schematron/2010-July/000295.html
There are two problems:
1) Should @queryBinding="xslt2" cause a stylesheet with @version="2.0".
According the draft ISO standard binding for XSLT2, backward compatibility
should be false. See Annex L, http://www.itscj.ipsj.or.jp/sc34/open/1419.pdf So
that suggests that certainly 2.0 should be generated. (Need to check it is.)
2) The svrl for saxon script generates document-uri() function even for
@queryLanguage="XSLT1" schemas. This is good for people then running the XSLT1
script on SAXON: it allows better reporting, but will fail on XSLT1 systems.
Sometimes people cross-compile, for example when the compiled stylesheet will
run on IE attached to an XHTML document.
At the moment there is some source code comment to delete document-uri(), but
this requires hacking which we need to get beyond, even if it is an edge-case.
Need to figure out better system: a command-line switch is one more thing to
think about?, some use of xsl:fallback maybe?, or what?
```
Original issue reported on code.google.com by `jellif...@gmail.com` on 10 Jul 2010 at 5:01
|
1.0
|
document-uri() problem in XSLT1 schema when generated by XSLT2 engine - ```
Lars Hutter has reported the old problem of stylesheet versions caused some
problem. See discussion at
http://www.eccnet.com/pipermail/schematron/2010-July/000295.html
There are two problems:
1) Should @queryBinding="xslt2" cause a stylesheet with @version="2.0".
According the draft ISO standard binding for XSLT2, backward compatibility
should be false. See Annex L, http://www.itscj.ipsj.or.jp/sc34/open/1419.pdf So
that suggests that certainly 2.0 should be generated. (Need to check it is.)
2) The svrl for saxon script generates document-uri() function even for
@queryLanguage="XSLT1" schemas. This is good for people then running the XSLT1
script on SAXON: it allows better reporting, but will fail on XSLT1 systems.
Sometimes people cross-compile, for example when the compiled stylesheet will
run on IE attached to an XHTML document.
At the moment there is some source code comment to delete document-uri(), but
this requires hacking which we need to get beyond, even if it is an edge-case.
Need to figure out better system: a command-line switch is one more thing to
think about?, some use of xsl:fallback maybe?, or what?
```
Original issue reported on code.google.com by `jellif...@gmail.com` on 10 Jul 2010 at 5:01
|
defect
|
document uri problem in schema when generated by engine lars hutter has reported the old problem of stylesheet versions caused some problem see discussion at there are two problems should querybinding cause a stylesheet with version according the draft iso standard binding for backward compatibility should be false see annex l so that suggests that certainly should be generated need to check it is the svrl for saxon script generates document uri function even for querylanguage schemas this is good for people then running the script on saxon it allows better reporting but will fail on systems sometimes people cross compile for example when the compiled stylesheet will run on ie attached to an xhtml document at the moment there is some source code comment to delete document uri but this requires hacking which we need to get beyond even if it is an edge case need to figure out better system a command line switch is one more thing to think about some use of xsl fallback maybe or what original issue reported on code google com by jellif gmail com on jul at
| 1
|
856
| 2,594,222,868
|
IssuesEvent
|
2015-02-20 00:52:09
|
BALL-Project/ball
|
https://api.github.com/repos/BALL-Project/ball
|
closed
|
removal of structure from GUI while updating locked representation
|
C: VIEW P: major R: fixed T: defect
|
**Reported by nima on 20 Jun 39121284 06:40 UTC**
When the represention of a molecule is locked (e.g. during SES simulation), the structure can still be deleted in the GUI (highlight -> right click -> Edit > delete).
Error mesage in status bar:
cannot remove representation while update is running
|
1.0
|
removal of structure from GUI while updating locked representation - **Reported by nima on 20 Jun 39121284 06:40 UTC**
When the represention of a molecule is locked (e.g. during SES simulation), the structure can still be deleted in the GUI (highlight -> right click -> Edit > delete).
Error mesage in status bar:
cannot remove representation while update is running
|
defect
|
removal of structure from gui while updating locked representation reported by nima on jun utc when the represention of a molecule is locked e g during ses simulation the structure can still be deleted in the gui highlight right click edit delete error mesage in status bar cannot remove representation while update is running
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.