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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
65,865
| 19,722,701,768
|
IssuesEvent
|
2022-01-13 16:48:25
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
opened
|
H2 integration causing errors
|
T: Defect
|
### Actual behavior
```
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.jooq.example.r2dbc.test.R2dbcTest
19:45:28,448 INFO [Constants.org.jooq.Constants ] -
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@
@@@@@@@@@@@@@@@@ @@ @@ @@@@@@@@@@
@@@@@@@@@@ @@@@ @@ @@ @@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
@@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
@@@@@@@@@@ @@ @ @ @@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank you for using jOOQ 3.17.0-SNAPSHOT
19:45:28,450 INFO [Constants.org.jooq.Constants ] -
jOOQ tip of the day: Need to frequently calculate the same expressions based on other columns from the same table? Many dialects support computed columns: https://www.jooq.org/doc/latest/manual/sql-building/column-expressions/computed-columns/
19:45:29,073 ERROR [reactor.core.publisher.Operators ] - Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: org.jooq.exception.DataAccessException: SQL [select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR"]; Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
Caused by: org.jooq.exception.DataAccessException: SQL [select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR"]; Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at org.jooq.impl.Tools.translate(Tools.java:3079) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Tools.translate(Tools.java:3063) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractResultSubscriber.onError(R2DBC.java:263) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onError(StrictSubscriber.java:106) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:140) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:329) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) [jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) [jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) [jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) [reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) [jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) [reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) [test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2]
Caused by: io.r2dbc.spi.R2dbcBadGrammarException: Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at io.r2dbc.h2.H2DatabaseExceptionFactory.convert(H2DatabaseExceptionFactory.java:84) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.createCommand(SessionClient.java:166) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.access$000(SessionClient.java:39) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:120) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:108) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:325) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) ~[test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:521) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:496) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.get(DbException.java:227) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.get(DbException.java:203) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:248) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.optimizeOther(ExpressionColumn.java:230) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:213) ~[h2-2.0.206.jar:2.0.206]
at org.h2.command.query.Select.prepare(Select.java:1177) ~[h2-2.0.206.jar:2.0.206]
at org.h2.command.Parser.prepareCommand(Parser.java:971) ~[h2-2.0.206.jar:2.0.206]
at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:624) ~[h2-2.0.206.jar:2.0.206]
at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:562) ~[h2-2.0.206.jar:2.0.206]
at io.r2dbc.h2.client.SessionClient.createCommand(SessionClient.java:157) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.access$000(SessionClient.java:39) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:120) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:108) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:325) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) ~[test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 s - in org.jooq.example.r2dbc.test.R2dbcTest
```
### Steps to reproduce the problem
```
cd ~/projects/jOOQ/jOOQ-examples/jOOQ-r2dbc-example
mvn test
```
### Versions
- jOOQ: latest master
- Java: 17
- Database (include vendor): h2
@lukaseder I could not check in details but there might be some breaking change there. I will be glad that if you can take a look.
|
1.0
|
H2 integration causing errors -
### Actual behavior
```
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.jooq.example.r2dbc.test.R2dbcTest
19:45:28,448 INFO [Constants.org.jooq.Constants ] -
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@
@@@@@@@@@@@@@@@@ @@ @@ @@@@@@@@@@
@@@@@@@@@@ @@@@ @@ @@ @@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
@@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
@@@@@@@@@@ @@ @ @ @@@@@@@@@@
@@@@@@@@@@ @@ @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank you for using jOOQ 3.17.0-SNAPSHOT
19:45:28,450 INFO [Constants.org.jooq.Constants ] -
jOOQ tip of the day: Need to frequently calculate the same expressions based on other columns from the same table? Many dialects support computed columns: https://www.jooq.org/doc/latest/manual/sql-building/column-expressions/computed-columns/
19:45:29,073 ERROR [reactor.core.publisher.Operators ] - Operator called default onErrorDropped
reactor.core.Exceptions$ErrorCallbackNotImplemented: org.jooq.exception.DataAccessException: SQL [select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR"]; Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
Caused by: org.jooq.exception.DataAccessException: SQL [select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR"]; Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at org.jooq.impl.Tools.translate(Tools.java:3079) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Tools.translate(Tools.java:3063) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractResultSubscriber.onError(R2DBC.java:263) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onError(StrictSubscriber.java:106) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:140) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:329) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) [jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) [jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) [jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) [reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) [jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) [reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) [reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) [test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) [junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) [junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) [surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [surefire-booter-2.22.2.jar:2.22.2]
Caused by: io.r2dbc.spi.R2dbcBadGrammarException: Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at io.r2dbc.h2.H2DatabaseExceptionFactory.convert(H2DatabaseExceptionFactory.java:84) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.createCommand(SessionClient.java:166) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.access$000(SessionClient.java:39) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:120) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:108) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:325) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) ~[test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Column "R2DBC_EXAMPLE.AUTHOR.ID" not found; SQL statement:
select "R2DBC_EXAMPLE"."AUTHOR"."ID" from final table (insert into "R2DBC_EXAMPLE"."AUTHOR" ("FIRST_NAME", "LAST_NAME") values ($1, $2)) "AUTHOR" [42122-206]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:521) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:496) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.get(DbException.java:227) ~[h2-2.0.206.jar:2.0.206]
at org.h2.message.DbException.get(DbException.java:203) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.getColumnException(ExpressionColumn.java:248) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.optimizeOther(ExpressionColumn.java:230) ~[h2-2.0.206.jar:2.0.206]
at org.h2.expression.ExpressionColumn.optimize(ExpressionColumn.java:213) ~[h2-2.0.206.jar:2.0.206]
at org.h2.command.query.Select.prepare(Select.java:1177) ~[h2-2.0.206.jar:2.0.206]
at org.h2.command.Parser.prepareCommand(Parser.java:971) ~[h2-2.0.206.jar:2.0.206]
at org.h2.engine.SessionLocal.prepareLocal(SessionLocal.java:624) ~[h2-2.0.206.jar:2.0.206]
at org.h2.engine.SessionLocal.prepareCommand(SessionLocal.java:562) ~[h2-2.0.206.jar:2.0.206]
at io.r2dbc.h2.client.SessionClient.createCommand(SessionClient.java:157) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient.access$000(SessionClient.java:39) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:120) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at io.r2dbc.h2.client.SessionClient$1.next(SessionClient.java:108) ~[r2dbc-h2-0.9.0.RELEASE.jar:0.9.0.RELEASE]
at reactor.core.publisher.FluxIterable$IterableSubscription.fastPath(FluxIterable.java:325) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable$IterableSubscription.request(FluxIterable.java:225) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.request(FluxMapFuseable.java:169) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:77) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onSubscribe(FluxMapFuseable.java:96) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:164) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxIterable.subscribe(FluxIterable.java:86) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.trySubscribeScalarMap(FluxFlatMap.java:200) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxFlatMap.subscribeOrReturn(FluxFlatMap.java:93) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8221) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$QueryExecutionSubscriber.onNext0(R2DBC.java:424) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$ConnectionSubscriber.onNext(R2DBC.java:362) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.lambda$request0$0(R2DBC.java:546) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.Internal$1.onNext(Internal.java:439) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:127) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1815) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.MonoSupplier.subscribe(MonoSupplier.java:61) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.R2DBC$AbstractNonBlockingSubscription.request0(R2DBC.java:543) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.lambda$run$0(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:87) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.ThreadGuard.run(ThreadGuard.java:74) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at org.jooq.impl.R2DBC$AbstractSubscription.request(R2DBC.java:177) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxFlatMap$FlatMapMain.onSubscribe(FluxFlatMap.java:371) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.impl.ResultQueryTrait.subscribe(ResultQueryTrait.java:367) ~[jooq-3.17.0-SNAPSHOT.jar:?]
at reactor.core.publisher.FluxSource.subscribe(FluxSource.java:66) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Mono.subscribe(Mono.java:4150) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray$ConcatArraySubscriber.onComplete(FluxConcatArray.java:208) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.FluxConcatArray.subscribe(FluxConcatArray.java:80) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8235) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribeWith(Flux.java:8408) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8205) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8129) ~[reactor-core-3.4.7.jar:3.4.7]
at reactor.core.publisher.Flux.subscribe(Flux.java:8047) ~[reactor-core-3.4.7.jar:3.4.7]
at org.jooq.example.r2dbc.test.R2dbcTest.test(R2dbcTest.java:58) ~[test-classes/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.1.jar:4.13.1]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.1.jar:4.13.1]
at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.1.jar:4.13.1]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) ~[surefire-junit4-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) ~[surefire-booter-2.22.2.jar:2.22.2]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ~[surefire-booter-2.22.2.jar:2.22.2]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 s - in org.jooq.example.r2dbc.test.R2dbcTest
```
### Steps to reproduce the problem
```
cd ~/projects/jOOQ/jOOQ-examples/jOOQ-r2dbc-example
mvn test
```
### Versions
- jOOQ: latest master
- Java: 17
- Database (include vendor): h2
@lukaseder I could not check in details but there might be some breaking change there. I will be glad that if you can take a look.
|
defect
|
integration causing errors actual behavior t e s t s running org jooq example test info thank you for using jooq snapshot info jooq tip of the day need to frequently calculate the same expressions based on other columns from the same table many dialects support computed columns error operator called default onerrordropped reactor core exceptions errorcallbacknotimplemented org jooq exception dataaccessexception sql column example author id not found sql statement select example author id from final table insert into example author first name last name values author caused by org jooq exception dataaccessexception sql column example author id not found sql statement select example author id from final table insert into example author first name last name values author at org jooq impl tools translate tools java at org jooq impl tools translate tools java at org jooq impl abstractresultsubscriber onerror java at reactor core publisher strictsubscriber onerror strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onerror fluxmapfuseable java at reactor core publisher fluxiterable iterablesubscription fastpath fluxiterable java at reactor core publisher fluxiterable iterablesubscription request fluxiterable java at reactor core publisher fluxmapfuseable mapfuseablesubscriber request fluxmapfuseable java at reactor core publisher strictsubscriber onsubscribe strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onsubscribe fluxmapfuseable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher flux subscribe flux java at reactor core publisher fluxflatmap trysubscribescalarmap fluxflatmap java at reactor core publisher fluxflatmap subscribeorreturn fluxflatmap java at reactor core publisher flux subscribe flux java at org jooq impl queryexecutionsubscriber java at org jooq impl connectionsubscriber onnext java at org jooq impl abstractnonblockingsubscription lambda java at org jooq impl internal onnext internal java at reactor core publisher strictsubscriber onnext strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onnext fluxmapfuseable java at reactor core publisher operators monosubscriber complete operators java at reactor core publisher monosupplier subscribe monosupplier java at reactor core publisher mono subscribe mono java at org jooq impl abstractnonblockingsubscription java at org jooq impl threadguard lambda run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl abstractsubscription request java at reactor core publisher fluxflatmap flatmapmain onsubscribe fluxflatmap java at org jooq impl resultquerytrait subscribe resultquerytrait java at reactor core publisher fluxsource subscribe fluxsource java at reactor core publisher mono subscribe mono java at reactor core publisher fluxconcatarray concatarraysubscriber oncomplete fluxconcatarray java at reactor core publisher fluxconcatarray subscribe fluxconcatarray java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribewith flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at org jooq example test test java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by io spi column example author id not found sql statement select example author id from final table insert into example author first name last name values author at io convert java at io client sessionclient createcommand sessionclient java at io client sessionclient access sessionclient java at io client sessionclient next sessionclient java at io client sessionclient next sessionclient java at reactor core publisher fluxiterable iterablesubscription fastpath fluxiterable java at reactor core publisher fluxiterable iterablesubscription request fluxiterable java at reactor core publisher fluxmapfuseable mapfuseablesubscriber request fluxmapfuseable java at reactor core publisher strictsubscriber onsubscribe strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onsubscribe fluxmapfuseable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher flux subscribe flux java at reactor core publisher fluxflatmap trysubscribescalarmap fluxflatmap java at reactor core publisher fluxflatmap subscribeorreturn fluxflatmap java at reactor core publisher flux subscribe flux java at org jooq impl queryexecutionsubscriber java at org jooq impl connectionsubscriber onnext java at org jooq impl abstractnonblockingsubscription lambda java at org jooq impl internal onnext internal java at reactor core publisher strictsubscriber onnext strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onnext fluxmapfuseable java at reactor core publisher operators monosubscriber complete operators java at reactor core publisher monosupplier subscribe monosupplier java at reactor core publisher mono subscribe mono java at org jooq impl abstractnonblockingsubscription java at org jooq impl threadguard lambda run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl abstractsubscription request java at reactor core publisher fluxflatmap flatmapmain onsubscribe fluxflatmap java at org jooq impl resultquerytrait subscribe resultquerytrait java at reactor core publisher fluxsource subscribe fluxsource java at reactor core publisher mono subscribe mono java at reactor core publisher fluxconcatarray concatarraysubscriber oncomplete fluxconcatarray java at reactor core publisher fluxconcatarray subscribe fluxconcatarray java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribewith flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at org jooq example test test java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by org jdbc jdbcsqlsyntaxerrorexception column example author id not found sql statement select example author id from final table insert into example author first name last name values author at org message dbexception getjdbcsqlexception dbexception java at org message dbexception getjdbcsqlexception dbexception java at org message dbexception get dbexception java at org message dbexception get dbexception java at org expression expressioncolumn getcolumnexception expressioncolumn java at org expression expressioncolumn optimizeother expressioncolumn java at org expression expressioncolumn optimize expressioncolumn java at org command query select prepare select java at org command parser preparecommand parser java at org engine sessionlocal preparelocal sessionlocal java at org engine sessionlocal preparecommand sessionlocal java at io client sessionclient createcommand sessionclient java at io client sessionclient access sessionclient java at io client sessionclient next sessionclient java at io client sessionclient next sessionclient java at reactor core publisher fluxiterable iterablesubscription fastpath fluxiterable java at reactor core publisher fluxiterable iterablesubscription request fluxiterable java at reactor core publisher fluxmapfuseable mapfuseablesubscriber request fluxmapfuseable java at reactor core publisher strictsubscriber onsubscribe strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onsubscribe fluxmapfuseable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher fluxiterable subscribe fluxiterable java at reactor core publisher flux subscribe flux java at reactor core publisher fluxflatmap trysubscribescalarmap fluxflatmap java at reactor core publisher fluxflatmap subscribeorreturn fluxflatmap java at reactor core publisher flux subscribe flux java at org jooq impl queryexecutionsubscriber java at org jooq impl connectionsubscriber onnext java at org jooq impl abstractnonblockingsubscription lambda java at org jooq impl internal onnext internal java at reactor core publisher strictsubscriber onnext strictsubscriber java at reactor core publisher fluxmapfuseable mapfuseablesubscriber onnext fluxmapfuseable java at reactor core publisher operators monosubscriber complete operators java at reactor core publisher monosupplier subscribe monosupplier java at reactor core publisher mono subscribe mono java at org jooq impl abstractnonblockingsubscription java at org jooq impl threadguard lambda run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl threadguard run threadguard java at org jooq impl abstractsubscription request java at reactor core publisher fluxflatmap flatmapmain onsubscribe fluxflatmap java at org jooq impl resultquerytrait subscribe resultquerytrait java at reactor core publisher fluxsource subscribe fluxsource java at reactor core publisher mono subscribe mono java at reactor core publisher fluxconcatarray concatarraysubscriber oncomplete fluxconcatarray java at reactor core publisher fluxconcatarray subscribe fluxconcatarray java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribewith flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at reactor core publisher flux subscribe flux java at org jooq example test test java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java tests run failures errors skipped time elapsed s in org jooq example test steps to reproduce the problem cd projects jooq jooq examples jooq example mvn test versions jooq latest master java database include vendor lukaseder i could not check in details but there might be some breaking change there i will be glad that if you can take a look
| 1
|
29,092
| 5,533,090,513
|
IssuesEvent
|
2017-03-21 12:28:08
|
contao/core-bundle
|
https://api.github.com/repos/contao/core-bundle
|
closed
|
Buttons not visible depending on backend popup size
|
defect
|
The save, save&close etc. buttons are not visible in a backend popup if the popup does not have sufficient size.
How to reproduce:
1. Create content element "image"
2. Select an image to open the popup
3. Switch to file manager
4. Create a new folder
The save etc. buttons are outside of `<form>` element due to `position:fixed`.
|
1.0
|
Buttons not visible depending on backend popup size - The save, save&close etc. buttons are not visible in a backend popup if the popup does not have sufficient size.
How to reproduce:
1. Create content element "image"
2. Select an image to open the popup
3. Switch to file manager
4. Create a new folder
The save etc. buttons are outside of `<form>` element due to `position:fixed`.
|
defect
|
buttons not visible depending on backend popup size the save save close etc buttons are not visible in a backend popup if the popup does not have sufficient size how to reproduce create content element image select an image to open the popup switch to file manager create a new folder the save etc buttons are outside of element due to position fixed
| 1
|
95
| 2,505,974,031
|
IssuesEvent
|
2015-01-12 03:06:30
|
cakephp/cakephp
|
https://api.github.com/repos/cakephp/cakephp
|
closed
|
3.0 - MySQL, unbuffered queries conflict with cascaded deletes
|
Defect ORM
|
It looks like for MySQL the recent buffered queries changes are causing a conflict when using cascaded deletes:
```php
$authors = TableRegistry::get('authors');
$authors->hasMany('articles', [
'dependent' => true,
'cascadeCallbacks' => true
]);
$articles = TableRegistry::get('articles');
$listener = $this->getMock('\stdClass', ['__invoke']);
$listener->expects($this->exactly(2))->method('__invoke');
$articles->eventManager()->attach($listener, 'Model.beforeDelete');
$entity = $authors->get(1);
$this->assertTrue($authors->delete($entity));
```
This will trigger the following error:
```
PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in /home/travis/build/ndm2/cakephp/src/Database/Driver/PDODriverTrait.php on line 102
Call Stack:
0.0011 389488 1. {main}() /home/travis/.phpenv/versions/5.4.35/bin/phpunit:0
0.0163 919984 2. PHPUnit_TextUI_Command::main() /home/travis/.phpenv/versions/5.4.35/bin/phpunit:612
0.0163 926352 3. PHPUnit_TextUI_Command->run() phar:///home/travis/.phpenv/versions/5.4.35/bin/phpunit/phpunit/TextUI/Command.php:138
0.0585 6362080 4. PHPUnit_TextUI_TestRunner->doRun() phar:///home/travis/.phpenv/versions/5.4.35/bin/phpunit/phpunit/TextUI/Command.php:186
0.0701 6992984 5. PHPUnit_Framework_TestSuite->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:423
0.0835 6998880 6. PHPUnit_Framework_TestCase->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestSuite.php:751
0.0835 7000008 7. PHPUnit_Framework_TestResult->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestCase.php:722
0.1898 12193496 8. PHPUnit_Framework_TestResult->endTest() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestResult.php:761
0.1898 12193672 9. Cake\TestSuite\Fixture\FixtureInjector->endTest() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestResult.php:378
0.1898 12193728 10. Cake\TestSuite\Fixture\FixtureManager->unload() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureInjector.php:158
0.1898 12194144 11. Cake\TestSuite\Fixture\FixtureManager->_runOperation() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureManager.php:322
0.1898 12196616 12. Cake\Database\Connection->transactional() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureManager.php:278
0.1898 12196616 13. Cake\Database\Connection->begin() /home/travis/build/ndm2/cakephp/src/Database/Connection.php:558
0.1898 12196616 14. Cake\Database\Driver\Mysql->beginTransaction() /home/travis/build/ndm2/cakephp/src/Database/Connection.php:385
0.1898 12196664 15. PDO->beginTransaction() /home/travis/build/ndm2/cakephp/src/Database/Driver/PDODriverTrait.php:102
```
https://travis-ci.org/ndm2/cakephp/jobs/46669908
|
1.0
|
3.0 - MySQL, unbuffered queries conflict with cascaded deletes - It looks like for MySQL the recent buffered queries changes are causing a conflict when using cascaded deletes:
```php
$authors = TableRegistry::get('authors');
$authors->hasMany('articles', [
'dependent' => true,
'cascadeCallbacks' => true
]);
$articles = TableRegistry::get('articles');
$listener = $this->getMock('\stdClass', ['__invoke']);
$listener->expects($this->exactly(2))->method('__invoke');
$articles->eventManager()->attach($listener, 'Model.beforeDelete');
$entity = $authors->get(1);
$this->assertTrue($authors->delete($entity));
```
This will trigger the following error:
```
PDOException: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in /home/travis/build/ndm2/cakephp/src/Database/Driver/PDODriverTrait.php on line 102
Call Stack:
0.0011 389488 1. {main}() /home/travis/.phpenv/versions/5.4.35/bin/phpunit:0
0.0163 919984 2. PHPUnit_TextUI_Command::main() /home/travis/.phpenv/versions/5.4.35/bin/phpunit:612
0.0163 926352 3. PHPUnit_TextUI_Command->run() phar:///home/travis/.phpenv/versions/5.4.35/bin/phpunit/phpunit/TextUI/Command.php:138
0.0585 6362080 4. PHPUnit_TextUI_TestRunner->doRun() phar:///home/travis/.phpenv/versions/5.4.35/bin/phpunit/phpunit/TextUI/Command.php:186
0.0701 6992984 5. PHPUnit_Framework_TestSuite->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/TextUI/TestRunner.php:423
0.0835 6998880 6. PHPUnit_Framework_TestCase->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestSuite.php:751
0.0835 7000008 7. PHPUnit_Framework_TestResult->run() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestCase.php:722
0.1898 12193496 8. PHPUnit_Framework_TestResult->endTest() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestResult.php:761
0.1898 12193672 9. Cake\TestSuite\Fixture\FixtureInjector->endTest() /home/travis/build/ndm2/cakephp/vendor/phpunit/phpunit/src/Framework/TestResult.php:378
0.1898 12193728 10. Cake\TestSuite\Fixture\FixtureManager->unload() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureInjector.php:158
0.1898 12194144 11. Cake\TestSuite\Fixture\FixtureManager->_runOperation() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureManager.php:322
0.1898 12196616 12. Cake\Database\Connection->transactional() /home/travis/build/ndm2/cakephp/src/TestSuite/Fixture/FixtureManager.php:278
0.1898 12196616 13. Cake\Database\Connection->begin() /home/travis/build/ndm2/cakephp/src/Database/Connection.php:558
0.1898 12196616 14. Cake\Database\Driver\Mysql->beginTransaction() /home/travis/build/ndm2/cakephp/src/Database/Connection.php:385
0.1898 12196664 15. PDO->beginTransaction() /home/travis/build/ndm2/cakephp/src/Database/Driver/PDODriverTrait.php:102
```
https://travis-ci.org/ndm2/cakephp/jobs/46669908
|
defect
|
mysql unbuffered queries conflict with cascaded deletes it looks like for mysql the recent buffered queries changes are causing a conflict when using cascaded deletes php authors tableregistry get authors authors hasmany articles dependent true cascadecallbacks true articles tableregistry get articles listener this getmock stdclass listener expects this exactly method invoke articles eventmanager attach listener model beforedelete entity authors get this asserttrue authors delete entity this will trigger the following error pdoexception sqlstate general error cannot execute queries while other unbuffered queries are active consider using pdostatement fetchall alternatively if your code is only ever going to run against mysql you may enable query buffering by setting the pdo mysql attr use buffered query attribute in home travis build cakephp src database driver pdodrivertrait php on line call stack main home travis phpenv versions bin phpunit phpunit textui command main home travis phpenv versions bin phpunit phpunit textui command run phar home travis phpenv versions bin phpunit phpunit textui command php phpunit textui testrunner dorun phar home travis phpenv versions bin phpunit phpunit textui command php phpunit framework testsuite run home travis build cakephp vendor phpunit phpunit src textui testrunner php phpunit framework testcase run home travis build cakephp vendor phpunit phpunit src framework testsuite php phpunit framework testresult run home travis build cakephp vendor phpunit phpunit src framework testcase php phpunit framework testresult endtest home travis build cakephp vendor phpunit phpunit src framework testresult php cake testsuite fixture fixtureinjector endtest home travis build cakephp vendor phpunit phpunit src framework testresult php cake testsuite fixture fixturemanager unload home travis build cakephp src testsuite fixture fixtureinjector php cake testsuite fixture fixturemanager runoperation home travis build cakephp src testsuite fixture fixturemanager php cake database connection transactional home travis build cakephp src testsuite fixture fixturemanager php cake database connection begin home travis build cakephp src database connection php cake database driver mysql begintransaction home travis build cakephp src database connection php pdo begintransaction home travis build cakephp src database driver pdodrivertrait php
| 1
|
82,669
| 16,012,556,598
|
IssuesEvent
|
2021-04-20 12:31:34
|
dotnet/roslyn
|
https://api.github.com/repos/dotnet/roslyn
|
closed
|
Intellisense Drops async Modifier When Adding static Modifier
|
Area-IDE Concept-Continuous Improvement IDE-CodeStyle
|
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Intellisense-Drops-async-Modifier-When-A/1230495?preview=true)._
---
[severity:It bothers me. A fix would be nice]
Intellisense suggests that I make this method static:
public async Task<IEnumerable<Ticket>> GetAsync()
{
//...
}
After accepting recommended fix:
public static Task<IEnumerable<Ticket>> GetAsync()
It didn't add the static modifier. It replaced the async modifier with the static modifier.
---
### Original Comments
#### Feedback Bot on 10/22/2020, 10:58 PM:
<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>
---
### Original Solutions
(no solutions)
|
1.0
|
Intellisense Drops async Modifier When Adding static Modifier - _This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/Intellisense-Drops-async-Modifier-When-A/1230495?preview=true)._
---
[severity:It bothers me. A fix would be nice]
Intellisense suggests that I make this method static:
public async Task<IEnumerable<Ticket>> GetAsync()
{
//...
}
After accepting recommended fix:
public static Task<IEnumerable<Ticket>> GetAsync()
It didn't add the static modifier. It replaced the async modifier with the static modifier.
---
### Original Comments
#### Feedback Bot on 10/22/2020, 10:58 PM:
<p>We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.</p>
---
### Original Solutions
(no solutions)
|
non_defect
|
intellisense drops async modifier when adding static modifier this issue has been moved from intellisense suggests that i make this method static public async task getasync after accepting recommended fix public static task getasync it didn t add the static modifier it replaced the async modifier with the static modifier original comments feedback bot on pm we have directed your feedback to the appropriate engineering team for further evaluation the team will review the feedback and notify you about the next steps original solutions no solutions
| 0
|
230,425
| 17,616,162,920
|
IssuesEvent
|
2021-08-18 09:58:02
|
esphome/issues
|
https://api.github.com/repos/esphome/issues
|
closed
|
Not a bug, but misspeling
|
Project: Documentation
|
### The problem

### Which version of ESPHome has the issue?
-
### What type of installation are you using?
Home Assistant Add-on
### Which version of Home Assistant has the issue?
-
### What platform are you using?
ESP32
### Board
-
### Component causing the issue
-
### Example YAML snippet
```yaml
-
```
### Anything in the logs that might be useful for us?
```txt
-
```
### Additional information
-
|
1.0
|
Not a bug, but misspeling - ### The problem

### Which version of ESPHome has the issue?
-
### What type of installation are you using?
Home Assistant Add-on
### Which version of Home Assistant has the issue?
-
### What platform are you using?
ESP32
### Board
-
### Component causing the issue
-
### Example YAML snippet
```yaml
-
```
### Anything in the logs that might be useful for us?
```txt
-
```
### Additional information
-
|
non_defect
|
not a bug but misspeling the problem which version of esphome has the issue what type of installation are you using home assistant add on which version of home assistant has the issue what platform are you using board component causing the issue example yaml snippet yaml anything in the logs that might be useful for us txt additional information
| 0
|
42,949
| 11,394,753,292
|
IssuesEvent
|
2020-01-30 09:59:59
|
mozilla-lockwise/lockwise-android
|
https://api.github.com/repos/mozilla-lockwise/lockwise-android
|
opened
|
Discard changes? prompt is displayed while trying to leave the New login section even there is no data filled
|
defect feature-CUD
|
## Steps to reproduce
1. Launch Lockwise.
2. Login with valid credentials.
3. Tap on the `+` button.
4. Tap on the `x` button in order to close the `New login` section.
### Expected behavior
The user is redirected to the entry section and no `Discard changes?` prompt is displayed.
### Actual behavior
Discard changes? prompt is displayed while trying to leave the New login section even there is no data filled
### Device & build information
* Device: **Samsung Galaxy S10+(Android 9)**
* Build version: **4.0.0(6016)**
### Notes
Attachments:

|
1.0
|
Discard changes? prompt is displayed while trying to leave the New login section even there is no data filled - ## Steps to reproduce
1. Launch Lockwise.
2. Login with valid credentials.
3. Tap on the `+` button.
4. Tap on the `x` button in order to close the `New login` section.
### Expected behavior
The user is redirected to the entry section and no `Discard changes?` prompt is displayed.
### Actual behavior
Discard changes? prompt is displayed while trying to leave the New login section even there is no data filled
### Device & build information
* Device: **Samsung Galaxy S10+(Android 9)**
* Build version: **4.0.0(6016)**
### Notes
Attachments:

|
defect
|
discard changes prompt is displayed while trying to leave the new login section even there is no data filled steps to reproduce launch lockwise login with valid credentials tap on the button tap on the x button in order to close the new login section expected behavior the user is redirected to the entry section and no discard changes prompt is displayed actual behavior discard changes prompt is displayed while trying to leave the new login section even there is no data filled device build information device samsung galaxy android build version notes attachments
| 1
|
19,042
| 4,343,231,137
|
IssuesEvent
|
2016-07-29 00:27:46
|
ngageoint/hootenanny
|
https://api.github.com/repos/ngageoint/hootenanny
|
closed
|
Web Architecture Document Formatting and Updating
|
Category: Documentation Priority: High Status: In Progress Type: Requirement Type: Task
|
Web Architecture Documentation needs to be formatted (URLs running off screen, for example).
Also, there are missing descriptions and inputs in the Java documents where the values are being pulled from. This ticket may become a parent for specific situations, or rejected if not found necessary.
|
1.0
|
Web Architecture Document Formatting and Updating - Web Architecture Documentation needs to be formatted (URLs running off screen, for example).
Also, there are missing descriptions and inputs in the Java documents where the values are being pulled from. This ticket may become a parent for specific situations, or rejected if not found necessary.
|
non_defect
|
web architecture document formatting and updating web architecture documentation needs to be formatted urls running off screen for example also there are missing descriptions and inputs in the java documents where the values are being pulled from this ticket may become a parent for specific situations or rejected if not found necessary
| 0
|
39,856
| 9,693,779,762
|
IssuesEvent
|
2019-05-24 17:01:49
|
barlingo-app/barlingo-be
|
https://api.github.com/repos/barlingo-app/barlingo-be
|
closed
|
DE4 - Exchanges list dto
|
LOW defect
|
En el listado de intercambios, haría falta añadir un atributo que indique el número máximo de participantes permitidos en ese intercambio.
|
1.0
|
DE4 - Exchanges list dto - En el listado de intercambios, haría falta añadir un atributo que indique el número máximo de participantes permitidos en ese intercambio.
|
defect
|
exchanges list dto en el listado de intercambios haría falta añadir un atributo que indique el número máximo de participantes permitidos en ese intercambio
| 1
|
274,568
| 23,849,629,668
|
IssuesEvent
|
2022-09-06 16:40:48
|
near/nearcore
|
https://api.github.com/repos/near/nearcore
|
closed
|
Minimize fuzzing test case in CI
|
A-testing P-low T-node icebox
|
Currently fuzzing in nayduck just writes in stdout the first failing scenario and it can be really large [http://nayduck.eastus.cloudapp.azure.com:3000/#/test/217190](http://nayduck.eastus.cloudapp.azure.com:3000/#/test/217190). We can utilise fuzzing minimising tool to reduce output size.
|
1.0
|
Minimize fuzzing test case in CI - Currently fuzzing in nayduck just writes in stdout the first failing scenario and it can be really large [http://nayduck.eastus.cloudapp.azure.com:3000/#/test/217190](http://nayduck.eastus.cloudapp.azure.com:3000/#/test/217190). We can utilise fuzzing minimising tool to reduce output size.
|
non_defect
|
minimize fuzzing test case in ci currently fuzzing in nayduck just writes in stdout the first failing scenario and it can be really large we can utilise fuzzing minimising tool to reduce output size
| 0
|
213,985
| 16,551,158,416
|
IssuesEvent
|
2021-05-28 08:44:58
|
postlund/pyatv
|
https://api.github.com/repos/postlund/pyatv
|
opened
|
Add functional tests for RAOP
|
raop test
|
**Short feature/function description**
I've been very bad with it comes to writing tests for RAOP, so there's a big technical debt in that department. Better get started on those soon or they will never get done.
**What needs to be done?**
* Create a new protocol for the fake device and implement basic functionality (tricky part is to support both RTSP and HTTP for verification support)
* Add basic functional tests for:
* Streaming with no credentials needed
* Streaming with legacy credentials
* Streaming where `/auth-setup` is neded
* Metadata tests (create an example file for this)
* Tests for retransmission - unittest or functional?
* Tests for feedback
**Is this a breaking change?**
No
**Anything else worth knowing?**
As I find tests to be important, I will not release 0.8.0 until I have better coverage for RAOP.
|
1.0
|
Add functional tests for RAOP - **Short feature/function description**
I've been very bad with it comes to writing tests for RAOP, so there's a big technical debt in that department. Better get started on those soon or they will never get done.
**What needs to be done?**
* Create a new protocol for the fake device and implement basic functionality (tricky part is to support both RTSP and HTTP for verification support)
* Add basic functional tests for:
* Streaming with no credentials needed
* Streaming with legacy credentials
* Streaming where `/auth-setup` is neded
* Metadata tests (create an example file for this)
* Tests for retransmission - unittest or functional?
* Tests for feedback
**Is this a breaking change?**
No
**Anything else worth knowing?**
As I find tests to be important, I will not release 0.8.0 until I have better coverage for RAOP.
|
non_defect
|
add functional tests for raop short feature function description i ve been very bad with it comes to writing tests for raop so there s a big technical debt in that department better get started on those soon or they will never get done what needs to be done create a new protocol for the fake device and implement basic functionality tricky part is to support both rtsp and http for verification support add basic functional tests for streaming with no credentials needed streaming with legacy credentials streaming where auth setup is neded metadata tests create an example file for this tests for retransmission unittest or functional tests for feedback is this a breaking change no anything else worth knowing as i find tests to be important i will not release until i have better coverage for raop
| 0
|
14,593
| 2,829,610,094
|
IssuesEvent
|
2015-05-23 02:06:28
|
awesomebing1/fuzzdb
|
https://api.github.com/repos/awesomebing1/fuzzdb
|
closed
|
http://www.rf-dimension.com/forum/entry.php?72445-NFL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Stream
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1.
2.
3.
http://www.rf-dimension.com/fhttp://www.rf-dimension.com/forum/entry.php?72445-N
FL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Streamorum/entry.ph
p?72445-NFL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Stream
What is the expected output? What do you see instead?
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 `sabujhos...@gmail.com` on 9 Nov 2014 at 4:17
|
1.0
|
http://www.rf-dimension.com/forum/entry.php?72445-NFL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Stream - ```
What steps will reproduce the problem?
1.
2.
3.
http://www.rf-dimension.com/fhttp://www.rf-dimension.com/forum/entry.php?72445-N
FL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Streamorum/entry.ph
p?72445-NFL-FOX-CBS-!!-Baltimore-Ravens-vs-Tennessee-Titans-live-2014-Stream
What is the expected output? What do you see instead?
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 `sabujhos...@gmail.com` on 9 Nov 2014 at 4:17
|
defect
|
what steps will reproduce the problem fl fox cbs baltimore ravens vs tennessee titans live streamorum entry ph p nfl fox cbs baltimore ravens vs tennessee titans live stream what is the expected output what do you see instead 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 sabujhos gmail com on nov at
| 1
|
64,719
| 18,844,844,186
|
IssuesEvent
|
2021-11-11 13:53:30
|
pymc-devs/pymc
|
https://api.github.com/repos/pymc-devs/pymc
|
opened
|
Accessing `Model.unobserved_value_vars` changes the `free_RVs` graph
|
defects
|
## Description of your problem
Found with and MWE related to #5170
**Please provide a minimal, self-contained, and reproducible example.**
```python
import pymc as pm
import aesara
import aesara.tensor as at
import numpy as np
from IPython.display import display
with pm.Model() as pmodel:
hyper = pm.LogNormal("hyper", mu=np.log(0.5))
group = pm.LogNormal("group", mu=at.log(hyper), shape=4)
factor = pm.LogNormal("factor", mu=0, shape=6)
# Adding the variable here is fine:
pm.Deterministic("not_problem_trigger", hyper * factor)
det_A = pm.Deterministic(
"det_A",
group[np.random.choice(4 , size=191)] * factor[np.random.choice(6 , size=191)],
#shape=191
)
repeated = pm.LogNormal(
"repeated",
mu=at.log(det_A),
shape=191,
)
# But adding the same deterministic variable down here breaks it
pm.Deterministic("problem_trigger", hyper * factor)
display(pm.model_to_graphviz(pmodel))
print()
aesara.dprint(pmodel.free_RVs)
print()
print(pmodel.unobserved_value_vars)
print()
aesara.dprint(pmodel.free_RVs)
print()
```

## Versions and main components
* PyMC/PyMC3 Version: `main`
* Aesara/Theano Version: `2.2.6`
|
1.0
|
Accessing `Model.unobserved_value_vars` changes the `free_RVs` graph - ## Description of your problem
Found with and MWE related to #5170
**Please provide a minimal, self-contained, and reproducible example.**
```python
import pymc as pm
import aesara
import aesara.tensor as at
import numpy as np
from IPython.display import display
with pm.Model() as pmodel:
hyper = pm.LogNormal("hyper", mu=np.log(0.5))
group = pm.LogNormal("group", mu=at.log(hyper), shape=4)
factor = pm.LogNormal("factor", mu=0, shape=6)
# Adding the variable here is fine:
pm.Deterministic("not_problem_trigger", hyper * factor)
det_A = pm.Deterministic(
"det_A",
group[np.random.choice(4 , size=191)] * factor[np.random.choice(6 , size=191)],
#shape=191
)
repeated = pm.LogNormal(
"repeated",
mu=at.log(det_A),
shape=191,
)
# But adding the same deterministic variable down here breaks it
pm.Deterministic("problem_trigger", hyper * factor)
display(pm.model_to_graphviz(pmodel))
print()
aesara.dprint(pmodel.free_RVs)
print()
print(pmodel.unobserved_value_vars)
print()
aesara.dprint(pmodel.free_RVs)
print()
```

## Versions and main components
* PyMC/PyMC3 Version: `main`
* Aesara/Theano Version: `2.2.6`
|
defect
|
accessing model unobserved value vars changes the free rvs graph description of your problem found with and mwe related to please provide a minimal self contained and reproducible example python import pymc as pm import aesara import aesara tensor as at import numpy as np from ipython display import display with pm model as pmodel hyper pm lognormal hyper mu np log group pm lognormal group mu at log hyper shape factor pm lognormal factor mu shape adding the variable here is fine pm deterministic not problem trigger hyper factor det a pm deterministic det a group factor shape repeated pm lognormal repeated mu at log det a shape but adding the same deterministic variable down here breaks it pm deterministic problem trigger hyper factor display pm model to graphviz pmodel print aesara dprint pmodel free rvs print print pmodel unobserved value vars print aesara dprint pmodel free rvs print versions and main components pymc version main aesara theano version
| 1
|
66,725
| 20,604,010,033
|
IssuesEvent
|
2022-03-06 17:59:08
|
primefaces/primefaces
|
https://api.github.com/repos/primefaces/primefaces
|
closed
|
BlockUI: widgetVar is reset to null after partial updates
|
defect :no_entry_sign: invalid
|
I am using Primefaces 11, and I am adding this components in home.xhtml page:
```html
<p:dataTable id="dataTable" var="n" value="#{homeBean.dataMedel}" lazy="true" paginator="true" rows="10"
paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {NextPageLink} {RowsPerPageDropdown}"
pageLinks="#{props.gridPageLinks}" sortOrder="descending" rowsPerPageTemplate="10,15,20,30,50">
```
```html
<p:blockUI widgetVar="bui" block="dataTable" animate="false">
<p:graphicImage value="ajax_loader.gif"/>
</p:blockUI>
```
```html
<h:selectOneMenu id="filterTopic" value="#{filterBean.topic}" label="topic" title="topic"
<p:ajax event="change" update="dataTable" onstart="PF('bui').show();" oncomplete="PF('bui').hide()"
listener="#{homeBean.onPreRender}"/>
<f:selectItems value="#{topicBean.topicList}"/>
</h:selectOneMenu>
```
when I select one of the items in filterTopic menu, the ajax_loader.gif should fall on the dataTable until the data is fetch from homeBean. but it it`s not working and i can see in the console the following error:
**Widget for var 'bui' not available!** --> core.js.xhtml?ln=primefaces&v=11.0.0:18
**home.xhtml Uncaught TypeError: Cannot read properties of null (reading 'hide')** --> home.xhtml
also when refresh page and run PrimeFaces.widgets in browser console, result is:
bui: c {_super: undefined, cfg: {…}, id: 'form:j_id_bo', jqId: '#form\\:j_id_bo', jq: S.fn.init(1), …}
but when select one of the items in filterTopic menu, bui value set to null:
bui: null
also this code worked with primefaces 8 and 10
|
1.0
|
BlockUI: widgetVar is reset to null after partial updates - I am using Primefaces 11, and I am adding this components in home.xhtml page:
```html
<p:dataTable id="dataTable" var="n" value="#{homeBean.dataMedel}" lazy="true" paginator="true" rows="10"
paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {NextPageLink} {RowsPerPageDropdown}"
pageLinks="#{props.gridPageLinks}" sortOrder="descending" rowsPerPageTemplate="10,15,20,30,50">
```
```html
<p:blockUI widgetVar="bui" block="dataTable" animate="false">
<p:graphicImage value="ajax_loader.gif"/>
</p:blockUI>
```
```html
<h:selectOneMenu id="filterTopic" value="#{filterBean.topic}" label="topic" title="topic"
<p:ajax event="change" update="dataTable" onstart="PF('bui').show();" oncomplete="PF('bui').hide()"
listener="#{homeBean.onPreRender}"/>
<f:selectItems value="#{topicBean.topicList}"/>
</h:selectOneMenu>
```
when I select one of the items in filterTopic menu, the ajax_loader.gif should fall on the dataTable until the data is fetch from homeBean. but it it`s not working and i can see in the console the following error:
**Widget for var 'bui' not available!** --> core.js.xhtml?ln=primefaces&v=11.0.0:18
**home.xhtml Uncaught TypeError: Cannot read properties of null (reading 'hide')** --> home.xhtml
also when refresh page and run PrimeFaces.widgets in browser console, result is:
bui: c {_super: undefined, cfg: {…}, id: 'form:j_id_bo', jqId: '#form\\:j_id_bo', jq: S.fn.init(1), …}
but when select one of the items in filterTopic menu, bui value set to null:
bui: null
also this code worked with primefaces 8 and 10
|
defect
|
blockui widgetvar is reset to null after partial updates i am using primefaces and i am adding this components in home xhtml page html p datatable id datatable var n value homebean datamedel lazy true paginator true rows paginatortemplate currentpagereport firstpagelink previouspagelink nextpagelink rowsperpagedropdown pagelinks props gridpagelinks sortorder descending rowsperpagetemplate html html h selectonemenu id filtertopic value filterbean topic label topic title topic p ajax event change update datatable onstart pf bui show oncomplete pf bui hide listener homebean onprerender when i select one of the items in filtertopic menu the ajax loader gif should fall on the datatable until the data is fetch from homebean but it it s not working and i can see in the console the following error widget for var bui not available core js xhtml ln primefaces v home xhtml uncaught typeerror cannot read properties of null reading hide home xhtml also when refresh page and run primefaces widgets in browser console result is bui c super undefined cfg … id form j id bo jqid form j id bo jq s fn init … but when select one of the items in filtertopic menu bui value set to null bui null also this code worked with primefaces and
| 1
|
613,059
| 19,072,243,430
|
IssuesEvent
|
2021-11-27 04:53:38
|
ppy/osu
|
https://api.github.com/repos/ppy/osu
|
opened
|
Joining multiplayer rooms with multiple queue items is slow
|
priority:0 area:multiplayer
|
Looks to not join until sequential calls to `beatmapsets/lookup` complete for every item in the room.
|
1.0
|
Joining multiplayer rooms with multiple queue items is slow - Looks to not join until sequential calls to `beatmapsets/lookup` complete for every item in the room.
|
non_defect
|
joining multiplayer rooms with multiple queue items is slow looks to not join until sequential calls to beatmapsets lookup complete for every item in the room
| 0
|
757,787
| 26,528,323,530
|
IssuesEvent
|
2023-01-19 10:28:33
|
thin-edge/community
|
https://api.github.com/repos/thin-edge/community
|
closed
|
Connect with IO4 Alliance
|
high priority community continuous worked on
|
Florian Probst is managing the contact with OI4A, next week 17/1 we will have a meeting to discuss the possibilities we have to promote thin-edge.io and make a plan.
|
1.0
|
Connect with IO4 Alliance - Florian Probst is managing the contact with OI4A, next week 17/1 we will have a meeting to discuss the possibilities we have to promote thin-edge.io and make a plan.
|
non_defect
|
connect with alliance florian probst is managing the contact with next week we will have a meeting to discuss the possibilities we have to promote thin edge io and make a plan
| 0
|
75,828
| 15,495,606,023
|
IssuesEvent
|
2021-03-11 01:09:38
|
heholek/backstage
|
https://api.github.com/repos/heholek/backstage
|
opened
|
CVE-2020-7760 (Medium) detected in codemirror-5.55.0.tgz, codemirror-5.55.0.js
|
security vulnerability
|
## CVE-2020-7760 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>codemirror-5.55.0.tgz</b>, <b>codemirror-5.55.0.js</b></p></summary>
<p>
<details><summary><b>codemirror-5.55.0.tgz</b></p></summary>
<p>Full-featured in-browser code editor</p>
<p>Library home page: <a href="https://registry.npmjs.org/codemirror/-/codemirror-5.55.0.tgz">https://registry.npmjs.org/codemirror/-/codemirror-5.55.0.tgz</a></p>
<p>Path to dependency file: backstage/plugins/graphiql/package.json</p>
<p>Path to vulnerable library: backstage/plugins/graphiql/node_modules/codemirror/package.json</p>
<p>
Dependency Hierarchy:
- graphiql-1.0.3.tgz (Root Library)
- :x: **codemirror-5.55.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>codemirror-5.55.0.js</b></p></summary>
<p>In-browser code editing made bearable</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/codemirror.js">https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/codemirror.js</a></p>
<p>Path to dependency file: backstage/plugins/graphiql/node_modules/codemirror/mode/rpm/changes/index.html</p>
<p>Path to vulnerable library: backstage/plugins/graphiql/node_modules/codemirror/mode/rpm/changes/../../../lib/codemirror.js</p>
<p>
Dependency Hierarchy:
- :x: **codemirror-5.55.0.js** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package codemirror before 5.58.2; the package org.apache.marmotta.webjars:codemirror before 5.58.2. The vulnerable regular expression is located in https://github.com/codemirror/CodeMirror/blob/cdb228ac736369c685865b122b736cd0d397836c/mode/javascript/javascript.jsL129. The ReDOS vulnerability of the regex is mainly due to the sub-pattern (s|/*.*?*/)*
<p>Publish Date: 2020-10-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7760>CVE-2020-7760</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7760">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7760</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: codemirror - 5.58.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2020-7760 (Medium) detected in codemirror-5.55.0.tgz, codemirror-5.55.0.js - ## CVE-2020-7760 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>codemirror-5.55.0.tgz</b>, <b>codemirror-5.55.0.js</b></p></summary>
<p>
<details><summary><b>codemirror-5.55.0.tgz</b></p></summary>
<p>Full-featured in-browser code editor</p>
<p>Library home page: <a href="https://registry.npmjs.org/codemirror/-/codemirror-5.55.0.tgz">https://registry.npmjs.org/codemirror/-/codemirror-5.55.0.tgz</a></p>
<p>Path to dependency file: backstage/plugins/graphiql/package.json</p>
<p>Path to vulnerable library: backstage/plugins/graphiql/node_modules/codemirror/package.json</p>
<p>
Dependency Hierarchy:
- graphiql-1.0.3.tgz (Root Library)
- :x: **codemirror-5.55.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>codemirror-5.55.0.js</b></p></summary>
<p>In-browser code editing made bearable</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/codemirror.js">https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.55.0/codemirror.js</a></p>
<p>Path to dependency file: backstage/plugins/graphiql/node_modules/codemirror/mode/rpm/changes/index.html</p>
<p>Path to vulnerable library: backstage/plugins/graphiql/node_modules/codemirror/mode/rpm/changes/../../../lib/codemirror.js</p>
<p>
Dependency Hierarchy:
- :x: **codemirror-5.55.0.js** (Vulnerable Library)
</details>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package codemirror before 5.58.2; the package org.apache.marmotta.webjars:codemirror before 5.58.2. The vulnerable regular expression is located in https://github.com/codemirror/CodeMirror/blob/cdb228ac736369c685865b122b736cd0d397836c/mode/javascript/javascript.jsL129. The ReDOS vulnerability of the regex is mainly due to the sub-pattern (s|/*.*?*/)*
<p>Publish Date: 2020-10-30
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7760>CVE-2020-7760</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7760">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7760</a></p>
<p>Release Date: 2020-07-21</p>
<p>Fix Resolution: codemirror - 5.58.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve medium detected in codemirror tgz codemirror js cve medium severity vulnerability vulnerable libraries codemirror tgz codemirror js codemirror tgz full featured in browser code editor library home page a href path to dependency file backstage plugins graphiql package json path to vulnerable library backstage plugins graphiql node modules codemirror package json dependency hierarchy graphiql tgz root library x codemirror tgz vulnerable library codemirror js in browser code editing made bearable library home page a href path to dependency file backstage plugins graphiql node modules codemirror mode rpm changes index html path to vulnerable library backstage plugins graphiql node modules codemirror mode rpm changes lib codemirror js dependency hierarchy x codemirror js vulnerable library vulnerability details this affects the package codemirror before the package org apache marmotta webjars codemirror before the vulnerable regular expression is located in the redos vulnerability of the regex is mainly due to the sub pattern s publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution codemirror step up your open source security game with whitesource
| 0
|
24,153
| 3,917,813,114
|
IssuesEvent
|
2016-04-21 09:48:37
|
OlivierLD/weatherwizard
|
https://api.github.com/repos/OlivierLD/weatherwizard
|
closed
|
Routing with "Avoid Land"
|
auto-migrated Priority-Medium Type-Defect
|
```
Sometimes, the routing does not end.
It happens when the points reached by the routing process are too far from the
destination, and land might be preventing it to be reached.
*Work around*:
- Uncheck the "Try to avoid land" box
or
- Increase the value of the preference:
Polar, Routing, NMEA > Routing completed below
```
Original issue reported on code.google.com by `olivier.lediouris@gmail.com` on 19 Sep 2012 at 2:00
|
1.0
|
Routing with "Avoid Land" - ```
Sometimes, the routing does not end.
It happens when the points reached by the routing process are too far from the
destination, and land might be preventing it to be reached.
*Work around*:
- Uncheck the "Try to avoid land" box
or
- Increase the value of the preference:
Polar, Routing, NMEA > Routing completed below
```
Original issue reported on code.google.com by `olivier.lediouris@gmail.com` on 19 Sep 2012 at 2:00
|
defect
|
routing with avoid land sometimes the routing does not end it happens when the points reached by the routing process are too far from the destination and land might be preventing it to be reached work around uncheck the try to avoid land box or increase the value of the preference polar routing nmea routing completed below original issue reported on code google com by olivier lediouris gmail com on sep at
| 1
|
49,202
| 13,185,289,675
|
IssuesEvent
|
2020-08-12 21:05:54
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
healpix - detection is broken w/ cvmfs (Trac #947)
|
Incomplete Migration Migrated from Trac cmake defect
|
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/947
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-22T21:39:09",
"description": "{{{\n-- healpix-cxx\n-- - healpix-cxx/healpix_map.h not found in include/\n-- + /cvmfs/icecube.opensciencegrid.org/standard/Ubuntu_14_x86_64/i3ports/lib/libhealpix_cxx.so\n-- - cxxsupport\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "invalid",
"_ts": "1429738749312987",
"component": "cmake",
"summary": "healpix - detection is broken w/ cvmfs",
"priority": "normal",
"keywords": "",
"time": "2015-04-22T21:29:59",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
healpix - detection is broken w/ cvmfs (Trac #947) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/947
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-22T21:39:09",
"description": "{{{\n-- healpix-cxx\n-- - healpix-cxx/healpix_map.h not found in include/\n-- + /cvmfs/icecube.opensciencegrid.org/standard/Ubuntu_14_x86_64/i3ports/lib/libhealpix_cxx.so\n-- - cxxsupport\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "invalid",
"_ts": "1429738749312987",
"component": "cmake",
"summary": "healpix - detection is broken w/ cvmfs",
"priority": "normal",
"keywords": "",
"time": "2015-04-22T21:29:59",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
defect
|
healpix detection is broken w cvmfs trac migrated from reported by nega and owned by nega json status closed changetime description n healpix cxx n healpix cxx healpix map h not found in include n cvmfs icecube opensciencegrid org standard ubuntu lib libhealpix cxx so n cxxsupport n reporter nega cc resolution invalid ts component cmake summary healpix detection is broken w cvmfs priority normal keywords time milestone owner nega type defect
| 1
|
4,493
| 2,729,444,613
|
IssuesEvent
|
2015-04-16 08:36:32
|
mgcrea/angular-strap
|
https://api.github.com/repos/mgcrea/angular-strap
|
closed
|
Angular 1.3.15 V/s Angular Strap 2.2.1 Typeahead not showing droplist
|
directive-typeahead needs-test-case
|
As above, Can I use the versions as mentioned.
If yes, can you please check the Typeahead functionality that not showing the dropdown list.
Thanks.
|
1.0
|
Angular 1.3.15 V/s Angular Strap 2.2.1 Typeahead not showing droplist - As above, Can I use the versions as mentioned.
If yes, can you please check the Typeahead functionality that not showing the dropdown list.
Thanks.
|
non_defect
|
angular v s angular strap typeahead not showing droplist as above can i use the versions as mentioned if yes can you please check the typeahead functionality that not showing the dropdown list thanks
| 0
|
70,555
| 23,234,223,175
|
IssuesEvent
|
2022-08-03 10:16:36
|
matrix-org/synapse
|
https://api.github.com/repos/matrix-org/synapse
|
closed
|
Docker image build fails on 32 bit Raspberry Pi
|
S-Minor T-Defect
|
### Description
When trying to build a docker image on a 32 bit raspbian environment, the build fails because it cannot find a proper rust compiler for building the cryptography package. Note that this happens in the initial "poetry" stage, not the second one where the relevent dependencies are in fact installed using `apt`.
The command used was
```
DOCKER_BUILDKIT=1 docker build --pull --build-arg PYTHON_VERSION=3.9 -f docker/Dockerfile -t synapse:v1.63.1 -t synapse:latest .
```
and the output scrolled of of my screen unfortunately.
### Steps to reproduce
- checkout git
- try to run a build: `DOCKER_BUILDKIT=1 docker build --pull --build-arg PYTHON_VERSION=3.9 -f docker/Dockerfile -t synapse:v1.63.1 -t synapse:latest .`
### Homeserver
n/a
### Synapse Version
1.63.1
### Installation Method
Other (please mention below)
### Platform
Raspi 4, raspbian 32 bits, has recent docker versions
### Relevant log output
```shell
scrolled of the screen unfortunately
```
### Anything else that would be useful to know?
PR incoming
|
1.0
|
Docker image build fails on 32 bit Raspberry Pi - ### Description
When trying to build a docker image on a 32 bit raspbian environment, the build fails because it cannot find a proper rust compiler for building the cryptography package. Note that this happens in the initial "poetry" stage, not the second one where the relevent dependencies are in fact installed using `apt`.
The command used was
```
DOCKER_BUILDKIT=1 docker build --pull --build-arg PYTHON_VERSION=3.9 -f docker/Dockerfile -t synapse:v1.63.1 -t synapse:latest .
```
and the output scrolled of of my screen unfortunately.
### Steps to reproduce
- checkout git
- try to run a build: `DOCKER_BUILDKIT=1 docker build --pull --build-arg PYTHON_VERSION=3.9 -f docker/Dockerfile -t synapse:v1.63.1 -t synapse:latest .`
### Homeserver
n/a
### Synapse Version
1.63.1
### Installation Method
Other (please mention below)
### Platform
Raspi 4, raspbian 32 bits, has recent docker versions
### Relevant log output
```shell
scrolled of the screen unfortunately
```
### Anything else that would be useful to know?
PR incoming
|
defect
|
docker image build fails on bit raspberry pi description when trying to build a docker image on a bit raspbian environment the build fails because it cannot find a proper rust compiler for building the cryptography package note that this happens in the initial poetry stage not the second one where the relevent dependencies are in fact installed using apt the command used was docker buildkit docker build pull build arg python version f docker dockerfile t synapse t synapse latest and the output scrolled of of my screen unfortunately steps to reproduce checkout git try to run a build docker buildkit docker build pull build arg python version f docker dockerfile t synapse t synapse latest homeserver n a synapse version installation method other please mention below platform raspi raspbian bits has recent docker versions relevant log output shell scrolled of the screen unfortunately anything else that would be useful to know pr incoming
| 1
|
334,879
| 24,443,281,109
|
IssuesEvent
|
2022-10-06 15:56:11
|
rticommunity/rticonnextdds-cmake-utils
|
https://api.github.com/repos/rticommunity/rticonnextdds-cmake-utils
|
closed
|
[DOC] Add missing version link to README
|
documentation
|
<!-- :warning: Please, try to follow the template -->
### Description
Add release 7.0.0 branch to README.md file.
|
1.0
|
[DOC] Add missing version link to README - <!-- :warning: Please, try to follow the template -->
### Description
Add release 7.0.0 branch to README.md file.
|
non_defect
|
add missing version link to readme description add release branch to readme md file
| 0
|
49,151
| 13,185,264,495
|
IssuesEvent
|
2020-08-12 21:02:54
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
opened
|
Division by zero when reporting time usage (Trac #855)
|
Incomplete Migration Migrated from Trac combo core defect
|
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/855
, reported by jgonzalez and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-01-10T15:33:59",
"description": "In line 255 of I3Tray.py it reads:\n if acc_time/total_time > fraction:\n\nwhich should be \n if total_time > 0 and acc_time/total_time > fraction:\n\nin order to avoid dividing by zero. In case you wonder, this does happen:\nhttp://internal.icecube.wisc.edu/simulation/task/272964937\n\nIt is a trivial bug.",
"reporter": "jgonzalez",
"cc": "",
"resolution": "fixed",
"_ts": "1420904039501558",
"component": "combo core",
"summary": "Division by zero when reporting time usage",
"priority": "normal",
"keywords": "",
"time": "2015-01-06T23:46:18",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
Division by zero when reporting time usage (Trac #855) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/855
, reported by jgonzalez and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-01-10T15:33:59",
"description": "In line 255 of I3Tray.py it reads:\n if acc_time/total_time > fraction:\n\nwhich should be \n if total_time > 0 and acc_time/total_time > fraction:\n\nin order to avoid dividing by zero. In case you wonder, this does happen:\nhttp://internal.icecube.wisc.edu/simulation/task/272964937\n\nIt is a trivial bug.",
"reporter": "jgonzalez",
"cc": "",
"resolution": "fixed",
"_ts": "1420904039501558",
"component": "combo core",
"summary": "Division by zero when reporting time usage",
"priority": "normal",
"keywords": "",
"time": "2015-01-06T23:46:18",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
|
defect
|
division by zero when reporting time usage trac migrated from reported by jgonzalez and owned by json status closed changetime description in line of py it reads n if acc time total time fraction n nwhich should be n if total time and acc time total time fraction n nin order to avoid dividing by zero in case you wonder this does happen n is a trivial bug reporter jgonzalez cc resolution fixed ts component combo core summary division by zero when reporting time usage priority normal keywords time milestone owner type defect
| 1
|
1,939
| 2,603,973,777
|
IssuesEvent
|
2015-02-24 19:00:56
|
chrsmith/nishazi6
|
https://api.github.com/repos/chrsmith/nishazi6
|
opened
|
沈阳沈阳治疱疹医院
|
auto-migrated Priority-Medium Type-Defect
|
```
沈阳沈阳治疱疹医院〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:07
|
1.0
|
沈阳沈阳治疱疹医院 - ```
沈阳沈阳治疱疹医院〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:07
|
defect
|
沈阳沈阳治疱疹医院 沈阳沈阳治疱疹医院〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at
| 1
|
12,641
| 2,712,177,265
|
IssuesEvent
|
2015-04-09 12:09:04
|
xgenvn/android-vnc-server
|
https://api.github.com/repos/xgenvn/android-vnc-server
|
closed
|
Can not drag
|
auto-migrated Priority-Medium Type-Defect
|
```
Hi there, probably i'm not doing it right but i can't drag the screen with
the mouse..
```
Original issue reported on code.google.com by `vekexa...@gmail.com` on 6 Oct 2009 at 8:29
|
1.0
|
Can not drag - ```
Hi there, probably i'm not doing it right but i can't drag the screen with
the mouse..
```
Original issue reported on code.google.com by `vekexa...@gmail.com` on 6 Oct 2009 at 8:29
|
defect
|
can not drag hi there probably i m not doing it right but i can t drag the screen with the mouse original issue reported on code google com by vekexa gmail com on oct at
| 1
|
6,150
| 2,610,222,209
|
IssuesEvent
|
2015-02-26 19:10:31
|
chrsmith/somefinders
|
https://api.github.com/repos/chrsmith/somefinders
|
opened
|
usb wsf
|
auto-migrated Priority-Medium Type-Defect
|
```
'''Атеист Афанасьев'''
День добрый никак не могу найти .usb wsf. как то
выкладывали уже
'''Абрам Терентьев'''
Вот хороший сайт где можно скачать
http://bit.ly/17xyOzR
'''Артамон Миронов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Гаспар Колобов'''
Не это не влияет на баланс
'''Аристарх Якушев'''
Неа все ок у меня ничего не списало
Информация о файле: usb wsf
Загружен: В этом месяце
Скачан раз: 1079
Рейтинг: 433
Средняя скорость скачивания: 290
Похожих файлов: 33
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:51
|
1.0
|
usb wsf - ```
'''Атеист Афанасьев'''
День добрый никак не могу найти .usb wsf. как то
выкладывали уже
'''Абрам Терентьев'''
Вот хороший сайт где можно скачать
http://bit.ly/17xyOzR
'''Артамон Миронов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Гаспар Колобов'''
Не это не влияет на баланс
'''Аристарх Якушев'''
Неа все ок у меня ничего не списало
Информация о файле: usb wsf
Загружен: В этом месяце
Скачан раз: 1079
Рейтинг: 433
Средняя скорость скачивания: 290
Похожих файлов: 33
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:51
|
defect
|
usb wsf атеист афанасьев день добрый никак не могу найти usb wsf как то выкладывали уже абрам терентьев вот хороший сайт где можно скачать артамон миронов просит ввести номер мобилы не опасно ли это гаспар колобов не это не влияет на баланс аристарх якушев неа все ок у меня ничего не списало информация о файле usb wsf загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
| 1
|
22,054
| 11,670,550,607
|
IssuesEvent
|
2020-03-04 00:16:57
|
mozilla/bugbug
|
https://api.github.com/repos/mozilla/bugbug
|
closed
|
Add better tests for the '/<model>/predict' http_service endpoints
|
http_service
|
PR https://github.com/mozilla/bugbug/pull/1319 adds some fixtures that allow us to mock out redis and rq. We should move these to the `conftest.py` and write some better tests for the bug classification endpoint.
|
1.0
|
Add better tests for the '/<model>/predict' http_service endpoints - PR https://github.com/mozilla/bugbug/pull/1319 adds some fixtures that allow us to mock out redis and rq. We should move these to the `conftest.py` and write some better tests for the bug classification endpoint.
|
non_defect
|
add better tests for the predict http service endpoints pr adds some fixtures that allow us to mock out redis and rq we should move these to the conftest py and write some better tests for the bug classification endpoint
| 0
|
226
| 2,520,420,516
|
IssuesEvent
|
2015-01-19 02:22:58
|
UNH-OE/tow-tank-issues
|
https://api.github.com/repos/UNH-OE/tow-tank-issues
|
closed
|
Tow Tank PC: Get replacement memory stick
|
defect
|
One went bad a while back. Memory is G.SKILL Ripjaws Series 16GB (4 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600.
|
1.0
|
Tow Tank PC: Get replacement memory stick - One went bad a while back. Memory is G.SKILL Ripjaws Series 16GB (4 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600.
|
defect
|
tow tank pc get replacement memory stick one went bad a while back memory is g skill ripjaws series x pin sdram
| 1
|
27,447
| 5,019,084,249
|
IssuesEvent
|
2016-12-14 10:33:05
|
ONSdigital/eq-survey-runner
|
https://api.github.com/repos/ONSdigital/eq-survey-runner
|
closed
|
The question heading isn't currently using the correct heading style. This should be neptune.
|
design-defect
|
[https://www.bugherd.com/projects/110463/tasks/3](https://www.bugherd.com/projects/110463/tasks/3)
|
1.0
|
The question heading isn't currently using the correct heading style. This should be neptune. - [https://www.bugherd.com/projects/110463/tasks/3](https://www.bugherd.com/projects/110463/tasks/3)
|
defect
|
the question heading isn t currently using the correct heading style this should be neptune
| 1
|
5,314
| 2,610,185,196
|
IssuesEvent
|
2015-02-26 18:58:50
|
chrsmith/quchuseban
|
https://api.github.com/repos/chrsmith/quchuseban
|
opened
|
揭秘怎样消除脸上的色斑
|
auto-migrated Priority-Medium Type-Defect
|
```
《摘要》
踏着风的节奏,辗转于渺渺人生驿站,看人来人往、车水马��
�随风绝尘。匆匆的步伐,试图一点一滴叩开炫目峻冷世界的�
��壳。风起风落,花开花谢,梦想的心灯明明灭灭,举目所及
,仍是不曾相识的茫然。秋风乍起,倦怠许久的灵魂,再次��
�放逐在流浪的旅途。流浪因为不想寂寞,可是没有你的日子�
��怎么办,如果没有了色斑,你还会回来吗!怎样消除脸上的
色斑,
《客户案例》
我脸上长斑已经有五六年。在二十岁左右,脸上颜色就��
�较偏黄。二十二岁时鬓角处长了一块黄色斑块,因为比较小�
��没在意。结婚生孩子之后,有妇科病,同事情绪不稳定,易
激动,睡眠不好,所以导致色素代谢障碍,双眼角外部皮肤��
�黄褐斑生成,并向脸颊延伸,当时脖子上、脸颊上好多斑块�
��鼻梁上的斑块颜色也加重了。就按照医生说的,了些六味地
黄丸、知柏地黄丸。脖子上的基本上都已经褪去,脸颊上还��
�。这几年脸上情况日见严重,尤其是两边鬓角和颧骨处,我�
��不慎中了祛斑霜,导致整个脸就像有一层黑壳。本以为就这
样过一辈子了,还好「黛芙薇尔精华液」给了我希望。<br>
我开始购买了两个周期,想先试试看吧。说起来,这个��
�程还真漫长,好在每一天老公都在鼓励我,老公说真的有效�
��,这才让我看到希望。第一个周期好像是二十多天才见效,
我慢慢发现脸颊上的斑块颜色变淡了,而且面积也缩小了,��
�肤状况明显改善。两个周期完之后,鼻梁上的大斑块就缩小�
��大半,脸颊和眼角的黄褐斑也淡了好多。另外,我的例假也
变得有规律了,而且妇科炎症也有转机,不痒不痛了。看来��
�是一箭双雕啊。后来我又买了一个周期,现在还正在使用呢�
��<br>
我非常感谢「黛芙薇尔精华液」,是她给了我一个新生��
�让我找回了自信。我现在的脸色也是非常红润白皙,而且没�
��妇科病的减轻也让我轻松了好多。
阅读了怎样消除脸上的色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
怎样消除脸上的色斑,同时为您分享祛斑小方法
要想斑点不形成,那么就要调整好身体的机能,均衡饮食,��
�持足够的睡眠,要多喝水、多吃水果、适当补充糖分、多吃�
��质蛋白质的食物,对皮肤的光滑细腻很有帮助
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:34
|
1.0
|
揭秘怎样消除脸上的色斑 - ```
《摘要》
踏着风的节奏,辗转于渺渺人生驿站,看人来人往、车水马��
�随风绝尘。匆匆的步伐,试图一点一滴叩开炫目峻冷世界的�
��壳。风起风落,花开花谢,梦想的心灯明明灭灭,举目所及
,仍是不曾相识的茫然。秋风乍起,倦怠许久的灵魂,再次��
�放逐在流浪的旅途。流浪因为不想寂寞,可是没有你的日子�
��怎么办,如果没有了色斑,你还会回来吗!怎样消除脸上的
色斑,
《客户案例》
我脸上长斑已经有五六年。在二十岁左右,脸上颜色就��
�较偏黄。二十二岁时鬓角处长了一块黄色斑块,因为比较小�
��没在意。结婚生孩子之后,有妇科病,同事情绪不稳定,易
激动,睡眠不好,所以导致色素代谢障碍,双眼角外部皮肤��
�黄褐斑生成,并向脸颊延伸,当时脖子上、脸颊上好多斑块�
��鼻梁上的斑块颜色也加重了。就按照医生说的,了些六味地
黄丸、知柏地黄丸。脖子上的基本上都已经褪去,脸颊上还��
�。这几年脸上情况日见严重,尤其是两边鬓角和颧骨处,我�
��不慎中了祛斑霜,导致整个脸就像有一层黑壳。本以为就这
样过一辈子了,还好「黛芙薇尔精华液」给了我希望。<br>
我开始购买了两个周期,想先试试看吧。说起来,这个��
�程还真漫长,好在每一天老公都在鼓励我,老公说真的有效�
��,这才让我看到希望。第一个周期好像是二十多天才见效,
我慢慢发现脸颊上的斑块颜色变淡了,而且面积也缩小了,��
�肤状况明显改善。两个周期完之后,鼻梁上的大斑块就缩小�
��大半,脸颊和眼角的黄褐斑也淡了好多。另外,我的例假也
变得有规律了,而且妇科炎症也有转机,不痒不痛了。看来��
�是一箭双雕啊。后来我又买了一个周期,现在还正在使用呢�
��<br>
我非常感谢「黛芙薇尔精华液」,是她给了我一个新生��
�让我找回了自信。我现在的脸色也是非常红润白皙,而且没�
��妇科病的减轻也让我轻松了好多。
阅读了怎样消除脸上的色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
怎样消除脸上的色斑,同时为您分享祛斑小方法
要想斑点不形成,那么就要调整好身体的机能,均衡饮食,��
�持足够的睡眠,要多喝水、多吃水果、适当补充糖分、多吃�
��质蛋白质的食物,对皮肤的光滑细腻很有帮助
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:34
|
defect
|
揭秘怎样消除脸上的色斑 《摘要》 踏着风的节奏,辗转于渺渺人生驿站,看人来人往、车水马�� �随风绝尘。匆匆的步伐,试图一点一滴叩开炫目峻冷世界的� ��壳。风起风落,花开花谢,梦想的心灯明明灭灭,举目所及 ,仍是不曾相识的茫然。秋风乍起,倦怠许久的灵魂,再次�� �放逐在流浪的旅途。流浪因为不想寂寞,可是没有你的日子� ��怎么办,如果没有了色斑,你还会回来吗!怎样消除脸上的 色斑, 《客户案例》 我脸上长斑已经有五六年。在二十岁左右,脸上颜色就�� �较偏黄。二十二岁时鬓角处长了一块黄色斑块,因为比较小� ��没在意。结婚生孩子之后,有妇科病,同事情绪不稳定,易 激动,睡眠不好,所以导致色素代谢障碍,双眼角外部皮肤�� �黄褐斑生成,并向脸颊延伸,当时脖子上、脸颊上好多斑块� ��鼻梁上的斑块颜色也加重了。就按照医生说的,了些六味地 黄丸、知柏地黄丸。脖子上的基本上都已经褪去,脸颊上还�� �。这几年脸上情况日见严重,尤其是两边鬓角和颧骨处,我� ��不慎中了祛斑霜,导致整个脸就像有一层黑壳。本以为就这 样过一辈子了,还好「黛芙薇尔精华液」给了我希望。 我开始购买了两个周期,想先试试看吧。说起来,这个�� �程还真漫长,好在每一天老公都在鼓励我,老公说真的有效� ��,这才让我看到希望。第一个周期好像是二十多天才见效, 我慢慢发现脸颊上的斑块颜色变淡了,而且面积也缩小了,�� �肤状况明显改善。两个周期完之后,鼻梁上的大斑块就缩小� ��大半,脸颊和眼角的黄褐斑也淡了好多。另外,我的例假也 变得有规律了,而且妇科炎症也有转机,不痒不痛了。看来�� �是一箭双雕啊。后来我又买了一个周期,现在还正在使用呢� �� 我非常感谢「黛芙薇尔精华液」,是她给了我一个新生�� �让我找回了自信。我现在的脸色也是非常红润白皙,而且没� ��妇科病的减轻也让我轻松了好多。 阅读了怎样消除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样消除脸上的色斑,同时为您分享祛斑小方法 要想斑点不形成,那么就要调整好身体的机能,均衡饮食,�� �持足够的睡眠,要多喝水、多吃水果、适当补充糖分、多吃� ��质蛋白质的食物,对皮肤的光滑细腻很有帮助 original issue reported on code google com by additive gmail com on jul at
| 1
|
52,080
| 13,211,379,298
|
IssuesEvent
|
2020-08-15 22:42:53
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
opened
|
triangle.c has different precision based on OS (Trac #1647)
|
Incomplete Migration Migrated from Trac combo simulation defect
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1647">https://code.icecube.wisc.edu/projects/icecube/ticket/1647</a>, reported by negaand owned by jgonzalez</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-08-18T22:03:29",
"_ts": "1471557809273381",
"description": "See:\n`LINUX/CPU86` in the source:/IceCube/projects/g4-tankresponse/trunk/private/g4-tankresponse/triangle/triangle.c\n",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"time": "2016-04-20T19:35:01",
"component": "combo simulation",
"summary": "triangle.c has different precision based on OS",
"priority": "normal",
"keywords": "pruning C",
"milestone": "Long-Term Future",
"owner": "jgonzalez",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
triangle.c has different precision based on OS (Trac #1647) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1647">https://code.icecube.wisc.edu/projects/icecube/ticket/1647</a>, reported by negaand owned by jgonzalez</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-08-18T22:03:29",
"_ts": "1471557809273381",
"description": "See:\n`LINUX/CPU86` in the source:/IceCube/projects/g4-tankresponse/trunk/private/g4-tankresponse/triangle/triangle.c\n",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"time": "2016-04-20T19:35:01",
"component": "combo simulation",
"summary": "triangle.c has different precision based on OS",
"priority": "normal",
"keywords": "pruning C",
"milestone": "Long-Term Future",
"owner": "jgonzalez",
"type": "defect"
}
```
</p>
</details>
|
defect
|
triangle c has different precision based on os trac migrated from json status closed changetime ts description see n linux in the source icecube projects tankresponse trunk private tankresponse triangle triangle c n reporter nega cc resolution wontfix time component combo simulation summary triangle c has different precision based on os priority normal keywords pruning c milestone long term future owner jgonzalez type defect
| 1
|
277,913
| 24,111,042,933
|
IssuesEvent
|
2022-09-20 11:22:41
|
PharmaLedger-IMI/eco-iot-pmed-workspace
|
https://api.github.com/repos/PharmaLedger-IMI/eco-iot-pmed-workspace
|
opened
|
Check in the TP SSApp how the procedures (which were set as missed by the site) appear
|
bug business-testing
|
HCP can set each procedure to completed or :missed", however the procedures where HCP selected "Missed" they show up as "completed" in Participant calendar
|
1.0
|
Check in the TP SSApp how the procedures (which were set as missed by the site) appear - HCP can set each procedure to completed or :missed", however the procedures where HCP selected "Missed" they show up as "completed" in Participant calendar
|
non_defect
|
check in the tp ssapp how the procedures which were set as missed by the site appear hcp can set each procedure to completed or missed however the procedures where hcp selected missed they show up as completed in participant calendar
| 0
|
30,973
| 6,379,944,412
|
IssuesEvent
|
2017-08-02 15:42:02
|
Azure/azure-powershell
|
https://api.github.com/repos/Azure/azure-powershell
|
closed
|
Cmdlet reference markdown missing URLs in Related Links section.
|
Doc Defect
|
### Cmdlet(s)
As many as 59 cmdlet reference files have empty URLs in the Related Links section.
For example, in Set-AzureRmDataLakeStoreItemExpiry.md:
> ## RELATED LINKS
>
> [Get-AzureRmDataLakeStoreItem]()
This results in a bad link in the web presentation.
### Affected cmdlets
DataLakeStore\Commands.DataLakeStore\help\Set-AzureRmDataLakeStoreItemExpiry.md
HDInsight\Commands.HDInsight\help\New-AzureRmHDInsightCluster.md
LogicApp\Commands.LogicApp\help\Get-AzureRmIntegrationAccountReceivedIcn.md
Network\Commands.Network\help\Add-AzureRmRouteFilterRuleConfig.md
Network\Commands.Network\help\Get-AzureRmApplicationGatewayBackendHealth.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcher.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherFlowLogStatus.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherNextHop.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherSecurityGroupView.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherTopology.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherTroubleshootingResult.md
Network\Commands.Network\help\New-AzureRmNetworkWatcher.md
Network\Commands.Network\help\New-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\New-AzureRmPacketCaptureFilterConfig.md
Network\Commands.Network\help\New-AzureRmRouteFilter.md
Network\Commands.Network\help\New-AzureRmRouteFilterRuleConfig.md
Network\Commands.Network\help\Remove-AzureRmApplicationGatewaySslPolicy.md
Network\Commands.Network\help\Remove-AzureRmNetworkWatcher.md
Network\Commands.Network\help\Remove-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Set-AzureRmNetworkWatcherConfigFlowLog.md
Network\Commands.Network\help\Start-AzureRmNetworkWatcherResourceTroubleshooting.md
Network\Commands.Network\help\Stop-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Test-AzureRmNetworkWatcherIPFlow.md
Profile\Commands.Profile\help\Add-AzureRmEnvironment.md
Profile\Commands.Profile\help\Disable-AzureRmDataCollection.md
Profile\Commands.Profile\help\Enable-AzureRmDataCollection.md
Profile\Commands.Profile\help\Get-AzureRmContext.md
Profile\Commands.Profile\help\Get-AzureRmEnvironment.md
Profile\Commands.Profile\help\Remove-AzureRmEnvironment.md
Profile\Commands.Profile\help\Set-AzureRmContext.md
Profile\Commands.Profile\help\Set-AzureRmEnvironment.md
Resources\Commands.Resources\help\Get-AzureRmADAppCredential.md
Resources\Commands.Resources\help\Get-AzureRmADApplication.md
Resources\Commands.Resources\help\Get-AzureRmADGroup.md
Resources\Commands.Resources\help\Get-AzureRmADGroupMember.md
Resources\Commands.Resources\help\Get-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Get-AzureRmADSpCredential.md
Resources\Commands.Resources\help\Get-AzureRmADUser.md
Resources\Commands.Resources\help\Get-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\Get-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\New-AzureRmADAppCredential.md
Resources\Commands.Resources\help\New-AzureRmADApplication.md
Resources\Commands.Resources\help\New-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\New-AzureRmADSpCredential.md
Resources\Commands.Resources\help\New-AzureRmADUser.md
Resources\Commands.Resources\help\New-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\New-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\Remove-AzureRmADAppCredential.md
Resources\Commands.Resources\help\Remove-AzureRmADApplication.md
Resources\Commands.Resources\help\Remove-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Remove-AzureRmADSpCredential.md
Resources\Commands.Resources\help\Remove-AzureRmADUser.md
Resources\Commands.Resources\help\Remove-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\Remove-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\Set-AzureRmADApplication.md
Resources\Commands.Resources\help\Set-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Set-AzureRmADUser.md
Resources\Commands.Resources\help\Set-AzureRmRoleDefinition.md
|
1.0
|
Cmdlet reference markdown missing URLs in Related Links section. - ### Cmdlet(s)
As many as 59 cmdlet reference files have empty URLs in the Related Links section.
For example, in Set-AzureRmDataLakeStoreItemExpiry.md:
> ## RELATED LINKS
>
> [Get-AzureRmDataLakeStoreItem]()
This results in a bad link in the web presentation.
### Affected cmdlets
DataLakeStore\Commands.DataLakeStore\help\Set-AzureRmDataLakeStoreItemExpiry.md
HDInsight\Commands.HDInsight\help\New-AzureRmHDInsightCluster.md
LogicApp\Commands.LogicApp\help\Get-AzureRmIntegrationAccountReceivedIcn.md
Network\Commands.Network\help\Add-AzureRmRouteFilterRuleConfig.md
Network\Commands.Network\help\Get-AzureRmApplicationGatewayBackendHealth.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcher.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherFlowLogStatus.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherNextHop.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherSecurityGroupView.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherTopology.md
Network\Commands.Network\help\Get-AzureRmNetworkWatcherTroubleshootingResult.md
Network\Commands.Network\help\New-AzureRmNetworkWatcher.md
Network\Commands.Network\help\New-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\New-AzureRmPacketCaptureFilterConfig.md
Network\Commands.Network\help\New-AzureRmRouteFilter.md
Network\Commands.Network\help\New-AzureRmRouteFilterRuleConfig.md
Network\Commands.Network\help\Remove-AzureRmApplicationGatewaySslPolicy.md
Network\Commands.Network\help\Remove-AzureRmNetworkWatcher.md
Network\Commands.Network\help\Remove-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Set-AzureRmNetworkWatcherConfigFlowLog.md
Network\Commands.Network\help\Start-AzureRmNetworkWatcherResourceTroubleshooting.md
Network\Commands.Network\help\Stop-AzureRmNetworkWatcherPacketCapture.md
Network\Commands.Network\help\Test-AzureRmNetworkWatcherIPFlow.md
Profile\Commands.Profile\help\Add-AzureRmEnvironment.md
Profile\Commands.Profile\help\Disable-AzureRmDataCollection.md
Profile\Commands.Profile\help\Enable-AzureRmDataCollection.md
Profile\Commands.Profile\help\Get-AzureRmContext.md
Profile\Commands.Profile\help\Get-AzureRmEnvironment.md
Profile\Commands.Profile\help\Remove-AzureRmEnvironment.md
Profile\Commands.Profile\help\Set-AzureRmContext.md
Profile\Commands.Profile\help\Set-AzureRmEnvironment.md
Resources\Commands.Resources\help\Get-AzureRmADAppCredential.md
Resources\Commands.Resources\help\Get-AzureRmADApplication.md
Resources\Commands.Resources\help\Get-AzureRmADGroup.md
Resources\Commands.Resources\help\Get-AzureRmADGroupMember.md
Resources\Commands.Resources\help\Get-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Get-AzureRmADSpCredential.md
Resources\Commands.Resources\help\Get-AzureRmADUser.md
Resources\Commands.Resources\help\Get-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\Get-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\New-AzureRmADAppCredential.md
Resources\Commands.Resources\help\New-AzureRmADApplication.md
Resources\Commands.Resources\help\New-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\New-AzureRmADSpCredential.md
Resources\Commands.Resources\help\New-AzureRmADUser.md
Resources\Commands.Resources\help\New-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\New-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\Remove-AzureRmADAppCredential.md
Resources\Commands.Resources\help\Remove-AzureRmADApplication.md
Resources\Commands.Resources\help\Remove-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Remove-AzureRmADSpCredential.md
Resources\Commands.Resources\help\Remove-AzureRmADUser.md
Resources\Commands.Resources\help\Remove-AzureRmRoleAssignment.md
Resources\Commands.Resources\help\Remove-AzureRmRoleDefinition.md
Resources\Commands.Resources\help\Set-AzureRmADApplication.md
Resources\Commands.Resources\help\Set-AzureRmADServicePrincipal.md
Resources\Commands.Resources\help\Set-AzureRmADUser.md
Resources\Commands.Resources\help\Set-AzureRmRoleDefinition.md
|
defect
|
cmdlet reference markdown missing urls in related links section cmdlet s as many as cmdlet reference files have empty urls in the related links section for example in set azurermdatalakestoreitemexpiry md related links this results in a bad link in the web presentation affected cmdlets datalakestore commands datalakestore help set azurermdatalakestoreitemexpiry md hdinsight commands hdinsight help new azurermhdinsightcluster md logicapp commands logicapp help get azurermintegrationaccountreceivedicn md network commands network help add azurermroutefilterruleconfig md network commands network help get azurermapplicationgatewaybackendhealth md network commands network help get azurermnetworkwatcher md network commands network help get azurermnetworkwatcherflowlogstatus md network commands network help get azurermnetworkwatchernexthop md network commands network help get azurermnetworkwatcherpacketcapture md network commands network help get azurermnetworkwatchersecuritygroupview md network commands network help get azurermnetworkwatchertopology md network commands network help get azurermnetworkwatchertroubleshootingresult md network commands network help new azurermnetworkwatcher md network commands network help new azurermnetworkwatcherpacketcapture md network commands network help new azurermpacketcapturefilterconfig md network commands network help new azurermroutefilter md network commands network help new azurermroutefilterruleconfig md network commands network help remove azurermapplicationgatewaysslpolicy md network commands network help remove azurermnetworkwatcher md network commands network help remove azurermnetworkwatcherpacketcapture md network commands network help set azurermnetworkwatcherconfigflowlog md network commands network help start azurermnetworkwatcherresourcetroubleshooting md network commands network help stop azurermnetworkwatcherpacketcapture md network commands network help test azurermnetworkwatcheripflow md profile commands profile help add azurermenvironment md profile commands profile help disable azurermdatacollection md profile commands profile help enable azurermdatacollection md profile commands profile help get azurermcontext md profile commands profile help get azurermenvironment md profile commands profile help remove azurermenvironment md profile commands profile help set azurermcontext md profile commands profile help set azurermenvironment md resources commands resources help get azurermadappcredential md resources commands resources help get azurermadapplication md resources commands resources help get azurermadgroup md resources commands resources help get azurermadgroupmember md resources commands resources help get azurermadserviceprincipal md resources commands resources help get azurermadspcredential md resources commands resources help get azurermaduser md resources commands resources help get azurermroleassignment md resources commands resources help get azurermroledefinition md resources commands resources help new azurermadappcredential md resources commands resources help new azurermadapplication md resources commands resources help new azurermadserviceprincipal md resources commands resources help new azurermadspcredential md resources commands resources help new azurermaduser md resources commands resources help new azurermroleassignment md resources commands resources help new azurermroledefinition md resources commands resources help remove azurermadappcredential md resources commands resources help remove azurermadapplication md resources commands resources help remove azurermadserviceprincipal md resources commands resources help remove azurermadspcredential md resources commands resources help remove azurermaduser md resources commands resources help remove azurermroleassignment md resources commands resources help remove azurermroledefinition md resources commands resources help set azurermadapplication md resources commands resources help set azurermadserviceprincipal md resources commands resources help set azurermaduser md resources commands resources help set azurermroledefinition md
| 1
|
64,765
| 12,491,266,282
|
IssuesEvent
|
2020-06-01 03:25:37
|
Regalis11/Barotrauma
|
https://api.github.com/repos/Regalis11/Barotrauma
|
closed
|
[Bug] Light sprites do not follow the rotation of their physics items
|
Bug Code Low prio Modding
|
**v0.9.6.0 - v0.9.705.0**
### Issue:
Light sprites attached to rotating items, I.E. pickable items and physics projectiles, do not follow the rotation or mirroring correctly of their parent body.
**Steps to reproduce:**
- Place an overlay <sprite/> as part of a light component on a holdable/pickable/throwable item
- Walking around or swimming with the item, mirroring character while holding it, dropping the item on an uneven surface such as the outer shell of a submarine. Physics movement & mirroring etc.
**Additional info:**
This seems to apply regardless of if the item is loose on the floor or being held & aimed/swung by a character.
|
1.0
|
[Bug] Light sprites do not follow the rotation of their physics items - **v0.9.6.0 - v0.9.705.0**
### Issue:
Light sprites attached to rotating items, I.E. pickable items and physics projectiles, do not follow the rotation or mirroring correctly of their parent body.
**Steps to reproduce:**
- Place an overlay <sprite/> as part of a light component on a holdable/pickable/throwable item
- Walking around or swimming with the item, mirroring character while holding it, dropping the item on an uneven surface such as the outer shell of a submarine. Physics movement & mirroring etc.
**Additional info:**
This seems to apply regardless of if the item is loose on the floor or being held & aimed/swung by a character.
|
non_defect
|
light sprites do not follow the rotation of their physics items issue light sprites attached to rotating items i e pickable items and physics projectiles do not follow the rotation or mirroring correctly of their parent body steps to reproduce place an overlay as part of a light component on a holdable pickable throwable item walking around or swimming with the item mirroring character while holding it dropping the item on an uneven surface such as the outer shell of a submarine physics movement mirroring etc additional info this seems to apply regardless of if the item is loose on the floor or being held aimed swung by a character
| 0
|
256,345
| 22,046,137,181
|
IssuesEvent
|
2022-05-30 02:04:56
|
archesproject/arches
|
https://api.github.com/repos/archesproject/arches
|
closed
|
Add UI test for Text widget
|
Subject: Testing
|
The 3 pages to test are:
- Card Page
- Form Page
- Report Page
First and foremost test that the items being configured on the widget are being represented in their respective pages.
|
1.0
|
Add UI test for Text widget - The 3 pages to test are:
- Card Page
- Form Page
- Report Page
First and foremost test that the items being configured on the widget are being represented in their respective pages.
|
non_defect
|
add ui test for text widget the pages to test are card page form page report page first and foremost test that the items being configured on the widget are being represented in their respective pages
| 0
|
47,887
| 13,066,331,340
|
IssuesEvent
|
2020-07-30 21:28:16
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
photospline: SPGLAM doesn't link libRT (Trac #1357)
|
Migrated from Trac combo reconstruction defect
|
When building icerec/trunk (with py2-v2 I3_PORTS), photospline's SPGLAM (C spline fitter) doesn't correctly link libRT.
This will compile, but "import icecube.photospline.spglam" will fail with an "undefined symbol: clock_gettime()" error.
I fixed this by adding this to photospline/CMakeLists.txt:
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 137717)
+++ CMakeLists.txt (working copy)
@@ -122,6 +122,7 @@
PRE_LINK
COMMAND mkdir -p ${CMAKE_BINARY_DIR}/lib/icecube/photospline
)
+ target_link_libraries(spglam rt)
endif(NUMPY_FOUND AND BLAS_FOUND AND LAPACK_FOUND AND SUITESPARSE_FOUND)
set(DOXYGEN_FOUND ${OLD_DOXYGEN_FOUND})
However, I did not test if this works on Mac OS X.
Migrated from https://code.icecube.wisc.edu/ticket/1357
```json
{
"status": "closed",
"changetime": "2015-12-09T18:17:49",
"description": "When building icerec/trunk (with py2-v2 I3_PORTS), photospline's SPGLAM (C spline fitter) doesn't correctly link libRT. \n\nThis will compile, but \"import icecube.photospline.spglam\" will fail with an \"undefined symbol: clock_gettime()\" error.\n\nI fixed this by adding this to photospline/CMakeLists.txt:\n\nIndex: CMakeLists.txt\n===================================================================\n--- CMakeLists.txt (revision 137717)\n+++ CMakeLists.txt (working copy)\n@@ -122,6 +122,7 @@\n PRE_LINK\n COMMAND mkdir -p ${CMAKE_BINARY_DIR}/lib/icecube/photospline\n )\n+ target_link_libraries(spglam rt)\n endif(NUMPY_FOUND AND BLAS_FOUND AND LAPACK_FOUND AND SUITESPARSE_FOUND)\n\n set(DOXYGEN_FOUND ${OLD_DOXYGEN_FOUND})\n\nHowever, I did not test if this works on Mac OS X.\n",
"reporter": "jkelley",
"cc": "nega",
"resolution": "worksforme",
"_ts": "1449685069396472",
"component": "combo reconstruction",
"summary": "photospline: SPGLAM doesn't link libRT",
"priority": "normal",
"keywords": "photospline, SPGLAM",
"time": "2015-09-18T18:48:46",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
1.0
|
photospline: SPGLAM doesn't link libRT (Trac #1357) - When building icerec/trunk (with py2-v2 I3_PORTS), photospline's SPGLAM (C spline fitter) doesn't correctly link libRT.
This will compile, but "import icecube.photospline.spglam" will fail with an "undefined symbol: clock_gettime()" error.
I fixed this by adding this to photospline/CMakeLists.txt:
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 137717)
+++ CMakeLists.txt (working copy)
@@ -122,6 +122,7 @@
PRE_LINK
COMMAND mkdir -p ${CMAKE_BINARY_DIR}/lib/icecube/photospline
)
+ target_link_libraries(spglam rt)
endif(NUMPY_FOUND AND BLAS_FOUND AND LAPACK_FOUND AND SUITESPARSE_FOUND)
set(DOXYGEN_FOUND ${OLD_DOXYGEN_FOUND})
However, I did not test if this works on Mac OS X.
Migrated from https://code.icecube.wisc.edu/ticket/1357
```json
{
"status": "closed",
"changetime": "2015-12-09T18:17:49",
"description": "When building icerec/trunk (with py2-v2 I3_PORTS), photospline's SPGLAM (C spline fitter) doesn't correctly link libRT. \n\nThis will compile, but \"import icecube.photospline.spglam\" will fail with an \"undefined symbol: clock_gettime()\" error.\n\nI fixed this by adding this to photospline/CMakeLists.txt:\n\nIndex: CMakeLists.txt\n===================================================================\n--- CMakeLists.txt (revision 137717)\n+++ CMakeLists.txt (working copy)\n@@ -122,6 +122,7 @@\n PRE_LINK\n COMMAND mkdir -p ${CMAKE_BINARY_DIR}/lib/icecube/photospline\n )\n+ target_link_libraries(spglam rt)\n endif(NUMPY_FOUND AND BLAS_FOUND AND LAPACK_FOUND AND SUITESPARSE_FOUND)\n\n set(DOXYGEN_FOUND ${OLD_DOXYGEN_FOUND})\n\nHowever, I did not test if this works on Mac OS X.\n",
"reporter": "jkelley",
"cc": "nega",
"resolution": "worksforme",
"_ts": "1449685069396472",
"component": "combo reconstruction",
"summary": "photospline: SPGLAM doesn't link libRT",
"priority": "normal",
"keywords": "photospline, SPGLAM",
"time": "2015-09-18T18:48:46",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
defect
|
photospline spglam doesn t link librt trac when building icerec trunk with ports photospline s spglam c spline fitter doesn t correctly link librt this will compile but import icecube photospline spglam will fail with an undefined symbol clock gettime error i fixed this by adding this to photospline cmakelists txt index cmakelists txt cmakelists txt revision cmakelists txt working copy pre link command mkdir p cmake binary dir lib icecube photospline target link libraries spglam rt endif numpy found and blas found and lapack found and suitesparse found set doxygen found old doxygen found however i did not test if this works on mac os x migrated from json status closed changetime description when building icerec trunk with ports photospline s spglam c spline fitter doesn t correctly link librt n nthis will compile but import icecube photospline spglam will fail with an undefined symbol clock gettime error n ni fixed this by adding this to photospline cmakelists txt n nindex cmakelists txt n n cmakelists txt revision n cmakelists txt working copy n n pre link n command mkdir p cmake binary dir lib icecube photospline n n target link libraries spglam rt n endif numpy found and blas found and lapack found and suitesparse found n n set doxygen found old doxygen found n nhowever i did not test if this works on mac os x n reporter jkelley cc nega resolution worksforme ts component combo reconstruction summary photospline spglam doesn t link librt priority normal keywords photospline spglam time milestone owner jvansanten type defect
| 1
|
7,305
| 2,610,362,641
|
IssuesEvent
|
2015-02-26 19:57:14
|
chrsmith/scribefire-chrome
|
https://api.github.com/repos/chrsmith/scribefire-chrome
|
closed
|
Can not insert video
|
auto-migrated Priority-Medium Type-Defect
|
```
When i use the insert video button it just loads forever after submitting link
and pressing insert button
I am using Chrome latest version
Using latest version of scribefire for chrome
```
-----
Original issue reported on code.google.com by `frederik...@gmail.com` on 4 Jul 2012 at 11:40
|
1.0
|
Can not insert video - ```
When i use the insert video button it just loads forever after submitting link
and pressing insert button
I am using Chrome latest version
Using latest version of scribefire for chrome
```
-----
Original issue reported on code.google.com by `frederik...@gmail.com` on 4 Jul 2012 at 11:40
|
defect
|
can not insert video when i use the insert video button it just loads forever after submitting link and pressing insert button i am using chrome latest version using latest version of scribefire for chrome original issue reported on code google com by frederik gmail com on jul at
| 1
|
11,510
| 3,491,643,566
|
IssuesEvent
|
2016-01-04 16:35:45
|
spring-cloud/spring-cloud-dataflow
|
https://api.github.com/repos/spring-cloud/spring-cloud-dataflow
|
opened
|
Identify remaining gaps in ref. guide
|
documentation ready
|
As a developer, I'd want to review and compare XD and SCDF guides, so I can port the remaining relevant docs as applicable.
**Acceptance:**
Docs for `dsl`, `shell`, `REST-API`, and `UI` are included in the reference guide
|
1.0
|
Identify remaining gaps in ref. guide - As a developer, I'd want to review and compare XD and SCDF guides, so I can port the remaining relevant docs as applicable.
**Acceptance:**
Docs for `dsl`, `shell`, `REST-API`, and `UI` are included in the reference guide
|
non_defect
|
identify remaining gaps in ref guide as a developer i d want to review and compare xd and scdf guides so i can port the remaining relevant docs as applicable acceptance docs for dsl shell rest api and ui are included in the reference guide
| 0
|
2,795
| 3,872,322,949
|
IssuesEvent
|
2016-04-11 13:31:45
|
cul-it/mann-wagon
|
https://api.github.com/repos/cul-it/mann-wagon
|
closed
|
Experiment with modifications to single search to promote Mann results
|
infrastructure wontfix
|
> https://issues.library.cornell.edu/browse/MANNWEB-170.
> Sub-task of https://issues.library.cornell.edu/browse/MANNWEB-151 -> #27
|
1.0
|
Experiment with modifications to single search to promote Mann results - > https://issues.library.cornell.edu/browse/MANNWEB-170.
> Sub-task of https://issues.library.cornell.edu/browse/MANNWEB-151 -> #27
|
non_defect
|
experiment with modifications to single search to promote mann results sub task of
| 0
|
14,237
| 2,795,119,840
|
IssuesEvent
|
2015-05-11 20:19:12
|
codenameone/CodenameOne
|
https://api.github.com/repos/codenameone/CodenameOne
|
closed
|
SQLExceptions on ios device
|
Priority-High Type-Defect
|
Original [issue 1232](https://code.google.com/p/codenameone/issues/detail?id=1232) created by codenameone on 2014-11-20T13:07:52.000Z:
SQLException generated by the violation of a UNIQUE constraint is not caught on IOS devices.
Steps to reproduce:
Insert same value into a column with a UNIQUE constraint.
try{
//code for inserting into table
myDatabase.execute("Insert Into TableName(id, firstColumn, secondColumn, uniqueContraintColumn) values (?,?,?,?);", params);
}catch (IOException ioe) {
Log.p("Exception at inserting into TableName " + ioe.getMessage());
}
Expected output: The log from catch branch
Current behavior: The log from catch branch is not shown. The code acts as if the insert is successful even if the value is actually inserted only once.
Please see: http://www.codenameone.com/discussion-forum.html?place=topic%2Fcodenameone-discussions%2FxfPrzmnM4oQ%2Fdiscussion
|
1.0
|
SQLExceptions on ios device - Original [issue 1232](https://code.google.com/p/codenameone/issues/detail?id=1232) created by codenameone on 2014-11-20T13:07:52.000Z:
SQLException generated by the violation of a UNIQUE constraint is not caught on IOS devices.
Steps to reproduce:
Insert same value into a column with a UNIQUE constraint.
try{
//code for inserting into table
myDatabase.execute("Insert Into TableName(id, firstColumn, secondColumn, uniqueContraintColumn) values (?,?,?,?);", params);
}catch (IOException ioe) {
Log.p("Exception at inserting into TableName " + ioe.getMessage());
}
Expected output: The log from catch branch
Current behavior: The log from catch branch is not shown. The code acts as if the insert is successful even if the value is actually inserted only once.
Please see: http://www.codenameone.com/discussion-forum.html?place=topic%2Fcodenameone-discussions%2FxfPrzmnM4oQ%2Fdiscussion
|
defect
|
sqlexceptions on ios device original created by codenameone on sqlexception generated by the violation of a unique constraint is not caught on ios devices steps to reproduce insert same value into a column with a unique constraint try code for inserting into table mydatabase execute quot insert into tablename id firstcolumn secondcolumn uniquecontraintcolumn values quot params catch ioexception ioe log p quot exception at inserting into tablename quot ioe getmessage expected output the log from catch branch current behavior the log from catch branch is not shown the code acts as if the insert is successful even if the value is actually inserted only once please see
| 1
|
113,551
| 24,444,326,117
|
IssuesEvent
|
2022-10-06 16:38:26
|
cypress-io/cypress
|
https://api.github.com/repos/cypress-io/cypress
|
closed
|
react component testing: Cannot find get-package-type/index via nyc
|
npm: @cypress/react topic: code coverage CT
|
### Current behavior
When I run `cypress run` without using component testing, everything works fine. But when I add this line to my `plugins/index.ts`:
`require("@cypress/react/plugins/load-webpack")(on, config);`
I get the following error:
```
The function exported by the plugins file threw an error.
We invoked the function exported by `/Users/ahfarmer/dev/app/cypress/plugins/index.ts`, but it threw an error.
Error: Cannot find module '/Users/ahfarmer/dev/app/node_modules/get-package-type/index'
Require stack:
- /Users/ahfarmer/dev/app/node_modules/nyc/index.js
- /Users/ahfarmer/dev/app/node_modules/@cypress/code-coverage/task.js
- /Users/ahfarmer/dev/app/node_modules/@cypress/react/plugins/load-webpack/index.js
- /Users/ahfarmer/dev/app/cypress/plugins/index.ts
- /Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/run_plugins.js
- /Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/index.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:972:15)
at Function.Module._resolveFilename (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/tsconfig-paths/lib/register.js:71:48)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/ahfarmer/dev/rhombus-repos/rhombus-cloud-frontend/web/node_modules/nyc/index.js:23:24)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Object.require.extensions.<computed> [as .js] (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/ts-node/src/index.ts:529:44)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/ahfarmer/dev/rhombus-repos/rhombus-cloud-frontend/web/node_modules/@cypress/code-coverage/task.js:15:13)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Object.require.extensions.<computed> [as .js] (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/ts-node/src/index.ts:529:44)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
```
### Test code to reproduce
I haven't been able to isolate the problem yet. I'm not sure where to begin.
### Versions
Tested with Cypress 6.0.0, 6.0.1 and 6.1.0 - all produce the same error.
### More Info
It looks like this is related to code coverage. I'm not trying to use code coverage, but `nyc` is getting imported, and then it is trying to import `get-package-type/index`. The `get-package-type` module does exist in node_modules, but it is a .cjs file: `node_modules/get-package-type/index.cjs`. It seems like the Cypress loader is not looking for `.cjs` extensions in my particular scenario. I'm not sure why Cypress is normally able to find `.cjs` files but not in my particular case.
|
1.0
|
react component testing: Cannot find get-package-type/index via nyc - ### Current behavior
When I run `cypress run` without using component testing, everything works fine. But when I add this line to my `plugins/index.ts`:
`require("@cypress/react/plugins/load-webpack")(on, config);`
I get the following error:
```
The function exported by the plugins file threw an error.
We invoked the function exported by `/Users/ahfarmer/dev/app/cypress/plugins/index.ts`, but it threw an error.
Error: Cannot find module '/Users/ahfarmer/dev/app/node_modules/get-package-type/index'
Require stack:
- /Users/ahfarmer/dev/app/node_modules/nyc/index.js
- /Users/ahfarmer/dev/app/node_modules/@cypress/code-coverage/task.js
- /Users/ahfarmer/dev/app/node_modules/@cypress/react/plugins/load-webpack/index.js
- /Users/ahfarmer/dev/app/cypress/plugins/index.ts
- /Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/run_plugins.js
- /Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/lib/plugins/child/index.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:972:15)
at Function.Module._resolveFilename (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/tsconfig-paths/lib/register.js:71:48)
at Module._load (internal/modules/cjs/loader.js:848:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/ahfarmer/dev/rhombus-repos/rhombus-cloud-frontend/web/node_modules/nyc/index.js:23:24)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Object.require.extensions.<computed> [as .js] (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/ts-node/src/index.ts:529:44)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
at Module.require (internal/modules/cjs/loader.js:1032:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object.<anonymous> (/Users/ahfarmer/dev/rhombus-repos/rhombus-cloud-frontend/web/node_modules/@cypress/code-coverage/task.js:15:13)
at Module._compile (internal/modules/cjs/loader.js:1152:30)
at Module._extensions..js (internal/modules/cjs/loader.js:1173:10)
at Object.require.extensions.<computed> [as .js] (/Users/ahfarmer/Library/Caches/Cypress/6.1.0/Cypress.app/Contents/Resources/app/packages/server/node_modules/ts-node/src/index.ts:529:44)
at Module.load (internal/modules/cjs/loader.js:992:32)
at Module._load (internal/modules/cjs/loader.js:885:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12694)
```
### Test code to reproduce
I haven't been able to isolate the problem yet. I'm not sure where to begin.
### Versions
Tested with Cypress 6.0.0, 6.0.1 and 6.1.0 - all produce the same error.
### More Info
It looks like this is related to code coverage. I'm not trying to use code coverage, but `nyc` is getting imported, and then it is trying to import `get-package-type/index`. The `get-package-type` module does exist in node_modules, but it is a .cjs file: `node_modules/get-package-type/index.cjs`. It seems like the Cypress loader is not looking for `.cjs` extensions in my particular scenario. I'm not sure why Cypress is normally able to find `.cjs` files but not in my particular case.
|
non_defect
|
react component testing cannot find get package type index via nyc current behavior when i run cypress run without using component testing everything works fine but when i add this line to my plugins index ts require cypress react plugins load webpack on config i get the following error the function exported by the plugins file threw an error we invoked the function exported by users ahfarmer dev app cypress plugins index ts but it threw an error error cannot find module users ahfarmer dev app node modules get package type index require stack users ahfarmer dev app node modules nyc index js users ahfarmer dev app node modules cypress code coverage task js users ahfarmer dev app node modules cypress react plugins load webpack index js users ahfarmer dev app cypress plugins index ts users ahfarmer library caches cypress cypress app contents resources app packages server lib plugins child run plugins js users ahfarmer library caches cypress cypress app contents resources app packages server lib plugins child index js at function module resolvefilename internal modules cjs loader js at function module resolvefilename users ahfarmer library caches cypress cypress app contents resources app packages server node modules tsconfig paths lib register js at module load internal modules cjs loader js at function f load electron asar bundle js at module require internal modules cjs loader js at require internal modules cjs helpers js at object users ahfarmer dev rhombus repos rhombus cloud frontend web node modules nyc index js at module compile internal modules cjs loader js at module extensions js internal modules cjs loader js at object require extensions users ahfarmer library caches cypress cypress app contents resources app packages server node modules ts node src index ts at module load internal modules cjs loader js at module load internal modules cjs loader js at function f load electron asar bundle js at module require internal modules cjs loader js at require internal modules cjs helpers js at object users ahfarmer dev rhombus repos rhombus cloud frontend web node modules cypress code coverage task js at module compile internal modules cjs loader js at module extensions js internal modules cjs loader js at object require extensions users ahfarmer library caches cypress cypress app contents resources app packages server node modules ts node src index ts at module load internal modules cjs loader js at module load internal modules cjs loader js at function f load electron asar bundle js test code to reproduce i haven t been able to isolate the problem yet i m not sure where to begin versions tested with cypress and all produce the same error more info it looks like this is related to code coverage i m not trying to use code coverage but nyc is getting imported and then it is trying to import get package type index the get package type module does exist in node modules but it is a cjs file node modules get package type index cjs it seems like the cypress loader is not looking for cjs extensions in my particular scenario i m not sure why cypress is normally able to find cjs files but not in my particular case
| 0
|
69,648
| 22,591,841,073
|
IssuesEvent
|
2022-06-28 20:45:02
|
department-of-veterans-affairs/va-forms-system-core
|
https://api.github.com/repos/department-of-veterans-affairs/va-forms-system-core
|
closed
|
508-defect-2 [SCREENREADER]: Incomplete form submission, error message vague and not read assertively
|
VA Forms System Core Forms Library Support 508/Accessibility forms frontend design system 508-defect-2 components vsa-claims-appeals benefits-crew
|
Label: 24069
- [508-defect-2]
https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2
Issue Title: 508 Defect 2, screen readers, incomplete form submission, error message vague and not read assertively.
Point of Contact: Angela Fowler
**VFS Point of Contact:** _First name only: Angela
<h2>User Story or Problem Statement:</h2>
As a screen reader user, I expect error messages to be read assertively and focus placed at the point of the error. As a user, I expect error messages to inform me as to the nature of the error and offer a solution.
<h2>Details</h2>
<p>When I change the board review option to "hearing" and do not specify a hearing type, the error message when I attempt to submit is not spoken assertively by my screen reader. I have to arrow around the screen to locate it. </p>
<p> The error message says that information is missing, but does not specify which information. This increases cognitive load and could cause confusion for users with cognitive disabilities. </p>
<h2>Acceptance Criteria</h2>
Error messages are informative and spoken assertively.
<h2>Environment</h2>
When the error is generated, NVDA announces "alert," while JAWS says nothing.
<h2>Steps to Recreate</h2>
<ul>
<li>Access
https://staging.va.gov/decision-reviews/board-appeal/request-board-appeal-form-10182
and sign in with any test user. </li>
<li>Complete the form, initially stating you will upload evidence.</li>
<li>On the review screen, change the board review option to "hearing with a veterans law judge, do not specify the hearing type.</li>
<li>Attempt to submit</li>
</ul>

|
1.0
|
508-defect-2 [SCREENREADER]: Incomplete form submission, error message vague and not read assertively - Label: 24069
- [508-defect-2]
https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2
Issue Title: 508 Defect 2, screen readers, incomplete form submission, error message vague and not read assertively.
Point of Contact: Angela Fowler
**VFS Point of Contact:** _First name only: Angela
<h2>User Story or Problem Statement:</h2>
As a screen reader user, I expect error messages to be read assertively and focus placed at the point of the error. As a user, I expect error messages to inform me as to the nature of the error and offer a solution.
<h2>Details</h2>
<p>When I change the board review option to "hearing" and do not specify a hearing type, the error message when I attempt to submit is not spoken assertively by my screen reader. I have to arrow around the screen to locate it. </p>
<p> The error message says that information is missing, but does not specify which information. This increases cognitive load and could cause confusion for users with cognitive disabilities. </p>
<h2>Acceptance Criteria</h2>
Error messages are informative and spoken assertively.
<h2>Environment</h2>
When the error is generated, NVDA announces "alert," while JAWS says nothing.
<h2>Steps to Recreate</h2>
<ul>
<li>Access
https://staging.va.gov/decision-reviews/board-appeal/request-board-appeal-form-10182
and sign in with any test user. </li>
<li>Complete the form, initially stating you will upload evidence.</li>
<li>On the review screen, change the board review option to "hearing with a veterans law judge, do not specify the hearing type.</li>
<li>Attempt to submit</li>
</ul>

|
defect
|
defect incomplete form submission error message vague and not read assertively label issue title defect screen readers incomplete form submission error message vague and not read assertively point of contact angela fowler vfs point of contact first name only angela user story or problem statement as a screen reader user i expect error messages to be read assertively and focus placed at the point of the error as a user i expect error messages to inform me as to the nature of the error and offer a solution details when i change the board review option to hearing and do not specify a hearing type the error message when i attempt to submit is not spoken assertively by my screen reader i have to arrow around the screen to locate it the error message says that information is missing but does not specify which information this increases cognitive load and could cause confusion for users with cognitive disabilities acceptance criteria error messages are informative and spoken assertively environment when the error is generated nvda announces alert while jaws says nothing steps to recreate access and sign in with any test user complete the form initially stating you will upload evidence on the review screen change the board review option to hearing with a veterans law judge do not specify the hearing type attempt to submit
| 1
|
45,527
| 12,833,760,331
|
IssuesEvent
|
2020-07-07 09:50:56
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
Mistake in the "FOR clause" documentation
|
C: Documentation E: Enterprise Edition E: Professional Edition P: Medium R: Fixed T: Defect
|
Here: https://www.jooq.org/doc/3.14/manual-single-page/#for-clause
On the right: Instead of `actors`/`actor` shouldn't it be `books`/`book`?

|
1.0
|
Mistake in the "FOR clause" documentation - Here: https://www.jooq.org/doc/3.14/manual-single-page/#for-clause
On the right: Instead of `actors`/`actor` shouldn't it be `books`/`book`?

|
defect
|
mistake in the for clause documentation here on the right instead of actors actor shouldn t it be books book
| 1
|
34,708
| 14,498,277,816
|
IssuesEvent
|
2020-12-11 15:18:26
|
MicrosoftDocs/azure-docs
|
https://api.github.com/repos/MicrosoftDocs/azure-docs
|
closed
|
Azure web app cca example has no /public path anywhere
|
Pri2 app-service/svc assigned-to-author doc-enhancement triaged
|
"Exclusion paths can be configured by selecting Configuration > General Settings and defining an exclusion path. In this example, anything under /public path for your application would not request a client certificate."
Is the example supposed to be the screenshot below this text? If so, the example does not seem to match the description.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: eb440603-950a-c224-f6c9-222ca502d5a5
* Version Independent ID: 0b5c4944-0327-91fc-2b0b-c19a1b873b64
* Content: [Configure TLS mutual authentication - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/app-service-web-configure-tls-mutual-auth)
* Content Source: [articles/app-service/app-service-web-configure-tls-mutual-auth.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/app-service-web-configure-tls-mutual-auth.md)
* Service: **app-service**
* GitHub Login: @cephalin
* Microsoft Alias: **cephalin**
|
1.0
|
Azure web app cca example has no /public path anywhere - "Exclusion paths can be configured by selecting Configuration > General Settings and defining an exclusion path. In this example, anything under /public path for your application would not request a client certificate."
Is the example supposed to be the screenshot below this text? If so, the example does not seem to match the description.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: eb440603-950a-c224-f6c9-222ca502d5a5
* Version Independent ID: 0b5c4944-0327-91fc-2b0b-c19a1b873b64
* Content: [Configure TLS mutual authentication - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/app-service-web-configure-tls-mutual-auth)
* Content Source: [articles/app-service/app-service-web-configure-tls-mutual-auth.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/app-service-web-configure-tls-mutual-auth.md)
* Service: **app-service**
* GitHub Login: @cephalin
* Microsoft Alias: **cephalin**
|
non_defect
|
azure web app cca example has no public path anywhere exclusion paths can be configured by selecting configuration general settings and defining an exclusion path in this example anything under public path for your application would not request a client certificate is the example supposed to be the screenshot below this text if so the example does not seem to match the description document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app service github login cephalin microsoft alias cephalin
| 0
|
33,411
| 7,112,077,769
|
IssuesEvent
|
2018-01-17 16:00:40
|
contao/core
|
https://api.github.com/repos/contao/core
|
closed
|
Don't remove old subscriptions that have not been activated yet
|
defect
|
https://github.com/contao/core/blob/9ca7b0d03b522622ce4bd2b00ad4fc34efbf28f6/system/modules/newsletter/modules/ModuleSubscribe.php#L243-L250
Please don't not delete old subscriptions automatically. I have multiple newsletter channels corresponding to each online competitions. A person can take part in a competition only after subscribing to the corresponding NL.
To each competition, I have prepared a NL registration with pre selected channel but hidden. This registration form is then placed inside an article describing the competition.
If a person subscribe to a NL and before activation, he then subscribes to the next NL. He is deleted from the first NL channel.
|
1.0
|
Don't remove old subscriptions that have not been activated yet - https://github.com/contao/core/blob/9ca7b0d03b522622ce4bd2b00ad4fc34efbf28f6/system/modules/newsletter/modules/ModuleSubscribe.php#L243-L250
Please don't not delete old subscriptions automatically. I have multiple newsletter channels corresponding to each online competitions. A person can take part in a competition only after subscribing to the corresponding NL.
To each competition, I have prepared a NL registration with pre selected channel but hidden. This registration form is then placed inside an article describing the competition.
If a person subscribe to a NL and before activation, he then subscribes to the next NL. He is deleted from the first NL channel.
|
defect
|
don t remove old subscriptions that have not been activated yet please don t not delete old subscriptions automatically i have multiple newsletter channels corresponding to each online competitions a person can take part in a competition only after subscribing to the corresponding nl to each competition i have prepared a nl registration with pre selected channel but hidden this registration form is then placed inside an article describing the competition if a person subscribe to a nl and before activation he then subscribes to the next nl he is deleted from the first nl channel
| 1
|
81,902
| 31,806,601,555
|
IssuesEvent
|
2023-09-13 14:18:06
|
SeleniumHQ/selenium
|
https://api.github.com/repos/SeleniumHQ/selenium
|
closed
|
[🐛 Bug]: Getting "Error communicating with the remote browser. It may have died." after running a large number of tests in a row.
|
I-defect I-question needs-triaging G-chromedriver
|
### What happened?
When trying to run a large number of tests in a row, I get the error "Error communicating with the remote browser. It may have died." This number of tests can vary anywhere from 10 to 96 before this bug happens. It will then cause every other test in the testing suite to fail with the same issue after it first occurs.
After the first failure a window will be left open with the login page for the website that is being tested, and no new windows will open when trying to open the later tests, however the one that opened for the first failure stays open through these tests and will close when closed manually, or when the test suite run is aborted. The teardown also has driver.close and driver.quit in it, so the browser isn't being closed after the first appearance of the "Browser may have died" error despite this.
Selenium is being used with Cucumber and testNG through eclipse to run these tests locally. It also happens when running the tests via Jenkins on a VM.
This started to occur after an update to 4.11 of Selenium and to 116 for chrome/chromedriver, and has continued with version 4.12 of Selenium too. Tried watching the Task Manager but I didn't see Chrome or Eclipse taking up more memory than usual when running the tests/browsers being left open.
### How can we reproduce the issue?
```shell
https://github.com/JackKyle/SeleniumExample
```
### Relevant log output
```shell
I checked the event viewer log for the error when it happened and got this:
Faulting application name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x64d6885a
Faulting module name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x64d6885a
Exception code: 0xc0000005
Fault offset: 0x00000000000cbe90
Faulting process id: 0x0x563C
Faulting application start time: 0x0x1D9E58E365E97B0
Faulting application path: C:\Users\user\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
Faulting module path: C:\Users\user\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
Report Id: 94756ea7-ca02-4cc0-b950-46926f896c4f
Faulting package full name:
Faulting package-relative application ID:
The error that appears on the console when this happens, and for every test run after, is:
Error communicating with the remote browser. It may have died.
Build info: version: '4.12.0', revision: '249f2a7d1b*'
System info: os.name: 'Windows Server 2016', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_261'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [5b0627a68345e7c7fdbe0df42818ab85, findElement [using, value]]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 116.0.5845.96, chrome: {chromedriverVersion: 116.0.5845.96 (1a3918166880..., userDataDir: C:\Program Files\scoped_dir...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55415}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:55415/devtoo..., se:cdpVersion: 116.0.5845.96, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 5b0627a68345e7c7fdbe0df42818ab85
org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
Build info: version: '4.12.0', revision: '249f2a7d1b*'
System info: os.name: 'Windows Server 2016', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_261'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [5b0627a68345e7c7fdbe0df42818ab85, findElement [using, value]]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 116.0.5845.96, chrome: {chromedriverVersion: 116.0.5845.96 (1a3918166880..., userDataDir: C:\Program Files\scoped_dir...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55415}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:55415/devtoo..., se:cdpVersion: 116.0.5845.96, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 5b0627a68345e7c7fdbe0df42818ab85
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:629)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:353)
at pages.generalnavigation.Login.doLogin(Login.java:79)
at stepDefinitions.generalnavigation.LoginSteps.i_login_with_something_something(LoginSteps.java:40)
at ✽.I log in with: "admin", "password"(src/test/java/featureFiles/contractItems/edit/contractsitems_edit.feature:6)
Caused by: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:48)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:96)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:188)
at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:196)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:171)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:353)
at pages.generalnavigation.Login.doLogin(Login.java:79)
at stepDefinitions.generalnavigation.LoginSteps.i_login_with_something_something(LoginSteps.java:40)
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 cucumber.runtime.Utils$1.call(Utils.java:26)
at cucumber.runtime.Timeout.timeout(Timeout.java:16)
at cucumber.runtime.Utils.invoke(Utils.java:20)
at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:49)
at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
at cucumber.runner.TestStep.executeStep(TestStep.java:63)
at cucumber.runner.TestStep.run(TestStep.java:49)
at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
at cucumber.runner.TestCase.run(TestCase.java:44)
at cucumber.runner.Runner.runPickle(Runner.java:40)
at cucumber.api.testng.TestNGCucumberRunner.runScenario(TestNGCucumberRunner.java:68)
at runners.TestRunner2.feature(TestRunner2.java:42)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.retryFailed(Invoker.java:839)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1010)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:283)
at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:120)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:583)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:559)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
```
### Operating System
Windows 11, Windows 10 on VM
### Selenium version
Java 4.12.0 and 4.11.0
### What are the browser(s) and version(s) where you see this issue?
Chrome 116
### What are the browser driver(s) and version(s) where you see this issue?
Chromedriver 116
### Are you using Selenium Grid?
N/A
|
1.0
|
[🐛 Bug]: Getting "Error communicating with the remote browser. It may have died." after running a large number of tests in a row. - ### What happened?
When trying to run a large number of tests in a row, I get the error "Error communicating with the remote browser. It may have died." This number of tests can vary anywhere from 10 to 96 before this bug happens. It will then cause every other test in the testing suite to fail with the same issue after it first occurs.
After the first failure a window will be left open with the login page for the website that is being tested, and no new windows will open when trying to open the later tests, however the one that opened for the first failure stays open through these tests and will close when closed manually, or when the test suite run is aborted. The teardown also has driver.close and driver.quit in it, so the browser isn't being closed after the first appearance of the "Browser may have died" error despite this.
Selenium is being used with Cucumber and testNG through eclipse to run these tests locally. It also happens when running the tests via Jenkins on a VM.
This started to occur after an update to 4.11 of Selenium and to 116 for chrome/chromedriver, and has continued with version 4.12 of Selenium too. Tried watching the Task Manager but I didn't see Chrome or Eclipse taking up more memory than usual when running the tests/browsers being left open.
### How can we reproduce the issue?
```shell
https://github.com/JackKyle/SeleniumExample
```
### Relevant log output
```shell
I checked the event viewer log for the error when it happened and got this:
Faulting application name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x64d6885a
Faulting module name: chromedriver.exe, version: 0.0.0.0, time stamp: 0x64d6885a
Exception code: 0xc0000005
Fault offset: 0x00000000000cbe90
Faulting process id: 0x0x563C
Faulting application start time: 0x0x1D9E58E365E97B0
Faulting application path: C:\Users\user\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
Faulting module path: C:\Users\user\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
Report Id: 94756ea7-ca02-4cc0-b950-46926f896c4f
Faulting package full name:
Faulting package-relative application ID:
The error that appears on the console when this happens, and for every test run after, is:
Error communicating with the remote browser. It may have died.
Build info: version: '4.12.0', revision: '249f2a7d1b*'
System info: os.name: 'Windows Server 2016', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_261'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [5b0627a68345e7c7fdbe0df42818ab85, findElement [using, value]]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 116.0.5845.96, chrome: {chromedriverVersion: 116.0.5845.96 (1a3918166880..., userDataDir: C:\Program Files\scoped_dir...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55415}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:55415/devtoo..., se:cdpVersion: 116.0.5845.96, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 5b0627a68345e7c7fdbe0df42818ab85
org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
Build info: version: '4.12.0', revision: '249f2a7d1b*'
System info: os.name: 'Windows Server 2016', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_261'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [5b0627a68345e7c7fdbe0df42818ab85, findElement [using, value]]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 116.0.5845.96, chrome: {chromedriverVersion: 116.0.5845.96 (1a3918166880..., userDataDir: C:\Program Files\scoped_dir...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:55415}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:55415/devtoo..., se:cdpVersion: 116.0.5845.96, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 5b0627a68345e7c7fdbe0df42818ab85
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:629)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:353)
at pages.generalnavigation.Login.doLogin(Login.java:79)
at stepDefinitions.generalnavigation.LoginSteps.i_login_with_something_something(LoginSteps.java:40)
at ✽.I log in with: "admin", "password"(src/test/java/featureFiles/contractItems/edit/contractsitems_edit.feature:6)
Caused by: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:48)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:96)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:188)
at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:196)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:171)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:353)
at pages.generalnavigation.Login.doLogin(Login.java:79)
at stepDefinitions.generalnavigation.LoginSteps.i_login_with_something_something(LoginSteps.java:40)
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 cucumber.runtime.Utils$1.call(Utils.java:26)
at cucumber.runtime.Timeout.timeout(Timeout.java:16)
at cucumber.runtime.Utils.invoke(Utils.java:20)
at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:49)
at cucumber.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:50)
at cucumber.runner.TestStep.executeStep(TestStep.java:63)
at cucumber.runner.TestStep.run(TestStep.java:49)
at cucumber.runner.PickleStepTestStep.run(PickleStepTestStep.java:43)
at cucumber.runner.TestCase.run(TestCase.java:44)
at cucumber.runner.Runner.runPickle(Runner.java:40)
at cucumber.api.testng.TestNGCucumberRunner.runScenario(TestNGCucumberRunner.java:68)
at runners.TestRunner2.feature(TestRunner2.java:42)
at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.retryFailed(Invoker.java:839)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1010)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:283)
at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:120)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:583)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:559)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/0:0:0:0:0:0:0:1:46564
Caused by: java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
```
### Operating System
Windows 11, Windows 10 on VM
### Selenium version
Java 4.12.0 and 4.11.0
### What are the browser(s) and version(s) where you see this issue?
Chrome 116
### What are the browser driver(s) and version(s) where you see this issue?
Chromedriver 116
### Are you using Selenium Grid?
N/A
|
defect
|
getting error communicating with the remote browser it may have died after running a large number of tests in a row what happened when trying to run a large number of tests in a row i get the error error communicating with the remote browser it may have died this number of tests can vary anywhere from to before this bug happens it will then cause every other test in the testing suite to fail with the same issue after it first occurs after the first failure a window will be left open with the login page for the website that is being tested and no new windows will open when trying to open the later tests however the one that opened for the first failure stays open through these tests and will close when closed manually or when the test suite run is aborted the teardown also has driver close and driver quit in it so the browser isn t being closed after the first appearance of the browser may have died error despite this selenium is being used with cucumber and testng through eclipse to run these tests locally it also happens when running the tests via jenkins on a vm this started to occur after an update to of selenium and to for chrome chromedriver and has continued with version of selenium too tried watching the task manager but i didn t see chrome or eclipse taking up more memory than usual when running the tests browsers being left open how can we reproduce the issue shell relevant log output shell i checked the event viewer log for the error when it happened and got this faulting application name chromedriver exe version time stamp faulting module name chromedriver exe version time stamp exception code fault offset faulting process id faulting application start time faulting application path c users user cache selenium chromedriver chromedriver exe faulting module path c users user cache selenium chromedriver chromedriver exe report id faulting package full name faulting package relative application id the error that appears on the console when this happens and for every test run after is error communicating with the remote browser it may have died build info version revision system info os name windows server os arch os version java version driver info org openqa selenium chrome chromedriver command capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir c program files scoped dir fedcm accounts true goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname windows proxy proxy se cdp ws localhost devtoo se cdpversion setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn extension minpinlength true webauthn extension prf true webauthn virtualauthenticators true session id org openqa selenium remote unreachablebrowserexception error communicating with the remote browser it may have died build info version revision system info os name windows server os arch os version java version driver info org openqa selenium chrome chromedriver command capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir c program files scoped dir fedcm accounts true goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname windows proxy proxy se cdp ws localhost devtoo se cdpversion setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn extension minpinlength true webauthn extension prf true webauthn virtualauthenticators true session id at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote elementlocation elementfinder findelement elementlocation java at org openqa selenium remote elementlocation findelement elementlocation java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at pages generalnavigation login dologin login java at stepdefinitions generalnavigation loginsteps i login with something something loginsteps java at ✽ i log in with admin password src test java featurefiles contractitems edit contractsitems edit feature caused by java io uncheckedioexception java net connectexception connection refused no further information localhost at org openqa selenium remote http netty nettyhttphandler makecall nettyhttphandler java at org openqa selenium remote http addseleniumuseragent lambda apply addseleniumuseragent java at org openqa selenium remote http filter lambda andfinally filter java at org openqa selenium remote http netty nettyhttphandler execute nettyhttphandler java at org openqa selenium remote http netty nettyclient execute nettyclient java at org openqa selenium remote httpcommandexecutor execute httpcommandexecutor java at org openqa selenium remote service drivercommandexecutor invokeexecute drivercommandexecutor java at org openqa selenium remote service drivercommandexecutor execute drivercommandexecutor java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote elementlocation elementfinder findelement elementlocation java at org openqa selenium remote elementlocation findelement elementlocation java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at pages generalnavigation login dologin login java at stepdefinitions generalnavigation loginsteps i login with something something loginsteps java 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 cucumber runtime utils call utils java at cucumber runtime timeout timeout timeout java at cucumber runtime utils invoke utils java at cucumber runtime java javastepdefinition execute javastepdefinition java at cucumber runner picklestepdefinitionmatch runstep picklestepdefinitionmatch java at cucumber runner teststep executestep teststep java at cucumber runner teststep run teststep java at cucumber runner picklestepteststep run picklestepteststep java at cucumber runner testcase run testcase java at cucumber runner runner runpickle runner java at cucumber api testng testngcucumberrunner runscenario testngcucumberrunner java at runners feature java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker retryfailed invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org apache maven surefire testng testngexecutor run testngexecutor java at org apache maven surefire testng testngxmltestsuite execute testngxmltestsuite java at org apache maven surefire testng testngprovider invoke testngprovider java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by java net connectexception connection refused no further information localhost at org asynchttpclient netty channel nettyconnectlistener onfailure nettyconnectlistener java at org asynchttpclient netty channel nettychannelconnector onfailure nettychannelconnector java at org asynchttpclient netty simplechannelfuturelistener operationcomplete simplechannelfuturelistener java at org asynchttpclient netty simplechannelfuturelistener operationcomplete simplechannelfuturelistener java at io netty util concurrent defaultpromise defaultpromise java at io netty util concurrent defaultpromise defaultpromise java at io netty util concurrent defaultpromise notifylistenersnow defaultpromise java at io netty util concurrent defaultpromise notifylisteners defaultpromise java at io netty util concurrent defaultpromise defaultpromise java at io netty util concurrent defaultpromise defaultpromise java at io netty util concurrent defaultpromise tryfailure defaultpromise java at io netty channel nio abstractniochannel abstractniounsafe fulfillconnectpromise abstractniochannel java at io netty channel nio abstractniochannel abstractniounsafe finishconnect abstractniochannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util internal threadexecutormap run threadexecutormap java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java lang thread run thread java caused by io netty channel abstractchannel annotatedconnectexception connection refused no further information localhost caused by java net connectexception connection refused no further information at sun nio ch socketchannelimpl checkconnect native method at sun nio ch socketchannelimpl finishconnect socketchannelimpl java at io netty channel socket nio niosocketchannel dofinishconnect niosocketchannel java at io netty channel nio abstractniochannel abstractniounsafe finishconnect abstractniochannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util internal threadexecutormap run threadexecutormap java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java lang thread run thread java operating system windows windows on vm selenium version java and what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid n a
| 1
|
36,734
| 8,102,140,282
|
IssuesEvent
|
2018-08-12 21:58:18
|
tdwg/ac
|
https://api.github.com/repos/tdwg/ac
|
closed
|
AC Iptc4xmpExt:CVterm guidance may be inconsistent with IPTC spec
|
Priority-Medium Type-Defect
|
```
About http://terms.tdwg.org/wiki/Audubon_Core_Term_List#Iptc4xmpExt:CVterm
In private email about an example he constructed, Steve Baskauf wrote:
"Probably not using Iptc4xmpExt:CVterm correctly. I'm using it with a
URI-value but I'm not sure if it should be a literal. I'm linking to the
standard view URIs I've defined, but I don't think that's right either. "
I replied approximately:
I think the AC guidance for this term is somewhere between misleading and
wrong. We don't specify which of the several supported implementations in [1]
we mean to be applicable. My feeling is that the original MRTG intent for IPTC
terms was highly motivated by xmp usage. For that, [1] is unambiguous: the
value is a bag URI. (I find no definition of "bag" in [1], but that is a minor
point.) In summary, I think the suggestion in the AC spec that literals can be
used is simply contradicted by the IPTC spec. Not to mention that we know what
problems arise in RDF if a predicate is used with both a URI and a literal. As
a further aside, [1] happens to specify
(a) "Required CV Any Controlled Vocabulary registered with the IPTC for this field. "
(b) "Implementation Note(s) This property is part of the Photo Metadata 2008 specifications, but should not released to the public on the standard Adobe Custom Panels for IPTC metadata or other user
interfaces unless agreed by the IPTC."
[1]
http://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata-201007_1.
pdf
```
Original issue reported on code.google.com by `morris.bob` on 15 Nov 2013 at 6:36
|
1.0
|
AC Iptc4xmpExt:CVterm guidance may be inconsistent with IPTC spec - ```
About http://terms.tdwg.org/wiki/Audubon_Core_Term_List#Iptc4xmpExt:CVterm
In private email about an example he constructed, Steve Baskauf wrote:
"Probably not using Iptc4xmpExt:CVterm correctly. I'm using it with a
URI-value but I'm not sure if it should be a literal. I'm linking to the
standard view URIs I've defined, but I don't think that's right either. "
I replied approximately:
I think the AC guidance for this term is somewhere between misleading and
wrong. We don't specify which of the several supported implementations in [1]
we mean to be applicable. My feeling is that the original MRTG intent for IPTC
terms was highly motivated by xmp usage. For that, [1] is unambiguous: the
value is a bag URI. (I find no definition of "bag" in [1], but that is a minor
point.) In summary, I think the suggestion in the AC spec that literals can be
used is simply contradicted by the IPTC spec. Not to mention that we know what
problems arise in RDF if a predicate is used with both a URI and a literal. As
a further aside, [1] happens to specify
(a) "Required CV Any Controlled Vocabulary registered with the IPTC for this field. "
(b) "Implementation Note(s) This property is part of the Photo Metadata 2008 specifications, but should not released to the public on the standard Adobe Custom Panels for IPTC metadata or other user
interfaces unless agreed by the IPTC."
[1]
http://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata-201007_1.
pdf
```
Original issue reported on code.google.com by `morris.bob` on 15 Nov 2013 at 6:36
|
defect
|
ac cvterm guidance may be inconsistent with iptc spec about in private email about an example he constructed steve baskauf wrote probably not using cvterm correctly i m using it with a uri value but i m not sure if it should be a literal i m linking to the standard view uris i ve defined but i don t think that s right either i replied approximately i think the ac guidance for this term is somewhere between misleading and wrong we don t specify which of the several supported implementations in we mean to be applicable my feeling is that the original mrtg intent for iptc terms was highly motivated by xmp usage for that is unambiguous the value is a bag uri i find no definition of bag in but that is a minor point in summary i think the suggestion in the ac spec that literals can be used is simply contradicted by the iptc spec not to mention that we know what problems arise in rdf if a predicate is used with both a uri and a literal as a further aside happens to specify a required cv any controlled vocabulary registered with the iptc for this field b implementation note s this property is part of the photo metadata specifications but should not released to the public on the standard adobe custom panels for iptc metadata or other user interfaces unless agreed by the iptc pdf original issue reported on code google com by morris bob on nov at
| 1
|
27,740
| 30,296,049,818
|
IssuesEvent
|
2023-07-09 21:36:17
|
ethanrossblack/relational_rails
|
https://api.github.com/repos/ethanrossblack/relational_rails
|
closed
|
User Story 10, Parent Child Index Link
|
Iteration 1 Usability
|
[ ] done
User Story 10, Parent Child Index Link
As a visitor
When I visit a parent show page ('/parents/:id')
Then I see a link to take me to that parent's `child_table_name` page ('/parents/:id/child_table_name')
|
True
|
User Story 10, Parent Child Index Link - [ ] done
User Story 10, Parent Child Index Link
As a visitor
When I visit a parent show page ('/parents/:id')
Then I see a link to take me to that parent's `child_table_name` page ('/parents/:id/child_table_name')
|
non_defect
|
user story parent child index link done user story parent child index link as a visitor when i visit a parent show page parents id then i see a link to take me to that parent s child table name page parents id child table name
| 0
|
67,112
| 20,906,689,294
|
IssuesEvent
|
2022-03-24 03:31:25
|
djangopackages/djangopackages
|
https://api.github.com/repos/djangopackages/djangopackages
|
closed
|
GitLab repos are missing stars
|
defect
|
I noticed on the [Encryption Grid](https://djangopackages.org/grids/g/encryption/) that we were missing:
- star counts
- Repo shows us as "Other" in the package grid
- missing description
See https://djangopackages.org/packages/p/django-encrypted-model-fields/ for missing details too
|
1.0
|
GitLab repos are missing stars - I noticed on the [Encryption Grid](https://djangopackages.org/grids/g/encryption/) that we were missing:
- star counts
- Repo shows us as "Other" in the package grid
- missing description
See https://djangopackages.org/packages/p/django-encrypted-model-fields/ for missing details too
|
defect
|
gitlab repos are missing stars i noticed on the that we were missing star counts repo shows us as other in the package grid missing description see for missing details too
| 1
|
34,893
| 7,467,614,926
|
IssuesEvent
|
2018-04-02 15:57:12
|
radioactivecricket/PostNukeRP
|
https://api.github.com/repos/radioactivecricket/PostNukeRP
|
closed
|
Undo on Power Linker Tool when Ent is missing
|
Priority-Low Type-Defect auto-migrated
|
```
by [TBU|FN] CrazyKid » Mon Dec 24, 2012 7:42 pm
At 2:42PM EST I got this error spamming in the server console
[ERROR] lua/includes/modules/constraint.lua:177: Tried to use a NULL entity!
1. GetTable - [C]:-1
2. RemoveConstraints - lua/includes/modules/constraint.lua:177
3. unknown - ...p/entities/weapons/gmod_tool/stools/pnrp_powerlinker.lua:70
4. Do_Undo - lua/includes/modules/undo.lua:349
5. CC_UndoLast - lua/includes/modules/undo.lua:405
6. unknown - lua/includes/modules/undo.lua:416
7. unknown - lua/includes/modules/concommand.lua:69
http://radioactivecricket.com/forums/viewtopic.php?f=15&t=759
```
Original issue reported on code.google.com by `eldarst...@gmail.com` on 23 Jan 2013 at 10:49
|
1.0
|
Undo on Power Linker Tool when Ent is missing - ```
by [TBU|FN] CrazyKid » Mon Dec 24, 2012 7:42 pm
At 2:42PM EST I got this error spamming in the server console
[ERROR] lua/includes/modules/constraint.lua:177: Tried to use a NULL entity!
1. GetTable - [C]:-1
2. RemoveConstraints - lua/includes/modules/constraint.lua:177
3. unknown - ...p/entities/weapons/gmod_tool/stools/pnrp_powerlinker.lua:70
4. Do_Undo - lua/includes/modules/undo.lua:349
5. CC_UndoLast - lua/includes/modules/undo.lua:405
6. unknown - lua/includes/modules/undo.lua:416
7. unknown - lua/includes/modules/concommand.lua:69
http://radioactivecricket.com/forums/viewtopic.php?f=15&t=759
```
Original issue reported on code.google.com by `eldarst...@gmail.com` on 23 Jan 2013 at 10:49
|
defect
|
undo on power linker tool when ent is missing by crazykid » mon dec pm at est i got this error spamming in the server console lua includes modules constraint lua tried to use a null entity gettable removeconstraints lua includes modules constraint lua unknown p entities weapons gmod tool stools pnrp powerlinker lua do undo lua includes modules undo lua cc undolast lua includes modules undo lua unknown lua includes modules undo lua unknown lua includes modules concommand lua original issue reported on code google com by eldarst gmail com on jan at
| 1
|
14,199
| 2,793,234,538
|
IssuesEvent
|
2015-05-11 09:34:12
|
bounswe/bounswe2015group3
|
https://api.github.com/repos/bounswe/bounswe2015group3
|
closed
|
meeting1
|
auto-migrated Priority-Medium Type-Defect
|
```
this issue about our first meeting content
```
Original issue reported on code.google.com by `bunyamin...@gmail.com` on 20 Feb 2015 at 6:33
|
1.0
|
meeting1 - ```
this issue about our first meeting content
```
Original issue reported on code.google.com by `bunyamin...@gmail.com` on 20 Feb 2015 at 6:33
|
defect
|
this issue about our first meeting content original issue reported on code google com by bunyamin gmail com on feb at
| 1
|
131,695
| 12,488,820,090
|
IssuesEvent
|
2020-05-31 15:57:39
|
iamalnewkirk/stencil
|
https://api.github.com/repos/iamalnewkirk/stencil
|
closed
|
Hide POD __DATA__ from MetaCPAN
|
documentation
|
Upgrade to `Data::Object::Data@2.03` and use `@=` POD start syntax instead of `=` in generators.
|
1.0
|
Hide POD __DATA__ from MetaCPAN - Upgrade to `Data::Object::Data@2.03` and use `@=` POD start syntax instead of `=` in generators.
|
non_defect
|
hide pod data from metacpan upgrade to data object data and use pod start syntax instead of in generators
| 0
|
496,942
| 14,359,192,679
|
IssuesEvent
|
2020-11-30 15:20:02
|
airbytehq/airbyte
|
https://api.github.com/repos/airbytehq/airbyte
|
closed
|
Add output validation to integration tests
|
area/integration priority/high type/bug
|
## Current Behavior
* Integration tests pass even though they output json that is not valid `SingerCatalog`, etc.
* e.g. stripe integration tests were passing even though it was returning an output that violated the SingerCatalog in multiple different ways.
## Expected Behavior
* We should validate in our integration tests that the output of our integrations can actually be deserialized into the types we expect.
## Steps to Reproduce (though hopefully I'll have this fixed pretty soon at least for this case)
1. Setup a stripe source integration
1. Try to run discover_schema on it
|
1.0
|
Add output validation to integration tests - ## Current Behavior
* Integration tests pass even though they output json that is not valid `SingerCatalog`, etc.
* e.g. stripe integration tests were passing even though it was returning an output that violated the SingerCatalog in multiple different ways.
## Expected Behavior
* We should validate in our integration tests that the output of our integrations can actually be deserialized into the types we expect.
## Steps to Reproduce (though hopefully I'll have this fixed pretty soon at least for this case)
1. Setup a stripe source integration
1. Try to run discover_schema on it
|
non_defect
|
add output validation to integration tests current behavior integration tests pass even though they output json that is not valid singercatalog etc e g stripe integration tests were passing even though it was returning an output that violated the singercatalog in multiple different ways expected behavior we should validate in our integration tests that the output of our integrations can actually be deserialized into the types we expect steps to reproduce though hopefully i ll have this fixed pretty soon at least for this case setup a stripe source integration try to run discover schema on it
| 0
|
8,471
| 2,611,513,324
|
IssuesEvent
|
2015-02-27 05:49:24
|
chrsmith/hedgewars
|
https://api.github.com/repos/chrsmith/hedgewars
|
closed
|
AI not good enough
|
auto-migrated Priority-Medium Type-Defect
|
```
What is the expected output? What do you see instead?
Ai not choosing to kill the nearest hedge with shourioken or whip. And using
only some limited amount of weapons.
What version of the product are you using? On what operating system?
win7 64bit, latest hedgewars
Please provide any additional information below.
Sometimes they choose to attack some other hedges who are far away instead of
attacking nearby hedges with shotgun or killing them with the F4 skills /
weapons. Also they choose to attack a lot with desert eagle to make 7-14 damage
( 1 hit-2 hits) instead of preparing their next turn(for example shooting
bazooka to open new space for their movement). They tend to stay on their spot
to attack instead of moving around, mostly they only run around because of
dropped chests and health packages. They use the cheese stuff ( with the 5
damage tick) way too often and in cases where it isnt really needed. They only
use shotgun to last hit hedges and theyre not using it to make 50 damage in one
turn if possible and choose to use grenades and bazookas(4-5 damage less than
with shotgun usage).
```
Original issue reported on code.google.com by `clnah...@gmail.com` on 5 Dec 2012 at 10:49
|
1.0
|
AI not good enough - ```
What is the expected output? What do you see instead?
Ai not choosing to kill the nearest hedge with shourioken or whip. And using
only some limited amount of weapons.
What version of the product are you using? On what operating system?
win7 64bit, latest hedgewars
Please provide any additional information below.
Sometimes they choose to attack some other hedges who are far away instead of
attacking nearby hedges with shotgun or killing them with the F4 skills /
weapons. Also they choose to attack a lot with desert eagle to make 7-14 damage
( 1 hit-2 hits) instead of preparing their next turn(for example shooting
bazooka to open new space for their movement). They tend to stay on their spot
to attack instead of moving around, mostly they only run around because of
dropped chests and health packages. They use the cheese stuff ( with the 5
damage tick) way too often and in cases where it isnt really needed. They only
use shotgun to last hit hedges and theyre not using it to make 50 damage in one
turn if possible and choose to use grenades and bazookas(4-5 damage less than
with shotgun usage).
```
Original issue reported on code.google.com by `clnah...@gmail.com` on 5 Dec 2012 at 10:49
|
defect
|
ai not good enough what is the expected output what do you see instead ai not choosing to kill the nearest hedge with shourioken or whip and using only some limited amount of weapons what version of the product are you using on what operating system latest hedgewars please provide any additional information below sometimes they choose to attack some other hedges who are far away instead of attacking nearby hedges with shotgun or killing them with the skills weapons also they choose to attack a lot with desert eagle to make damage hit hits instead of preparing their next turn for example shooting bazooka to open new space for their movement they tend to stay on their spot to attack instead of moving around mostly they only run around because of dropped chests and health packages they use the cheese stuff with the damage tick way too often and in cases where it isnt really needed they only use shotgun to last hit hedges and theyre not using it to make damage in one turn if possible and choose to use grenades and bazookas damage less than with shotgun usage original issue reported on code google com by clnah gmail com on dec at
| 1
|
250,884
| 21,367,708,825
|
IssuesEvent
|
2022-04-20 04:50:20
|
dotnet/fsharp
|
https://api.github.com/repos/dotnet/fsharp
|
closed
|
[Test Framework] Publish tests categorization guide
|
Area-Testing
|
Publish a guide, which will be descibing migrating of existing (old suites) and creating new test cases.
Guide should describe where do certain categories of the tests belong (i.e. Test Suite, category, subcategories, etc.).
|
1.0
|
[Test Framework] Publish tests categorization guide - Publish a guide, which will be descibing migrating of existing (old suites) and creating new test cases.
Guide should describe where do certain categories of the tests belong (i.e. Test Suite, category, subcategories, etc.).
|
non_defect
|
publish tests categorization guide publish a guide which will be descibing migrating of existing old suites and creating new test cases guide should describe where do certain categories of the tests belong i e test suite category subcategories etc
| 0
|
68,213
| 21,557,208,312
|
IssuesEvent
|
2022-04-30 16:22:37
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
opened
|
zfs should build ---without-python or --disable-pyzfs
|
Type: Defect
|
try to build an "ARCH iso"
how ever this is zfs-2.1.4
always fail,- but neverless helps:
==> dkms install --no-depmod zfs/0.8.4 -k 5.17.5-arch1-1
Deprecated feature: REMAKE_INITRD
configure: error: "Python >= 3.4 is required"
patch has been changed to:
--- scripts/dkms.mkconf.bk 2022-04-30 17:38:29.376581217 +0200
+++ scripts/dkms.mkconf 2022-04-30 17:39:16.753437330 +0200
@@ -28,14 +28,9 @@
PRE_BUILD="configure
--prefix=/usr
--with-config=kernel
- --with-linux=\$(
- if [ -e "\${kernel_source_dir/%build/source}" ]
- then
- echo "\${kernel_source_dir/%build/source}"
- else
- echo "\${kernel_source_dir}"
- fi
- )
+ --without-python --disable-pyzfs
+ --disable-pyzfs
+ --with-linux="\${kernel_source_dir}"
--with-linux-obj="\${kernel_source_dir}"
\$(
[[ -n \"\${ICP_ROOT}\" ]] && \\
@@ -69,7 +63,7 @@
"
AUTOINSTALL="yes"
REMAKE_INITRD="no"
-MAKE[0]="make"
+MAKE[0]="make -C module/"
STRIP[0]="\$(
[[ -r \${PACKAGE_CONFIG} ]] \\
&& source \${PACKAGE_CONFIG} \\
|
1.0
|
zfs should build ---without-python or --disable-pyzfs - try to build an "ARCH iso"
how ever this is zfs-2.1.4
always fail,- but neverless helps:
==> dkms install --no-depmod zfs/0.8.4 -k 5.17.5-arch1-1
Deprecated feature: REMAKE_INITRD
configure: error: "Python >= 3.4 is required"
patch has been changed to:
--- scripts/dkms.mkconf.bk 2022-04-30 17:38:29.376581217 +0200
+++ scripts/dkms.mkconf 2022-04-30 17:39:16.753437330 +0200
@@ -28,14 +28,9 @@
PRE_BUILD="configure
--prefix=/usr
--with-config=kernel
- --with-linux=\$(
- if [ -e "\${kernel_source_dir/%build/source}" ]
- then
- echo "\${kernel_source_dir/%build/source}"
- else
- echo "\${kernel_source_dir}"
- fi
- )
+ --without-python --disable-pyzfs
+ --disable-pyzfs
+ --with-linux="\${kernel_source_dir}"
--with-linux-obj="\${kernel_source_dir}"
\$(
[[ -n \"\${ICP_ROOT}\" ]] && \\
@@ -69,7 +63,7 @@
"
AUTOINSTALL="yes"
REMAKE_INITRD="no"
-MAKE[0]="make"
+MAKE[0]="make -C module/"
STRIP[0]="\$(
[[ -r \${PACKAGE_CONFIG} ]] \\
&& source \${PACKAGE_CONFIG} \\
|
defect
|
zfs should build without python or disable pyzfs try to build an arch iso how ever this is zfs always fail but neverless helps dkms install no depmod zfs k deprecated feature remake initrd configure error python is required patch has been changed to scripts dkms mkconf bk scripts dkms mkconf pre build configure prefix usr with config kernel with linux if then echo kernel source dir build source else echo kernel source dir fi without python disable pyzfs disable pyzfs with linux kernel source dir with linux obj kernel source dir autoinstall yes remake initrd no make make make make c module strip source package config
| 1
|
1,238
| 2,603,331,563
|
IssuesEvent
|
2015-02-24 15:29:02
|
jasonhall/jasonhall
|
https://api.github.com/repos/jasonhall/jasonhall
|
opened
|
issue 7
|
auto-migrated Priority-Medium Type-Defect
|
```
issue 6 was deleted
```
-----
Original issue reported on code.google.com by `jasonhall@google.com` on 18 Dec 2014 at 6:42
|
1.0
|
issue 7 - ```
issue 6 was deleted
```
-----
Original issue reported on code.google.com by `jasonhall@google.com` on 18 Dec 2014 at 6:42
|
defect
|
issue issue was deleted original issue reported on code google com by jasonhall google com on dec at
| 1
|
436,769
| 12,553,513,334
|
IssuesEvent
|
2020-06-06 22:19:05
|
buddyboss/buddyboss-platform
|
https://api.github.com/repos/buddyboss/buddyboss-platform
|
opened
|
Add a limits to the number of uploaded images to the activity feed
|
feature: enhancement priority: medium
|
**Is your feature request related to a problem? Please describe.**
User can upload a lot of images per one activity feed post. This can slow down the system and fill up memory quickly.
**Screenshot**

**Describe the solution you'd like**
Add to the platform settings an ability to set the limits to the number of uploaded images to the activity feed.
**Describe alternatives you've considered**
This solutions is working in your [BuddyBoss Media](https://www.buddyboss.com/product/buddyboss-media/) plugin.
|
1.0
|
Add a limits to the number of uploaded images to the activity feed - **Is your feature request related to a problem? Please describe.**
User can upload a lot of images per one activity feed post. This can slow down the system and fill up memory quickly.
**Screenshot**

**Describe the solution you'd like**
Add to the platform settings an ability to set the limits to the number of uploaded images to the activity feed.
**Describe alternatives you've considered**
This solutions is working in your [BuddyBoss Media](https://www.buddyboss.com/product/buddyboss-media/) plugin.
|
non_defect
|
add a limits to the number of uploaded images to the activity feed is your feature request related to a problem please describe user can upload a lot of images per one activity feed post this can slow down the system and fill up memory quickly screenshot describe the solution you d like add to the platform settings an ability to set the limits to the number of uploaded images to the activity feed describe alternatives you ve considered this solutions is working in your plugin
| 0
|
27,842
| 5,113,003,012
|
IssuesEvent
|
2017-01-06 13:48:11
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
DefaultBinding cannot parse +HH timezone offset
|
C: Functionality P: High R: Fixed T: Defect
|
The `timestamp with time zone '1969-12-31T23:00+01'` value (as reported by PostgreSQL, for instance) is currently not parsed correctly by jOOQ, which results in the "default" offset `+00:00` being appended
|
1.0
|
DefaultBinding cannot parse +HH timezone offset - The `timestamp with time zone '1969-12-31T23:00+01'` value (as reported by PostgreSQL, for instance) is currently not parsed correctly by jOOQ, which results in the "default" offset `+00:00` being appended
|
defect
|
defaultbinding cannot parse hh timezone offset the timestamp with time zone value as reported by postgresql for instance is currently not parsed correctly by jooq which results in the default offset being appended
| 1
|
501,143
| 14,522,138,513
|
IssuesEvent
|
2020-12-14 08:25:22
|
pingcap/dumpling
|
https://api.github.com/repos/pingcap/dumpling
|
closed
|
Dumpling's output csv file is not correct when we set csv-delimiter to ""
|
difficulty/2-medium priority/P0
|
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a recipe for reproducing the error.
Run `dumpling --filetype csv --csv-delimiter "" --csv-seperater ","`, the output csv is invalid.
```sql
insert into t values
('0,00'),
('0,,0');
```
dumpling's output file:
```csv
0,00
0,,0
```
2. What did you expect to see?
`dumpling` should output the right csv file.
```csv
0\,00
0\,\,00
```
|
1.0
|
Dumpling's output csv file is not correct when we set csv-delimiter to "" - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a recipe for reproducing the error.
Run `dumpling --filetype csv --csv-delimiter "" --csv-seperater ","`, the output csv is invalid.
```sql
insert into t values
('0,00'),
('0,,0');
```
dumpling's output file:
```csv
0,00
0,,0
```
2. What did you expect to see?
`dumpling` should output the right csv file.
```csv
0\,00
0\,\,00
```
|
non_defect
|
dumpling s output csv file is not correct when we set csv delimiter to bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error run dumpling filetype csv csv delimiter csv seperater the output csv is invalid sql insert into t values dumpling s output file csv what did you expect to see dumpling should output the right csv file csv
| 0
|
116,850
| 4,707,834,242
|
IssuesEvent
|
2016-10-13 21:19:53
|
docker/swarmkit
|
https://api.github.com/repos/docker/swarmkit
|
closed
|
Move node.go outside agent package
|
priority/P3 refactor
|
`node.go` manages both the agent and the manager, and it doesn't feel right for this to live in the `agent` package. It causes `agent` to import `manager`, which is weird. This also means that the manager package can't have unit tests that use agent code because of an import cycle.
I think it would be best to move `node.go` to a separate package.
cc @tonistiigi @LK4D4 @stevvooe
|
1.0
|
Move node.go outside agent package - `node.go` manages both the agent and the manager, and it doesn't feel right for this to live in the `agent` package. It causes `agent` to import `manager`, which is weird. This also means that the manager package can't have unit tests that use agent code because of an import cycle.
I think it would be best to move `node.go` to a separate package.
cc @tonistiigi @LK4D4 @stevvooe
|
non_defect
|
move node go outside agent package node go manages both the agent and the manager and it doesn t feel right for this to live in the agent package it causes agent to import manager which is weird this also means that the manager package can t have unit tests that use agent code because of an import cycle i think it would be best to move node go to a separate package cc tonistiigi stevvooe
| 0
|
60,061
| 14,518,864,242
|
IssuesEvent
|
2020-12-14 01:09:45
|
jgeraigery/please-del-this-repo
|
https://api.github.com/repos/jgeraigery/please-del-this-repo
|
opened
|
CVE-2020-7788 (High) detected in ini-1.3.4.tgz
|
security vulnerability
|
## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ini-1.3.4.tgz</b></p></summary>
<p>An ini encoder/decoder for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/ini/-/ini-1.3.4.tgz">https://registry.npmjs.org/ini/-/ini-1.3.4.tgz</a></p>
<p>Path to dependency file: please-del-this-repo/package.json</p>
<p>Path to vulnerable library: please-del-this-repo/node_modules/ini/package.json</p>
<p>
Dependency Hierarchy:
- nodemon-1.11.0.tgz (Root Library)
- update-notifier-0.5.0.tgz
- latest-version-1.0.1.tgz
- package-json-1.2.0.tgz
- registry-url-3.1.0.tgz
- rc-1.2.1.tgz
- :x: **ini-1.3.4.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.
<p>Publish Date: 2020-12-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7788>CVE-2020-7788</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788</a></p>
<p>Release Date: 2020-12-11</p>
<p>Fix Resolution: v1.3.6</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ini","packageVersion":"1.3.4","isTransitiveDependency":true,"dependencyTree":"nodemon:1.11.0;update-notifier:0.5.0;latest-version:1.0.1;package-json:1.2.0;registry-url:3.1.0;rc:1.2.1;ini:1.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v1.3.6"}],"vulnerabilityIdentifier":"CVE-2020-7788","vulnerabilityDetails":"This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7788","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-7788 (High) detected in ini-1.3.4.tgz - ## CVE-2020-7788 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ini-1.3.4.tgz</b></p></summary>
<p>An ini encoder/decoder for node</p>
<p>Library home page: <a href="https://registry.npmjs.org/ini/-/ini-1.3.4.tgz">https://registry.npmjs.org/ini/-/ini-1.3.4.tgz</a></p>
<p>Path to dependency file: please-del-this-repo/package.json</p>
<p>Path to vulnerable library: please-del-this-repo/node_modules/ini/package.json</p>
<p>
Dependency Hierarchy:
- nodemon-1.11.0.tgz (Root Library)
- update-notifier-0.5.0.tgz
- latest-version-1.0.1.tgz
- package-json-1.2.0.tgz
- registry-url-3.1.0.tgz
- rc-1.2.1.tgz
- :x: **ini-1.3.4.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.
<p>Publish Date: 2020-12-11
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7788>CVE-2020-7788</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.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: 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>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7788</a></p>
<p>Release Date: 2020-12-11</p>
<p>Fix Resolution: v1.3.6</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ini","packageVersion":"1.3.4","isTransitiveDependency":true,"dependencyTree":"nodemon:1.11.0;update-notifier:0.5.0;latest-version:1.0.1;package-json:1.2.0;registry-url:3.1.0;rc:1.2.1;ini:1.3.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v1.3.6"}],"vulnerabilityIdentifier":"CVE-2020-7788","vulnerabilityDetails":"This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7788","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
non_defect
|
cve high detected in ini tgz cve high severity vulnerability vulnerable library ini tgz an ini encoder decoder for node library home page a href path to dependency file please del this repo package json path to vulnerable library please del this repo node modules ini package json dependency hierarchy nodemon tgz root library update notifier tgz latest version tgz package json tgz registry url tgz rc tgz x ini tgz vulnerable library found in base branch master vulnerability details this affects the package ini before if an attacker submits a malicious ini file to an application that parses it with ini parse they will pollute the prototype on the application this can be exploited further depending on the context 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 origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails this affects the package ini before if an attacker submits a malicious ini file to an application that parses it with ini parse they will pollute the prototype on the application this can be exploited further depending on the context vulnerabilityurl
| 0
|
11,203
| 2,641,742,414
|
IssuesEvent
|
2015-03-11 19:29:02
|
chrsmith/html5rocks
|
https://api.github.com/repos/chrsmith/html5rocks
|
closed
|
Chrome Frame meta tag is not valid in HTML5
|
Priority-Medium Type-Defect
|
Original [issue 108](https://code.google.com/p/html5rocks/issues/detail?id=108) created by chrsmith on 2010-07-29T01:51:35.000Z:
From http://html5.validator.nu/?doc=http://www.html5rocks.com/
Bad value X-UA-Compatible for attribute http-equiv on element meta.
From line 24, column 3; to line 24, column 64
/title>↩ <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">↩ <li
For background, see http://www.elementary-group-standards.com/html/html5-http-equiv-difference.
Not sure there's anything we can do about it yet, but HTML5 validation is a goal we should shoot for. I have pinged Alex to see if he has any ideas.
|
1.0
|
Chrome Frame meta tag is not valid in HTML5 - Original [issue 108](https://code.google.com/p/html5rocks/issues/detail?id=108) created by chrsmith on 2010-07-29T01:51:35.000Z:
From http://html5.validator.nu/?doc=http://www.html5rocks.com/
Bad value X-UA-Compatible for attribute http-equiv on element meta.
From line 24, column 3; to line 24, column 64
/title>↩ <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">↩ <li
For background, see http://www.elementary-group-standards.com/html/html5-http-equiv-difference.
Not sure there's anything we can do about it yet, but HTML5 validation is a goal we should shoot for. I have pinged Alex to see if he has any ideas.
|
defect
|
chrome frame meta tag is not valid in original created by chrsmith on from bad value x ua compatible for attribute http equiv on element meta from line column to line column title gt ↩ lt meta http equiv quot x ua compatible quot content quot ie edge chrome quot gt ↩ lt li for background see not sure there s anything we can do about it yet but validation is a goal we should shoot for i have pinged alex to see if he has any ideas
| 1
|
81,534
| 15,761,604,522
|
IssuesEvent
|
2021-03-31 10:09:33
|
quarkusio/quarkus
|
https://api.github.com/repos/quarkusio/quarkus
|
opened
|
Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA
|
area/codestarts area/devtools kind/enhancement
|
## Description
As discussed here: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/resteasy.20pathparam.20always.20null/near/232163105
This workaround for https://youtrack.jetbrains.com/issue/IDEA-201496:
```xml
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
<configuration>
<parameters>${maven.compiler.parameters}</parameters>
</configuration>
</plugin>
```
should be added to the generation of new projects.
|
1.0
|
Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA - ## Description
As discussed here: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/resteasy.20pathparam.20always.20null/near/232163105
This workaround for https://youtrack.jetbrains.com/issue/IDEA-201496:
```xml
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
<configuration>
<parameters>${maven.compiler.parameters}</parameters>
</configuration>
</plugin>
```
should be added to the generation of new projects.
|
non_defect
|
add workaround to generated projects for maven compiler parameters problem in intellij idea description as discussed here this workaround for xml maven compiler plugin compiler plugin version maven compiler parameters should be added to the generation of new projects
| 0
|
11,703
| 2,663,283,346
|
IssuesEvent
|
2015-03-20 03:15:06
|
barricklab/breseq
|
https://api.github.com/repos/barricklab/breseq
|
closed
|
Predicting indel polymorphisms in homopolymer runs
|
auto-migrated Priority-Medium Type-Defect
|
```
Error model needs to account for the chances of an indel at each base in the
homopolymer run (where the error probabilities need to be applies to each base
in the run, at least, and really should actually be larger than single base
indel rates account for, esp. in cases of certain technologies like 454 reads).
This is currently the major source of false-positive polymorphism predictions.
```
Original issue reported on code.google.com by `jeffrey....@gmail.com` on 24 Jul 2012 at 12:50
|
1.0
|
Predicting indel polymorphisms in homopolymer runs - ```
Error model needs to account for the chances of an indel at each base in the
homopolymer run (where the error probabilities need to be applies to each base
in the run, at least, and really should actually be larger than single base
indel rates account for, esp. in cases of certain technologies like 454 reads).
This is currently the major source of false-positive polymorphism predictions.
```
Original issue reported on code.google.com by `jeffrey....@gmail.com` on 24 Jul 2012 at 12:50
|
defect
|
predicting indel polymorphisms in homopolymer runs error model needs to account for the chances of an indel at each base in the homopolymer run where the error probabilities need to be applies to each base in the run at least and really should actually be larger than single base indel rates account for esp in cases of certain technologies like reads this is currently the major source of false positive polymorphism predictions original issue reported on code google com by jeffrey gmail com on jul at
| 1
|
13,048
| 2,732,890,269
|
IssuesEvent
|
2015-04-17 10:01:15
|
tiku01/oryx-editor
|
https://api.github.com/repos/tiku01/oryx-editor
|
closed
|
Morphing of containers
|
auto-migrated Component-Editor Priority-Critical Type-Defect
|
```
What steps will reproduce the problem?
1. Create a new bpmn process
2. Create an expanded SubProcess
3. Fill the SubProcess with some tasks and edges.
4. Morph the expanded SubProcess to a collapsed.
What is the expected output?
I guess all contained elements should disappear. It would be very cool if
they appear again, when the shape is morphed back to an expanded
SubProcess(especially for use cases like expand & collapse pools/subprocesses).
What do you see instead?
Sequence Flow didn't disappear, if I play around with left artifacts some
strange behavior happens. Wrong selection frames, uncontrollable shape
movement, some times and error raises and selection/deselection is not
longer possible.
Perhaps it must not be possible to morph a container into a non-container.
I couldn't test the behavior of morphing from one container into another
one. In this case all contained objects should stay.
```
Original issue reported on code.google.com by `ole.ecke...@gmail.com` on 30 Jun 2009 at 4:12
|
1.0
|
Morphing of containers - ```
What steps will reproduce the problem?
1. Create a new bpmn process
2. Create an expanded SubProcess
3. Fill the SubProcess with some tasks and edges.
4. Morph the expanded SubProcess to a collapsed.
What is the expected output?
I guess all contained elements should disappear. It would be very cool if
they appear again, when the shape is morphed back to an expanded
SubProcess(especially for use cases like expand & collapse pools/subprocesses).
What do you see instead?
Sequence Flow didn't disappear, if I play around with left artifacts some
strange behavior happens. Wrong selection frames, uncontrollable shape
movement, some times and error raises and selection/deselection is not
longer possible.
Perhaps it must not be possible to morph a container into a non-container.
I couldn't test the behavior of morphing from one container into another
one. In this case all contained objects should stay.
```
Original issue reported on code.google.com by `ole.ecke...@gmail.com` on 30 Jun 2009 at 4:12
|
defect
|
morphing of containers what steps will reproduce the problem create a new bpmn process create an expanded subprocess fill the subprocess with some tasks and edges morph the expanded subprocess to a collapsed what is the expected output i guess all contained elements should disappear it would be very cool if they appear again when the shape is morphed back to an expanded subprocess especially for use cases like expand collapse pools subprocesses what do you see instead sequence flow didn t disappear if i play around with left artifacts some strange behavior happens wrong selection frames uncontrollable shape movement some times and error raises and selection deselection is not longer possible perhaps it must not be possible to morph a container into a non container i couldn t test the behavior of morphing from one container into another one in this case all contained objects should stay original issue reported on code google com by ole ecke gmail com on jun at
| 1
|
13,642
| 8,306,465,754
|
IssuesEvent
|
2018-09-22 19:04:12
|
vaadin/designer
|
https://api.github.com/repos/vaadin/designer
|
closed
|
High CPU consumption when having multiple designs opening
|
Eclipse Stale performance
|
### Steps to reproduce
1. Open multiple designs (e.g. 7 designs)
2. Check CPU usage
### Actual behavior
Around 30-40% CPU usage
### Expected behavior
As low as possible
### IDE, Designer and OS version
Eclipse neon 1, Designer 1.2.0.final, Ubuntu
|
True
|
High CPU consumption when having multiple designs opening - ### Steps to reproduce
1. Open multiple designs (e.g. 7 designs)
2. Check CPU usage
### Actual behavior
Around 30-40% CPU usage
### Expected behavior
As low as possible
### IDE, Designer and OS version
Eclipse neon 1, Designer 1.2.0.final, Ubuntu
|
non_defect
|
high cpu consumption when having multiple designs opening steps to reproduce open multiple designs e g designs check cpu usage actual behavior around cpu usage expected behavior as low as possible ide designer and os version eclipse neon designer final ubuntu
| 0
|
38,353
| 12,536,726,851
|
IssuesEvent
|
2020-06-05 01:03:08
|
tamirverthim/arthas
|
https://api.github.com/repos/tamirverthim/arthas
|
opened
|
CVE-2020-8840 (High) detected in jackson-databind-2.7.9.4.jar
|
security vulnerability
|
## CVE-2020-8840 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.9.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/arthas/core/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.9.4/jackson-databind-2.7.9.4.jar</p>
<p>
Dependency Hierarchy:
- termd-core-1.1.7.1.jar (Root Library)
- :x: **jackson-databind-2.7.9.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.
<p>Publish Date: 2020-02-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8840>CVE-2020-8840</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2620">https://github.com/FasterXML/jackson-databind/issues/2620</a></p>
<p>Release Date: 2020-02-10</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.7.9.4","isTransitiveDependency":true,"dependencyTree":"com.alibaba.middleware:termd-core:1.1.7.1;com.fasterxml.jackson.core:jackson-databind:2.7.9.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.3"}],"vulnerabilityIdentifier":"CVE-2020-8840","vulnerabilityDetails":"FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8840","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-8840 (High) detected in jackson-databind-2.7.9.4.jar - ## CVE-2020-8840 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.7.9.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /tmp/ws-scm/arthas/core/pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.9.4/jackson-databind-2.7.9.4.jar</p>
<p>
Dependency Hierarchy:
- termd-core-1.1.7.1.jar (Root Library)
- :x: **jackson-databind-2.7.9.4.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.
<p>Publish Date: 2020-02-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8840>CVE-2020-8840</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2620">https://github.com/FasterXML/jackson-databind/issues/2620</a></p>
<p>Release Date: 2020-02-10</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.7.9.4","isTransitiveDependency":true,"dependencyTree":"com.alibaba.middleware:termd-core:1.1.7.1;com.fasterxml.jackson.core:jackson-databind:2.7.9.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.3"}],"vulnerabilityIdentifier":"CVE-2020-8840","vulnerabilityDetails":"FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8840","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
|
non_defect
|
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm arthas core pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy termd core jar root library x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind through lacks certain xbean reflect jndi blocking as demonstrated by org apache xbean propertyeditor jndiconverter 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 origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind through lacks certain xbean reflect jndi blocking as demonstrated by org apache xbean propertyeditor jndiconverter vulnerabilityurl
| 0
|
29,450
| 24,020,510,340
|
IssuesEvent
|
2022-09-15 07:13:47
|
arduino/arduino-ide
|
https://api.github.com/repos/arduino/arduino-ide
|
reopened
|
Add native support for Apple Silicon
|
conclusion: duplicate type: enhancement topic: infrastructure os: macos
|
**Is your feature request related to a problem? Please describe.**
Arduino IDE 2.x runs under Rosetta 2 on Apple Silicon. While this works at the moment, it is more efficient (and will eventually be required) to run a native version.
**Describe the solution you'd like**
Make the macOS version a Universal binary
**Describe alternatives you've considered**
Running under Rosetta 2. *See issues above*
|
1.0
|
Add native support for Apple Silicon - **Is your feature request related to a problem? Please describe.**
Arduino IDE 2.x runs under Rosetta 2 on Apple Silicon. While this works at the moment, it is more efficient (and will eventually be required) to run a native version.
**Describe the solution you'd like**
Make the macOS version a Universal binary
**Describe alternatives you've considered**
Running under Rosetta 2. *See issues above*
|
non_defect
|
add native support for apple silicon is your feature request related to a problem please describe arduino ide x runs under rosetta on apple silicon while this works at the moment it is more efficient and will eventually be required to run a native version describe the solution you d like make the macos version a universal binary describe alternatives you ve considered running under rosetta see issues above
| 0
|
778,051
| 27,302,179,339
|
IssuesEvent
|
2023-02-24 03:37:12
|
apcountryman/picolibrary-microchip-megaavr
|
https://api.github.com/repos/apcountryman/picolibrary-microchip-megaavr
|
closed
|
Add interrupt facilities documentation
|
priority-normal status-awaiting_review type-feature
|
Add interrupt facilities documentation.
- [x] `::picolibrary::Microchip::megaAVR::Interrupt::Controller`
|
1.0
|
Add interrupt facilities documentation - Add interrupt facilities documentation.
- [x] `::picolibrary::Microchip::megaAVR::Interrupt::Controller`
|
non_defect
|
add interrupt facilities documentation add interrupt facilities documentation picolibrary microchip megaavr interrupt controller
| 0
|
23,924
| 3,872,726,598
|
IssuesEvent
|
2016-04-11 14:46:42
|
imageworks/spReticle
|
https://api.github.com/repos/imageworks/spReticle
|
closed
|
Adding 2nd Aspect Ratio causes crash
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Add a second aspect ratio in the AE editor
2. Crash
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Win 32, Maya 2010
Please provide any additional information below.
```
Original issue reported on code.google.com by `droiz...@gmail.com` on 5 Nov 2009 at 6:03
|
1.0
|
Adding 2nd Aspect Ratio causes crash - ```
What steps will reproduce the problem?
1. Add a second aspect ratio in the AE editor
2. Crash
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Win 32, Maya 2010
Please provide any additional information below.
```
Original issue reported on code.google.com by `droiz...@gmail.com` on 5 Nov 2009 at 6:03
|
defect
|
adding aspect ratio causes crash what steps will reproduce the problem add a second aspect ratio in the ae editor crash what is the expected output what do you see instead what version of the product are you using on what operating system win maya please provide any additional information below original issue reported on code google com by droiz gmail com on nov at
| 1
|
9,636
| 2,615,164,138
|
IssuesEvent
|
2015-03-01 06:44:00
|
chrsmith/reaver-wps
|
https://api.github.com/repos/chrsmith/reaver-wps
|
opened
|
1.3 perfect for Virginmedia Superhubs...dont upgrade
|
auto-migrated Priority-Triage Type-Defect
|
```
Backtrack 5 R1, Reaver 1,3.
Fired it up against my router (Virginmedia Superhub) cracked it in 5 seconds!!
[+] Waiting for beacon from A0:21:B7:XX:XX:XX
[+] Switching mon0 to channel 11
[+] Associated with A0:21:B7:XX:XX:XX (ESSID: virginmediaXXXXXXX)
[+] Trying pin 12345670
[+] Key cracked in 5 seconds
[+] WPS PIN: '12345670'
[+] WPA PSK: 'XXXXXXXX'
[+] AP SSID: 'virginmediaXXXXXXXX'
[+] Nothing done, nothing to save.
Tested against a friends, cracked in 6 seconds. Decided to document and inform
Virginmedia their kit is a tad insecure, upgraded to Backtrack 5 R3 and Reaver
1.4, brute force is now taking the usual hours to complete.
Havent changed anything at all on my router configuration. Havent rebuilt to BT
5 R1 yet, wondered if I had missed something I can easily change without
rebuilding, recompiling etc?
```
Original issue reported on code.google.com by `scoopdid...@gmail.com` on 18 Sep 2012 at 8:04
|
1.0
|
1.3 perfect for Virginmedia Superhubs...dont upgrade - ```
Backtrack 5 R1, Reaver 1,3.
Fired it up against my router (Virginmedia Superhub) cracked it in 5 seconds!!
[+] Waiting for beacon from A0:21:B7:XX:XX:XX
[+] Switching mon0 to channel 11
[+] Associated with A0:21:B7:XX:XX:XX (ESSID: virginmediaXXXXXXX)
[+] Trying pin 12345670
[+] Key cracked in 5 seconds
[+] WPS PIN: '12345670'
[+] WPA PSK: 'XXXXXXXX'
[+] AP SSID: 'virginmediaXXXXXXXX'
[+] Nothing done, nothing to save.
Tested against a friends, cracked in 6 seconds. Decided to document and inform
Virginmedia their kit is a tad insecure, upgraded to Backtrack 5 R3 and Reaver
1.4, brute force is now taking the usual hours to complete.
Havent changed anything at all on my router configuration. Havent rebuilt to BT
5 R1 yet, wondered if I had missed something I can easily change without
rebuilding, recompiling etc?
```
Original issue reported on code.google.com by `scoopdid...@gmail.com` on 18 Sep 2012 at 8:04
|
defect
|
perfect for virginmedia superhubs dont upgrade backtrack reaver fired it up against my router virginmedia superhub cracked it in seconds waiting for beacon from xx xx xx switching to channel associated with xx xx xx essid virginmediaxxxxxxx trying pin key cracked in seconds wps pin wpa psk xxxxxxxx ap ssid virginmediaxxxxxxxx nothing done nothing to save tested against a friends cracked in seconds decided to document and inform virginmedia their kit is a tad insecure upgraded to backtrack and reaver brute force is now taking the usual hours to complete havent changed anything at all on my router configuration havent rebuilt to bt yet wondered if i had missed something i can easily change without rebuilding recompiling etc original issue reported on code google com by scoopdid gmail com on sep at
| 1
|
54,663
| 13,836,719,613
|
IssuesEvent
|
2020-10-14 01:51:14
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
closed
|
leaf node deletion in range tree
|
Type: Defect
|
<!--
Thank you for taking an interest in the OpenZFS codebase.
Please be aware that most questions are preferably asked in the mailing list first.
This form is primarily meant for asking questions about the code itself.
Please also check our issue tracker before opening a new question.
Filling out the following template will help other contributors better understand your question.
-->
### Ask your question!
After removing a range section, the parameter rs structure may contain an invalid value. Therefore, could not reference it later.
<!--
Please provide a clear and concise question.
-->
in range_tree_add_impl function, call rs = zfs_btree_find(&rt->rt_root, &rsearch, &where) to get rs, if rs not empth, and gap is true, it may call zfs_btree_remove to delete this rs first. if this causes whole leaf deletion, the rs may point to invalid value. Further using rs will cause error such as range_tree_stat_decr(rt, rs);
### Which portion of the codebase does your question involve?
<!--
Optional: Please describe what portion of the codebase your issue involved.
Example: "Testsuite", "Buildbots", "CLI", a code snippet etc.
-->
### Additional context
<!--
Any additional information you want to add?
-->
|
1.0
|
leaf node deletion in range tree - <!--
Thank you for taking an interest in the OpenZFS codebase.
Please be aware that most questions are preferably asked in the mailing list first.
This form is primarily meant for asking questions about the code itself.
Please also check our issue tracker before opening a new question.
Filling out the following template will help other contributors better understand your question.
-->
### Ask your question!
After removing a range section, the parameter rs structure may contain an invalid value. Therefore, could not reference it later.
<!--
Please provide a clear and concise question.
-->
in range_tree_add_impl function, call rs = zfs_btree_find(&rt->rt_root, &rsearch, &where) to get rs, if rs not empth, and gap is true, it may call zfs_btree_remove to delete this rs first. if this causes whole leaf deletion, the rs may point to invalid value. Further using rs will cause error such as range_tree_stat_decr(rt, rs);
### Which portion of the codebase does your question involve?
<!--
Optional: Please describe what portion of the codebase your issue involved.
Example: "Testsuite", "Buildbots", "CLI", a code snippet etc.
-->
### Additional context
<!--
Any additional information you want to add?
-->
|
defect
|
leaf node deletion in range tree thank you for taking an interest in the openzfs codebase please be aware that most questions are preferably asked in the mailing list first this form is primarily meant for asking questions about the code itself please also check our issue tracker before opening a new question filling out the following template will help other contributors better understand your question ask your question after removing a range section the parameter rs structure may contain an invalid value therefore could not reference it later please provide a clear and concise question in range tree add impl function call rs zfs btree find rt rt root rsearch where to get rs if rs not empth and gap is true it may call zfs btree remove to delete this rs first if this causes whole leaf deletion the rs may point to invalid value further using rs will cause error such as range tree stat decr rt rs which portion of the codebase does your question involve optional please describe what portion of the codebase your issue involved example testsuite buildbots cli a code snippet etc additional context any additional information you want to add
| 1
|
220,659
| 24,565,369,376
|
IssuesEvent
|
2022-10-13 02:09:08
|
dgee2/dgee2.github.io
|
https://api.github.com/repos/dgee2/dgee2.github.io
|
opened
|
gh-pages-3.1.0.tgz: 2 vulnerabilities (highest severity is: 7.5)
|
security vulnerability
|
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gh-pages-3.1.0.tgz</b></p></summary>
<p>Publish to a gh-pages branch on GitHub (or any other branch on any other remote)</p>
<p>Library home page: <a href="https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz">https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/gh-pages/package.json</p>
<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-33502](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | normalize-url-1.9.1.tgz | Transitive | N/A | ❌ |
| [CVE-2022-37611](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37611) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.5 | gh-pages-3.1.0.tgz | Direct | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-33502</summary>
### Vulnerable Library - <b>normalize-url-1.9.1.tgz</b></p>
<p>Normalize a URL</p>
<p>Library home page: <a href="https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz">https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/humanize-url/node_modules/normalize-url/package.json</p>
<p>
Dependency Hierarchy:
- gh-pages-3.1.0.tgz (Root Library)
- filenamify-url-1.0.0.tgz
- humanize-url-1.0.1.tgz
- :x: **normalize-url-1.9.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.
<p>Publish Date: 2021-05-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502>CVE-2021-33502</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502</a></p>
<p>Release Date: 2021-05-24</p>
<p>Fix Resolution: normalize-url - 4.5.1,5.3.1,6.0.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-37611</summary>
### Vulnerable Library - <b>gh-pages-3.1.0.tgz</b></p>
<p>Publish to a gh-pages branch on GitHub (or any other branch on any other remote)</p>
<p>Library home page: <a href="https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz">https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/gh-pages/package.json</p>
<p>
Dependency Hierarchy:
- :x: **gh-pages-3.1.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Prototype pollution vulnerability in tschaub gh-pages 3.1.0 via the partial variable in util.js.
<p>Publish Date: 2022-10-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37611>CVE-2022-37611</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details>
|
True
|
gh-pages-3.1.0.tgz: 2 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gh-pages-3.1.0.tgz</b></p></summary>
<p>Publish to a gh-pages branch on GitHub (or any other branch on any other remote)</p>
<p>Library home page: <a href="https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz">https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/gh-pages/package.json</p>
<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-33502](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | normalize-url-1.9.1.tgz | Transitive | N/A | ❌ |
| [CVE-2022-37611](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37611) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.5 | gh-pages-3.1.0.tgz | Direct | N/A | ❌ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-33502</summary>
### Vulnerable Library - <b>normalize-url-1.9.1.tgz</b></p>
<p>Normalize a URL</p>
<p>Library home page: <a href="https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz">https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/humanize-url/node_modules/normalize-url/package.json</p>
<p>
Dependency Hierarchy:
- gh-pages-3.1.0.tgz (Root Library)
- filenamify-url-1.0.0.tgz
- humanize-url-1.0.1.tgz
- :x: **normalize-url-1.9.1.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.
<p>Publish Date: 2021-05-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33502>CVE-2021-33502</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502</a></p>
<p>Release Date: 2021-05-24</p>
<p>Fix Resolution: normalize-url - 4.5.1,5.3.1,6.0.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-37611</summary>
### Vulnerable Library - <b>gh-pages-3.1.0.tgz</b></p>
<p>Publish to a gh-pages branch on GitHub (or any other branch on any other remote)</p>
<p>Library home page: <a href="https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz">https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/gh-pages/package.json</p>
<p>
Dependency Hierarchy:
- :x: **gh-pages-3.1.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Prototype pollution vulnerability in tschaub gh-pages 3.1.0 via the partial variable in util.js.
<p>Publish Date: 2022-10-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37611>CVE-2022-37611</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details>
|
non_defect
|
gh pages tgz vulnerabilities highest severity is vulnerable library gh pages tgz publish to a gh pages branch on github or any other branch on any other remote library home page a href path to dependency file package json path to vulnerable library node modules gh pages package json vulnerabilities cve severity cvss dependency type fixed in remediation available high normalize url tgz transitive n a medium gh pages tgz direct n a details cve vulnerable library normalize url tgz normalize a url library home page a href path to dependency file package json path to vulnerable library node modules humanize url node modules normalize url package json dependency hierarchy gh pages tgz root library filenamify url tgz humanize url tgz x normalize url tgz vulnerable library found in base branch master vulnerability details the normalize url package before x before and x before for node js has a redos regular expression denial of service issue because it has exponential performance for data urls 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 normalize url step up your open source security game with mend cve vulnerable library gh pages tgz publish to a gh pages branch on github or any other branch on any other remote library home page a href path to dependency file package json path to vulnerable library node modules gh pages package json dependency hierarchy x gh pages tgz vulnerable library found in base branch master vulnerability details prototype pollution vulnerability in tschaub gh pages via the partial variable in util js publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
| 0
|
45,934
| 13,144,997,781
|
IssuesEvent
|
2020-08-08 01:03:02
|
shaundmorris/ddf
|
https://api.github.com/repos/shaundmorris/ddf
|
closed
|
CVE-2017-18077 High Severity Vulnerability detected by WhiteSource
|
security vulnerability wontfix
|
## CVE-2017-18077 - High Severity Vulnerability
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>brace-expansion-1.1.4.tgz</b></p></summary>
<p>Brace expansion as known from sh/bash</p>
<p>path: /tmp/git/ddf/libs/libs-pomfix/node_modules/nyc/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json</p>
<p>
<p>Library home page: <a href=https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.4.tgz>https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.4.tgz</a></p>
Dependency Hierarchy:
- tap-5.8.0.tgz (Root Library)
- nyc-6.6.1.tgz
- glob-7.0.3.tgz
- minimatch-3.0.0.tgz
- :x: **brace-expansion-1.1.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/shaundmorris/ddf/commit/97965f18b08ff37443884cd51df841cee9d729ff">97965f18b08ff37443884cd51df841cee9d729ff</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
index.js in brace-expansion before 1.1.7 is vulnerable to Regular Expression Denial of Service (ReDoS) attacks, as demonstrated by an expand argument containing many comma characters.
<p>Publish Date: 2018-01-27
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18077>CVE-2017-18077</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nodesecurity.io/advisories/338">https://nodesecurity.io/advisories/338</a></p>
<p>Release Date: 2017-04-25</p>
<p>Fix Resolution: Upgrade to version 1.1.7 or later.</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2017-18077 High Severity Vulnerability detected by WhiteSource - ## CVE-2017-18077 - High Severity Vulnerability
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>brace-expansion-1.1.4.tgz</b></p></summary>
<p>Brace expansion as known from sh/bash</p>
<p>path: /tmp/git/ddf/libs/libs-pomfix/node_modules/nyc/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json</p>
<p>
<p>Library home page: <a href=https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.4.tgz>https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.4.tgz</a></p>
Dependency Hierarchy:
- tap-5.8.0.tgz (Root Library)
- nyc-6.6.1.tgz
- glob-7.0.3.tgz
- minimatch-3.0.0.tgz
- :x: **brace-expansion-1.1.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/shaundmorris/ddf/commit/97965f18b08ff37443884cd51df841cee9d729ff">97965f18b08ff37443884cd51df841cee9d729ff</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
index.js in brace-expansion before 1.1.7 is vulnerable to Regular Expression Denial of Service (ReDoS) attacks, as demonstrated by an expand argument containing many comma characters.
<p>Publish Date: 2018-01-27
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18077>CVE-2017-18077</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nodesecurity.io/advisories/338">https://nodesecurity.io/advisories/338</a></p>
<p>Release Date: 2017-04-25</p>
<p>Fix Resolution: Upgrade to version 1.1.7 or later.</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_defect
|
cve high severity vulnerability detected by whitesource cve high severity vulnerability vulnerable library brace expansion tgz brace expansion as known from sh bash path tmp git ddf libs libs pomfix node modules nyc node modules glob node modules minimatch node modules brace expansion package json library home page a href dependency hierarchy tap tgz root library nyc tgz glob tgz minimatch tgz x brace expansion tgz vulnerable library found in head commit a href vulnerability details index js in brace expansion before is vulnerable to regular expression denial of service redos attacks as demonstrated by an expand argument containing many comma characters 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 upgrade to version or later step up your open source security game with whitesource
| 0
|
58,558
| 16,598,385,875
|
IssuesEvent
|
2021-06-01 15:57:45
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
The emoji picker is not shown fully when the sidebar is collapsed
|
T-Defect
|
The following picture shows Element for Mac with a collapsed sidebar. When clicking on the new inline _Add Reaction_ button, the emoji picker is cut off on the left side by the Desktop/Browser window, making it unusable.

A possible solution would be anchoring the picker popup not at the bottom right corner to the inline _Add Reaction_ button but the bottom left.
- **Platform**: desktop, although the same problem should exist in the browser
- **OS**: macOS
- **Version**: 1.7.29
|
1.0
|
The emoji picker is not shown fully when the sidebar is collapsed - The following picture shows Element for Mac with a collapsed sidebar. When clicking on the new inline _Add Reaction_ button, the emoji picker is cut off on the left side by the Desktop/Browser window, making it unusable.

A possible solution would be anchoring the picker popup not at the bottom right corner to the inline _Add Reaction_ button but the bottom left.
- **Platform**: desktop, although the same problem should exist in the browser
- **OS**: macOS
- **Version**: 1.7.29
|
defect
|
the emoji picker is not shown fully when the sidebar is collapsed the following picture shows element for mac with a collapsed sidebar when clicking on the new inline add reaction button the emoji picker is cut off on the left side by the desktop browser window making it unusable a possible solution would be anchoring the picker popup not at the bottom right corner to the inline add reaction button but the bottom left platform desktop although the same problem should exist in the browser os macos version
| 1
|
51,420
| 13,207,469,599
|
IssuesEvent
|
2020-08-14 23:13:29
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
opened
|
tableio and generated nugen files (Trac #386)
|
Incomplete Migration Migrated from Trac defect other
|
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/386">https://code.icecube.wisc.edu/projects/icecube/ticket/386</a>, reported by hans.niederhausenand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-03-06T20:02:40",
"_ts": "1425672160951089",
"description": "Hi Alex,\n\nyou asked me to write a ticket about my problem with tableio and generated nugen files. \n\nI understand that I am not supposed to submit tickets as user \"icecube\", but it seems as if I do not have the needed permissions. I apologize for any inconvenience in this context.\n\nYou find a copy of the description I have sent to the dataclass mailing list below. I just have to add, that the suggestion of Jakob works. By simply filtering NO_INTERACTION events by using the neutrino_event_type of the I3MCTree I could avoid the problem.\n\nHowever there is one minor inconsistency, which I do not understand. As described there have been many generated MC files, which have been processed without any problem, although containing NO_INTERACTION files.\n\nThanks for looking at it.\n\nBest\nHans\n\n===============================\n\nHi dataclass,\n\nI am currently experiencing some troubles with Tableio (rootwriter) in the context of generated nugen files (5000 frames each). The problem does not occur when running on level2 processed files (i.e. IC79 datasets 6457, 6005).\n\nThe generated datasets I tried:\n IC79: http://internal.icecube.wisc.edu/simulation/dataset/7747\n IC80+DC6: http://internal.icecube.wisc.edu/simulation/dataset/2476\n\nsome files are processed by rootwriter smoothly, others produce the following error message: \n\t/home/hmniederhausen/icerec/src/tableio/public/tableio/I3TableRow.h:161: FATAL: Tried to set unknown column 'EnergyLost'\n\t/home/hmniederhausen/icerec/src/tableio/private/tableio/I3TableService.cxx:222: FATAL: Table 'I3MCTree' is still connected, which means that the output file was \tnever properly closed. This is a BUG! \n\nThis message appears i.e. when running on file \n\t/data/sim/IceCube/2010/generated/neutrino-generator/2476/00000-00999/nugen_nue_ic80_dc6.002476.000700.i3.gz \n\nbut not on i.e.\n\t/data/sim/IceCube/2010/generated/neutrino-generator/2476/00000-00999/nugen_nue_ic80_dc6.002476.000800.i3.gz \n\nSame story for dataset 7747:\n\t/home/hmniederhausen/icerec/src/dataio/private/dataio/I3Reader.cxx:167: INFO : Opened file /data/sim/IceCube/2010/generated/neutrino-\t\t\t \n\tgenerator/7747/00000-00999/nugen_nue_IC79.007747.000080.i3.gz\n\t/home/hmniederhausen/icerec/src/tableio/public/tableio/I3TableRow.h:161: FATAL: Tried to set unknown column 'EnergyLost'\n\t/home/hmniederhausen/icerec/src/tableio/private/tableio/I3TableService.cxx:222: FATAL: Table 'I3MCTree' is still connected, which means that the output file was \tnever properly closed. This is a BUG!\n\nwhereas i.e. the files 90-99 work fine:\n\t/home/hmniederhausen/icerec/src/dataio/private/dataio/I3Reader.cxx:167: INFO : Opened file /data/sim/IceCube/2010/generated/neutrino-\t\n\tgenerator/7747/00000-00999/nugen_nue_IC79.007747.000099.i3.gz\n\tI3Tray finishing...\n writer: 50000 calls to physics 225.93s user 0.65s system\n\nYou can have a look at my bare tableio scripts at \n/home/hmniederhausen/scripts/2476_rootwriter.py \n/home/hmniederhausen/scripts/7747_generated_rootwriter.py -f insert_integer_in_range(0,10) // -f 8 gives error, -f 9 works fine\n\n\nAm I doing something wrong? I am wondering what makes the difference between generated and level2 processed files when it comes down to tableio. However I need to run some root scripts on the generated 7747 to debug some problems. I would be glad if somebody has an idea.\n\nThanks in advance.\n\nCheers,\nHans",
"reporter": "hans.niederhausen",
"cc": "",
"resolution": "wontfix",
"time": "2012-03-28T02:06:12",
"component": "other",
"summary": "tableio and generated nugen files",
"priority": "minor",
"keywords": "tableio generated",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
tableio and generated nugen files (Trac #386) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/386">https://code.icecube.wisc.edu/projects/icecube/ticket/386</a>, reported by hans.niederhausenand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-03-06T20:02:40",
"_ts": "1425672160951089",
"description": "Hi Alex,\n\nyou asked me to write a ticket about my problem with tableio and generated nugen files. \n\nI understand that I am not supposed to submit tickets as user \"icecube\", but it seems as if I do not have the needed permissions. I apologize for any inconvenience in this context.\n\nYou find a copy of the description I have sent to the dataclass mailing list below. I just have to add, that the suggestion of Jakob works. By simply filtering NO_INTERACTION events by using the neutrino_event_type of the I3MCTree I could avoid the problem.\n\nHowever there is one minor inconsistency, which I do not understand. As described there have been many generated MC files, which have been processed without any problem, although containing NO_INTERACTION files.\n\nThanks for looking at it.\n\nBest\nHans\n\n===============================\n\nHi dataclass,\n\nI am currently experiencing some troubles with Tableio (rootwriter) in the context of generated nugen files (5000 frames each). The problem does not occur when running on level2 processed files (i.e. IC79 datasets 6457, 6005).\n\nThe generated datasets I tried:\n IC79: http://internal.icecube.wisc.edu/simulation/dataset/7747\n IC80+DC6: http://internal.icecube.wisc.edu/simulation/dataset/2476\n\nsome files are processed by rootwriter smoothly, others produce the following error message: \n\t/home/hmniederhausen/icerec/src/tableio/public/tableio/I3TableRow.h:161: FATAL: Tried to set unknown column 'EnergyLost'\n\t/home/hmniederhausen/icerec/src/tableio/private/tableio/I3TableService.cxx:222: FATAL: Table 'I3MCTree' is still connected, which means that the output file was \tnever properly closed. This is a BUG! \n\nThis message appears i.e. when running on file \n\t/data/sim/IceCube/2010/generated/neutrino-generator/2476/00000-00999/nugen_nue_ic80_dc6.002476.000700.i3.gz \n\nbut not on i.e.\n\t/data/sim/IceCube/2010/generated/neutrino-generator/2476/00000-00999/nugen_nue_ic80_dc6.002476.000800.i3.gz \n\nSame story for dataset 7747:\n\t/home/hmniederhausen/icerec/src/dataio/private/dataio/I3Reader.cxx:167: INFO : Opened file /data/sim/IceCube/2010/generated/neutrino-\t\t\t \n\tgenerator/7747/00000-00999/nugen_nue_IC79.007747.000080.i3.gz\n\t/home/hmniederhausen/icerec/src/tableio/public/tableio/I3TableRow.h:161: FATAL: Tried to set unknown column 'EnergyLost'\n\t/home/hmniederhausen/icerec/src/tableio/private/tableio/I3TableService.cxx:222: FATAL: Table 'I3MCTree' is still connected, which means that the output file was \tnever properly closed. This is a BUG!\n\nwhereas i.e. the files 90-99 work fine:\n\t/home/hmniederhausen/icerec/src/dataio/private/dataio/I3Reader.cxx:167: INFO : Opened file /data/sim/IceCube/2010/generated/neutrino-\t\n\tgenerator/7747/00000-00999/nugen_nue_IC79.007747.000099.i3.gz\n\tI3Tray finishing...\n writer: 50000 calls to physics 225.93s user 0.65s system\n\nYou can have a look at my bare tableio scripts at \n/home/hmniederhausen/scripts/2476_rootwriter.py \n/home/hmniederhausen/scripts/7747_generated_rootwriter.py -f insert_integer_in_range(0,10) // -f 8 gives error, -f 9 works fine\n\n\nAm I doing something wrong? I am wondering what makes the difference between generated and level2 processed files when it comes down to tableio. However I need to run some root scripts on the generated 7747 to debug some problems. I would be glad if somebody has an idea.\n\nThanks in advance.\n\nCheers,\nHans",
"reporter": "hans.niederhausen",
"cc": "",
"resolution": "wontfix",
"time": "2012-03-28T02:06:12",
"component": "other",
"summary": "tableio and generated nugen files",
"priority": "minor",
"keywords": "tableio generated",
"milestone": "",
"owner": "olivas",
"type": "defect"
}
```
</p>
</details>
|
defect
|
tableio and generated nugen files trac migrated from json status closed changetime ts description hi alex n nyou asked me to write a ticket about my problem with tableio and generated nugen files n ni understand that i am not supposed to submit tickets as user icecube but it seems as if i do not have the needed permissions i apologize for any inconvenience in this context n nyou find a copy of the description i have sent to the dataclass mailing list below i just have to add that the suggestion of jakob works by simply filtering no interaction events by using the neutrino event type of the i could avoid the problem n nhowever there is one minor inconsistency which i do not understand as described there have been many generated mc files which have been processed without any problem although containing no interaction files n nthanks for looking at it n nbest nhans n n n nhi dataclass n ni am currently experiencing some troubles with tableio rootwriter in the context of generated nugen files frames each the problem does not occur when running on processed files i e datasets n nthe generated datasets i tried n files are processed by rootwriter smoothly others produce the following error message n t home hmniederhausen icerec src tableio public tableio h fatal tried to set unknown column energylost n t home hmniederhausen icerec src tableio private tableio cxx fatal table is still connected which means that the output file was tnever properly closed this is a bug n nthis message appears i e when running on file n t data sim icecube generated neutrino generator nugen nue gz n nbut not on i e n t data sim icecube generated neutrino generator nugen nue gz n nsame story for dataset n t home hmniederhausen icerec src dataio private dataio cxx info opened file data sim icecube generated neutrino t t t n tgenerator nugen nue gz n t home hmniederhausen icerec src tableio public tableio h fatal tried to set unknown column energylost n t home hmniederhausen icerec src tableio private tableio cxx fatal table is still connected which means that the output file was tnever properly closed this is a bug n nwhereas i e the files work fine n t home hmniederhausen icerec src dataio private dataio cxx info opened file data sim icecube generated neutrino t n tgenerator nugen nue gz n finishing n writer calls to physics user system n nyou can have a look at my bare tableio scripts at n home hmniederhausen scripts rootwriter py n home hmniederhausen scripts generated rootwriter py f insert integer in range f gives error f works fine n n nam i doing something wrong i am wondering what makes the difference between generated and processed files when it comes down to tableio however i need to run some root scripts on the generated to debug some problems i would be glad if somebody has an idea n nthanks in advance n ncheers nhans reporter hans niederhausen cc resolution wontfix time component other summary tableio and generated nugen files priority minor keywords tableio generated milestone owner olivas type defect
| 1
|
33,256
| 7,064,345,623
|
IssuesEvent
|
2018-01-06 05:51:52
|
somefriggnidiot/IncoBot-TS3
|
https://api.github.com/repos/somefriggnidiot/IncoBot-TS3
|
closed
|
Connection logging not formatting correctly.
|
Defect - Low Priority In Progress
|
Formatting for "Connection" messages in the console log are not being formatted correctly.
Current Example:
> 2017-12-17 21:13:09[CONNECTION] somefriggnidiot (uid) connected to "Default Channel"
Ideal Example:
> [2017-12-17 21:13:09] [CONNECTION] somefriggnidiot (uid) connected to "Default Channel"
Because of the nature of this issue, it is likely that ClientJoinHandler is not utilizing MessageHandler.
|
1.0
|
Connection logging not formatting correctly. - Formatting for "Connection" messages in the console log are not being formatted correctly.
Current Example:
> 2017-12-17 21:13:09[CONNECTION] somefriggnidiot (uid) connected to "Default Channel"
Ideal Example:
> [2017-12-17 21:13:09] [CONNECTION] somefriggnidiot (uid) connected to "Default Channel"
Because of the nature of this issue, it is likely that ClientJoinHandler is not utilizing MessageHandler.
|
defect
|
connection logging not formatting correctly formatting for connection messages in the console log are not being formatted correctly current example somefriggnidiot uid connected to default channel ideal example somefriggnidiot uid connected to default channel because of the nature of this issue it is likely that clientjoinhandler is not utilizing messagehandler
| 1
|
302,228
| 9,256,286,114
|
IssuesEvent
|
2019-03-16 17:45:19
|
bounswe/bounswe2019group1
|
https://api.github.com/repos/bounswe/bounswe2019group1
|
closed
|
Review the Feedback for Assignment 3
|
Priority: Medium Status: Review Needed Type: Enhancement
|
Review the feedback for assignment 3 and add necessary changes. Deadline: 13.03.2019 @ 18.00
|
1.0
|
Review the Feedback for Assignment 3 - Review the feedback for assignment 3 and add necessary changes. Deadline: 13.03.2019 @ 18.00
|
non_defect
|
review the feedback for assignment review the feedback for assignment and add necessary changes deadline
| 0
|
50,069
| 13,187,319,626
|
IssuesEvent
|
2020-08-13 03:02:13
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
closed
|
offline bug-fix for I3Module (Trac #84)
|
IceTray Migrated from Trac defect
|
The log_info in the desttructor of I3Module should be changed to log_error or log_warn. Not sure which is best. If it's log_error the messages will always be printed. If it's log_warn the user had some control over whether it's printed. Either what log_info is undesirable since you should only care about the CPU time when compiled optimized. log_info gets compiled out.
//I3Module.cxx lines 88-92 : icetray/releases/B01-12-01
I3Module::~I3Module()
{
log_info("%40s: %6u calls to physics %9.2fs user %9.2fs system\n",
GetName().c_str(), ncall_, usertime_, systime_);
}
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/84
, reported by olivas and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-08-23T23:25:05",
"description": "The log_info in the desttructor of I3Module should be changed to log_error or log_warn. Not sure which is best. If it's log_error the messages will always be printed. If it's log_warn the user had some control over whether it's printed. Either what log_info is undesirable since you should only care about the CPU time when compiled optimized. log_info gets compiled out.\n\n//I3Module.cxx lines 88-92 : icetray/releases/B01-12-01\nI3Module::~I3Module()\n{ \n log_info(\"%40s: %6u calls to physics %9.2fs user %9.2fs system\\n\",\n\t GetName().c_str(), ncall_, usertime_, systime_);\n}",
"reporter": "olivas",
"cc": "",
"resolution": "fixed",
"_ts": "1187911505000000",
"component": "IceTray",
"summary": "offline bug-fix for I3Module",
"priority": "normal",
"keywords": "",
"time": "2007-08-08T18:36:20",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
offline bug-fix for I3Module (Trac #84) - The log_info in the desttructor of I3Module should be changed to log_error or log_warn. Not sure which is best. If it's log_error the messages will always be printed. If it's log_warn the user had some control over whether it's printed. Either what log_info is undesirable since you should only care about the CPU time when compiled optimized. log_info gets compiled out.
//I3Module.cxx lines 88-92 : icetray/releases/B01-12-01
I3Module::~I3Module()
{
log_info("%40s: %6u calls to physics %9.2fs user %9.2fs system\n",
GetName().c_str(), ncall_, usertime_, systime_);
}
<details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/84
, reported by olivas and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-08-23T23:25:05",
"description": "The log_info in the desttructor of I3Module should be changed to log_error or log_warn. Not sure which is best. If it's log_error the messages will always be printed. If it's log_warn the user had some control over whether it's printed. Either what log_info is undesirable since you should only care about the CPU time when compiled optimized. log_info gets compiled out.\n\n//I3Module.cxx lines 88-92 : icetray/releases/B01-12-01\nI3Module::~I3Module()\n{ \n log_info(\"%40s: %6u calls to physics %9.2fs user %9.2fs system\\n\",\n\t GetName().c_str(), ncall_, usertime_, systime_);\n}",
"reporter": "olivas",
"cc": "",
"resolution": "fixed",
"_ts": "1187911505000000",
"component": "IceTray",
"summary": "offline bug-fix for I3Module",
"priority": "normal",
"keywords": "",
"time": "2007-08-08T18:36:20",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
|
defect
|
offline bug fix for trac the log info in the desttructor of should be changed to log error or log warn not sure which is best if it s log error the messages will always be printed if it s log warn the user had some control over whether it s printed either what log info is undesirable since you should only care about the cpu time when compiled optimized log info gets compiled out cxx lines icetray releases log info calls to physics user system n getname c str ncall usertime systime migrated from reported by olivas and owned by troy json status closed changetime description the log info in the desttructor of should be changed to log error or log warn not sure which is best if it s log error the messages will always be printed if it s log warn the user had some control over whether it s printed either what log info is undesirable since you should only care about the cpu time when compiled optimized log info gets compiled out n n cxx lines icetray releases n n log info calls to physics user system n n t getname c str ncall usertime systime n reporter olivas cc resolution fixed ts component icetray summary offline bug fix for priority normal keywords time milestone owner troy type defect
| 1
|
219,345
| 16,827,765,570
|
IssuesEvent
|
2021-06-17 21:09:43
|
microsoft/pxt-microbit
|
https://api.github.com/repos/microsoft/pxt-microbit
|
closed
|
Add page to support the incompatible hardware dialog
|
documentation next-release
|
We have [a new dialog](https://github.com/microsoft/pxt/pull/8213) that appears when you have a v1 micro:bit connected but are using v2 blocks:.
We need a help page that we can point to that educates users on what is/isn't supported by v1 hardware. This information already exists at https://makecode.microbit.org/device/v2, but this page should be more tailored to the error message they are receiving in the dialog.
|
1.0
|
Add page to support the incompatible hardware dialog - We have [a new dialog](https://github.com/microsoft/pxt/pull/8213) that appears when you have a v1 micro:bit connected but are using v2 blocks:.
We need a help page that we can point to that educates users on what is/isn't supported by v1 hardware. This information already exists at https://makecode.microbit.org/device/v2, but this page should be more tailored to the error message they are receiving in the dialog.
|
non_defect
|
add page to support the incompatible hardware dialog we have that appears when you have a micro bit connected but are using blocks we need a help page that we can point to that educates users on what is isn t supported by hardware this information already exists at but this page should be more tailored to the error message they are receiving in the dialog
| 0
|
2,490
| 2,607,905,038
|
IssuesEvent
|
2015-02-26 00:15:15
|
chrsmithdemos/zen-coding
|
https://api.github.com/repos/chrsmithdemos/zen-coding
|
closed
|
Zen-Coding (Notepad++) overriding keyboard shortcuts in external applications ?
|
auto-migrated Priority-Medium Type-Defect
|
```
I'm using Zen-Coding (v.0.6.1) with Notepad++ (v.5.6.4) on Windows XP, and
I've just noticed that some keyboard shortcuts in other applications have
stopped working when Notepad++ is opened at the same time.
Some examples :
Ctrl+E : used in Photoshop to merge two layers together
Ctrl+E : used in Firefox to put focus on the search box
Ctrl+Shift+D : used in Keynote NF to insert the current date
If notepad++ is running at the same time, those shortcuts don't work
anymore (nothing happens in either application). Instead, those shortcuts
do activate the expected Zen-Coding behavior in Notepad++ (e.g. Ctrl+E will
expand the abbreviation, if any), *even though the Notepad++ window is not
in focus*.
As soon as I close Notepad++, all shortcuts work again in their respective
applications (I don't have to restart Photoshop or anything).
From what I can tell, this problem affects any application (I just made
quick tests with ACDSee and Thunderbird, which both use Ctrl+E for some
purpose, and it didn't work when Notepad++ was running) and it only affects
shortcuts which are used by Zen-Coding (standard Notepad++ shortcuts don't
interfere with external applications).
So everything works as if the Zen-Coding shortcuts are defined for the
whole system (OS) and not for the context of the application (Notepad++)
only, as it should.
I have experienced a similar problem on another computer running Windows 7
Ultimate.
Edit : I just updated Notepad++ to the latest version (5.6.8) but the
problem remains.
```
-----
Original issue reported on code.google.com by `vincent....@gmail.com` on 1 Jun 2010 at 8:11
* Merged into: #17
|
1.0
|
Zen-Coding (Notepad++) overriding keyboard shortcuts in external applications ? - ```
I'm using Zen-Coding (v.0.6.1) with Notepad++ (v.5.6.4) on Windows XP, and
I've just noticed that some keyboard shortcuts in other applications have
stopped working when Notepad++ is opened at the same time.
Some examples :
Ctrl+E : used in Photoshop to merge two layers together
Ctrl+E : used in Firefox to put focus on the search box
Ctrl+Shift+D : used in Keynote NF to insert the current date
If notepad++ is running at the same time, those shortcuts don't work
anymore (nothing happens in either application). Instead, those shortcuts
do activate the expected Zen-Coding behavior in Notepad++ (e.g. Ctrl+E will
expand the abbreviation, if any), *even though the Notepad++ window is not
in focus*.
As soon as I close Notepad++, all shortcuts work again in their respective
applications (I don't have to restart Photoshop or anything).
From what I can tell, this problem affects any application (I just made
quick tests with ACDSee and Thunderbird, which both use Ctrl+E for some
purpose, and it didn't work when Notepad++ was running) and it only affects
shortcuts which are used by Zen-Coding (standard Notepad++ shortcuts don't
interfere with external applications).
So everything works as if the Zen-Coding shortcuts are defined for the
whole system (OS) and not for the context of the application (Notepad++)
only, as it should.
I have experienced a similar problem on another computer running Windows 7
Ultimate.
Edit : I just updated Notepad++ to the latest version (5.6.8) but the
problem remains.
```
-----
Original issue reported on code.google.com by `vincent....@gmail.com` on 1 Jun 2010 at 8:11
* Merged into: #17
|
defect
|
zen coding notepad overriding keyboard shortcuts in external applications i m using zen coding v with notepad v on windows xp and i ve just noticed that some keyboard shortcuts in other applications have stopped working when notepad is opened at the same time some examples ctrl e used in photoshop to merge two layers together ctrl e used in firefox to put focus on the search box ctrl shift d used in keynote nf to insert the current date if notepad is running at the same time those shortcuts don t work anymore nothing happens in either application instead those shortcuts do activate the expected zen coding behavior in notepad e g ctrl e will expand the abbreviation if any even though the notepad window is not in focus as soon as i close notepad all shortcuts work again in their respective applications i don t have to restart photoshop or anything from what i can tell this problem affects any application i just made quick tests with acdsee and thunderbird which both use ctrl e for some purpose and it didn t work when notepad was running and it only affects shortcuts which are used by zen coding standard notepad shortcuts don t interfere with external applications so everything works as if the zen coding shortcuts are defined for the whole system os and not for the context of the application notepad only as it should i have experienced a similar problem on another computer running windows ultimate edit i just updated notepad to the latest version but the problem remains original issue reported on code google com by vincent gmail com on jun at merged into
| 1
|
20,165
| 3,305,188,747
|
IssuesEvent
|
2015-11-04 02:26:11
|
ibus/ibus
|
https://api.github.com/repos/ibus/ibus
|
closed
|
ibus popup menu does not *seem* to respect xinerama
|
Component-ibus Priority-Medium Type-Defect
|
```
OS (Linux distributions, UNIX or ...): Ubuntu 12.04.1 LTS
Architecture (i386, x86_64): x86_64
IBus version: 1.4.1
Input method name and version: IBus-Anthy 1.2.6
Python version: 2.7.3
dbus version: 1.4.18
dbus-python version: (unknown)
gtk version (if bug is about gtk applications): (Gnome-terminal, probably gtk 3)
What steps will reproduce the problem?
1. Set up dual monitor, with different resolution (1680x1050 and 1920x1080) with the
top aligned, IE so there's a gap on the bottom of the 1680x1050
2. Fullscreen gnome-terminal on the smaller monitor (1680x1050)
3. Run irssi, input should be on bottom row of gnome-terminal
4. enter ibus-anthy and type something, say "わたし" then press space to change it to
kanji then use the up/down arrows to bring up a menu for selecting which one to convert
to.
5. The menu is displaying below the input field, we can now only see a couple of pixels
on screen, the rest is off screen.
What is the expected output?
The expected output is for the menu to display *above* the word being converted, this
works properly on the (1920x1080) monitor, so it seems to indicate some form of xinerama
issue with ibus menu dropdown.
```
Original issue reported on code.google.com by `pharaun666` on 2013-01-15 23:00:55
|
1.0
|
ibus popup menu does not *seem* to respect xinerama - ```
OS (Linux distributions, UNIX or ...): Ubuntu 12.04.1 LTS
Architecture (i386, x86_64): x86_64
IBus version: 1.4.1
Input method name and version: IBus-Anthy 1.2.6
Python version: 2.7.3
dbus version: 1.4.18
dbus-python version: (unknown)
gtk version (if bug is about gtk applications): (Gnome-terminal, probably gtk 3)
What steps will reproduce the problem?
1. Set up dual monitor, with different resolution (1680x1050 and 1920x1080) with the
top aligned, IE so there's a gap on the bottom of the 1680x1050
2. Fullscreen gnome-terminal on the smaller monitor (1680x1050)
3. Run irssi, input should be on bottom row of gnome-terminal
4. enter ibus-anthy and type something, say "わたし" then press space to change it to
kanji then use the up/down arrows to bring up a menu for selecting which one to convert
to.
5. The menu is displaying below the input field, we can now only see a couple of pixels
on screen, the rest is off screen.
What is the expected output?
The expected output is for the menu to display *above* the word being converted, this
works properly on the (1920x1080) monitor, so it seems to indicate some form of xinerama
issue with ibus menu dropdown.
```
Original issue reported on code.google.com by `pharaun666` on 2013-01-15 23:00:55
|
defect
|
ibus popup menu does not seem to respect xinerama os linux distributions unix or ubuntu lts architecture ibus version input method name and version ibus anthy python version dbus version dbus python version unknown gtk version if bug is about gtk applications gnome terminal probably gtk what steps will reproduce the problem set up dual monitor with different resolution and with the top aligned ie so there s a gap on the bottom of the fullscreen gnome terminal on the smaller monitor run irssi input should be on bottom row of gnome terminal enter ibus anthy and type something say わたし then press space to change it to kanji then use the up down arrows to bring up a menu for selecting which one to convert to the menu is displaying below the input field we can now only see a couple of pixels on screen the rest is off screen what is the expected output the expected output is for the menu to display above the word being converted this works properly on the monitor so it seems to indicate some form of xinerama issue with ibus menu dropdown original issue reported on code google com by on
| 1
|
236,470
| 26,010,670,104
|
IssuesEvent
|
2022-12-21 01:09:37
|
jgeraigery/restconf-driver-9856
|
https://api.github.com/repos/jgeraigery/restconf-driver-9856
|
reopened
|
snakeyaml-1.32.jar: 1 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>snakeyaml-1.32.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /org/yaml/snakeyaml/1.32/snakeyaml-1.32.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/restconf-driver-9856/commit/cb0dac6eadd525d531b128f3ee25aab126838d47">cb0dac6eadd525d531b128f3ee25aab126838d47</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (snakeyaml version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-41854](https://www.mend.io/vulnerability-database/CVE-2022-41854) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.5 | snakeyaml-1.32.jar | Direct | org.yaml:snakeyaml:1.32 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-41854</summary>
### Vulnerable Library - <b>snakeyaml-1.32.jar</b></p>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /org/yaml/snakeyaml/1.32/snakeyaml-1.32.jar</p>
<p>
Dependency Hierarchy:
- :x: **snakeyaml-1.32.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/restconf-driver-9856/commit/cb0dac6eadd525d531b128f3ee25aab126838d47">cb0dac6eadd525d531b128f3ee25aab126838d47</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.
<p>Publish Date: 2022-11-11
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41854>CVE-2022-41854</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/531/">https://bitbucket.org/snakeyaml/snakeyaml/issues/531/</a></p>
<p>Release Date: 2022-11-11</p>
<p>Fix Resolution: org.yaml:snakeyaml:1.32</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
|
True
|
snakeyaml-1.32.jar: 1 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>snakeyaml-1.32.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /org/yaml/snakeyaml/1.32/snakeyaml-1.32.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/restconf-driver-9856/commit/cb0dac6eadd525d531b128f3ee25aab126838d47">cb0dac6eadd525d531b128f3ee25aab126838d47</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (snakeyaml version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2022-41854](https://www.mend.io/vulnerability-database/CVE-2022-41854) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 6.5 | snakeyaml-1.32.jar | Direct | org.yaml:snakeyaml:1.32 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2022-41854</summary>
### Vulnerable Library - <b>snakeyaml-1.32.jar</b></p>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /org/yaml/snakeyaml/1.32/snakeyaml-1.32.jar</p>
<p>
Dependency Hierarchy:
- :x: **snakeyaml-1.32.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/restconf-driver-9856/commit/cb0dac6eadd525d531b128f3ee25aab126838d47">cb0dac6eadd525d531b128f3ee25aab126838d47</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Those using Snakeyaml to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack overflow. This effect may support a denial of service attack.
<p>Publish Date: 2022-11-11
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41854>CVE-2022-41854</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>6.5</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/531/">https://bitbucket.org/snakeyaml/snakeyaml/issues/531/</a></p>
<p>Release Date: 2022-11-11</p>
<p>Fix Resolution: org.yaml:snakeyaml:1.32</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
|
non_defect
|
snakeyaml jar vulnerabilities highest severity is vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file pom xml path to vulnerable library org yaml snakeyaml snakeyaml jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in snakeyaml version remediation available medium snakeyaml jar direct org yaml snakeyaml details cve vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file pom xml path to vulnerable library org yaml snakeyaml snakeyaml jar dependency hierarchy x snakeyaml jar vulnerable library found in head commit a href found in base branch master vulnerability details those using snakeyaml to parse untrusted yaml files may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stack overflow this effect may support a denial of service attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org yaml snakeyaml rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue
| 0
|
9,048
| 2,615,124,606
|
IssuesEvent
|
2015-03-01 05:52:30
|
chrsmith/google-api-java-client
|
https://api.github.com/repos/chrsmith/google-api-java-client
|
closed
|
Possible Memory Leak?
|
auto-migrated Component-HTTP Milestone-Version1.10.0 Priority-High Type-Defect
|
```
Version of google-api-java-client 1.6?
Java environment Java 6, Android 2.3
From Calendar API generated code in Calendar.java:
public com.google.api.services.calendar.model.FreeBusyResponse execute() throws IOException {
HttpResponse response = executeUnparsed();
com.google.api.services.calendar.model.FreeBusyResponse result = response.parseAs(
com.google.api.services.calendar.model.FreeBusyResponse.class);
result.setResponseHeaders(response.getHeaders());
return result;
}
We open an HttpResponse object but we never disconnect it.
```
Original issue reported on code.google.com by `aalb...@google.com` on 3 Feb 2012 at 7:32
|
1.0
|
Possible Memory Leak? - ```
Version of google-api-java-client 1.6?
Java environment Java 6, Android 2.3
From Calendar API generated code in Calendar.java:
public com.google.api.services.calendar.model.FreeBusyResponse execute() throws IOException {
HttpResponse response = executeUnparsed();
com.google.api.services.calendar.model.FreeBusyResponse result = response.parseAs(
com.google.api.services.calendar.model.FreeBusyResponse.class);
result.setResponseHeaders(response.getHeaders());
return result;
}
We open an HttpResponse object but we never disconnect it.
```
Original issue reported on code.google.com by `aalb...@google.com` on 3 Feb 2012 at 7:32
|
defect
|
possible memory leak version of google api java client java environment java android from calendar api generated code in calendar java public com google api services calendar model freebusyresponse execute throws ioexception httpresponse response executeunparsed com google api services calendar model freebusyresponse result response parseas com google api services calendar model freebusyresponse class result setresponseheaders response getheaders return result we open an httpresponse object but we never disconnect it original issue reported on code google com by aalb google com on feb at
| 1
|
175,933
| 6,555,867,187
|
IssuesEvent
|
2017-09-06 12:07:37
|
quintel/etmodel
|
https://api.github.com/repos/quintel/etmodel
|
closed
|
If the threshold COP for hot water HHPs is set to max, all water should be made with gas
|
Bug Priority
|
Default NL scenario with 100% HHPs for hot water and threshold-COP = 6.0:
<img width="1091" alt="cursor_and_energy_transition_model_-_your_free__independent__comprehensive__fact-based_scenario_builder_" src="https://user-images.githubusercontent.com/1303760/29703585-7059877a-8976-11e7-9643-3e420928dbdf.png">
|
1.0
|
If the threshold COP for hot water HHPs is set to max, all water should be made with gas - Default NL scenario with 100% HHPs for hot water and threshold-COP = 6.0:
<img width="1091" alt="cursor_and_energy_transition_model_-_your_free__independent__comprehensive__fact-based_scenario_builder_" src="https://user-images.githubusercontent.com/1303760/29703585-7059877a-8976-11e7-9643-3e420928dbdf.png">
|
non_defect
|
if the threshold cop for hot water hhps is set to max all water should be made with gas default nl scenario with hhps for hot water and threshold cop img width alt cursor and energy transition model your free independent comprehensive fact based scenario builder src
| 0
|
69,775
| 22,647,962,086
|
IssuesEvent
|
2022-07-01 10:34:13
|
martinrotter/rssguard
|
https://api.github.com/repos/martinrotter/rssguard
|
closed
|
[BUG]: annoying name
|
Type-Defect Status-Invalid
|
### Brief description of the issue
rssguard? GUARD? really? what are you guarding?
what were you thinking when you picked the name "guard"? it makes no sense.
anyway. i'll be making a better rss app than yours.
also not sure why you're doing it in c++. why not just do it in QtPy and call it a day?
### How to reproduce the bug?
1. look at rssguard.
2. use your brain.
### What was the expected result?
'guard' must not be in the name.
### What actually happened?
'guard' is in the name.
### Debug log
n/a.
### Operating system and version
* OS: any
* RSS ~~Guard~~ version: any
|
1.0
|
[BUG]: annoying name - ### Brief description of the issue
rssguard? GUARD? really? what are you guarding?
what were you thinking when you picked the name "guard"? it makes no sense.
anyway. i'll be making a better rss app than yours.
also not sure why you're doing it in c++. why not just do it in QtPy and call it a day?
### How to reproduce the bug?
1. look at rssguard.
2. use your brain.
### What was the expected result?
'guard' must not be in the name.
### What actually happened?
'guard' is in the name.
### Debug log
n/a.
### Operating system and version
* OS: any
* RSS ~~Guard~~ version: any
|
defect
|
annoying name brief description of the issue rssguard guard really what are you guarding what were you thinking when you picked the name guard it makes no sense anyway i ll be making a better rss app than yours also not sure why you re doing it in c why not just do it in qtpy and call it a day how to reproduce the bug look at rssguard use your brain what was the expected result guard must not be in the name what actually happened guard is in the name debug log n a operating system and version os any rss guard version any
| 1
|
48,037
| 19,911,108,428
|
IssuesEvent
|
2022-01-25 17:14:42
|
BCDevOps/developer-experience
|
https://api.github.com/repos/BCDevOps/developer-experience
|
closed
|
OCP 4.8 Verify new Samples images and Templates
|
team/DXC ops and shared services
|
**Describe the issue**
The Samples Operator manages the imagestreams and templates in the `openshift` namespace. With each new version of OCP some samples are added and removed. There is a playbook that sets exclusions to trim down which samples are available on the cluster. Determine which images/templates are new and work with Platform Services to understand which to keep or exclude. Update the playbook to exclude any new images and remove any exclusions that are no longer needed.
**Additional context**
https://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html#ocp-4-8-images-removed-from-samples-imagestreams
**Definition of done**
- [ ] Confirm with stakeholders which new samples to keep if any.
- [ ] PR to update the samples playbook.
|
1.0
|
OCP 4.8 Verify new Samples images and Templates - **Describe the issue**
The Samples Operator manages the imagestreams and templates in the `openshift` namespace. With each new version of OCP some samples are added and removed. There is a playbook that sets exclusions to trim down which samples are available on the cluster. Determine which images/templates are new and work with Platform Services to understand which to keep or exclude. Update the playbook to exclude any new images and remove any exclusions that are no longer needed.
**Additional context**
https://docs.openshift.com/container-platform/4.8/release_notes/ocp-4-8-release-notes.html#ocp-4-8-images-removed-from-samples-imagestreams
**Definition of done**
- [ ] Confirm with stakeholders which new samples to keep if any.
- [ ] PR to update the samples playbook.
|
non_defect
|
ocp verify new samples images and templates describe the issue the samples operator manages the imagestreams and templates in the openshift namespace with each new version of ocp some samples are added and removed there is a playbook that sets exclusions to trim down which samples are available on the cluster determine which images templates are new and work with platform services to understand which to keep or exclude update the playbook to exclude any new images and remove any exclusions that are no longer needed additional context definition of done confirm with stakeholders which new samples to keep if any pr to update the samples playbook
| 0
|
1,472
| 2,603,966,162
|
IssuesEvent
|
2015-02-24 18:59:04
|
chrsmith/nishazi6
|
https://api.github.com/repos/chrsmith/nishazi6
|
opened
|
沈阳hsv是什么病
|
auto-migrated Priority-Medium Type-Defect
|
```
沈阳hsv是什么病〓沈陽軍區政治部醫院性病〓TEL:024-31023308��
�成立于1946年,68年專注于性傳播疾病的研究和治療。位于沈�
��市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史�
��久、設備精良、技術權威、專家云集,是預防、保健、醫療
、科研康復為一體的綜合性醫院。是國家首批公立甲等部隊��
�院、全國首批醫療規范定點單位,是第四軍醫大學、東南大�
��等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤
部衛生部評為衛生工作先進單位,先后兩次榮立集體二等功��
�
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:02
|
1.0
|
沈阳hsv是什么病 - ```
沈阳hsv是什么病〓沈陽軍區政治部醫院性病〓TEL:024-31023308��
�成立于1946年,68年專注于性傳播疾病的研究和治療。位于沈�
��市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷史�
��久、設備精良、技術權威、專家云集,是預防、保健、醫療
、科研康復為一體的綜合性醫院。是國家首批公立甲等部隊��
�院、全國首批醫療規范定點單位,是第四軍醫大學、東南大�
��等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤
部衛生部評為衛生工作先進單位,先后兩次榮立集體二等功��
�
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:02
|
defect
|
沈阳hsv是什么病 沈阳hsv是什么病〓沈陽軍區政治部醫院性病〓tel: �� � , 。位于沈� �� 。是一所與新中國同建立共輝煌的歷史� ��久、設備精良、技術權威、專家云集,是預防、保健、醫療 、科研康復為一體的綜合性醫院。是國家首批公立甲等部隊�� �院、全國首批醫療規范定點單位,是第四軍醫大學、東南大� ��等知名高等院校的教學醫院。曾被中國人民解放軍空軍后勤 部衛生部評為衛生工作先進單位,先后兩次榮立集體二等功�� � original issue reported on code google com by gmail com on jun at
| 1
|
46,685
| 13,055,959,372
|
IssuesEvent
|
2020-07-30 03:14:21
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
opened
|
millipede: zero-width pulses trip assertion (Trac #1712)
|
Incomplete Migration Migrated from Trac combo reconstruction defect
|
Migrated from https://code.icecube.wisc.edu/ticket/1712
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:10",
"description": "In the MillipedeDOMCacheMap an assertion fails if the input pulsemap contains pulses with a width of zero.\n\nThe change that lead to this behaviour is this one:\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/125877/IceCube\n\nI found such cases using simulation sets, e.g. 11070.\nThere is a single event and a minimal example provided in `/data/user/tkintscher/bugs/millipede_crash`.\n\nThe comment in the code suggests a way to handle these cases: Add the charge to the next pulse and remove the offending pulse. As illustrated by the second script in the folder, doing this manually in Python before calling Millipede resolves the issue.\n\nI think it would be more elegant to instead modify the binning in the C++ code. Upon encountering such a pulse, the variables `bins` and `raw_bins` could be decreased by one. Ideally, one should then resize the `raw_bin_edges` and `raw_charges` arrays.",
"reporter": "thomas.kintscher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067190995086",
"component": "combo reconstruction",
"summary": "millipede: zero-width pulses trip assertion",
"priority": "normal",
"keywords": "millipede pulses",
"time": "2016-05-19T14:22:44",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
|
1.0
|
millipede: zero-width pulses trip assertion (Trac #1712) - Migrated from https://code.icecube.wisc.edu/ticket/1712
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:10",
"description": "In the MillipedeDOMCacheMap an assertion fails if the input pulsemap contains pulses with a width of zero.\n\nThe change that lead to this behaviour is this one:\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/125877/IceCube\n\nI found such cases using simulation sets, e.g. 11070.\nThere is a single event and a minimal example provided in `/data/user/tkintscher/bugs/millipede_crash`.\n\nThe comment in the code suggests a way to handle these cases: Add the charge to the next pulse and remove the offending pulse. As illustrated by the second script in the folder, doing this manually in Python before calling Millipede resolves the issue.\n\nI think it would be more elegant to instead modify the binning in the C++ code. Upon encountering such a pulse, the variables `bins` and `raw_bins` could be decreased by one. Ideally, one should then resize the `raw_bin_edges` and `raw_charges` arrays.",
"reporter": "thomas.kintscher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067190995086",
"component": "combo reconstruction",
"summary": "millipede: zero-width pulses trip assertion",
"priority": "normal",
"keywords": "millipede pulses",
"time": "2016-05-19T14:22:44",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
|
defect
|
millipede zero width pulses trip assertion trac migrated from json status closed changetime description in the millipededomcachemap an assertion fails if the input pulsemap contains pulses with a width of zero n nthe change that lead to this behaviour is this one n found such cases using simulation sets e g nthere is a single event and a minimal example provided in data user tkintscher bugs millipede crash n nthe comment in the code suggests a way to handle these cases add the charge to the next pulse and remove the offending pulse as illustrated by the second script in the folder doing this manually in python before calling millipede resolves the issue n ni think it would be more elegant to instead modify the binning in the c code upon encountering such a pulse the variables bins and raw bins could be decreased by one ideally one should then resize the raw bin edges and raw charges arrays reporter thomas kintscher cc resolution fixed ts component combo reconstruction summary millipede zero width pulses trip assertion priority normal keywords millipede pulses time milestone owner jbraun type defect
| 1
|
693,159
| 23,765,088,607
|
IssuesEvent
|
2022-09-01 12:10:26
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
www.intel.com - design is broken
|
browser-firefox priority-important engine-gecko
|
<!-- @browser: Firefox 91.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/110075 -->
**URL**: https://www.intel.com/content/www/us/en/support/ru-banner-inside.html
**Browser / Version**: Firefox 91.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
открытие сайта в браузере Firefox
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/9/86994165-a676-4768-b70c-046fb54115e1.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
www.intel.com - design is broken - <!-- @browser: Firefox 91.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/110075 -->
**URL**: https://www.intel.com/content/www/us/en/support/ru-banner-inside.html
**Browser / Version**: Firefox 91.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Design is broken
**Description**: Items are misaligned
**Steps to Reproduce**:
открытие сайта в браузере Firefox
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/9/86994165-a676-4768-b70c-046fb54115e1.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_defect
|
design is broken url browser version firefox operating system windows tested another browser yes opera problem type design is broken description items are misaligned steps to reproduce открытие сайта в браузере firefox view the screenshot img alt screenshot src browser configuration none from with ❤️
| 0
|
16,970
| 2,964,593,846
|
IssuesEvent
|
2015-07-10 17:33:54
|
dart-lang/sdk
|
https://api.github.com/repos/dart-lang/sdk
|
closed
|
dart2dart incorrectly outputs list of variable definitions if one of variables is not used.
|
Area-Dart2Dart NotPlanned Priority-Low Triaged Type-Defect
|
*This issue was originally filed by [smok@google.com](https://github.com/search?q=smok%40google.com&type=Users)*
_____
Reproduce:
file lib.dart:
var a=1,b=2;
file main.dart:
var a=3,b=4;
main() {
a;
b;
lib.a;
// Not referencing lib.b
}
Output:
var p_a=1,b=2;
var a=3,b=4;
main() {
a;
b;
p_a;
}
|
1.0
|
dart2dart incorrectly outputs list of variable definitions if one of variables is not used. - *This issue was originally filed by [smok@google.com](https://github.com/search?q=smok%40google.com&type=Users)*
_____
Reproduce:
file lib.dart:
var a=1,b=2;
file main.dart:
var a=3,b=4;
main() {
a;
b;
lib.a;
// Not referencing lib.b
}
Output:
var p_a=1,b=2;
var a=3,b=4;
main() {
a;
b;
p_a;
}
|
defect
|
incorrectly outputs list of variable definitions if one of variables is not used this issue was originally filed by reproduce file lib dart var a b file main dart var a b main nbsp nbsp a nbsp nbsp b nbsp nbsp lib a nbsp nbsp not referencing lib b output var p a b var a b main nbsp nbsp a nbsp nbsp b nbsp nbsp p a
| 1
|
32,442
| 6,793,503,326
|
IssuesEvent
|
2017-11-01 07:53:09
|
line/armeria
|
https://api.github.com/repos/line/armeria
|
closed
|
java.lang.ArrayIndexOutOfBoundsException: index out of covered value range
|
defect
|
Probably not a flaky test:
```
RollingHdrQuantilesTest.testThatConcurrentThreadsNotHungWithThreeChunks: FAILURE
com.linecorp.armeria.common.metric.RollingHdrQuantilesTest > testThatConcurrentThreadsNotHungWithThreeChunks FAILED
java.lang.ArrayIndexOutOfBoundsException: index out of covered value range
at org.HdrHistogram.AbstractHistogram.normalizeIndex(AbstractHistogram.java:2281)
at org.HdrHistogram.ConcurrentHistogram.recordConvertedDoubleValueWithCount(ConcurrentHistogram.java:185)
at org.HdrHistogram.DoubleHistogram.recordCountAtValue(DoubleHistogram.java:340)
at org.HdrHistogram.DoubleHistogram.recordValueWithCountAndExpectedInterval(DoubleHistogram.java:356)
at org.HdrHistogram.DoubleHistogram.recordValueWithExpectedInterval(DoubleHistogram.java:330)
at org.HdrHistogram.DoubleRecorder.recordValueWithExpectedInterval(DoubleRecorder.java:118)
at com.linecorp.armeria.common.metric.RollingHdrQuantiles.observe(RollingHdrQuantiles.java:114)
at com.linecorp.armeria.common.metric.RollingHdrQuantiles.observe(RollingHdrQuantiles.java:107)
at com.linecorp.armeria.common.metric.RollingHdrQuantilesTest.lambda$runInParallel$2(RollingHdrQuantilesTest.java:149)
```
|
1.0
|
java.lang.ArrayIndexOutOfBoundsException: index out of covered value range - Probably not a flaky test:
```
RollingHdrQuantilesTest.testThatConcurrentThreadsNotHungWithThreeChunks: FAILURE
com.linecorp.armeria.common.metric.RollingHdrQuantilesTest > testThatConcurrentThreadsNotHungWithThreeChunks FAILED
java.lang.ArrayIndexOutOfBoundsException: index out of covered value range
at org.HdrHistogram.AbstractHistogram.normalizeIndex(AbstractHistogram.java:2281)
at org.HdrHistogram.ConcurrentHistogram.recordConvertedDoubleValueWithCount(ConcurrentHistogram.java:185)
at org.HdrHistogram.DoubleHistogram.recordCountAtValue(DoubleHistogram.java:340)
at org.HdrHistogram.DoubleHistogram.recordValueWithCountAndExpectedInterval(DoubleHistogram.java:356)
at org.HdrHistogram.DoubleHistogram.recordValueWithExpectedInterval(DoubleHistogram.java:330)
at org.HdrHistogram.DoubleRecorder.recordValueWithExpectedInterval(DoubleRecorder.java:118)
at com.linecorp.armeria.common.metric.RollingHdrQuantiles.observe(RollingHdrQuantiles.java:114)
at com.linecorp.armeria.common.metric.RollingHdrQuantiles.observe(RollingHdrQuantiles.java:107)
at com.linecorp.armeria.common.metric.RollingHdrQuantilesTest.lambda$runInParallel$2(RollingHdrQuantilesTest.java:149)
```
|
defect
|
java lang arrayindexoutofboundsexception index out of covered value range probably not a flaky test rollinghdrquantilestest testthatconcurrentthreadsnothungwiththreechunks failure com linecorp armeria common metric rollinghdrquantilestest testthatconcurrentthreadsnothungwiththreechunks failed java lang arrayindexoutofboundsexception index out of covered value range at org hdrhistogram abstracthistogram normalizeindex abstracthistogram java at org hdrhistogram concurrenthistogram recordconverteddoublevaluewithcount concurrenthistogram java at org hdrhistogram doublehistogram recordcountatvalue doublehistogram java at org hdrhistogram doublehistogram recordvaluewithcountandexpectedinterval doublehistogram java at org hdrhistogram doublehistogram recordvaluewithexpectedinterval doublehistogram java at org hdrhistogram doublerecorder recordvaluewithexpectedinterval doublerecorder java at com linecorp armeria common metric rollinghdrquantiles observe rollinghdrquantiles java at com linecorp armeria common metric rollinghdrquantiles observe rollinghdrquantiles java at com linecorp armeria common metric rollinghdrquantilestest lambda runinparallel rollinghdrquantilestest java
| 1
|
41,646
| 10,554,171,290
|
IssuesEvent
|
2019-10-03 18:51:26
|
CenturyLinkCloud/mdw
|
https://api.github.com/repos/CenturyLinkCloud/mdw
|
opened
|
CLI can no longer determine MDW snapshot versions
|
defect
|
The following URL is now inaccessible:
https://oss.sonatype.org/content/repositories/snapshots/com/centurylink/mdw/mdw-templates/
If this change is permanent, we'll need to address it or else `mdw init --snapshots` doesn't work. In the meantime the test case is skipped in quickstart.bats.
For the fix we can consider taking the opportunity to switch the CLI to the GitHub repo as described in #731.
|
1.0
|
CLI can no longer determine MDW snapshot versions - The following URL is now inaccessible:
https://oss.sonatype.org/content/repositories/snapshots/com/centurylink/mdw/mdw-templates/
If this change is permanent, we'll need to address it or else `mdw init --snapshots` doesn't work. In the meantime the test case is skipped in quickstart.bats.
For the fix we can consider taking the opportunity to switch the CLI to the GitHub repo as described in #731.
|
defect
|
cli can no longer determine mdw snapshot versions the following url is now inaccessible if this change is permanent we ll need to address it or else mdw init snapshots doesn t work in the meantime the test case is skipped in quickstart bats for the fix we can consider taking the opportunity to switch the cli to the github repo as described in
| 1
|
705,394
| 24,233,286,532
|
IssuesEvent
|
2022-09-26 20:19:50
|
djordjemoj/s2s
|
https://api.github.com/repos/djordjemoj/s2s
|
closed
|
[Prijava] Broj telefona ne sme biti negativan niti u losem formatu
|
priority
|
Na prijavi moze da se prijavi sa negativnim brojem, izbaciti one strelice za biranje brojeva
|
1.0
|
[Prijava] Broj telefona ne sme biti negativan niti u losem formatu - Na prijavi moze da se prijavi sa negativnim brojem, izbaciti one strelice za biranje brojeva
|
non_defect
|
broj telefona ne sme biti negativan niti u losem formatu na prijavi moze da se prijavi sa negativnim brojem izbaciti one strelice za biranje brojeva
| 0
|
12,303
| 2,690,299,277
|
IssuesEvent
|
2015-03-31 15:25:47
|
acardona/CATMAID
|
https://api.github.com/repos/acardona/CATMAID
|
closed
|
Getting a lot of "oh snap" errors when scrolling through volumes (on neurocity with WebGL turned on)
|
context: tile layer priority: important status: in progress type: defect
|
No errors show up in the console.
|
1.0
|
Getting a lot of "oh snap" errors when scrolling through volumes (on neurocity with WebGL turned on) - No errors show up in the console.
|
defect
|
getting a lot of oh snap errors when scrolling through volumes on neurocity with webgl turned on no errors show up in the console
| 1
|
65,832
| 19,714,967,129
|
IssuesEvent
|
2022-01-13 10:05:22
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
Hazelcast fails to compile on Apple M1 Silicon [HZ-800]
|
Type: Defect Source: Internal Module: Jet to-jira Team: Platform
|
**Describe the bug**
When compiling Hazelcast 5.1-SNAPSHOT on an Apple M1 Macbook Pro 2022...
`mvn clean install -DskipTests`
it fails on two extension modules
`hazelcast-jet-grpc`
`hazelcast-jet-protobuf`
with the following log...
```
[ERROR] 1) com.google.protobuf:protoc:exe:osx-aarch_64:3.13.0
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.13.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.13.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) com.hazelcast.jet:hazelcast-jet-grpc:jar:5.1-SNAPSHOT
[ERROR] 2) com.google.protobuf:protoc:exe:osx-aarch_64:3.13.0
[ERROR]
```
**Solution**
Updating the root `pom.xml` to include dependencies that support Arch64.
`com.google.protobuf.protobuf-java` from `3.13.0` to `3.19.1`
`io.grpc.grpc-protobuf` from `1.34.0` to `1.43.0`
|
1.0
|
Hazelcast fails to compile on Apple M1 Silicon [HZ-800] -
**Describe the bug**
When compiling Hazelcast 5.1-SNAPSHOT on an Apple M1 Macbook Pro 2022...
`mvn clean install -DskipTests`
it fails on two extension modules
`hazelcast-jet-grpc`
`hazelcast-jet-protobuf`
with the following log...
```
[ERROR] 1) com.google.protobuf:protoc:exe:osx-aarch_64:3.13.0
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.13.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=com.google.protobuf -DartifactId=protoc -Dversion=3.13.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR] Path to dependency:
[ERROR] 1) com.hazelcast.jet:hazelcast-jet-grpc:jar:5.1-SNAPSHOT
[ERROR] 2) com.google.protobuf:protoc:exe:osx-aarch_64:3.13.0
[ERROR]
```
**Solution**
Updating the root `pom.xml` to include dependencies that support Arch64.
`com.google.protobuf.protobuf-java` from `3.13.0` to `3.19.1`
`io.grpc.grpc-protobuf` from `1.34.0` to `1.43.0`
|
defect
|
hazelcast fails to compile on apple silicon describe the bug when compiling hazelcast snapshot on an apple macbook pro mvn clean install dskiptests it fails on two extension modules hazelcast jet grpc hazelcast jet protobuf with the following log com google protobuf protoc exe osx aarch try downloading the file manually from the project website then install it using the command mvn install install file dgroupid com google protobuf dartifactid protoc dversion dclassifier osx aarch dpackaging exe dfile path to file alternatively if you host your own repository you can deploy the file there mvn deploy deploy file dgroupid com google protobuf dartifactid protoc dversion dclassifier osx aarch dpackaging exe dfile path to file durl drepositoryid path to dependency com hazelcast jet hazelcast jet grpc jar snapshot com google protobuf protoc exe osx aarch solution updating the root pom xml to include dependencies that support com google protobuf protobuf java from to io grpc grpc protobuf from to
| 1
|
54,023
| 13,312,297,148
|
IssuesEvent
|
2020-08-26 09:32:22
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
closed
|
cluster member kill sql comp idx jvm crash hs_err_pid
|
Module: IMap Module: SQL Source: Internal Team: Core Type: Defect
|
http://jenkins.hazelcast.com/view/kill/job/kill-sql/47/console
/disk1/jenkins/workspace/kill-sql/4.1-SNAPSHOT/2020_07_09-03_43_03/sql/comp-idx
http://54.147.27.51/~jenkins/workspace/kill-sql/4.1-SNAPSHOT/2020_07_09-03_43_03/sql/comp-idx
output/HZ/HzMember3HZ/hs_err_pid3866.log
```
cat output/HZ/HzMember3HZ/hs_err_pid3866.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f59c50529c0, pid=3866, tid=0x00007f59b41a9700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# v ~StubRoutines::jint_disjoint_arraycopy
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f59d4a20800): JavaThread "hz.nifty_brahmagupta.generic-operation.thread-0" [_thread_in_Java, id=3906, stack(0x00007f59b40a9000,0x00007f59b41aa000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00007f593b3f9000
Registers:
RAX=0x00007f593b486fb4, RBX=0x00000000047d1c58, RCX=0x0000000000040000, RDX=0xfffffffffffee410
RSP=0x00007f59b41a7dd0, RBP=0x00007f59b41a7dd0, RSI=0x00000000e384e2d0, RDI=0x00007f593b486fac
R8 =0x000000002003fcaf, R9 =0x0000000000100000, R10=0x00007f59c50530e0, R11=0x00007f593b386fb4
R12=0x0000000000000000, R13=0x00000000e344e2c8, R14=0x00007f593b486fb4, R15=0x00007f59d4a20800
RIP=0x00007f59c50529c0, EFLAGS=0x0000000000010292, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007f59b41a7dd0)
0x00007f59b41a7dd0: 0000000000400010 00007f59c58c8a4d
0x00007f59b41a7de0: 00000000e2d71840 00007f593b086fb0
0x00007f59b41a7df0: cafebabe04bd1c58 00000000e2d71840
0x00007f59b41a7e00: 00007f59b41a7ec0 00007f59db131529
0x00007f59b41a7e10: 00007f59d40045d7 00007f59540f5b90
0x00007f59b41a7e20: 00007f59b41a7ed0 00007f59c504573a
0x00007f59b41a7e30: 00007f59c5045650 0000000000000000
0x00007f59b41a7e40: 00007f59b41a7eb0 00007f59c5008114
0x00007f59b41a7e50: 00007f59c5008114 00000000e2d71840
0x00007f59b41a7e60: 00000000e2d71880 00000000e2d71880
0x00007f59b41a7e70: 00007f59b41a7e70 00007f59b6266a8a
0x00007f59b41a7e80: 00007f59b41a7ef8 00007f59b627a0d0
0x00007f59b41a7e90: 00007f593bc0a768 00007f59b6266b10
0x00007f59b41a7ea0: 00007f59b41a7e58 00007f59b41a7f00
0x00007f59b41a7eb0: 00000000800afc08 00007f59c613d7b4
0x00007f59b41a7ec0: 0000000000000000 0000000000000000
0x00007f59b41a7ed0: 0000000000000000 0000000000000000
0x00007f59b41a7ee0: 0000000000000000 000000008002b530
0x00007f59b41a7ef0: 0000000080b6be28 00000000e2d71840
0x00007f59b41a7f00: 00007f59b4b556a0 0000000080b6be28
0x00007f59b41a7f10: 0000000080065140 00000000e2d71840
0x00007f59b41a7f20: 00007f59b41a7f38 00007f59b41a7f90
0x00007f59b41a7f30: 00007f59c50082bd 00000000e2d71830
0x00007f59b41a7f40: 00000000e2d71820 00000000e2d71820
0x00007f59b41a7f50: 00000000800afc08 00007f59c56e3ac4
0x00007f59b41a7f60: 00000000800afc08 00007f59b627a0d0
0x00007f59b41a7f70: 00007f593bc0a778 00007f59b6266b10
0x00007f59b41a7f80: 0000000000000000 00007f59b41a7fe0
0x00007f59b41a7f90: 00000000805170f8 00007f59c5d98ed4
0x00007f59b41a7fa0: 0000000000000000 0000000000000000
0x00007f59b41a7fb0: 0000000000000000 0000000000000000
0x00007f59b41a7fc0: 0000000000000000 0000000000000000
Instructions: (pc=0x00007f59c50529c0)
0x00007f59c50529a0: d7 08 48 89 44 d6 08 48 ff c2 75 f1 f7 c1 01 00
0x00007f59c50529b0: 00 00 74 06 8b 47 08 89 46 08 48 33 c0 c9 c3 90
0x00007f59c50529c0: c5 fe 6f 44 d7 c8 c5 fe 7f 44 d6 c8 c5 fe 6f 4c
0x00007f59c50529d0: d7 e8 c5 fe 7f 4c d6 e8 48 83 c2 08 7e e2 48 83
Register to memory mapping:
RAX=0x00007f593b486fb4 is pointing into the stack for thread: 0x00007f5980021800
RBX=0x00000000047d1c58 is an unknown value
RCX=0x0000000000040000 is an unknown value
RDX=0xfffffffffffee410 is an unknown value
RSP=0x00007f59b41a7dd0 is pointing into the stack for thread: 0x00007f59d4a20800
RBP=0x00007f59b41a7dd0 is pointing into the stack for thread: 0x00007f59d4a20800
RSI=0x00000000e384e2d0 is an oop
[error occurred during error reporting (printing register info), id 0xb]
Stack: [0x00007f59b40a9000,0x00007f59b41aa000], sp=0x00007f59b41a7dd0, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v ~StubRoutines::jint_disjoint_arraycopy
J 3624 C2 com.hazelcast.internal.serialization.impl.NativeMemoryData.toByteArray()[B (24 bytes) @ 0x00007f59c58c8a4d [0x00007f59c58c8900+0x14d]
j com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.convertDataInternal(Lcom/hazelcast/internal/serialization/Data;Lcom/hazelcast/internal/serialization/DataType;Lcom/hazelcast/internal/memory/MemoryAllocator;)Lcom/hazelcast/internal/serialization/Data;+138
J 8807 C2 com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.toDataInternal(Ljava/lang/Object;Lcom/hazelcast/internal/serialization/DataType;Lcom/hazelcast/partition/PartitioningStrategy;Lcom/hazelcast/internal/memory/MemoryAllocator;)Lcom/hazelcast/internal/serialization/Data; (80 bytes) @ 0x00007f59c613d7b4 [0x00007f59c613cc60+0xb54]
J 6834 C1 com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.toData(Ljava/lang/Object;Lcom/hazelcast/internal/serialization/DataType;)Lcom/hazelcast/internal/serialization/Data; (15 bytes) @ 0x00007f59c5d98ed4 [0x00007f59c5d98b60+0x374]
J 7578 C1 com.hazelcast.query.impl.HDIndexImpl$OnHeapEntryFactory.toHeapData(Lcom/hazelcast/internal/serialization/Data;)Lcom/hazelcast/internal/serialization/Data; (37 bytes) @ 0x00007f59c60c7b1c [0x00007f59c60c7540+0x5dc]
J 8812 C1 com.hazelcast.query.impl.HDIndexImpl$OnHeapEntryFactory.create(Lcom/hazelcast/internal/serialization/Data;Lcom/hazelcast/internal/serialization/Data;)Lcom/hazelcast/query/impl/CachedQueryEntry; (32 bytes) @ 0x00007f59c5184394 [0x00007f59c5184300+0x94]
J 8522 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.setNextEntry()V (84 bytes) @ 0x00007f59c5fa505c [0x00007f59c5fa4320+0xd3c]
J 6645 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextSlotIsWithinRange()Z (97 bytes) @ 0x00007f59c5d99ebc [0x00007f59c5d99960+0x55c]
J 6678 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextEntry0(Lcom/hazelcast/internal/bplustree/LockingContext;)V (369 bytes) @ 0x00007f59c58f0904 [0x00007f59c58ef2a0+0x1664]
J 6708 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextEntry()V (66 bytes) @ 0x00007f59c5b06eb4 [0x00007f59c5b06dc0+0xf4]
J 6373 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.hasNext()Z (28 bytes) @ 0x00007f59c569c3d4 [0x00007f59c569c300+0xd4]
J 6874 C1 com.hazelcast.query.impl.HDOrderedConcurrentIndexStore.buildResultSet(Ljava/util/Iterator;)Ljava/util/Set; (48 bytes) @ 0x00007f59c52e0954 [0x00007f59c52e0840+0x114]
J 8344 C2 com.hazelcast.query.impl.Indexes.query(Lcom/hazelcast/query/Predicate;I)Ljava/util/Set; (88 bytes) @ 0x00007f59c6368f24 [0x00007f59c6366200+0x2d24]
J 8803 C2 com.hazelcast.map.impl.query.QueryRunner.runIndexOrPartitionScanQueryOnOwnedPartitions(Lcom/hazelcast/map/impl/query/Query;Z)Lcom/hazelcast/map/impl/query/Result; (158 bytes) @ 0x00007f59c5cfc3f4 [0x00007f59c5cfc1e0+0x214]
J 7594 C2 com.hazelcast.map.impl.query.QueryOperation.call()Lcom/hazelcast/spi/impl/operationservice/CallStatus; (13 bytes) @ 0x00007f59c6155090 [0x00007f59c6154220+0xe70]
J 8312 C2 com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(Lcom/hazelcast/spi/impl/operationservice/Operation;)V (184 bytes) @ 0x00007f59c6332608 [0x00007f59c63325c0+0x48]
J 8315 C2 com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(Lcom/hazelcast/spi/impl/operationservice/Operation;)V (112 bytes) @ 0x00007f59c632f338 [0x00007f59c632ee40+0x4f8]
J 7770 C2 com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(Ljava/lang/Object;)V (206 bytes) @ 0x00007f59c601c0ec [0x00007f59c601b1e0+0xf0c]
J 8460% C2 com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun()V (101 bytes) @ 0x00007f59c63e2908 [0x00007f59c63e2860+0xa8]
j com.hazelcast.internal.util.executor.HazelcastManagedThread.run()V+122
v ~StubRoutines::call_stub
V [libjvm.so+0x68825b] JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0xddb
V [libjvm.so+0x685b23] JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x263
V [libjvm.so+0x6860e7] JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x47
V [libjvm.so+0x6f225c] thread_entry(JavaThread*, Thread*)+0x6c
V [libjvm.so+0xa7bb6b] JavaThread::thread_main_inner()+0xdb
V [libjvm.so+0xa7be71] JavaThread::run()+0x2d1
V [libjvm.so+0x90d922] java_start(Thread*)+0x102
C [libpthread.so.0+0x7de5] start_thread+0xc5
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f59a4002000 JavaThread "hz.nifty_brahmagupta.cached.thread-10" [_thread_blocked, id=3956, stack(0x00007f59993cf000,0x00007f59994d0000)]
0x00007f5970005800 JavaThread "hz.nifty_brahmagupta.cached.thread-6" [_thread_blocked, id=3955, stack(0x00007f59986c2000,0x00007f59987c3000)]
0x00007f5970003000 JavaThread "hz.nifty_brahmagupta.cached.thread-7" [_thread_blocked, id=3954, stack(0x00007f59985c1000,0x00007f59986c2000)]
0x00007f5974055000 JavaThread "nifty_brahmagupta-NioNetworking-closeListenerExecutor" [_thread_blocked, id=3945, stack(0x00007f593977a000,0x00007f593987b000)]
0x00007f59d446d000 JavaThread "pool-1-thread-1" [_thread_blocked, id=3942, stack(0x00007f5939f1d000,0x00007f593a01e000)]
0x00007f59d4482800 JavaThread "hz.nifty_brahmagupta.HealthMonitor" daemon [_thread_blocked, id=3941, stack(0x00007f593a01e000,0x00007f593a11f000)]
0x00007f597401e000 JavaThread "hz.nifty_brahmagupta.client-query.thread-4" [_thread_in_Java, id=3940, stack(0x00007f593adf6000,0x00007f593aef7000)]
0x00007f5980023000 JavaThread "hz.nifty_brahmagupta.client-query.thread-3" [_thread_blocked, id=3939, stack(0x00007f593aef7000,0x00007f593aff8000)]
0x00007f597401c000 JavaThread "hz.nifty_brahmagupta.client-query.thread-2" [_thread_in_Java, id=3938, stack(0x00007f593abc3000,0x00007f593acc4000)]
0x00007f597c043800 JavaThread "hz.nifty_brahmagupta.client.thread-4" [_thread_blocked, id=3937, stack(0x00007f593acc4000,0x00007f593adc5000)]
0x00007f5980021800 JavaThread "hz.nifty_brahmagupta.client.thread-3" [_thread_blocked, id=3936, stack(0x00007f593b3f9000,0x00007f593b4fa000)]
0x00007f597c042800 JavaThread "hz.nifty_brahmagupta.client-query.thread-1" [_thread_in_Java, id=3935, stack(0x00007f593b4fa000,0x00007f593b5fb000)]
0x00007f597401f000 JavaThread "hz.nifty_brahmagupta.client.thread-2" [_thread_blocked, id=3934, stack(0x00007f593b5fb000,0x00007f593b6fc000)]
0x00007f595c003800 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=3933, stack(0x00007f593bcfd000,0x00007f593bdfe000)]
0x00007f595c002000 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=3932, stack(0x00007f593bdfe000,0x00007f593beff000)]
0x00007f596800a000 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=3931, stack(0x00007f593beff000,0x00007f593c000000)]
0x00007f597c036000 JavaThread "hz.nifty_brahmagupta.client.thread-1" [_thread_blocked, id=3930, stack(0x00007f59980be000,0x00007f59981bf000)]
0x00007f59d4aba800 JavaThread "hz.nifty_brahmagupta.cached.thread-11" [_thread_blocked, id=3929, stack(0x00007f59983bf000,0x00007f59984c0000)]
0x00007f59d4aaf800 JavaThread "hz.nifty_brahmagupta.cached.thread-5" [_thread_blocked, id=3923, stack(0x00007f59989c5000,0x00007f5998ac6000)]
0x00007f59d4aae800 JavaThread "hz.nifty_brahmagupta.cached.thread-4" [_thread_blocked, id=3922, stack(0x00007f5998ac6000,0x00007f5998bc7000)]
0x00007f59d4aa5000 JavaThread "hz.nifty_brahmagupta.IO.thread-Acceptor" [_thread_in_native, id=3921, stack(0x00007f5998bc7000,0x00007f5998cc8000)]
0x00007f59d4aa3800 JavaThread "hz.nifty_brahmagupta.IO.BalancerThread" [_thread_blocked, id=3920, stack(0x00007f5998cc8000,0x00007f5998dc9000)]
0x00007f59d4a9e000 JavaThread "hz.nifty_brahmagupta.IO.thread-out-2" [_thread_in_native, id=3919, stack(0x00007f5998dc9000,0x00007f5998eca000)]
0x00007f59d4a8f800 JavaThread "hz.nifty_brahmagupta.IO.thread-out-1" [_thread_in_native, id=3918, stack(0x00007f5998eca000,0x00007f5998fcb000)]
0x00007f59d4a80800 JavaThread "hz.nifty_brahmagupta.IO.thread-out-0" [_thread_in_native, id=3917, stack(0x00007f5998fcb000,0x00007f59990cc000)]
0x00007f59d4a71800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-2" [_thread_in_native, id=3916, stack(0x00007f59990cc000,0x00007f59991cd000)]
0x00007f59d4a62800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-1" [_thread_in_native, id=3915, stack(0x00007f59991cd000,0x00007f59992ce000)]
0x00007f59d4a44800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-0" [_thread_in_native, id=3914, stack(0x00007f59992ce000,0x00007f59993cf000)]
0x00007f59d4a40800 JavaThread "hz.nifty_brahmagupta.cached.thread-2" [_thread_blocked, id=3912, stack(0x00007f59994d0000,0x00007f59995d1000)]
0x00007f59d4a2a000 JavaThread "nifty_brahmagupta-query-state-checker" daemon [_thread_blocked, id=3911, stack(0x00007f59995d1000,0x00007f59996d2000)]
0x00007f59d4a27800 JavaThread "hz.nifty_brahmagupta.SlowOperationDetectorThread" [_thread_blocked, id=3910, stack(0x00007f59996d2000,0x00007f59997d3000)]
0x00007f59d4a26000 JavaThread "hz.nifty_brahmagupta.response-1" [_thread_blocked, id=3909, stack(0x00007f59997d3000,0x00007f59998d4000)]
0x00007f59d4a24000 JavaThread "hz.nifty_brahmagupta.response-0" [_thread_blocked, id=3908, stack(0x00007f59998d4000,0x00007f59999d5000)]
0x00007f59d4a22800 JavaThread "hz.nifty_brahmagupta.generic-operation.thread-1" [_thread_in_Java, id=3907, stack(0x00007f59999d5000,0x00007f5999ad6000)]
=>0x00007f59d4a20800 JavaThread "hz.nifty_brahmagupta.generic-operation.thread-0" [_thread_in_Java, id=3906, stack(0x00007f59b40a9000,0x00007f59b41aa000)]
0x00007f59d4a1e800 JavaThread "hz.nifty_brahmagupta.priority-generic-operation.thread-0" [_thread_blocked, id=3905, stack(0x00007f59b41aa000,0x00007f59b42ab000)]
0x00007f59d4a1d000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-3" [_thread_in_Java, id=3904, stack(0x00007f59b42ab000,0x00007f59b43ac000)]
0x00007f59d4a1b000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-2" [_thread_in_Java, id=3903, stack(0x00007f59b43ac000,0x00007f59b44ad000)]
0x00007f59d4a19000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-1" [_thread_in_Java, id=3902, stack(0x00007f59b44ad000,0x00007f59b45ae000)]
0x00007f59d4a15000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-0" [_thread_in_Java, id=3901, stack(0x00007f59b45ae000,0x00007f59b46af000)]
0x00007f59d4a13800 JavaThread "hz.nifty_brahmagupta.InvocationMonitorThread" [_thread_blocked, id=3900, stack(0x00007f59b46af000,0x00007f59b47b0000)]
0x00007f5970002000 JavaThread "hz.nifty_brahmagupta.cached.thread-1" [_thread_blocked, id=3899, stack(0x00007f59b47b0000,0x00007f59b48b1000)]
0x00007f59d4a0a800 JavaThread "hz.nifty_brahmagupta.migration" [_thread_blocked, id=3898, stack(0x00007f59b48b1000,0x00007f59b49b2000)]
0x00007f593c007800 JavaThread "hz.nifty_brahmagupta.MetricsRegistry.thread-2" [_thread_blocked, id=3897, stack(0x00007f59b4db2000,0x00007f59b4eb3000)]
0x00007f59d484a800 JavaThread "hz.nifty_brahmagupta.MetricsRegistry.thread-1" [_thread_blocked, id=3896, stack(0x00007f59b4eb3000,0x00007f59b4fb4000)]
0x00007f59d4749800 JavaThread "nifty_brahmagupta-query-operation-thread-3" [_thread_blocked, id=3895, stack(0x00007f59b53b4000,0x00007f59b54b5000)]
0x00007f59d4748000 JavaThread "nifty_brahmagupta-query-operation-thread-2" [_thread_blocked, id=3894, stack(0x00007f59b54b5000,0x00007f59b55b6000)]
0x00007f59d4746000 JavaThread "nifty_brahmagupta-query-operation-thread-1" [_thread_blocked, id=3893, stack(0x00007f59b55b6000,0x00007f59b56b7000)]
0x00007f59d4733800 JavaThread "nifty_brahmagupta-query-operation-thread-0" [_thread_blocked, id=3892, stack(0x00007f59b56b7000,0x00007f59b57b8000)]
0x00007f59d4702000 JavaThread "hz.nifty_brahmagupta.operation-parker" [_thread_blocked, id=3891, stack(0x00007f59b57b8000,0x00007f59b58b9000)]
0x00007f59d46ff800 JavaThread "hz.nifty_brahmagupta.event-5" [_thread_blocked, id=3890, stack(0x00007f59b58b9000,0x00007f59b59ba000)]
0x00007f59d46fe000 JavaThread "hz.nifty_brahmagupta.event-4" [_thread_blocked, id=3889, stack(0x00007f59b59ba000,0x00007f59b5abb000)]
0x00007f59d46fc000 JavaThread "hz.nifty_brahmagupta.event-3" [_thread_blocked, id=3888, stack(0x00007f59b5abb000,0x00007f59b5bbc000)]
0x00007f59d46f3000 JavaThread "hz.nifty_brahmagupta.event-2" [_thread_blocked, id=3887, stack(0x00007f59b5bbc000,0x00007f59b5cbd000)]
0x00007f59d46f4800 JavaThread "hz.nifty_brahmagupta.event-1" [_thread_blocked, id=3886, stack(0x00007f59b5cbd000,0x00007f59b5dbe000)]
0x00007f59d46d4800 JavaThread "hz.nifty_brahmagupta.scheduled.thread-" [_thread_blocked, id=3885, stack(0x00007f59b5dbe000,0x00007f59b5ebf000)]
0x00007f59d45dc800 JavaThread "MemoryManager-GCThread" daemon [_thread_blocked, id=3884, stack(0x00007f59b60bf000,0x00007f59b61c0000)]
0x00007f59d43ca800 JavaThread "ActiveMQ Session Task-1" [_thread_blocked, id=3883, stack(0x00007f59b6bd2000,0x00007f59b6cd3000)]
0x00007f59d43b1000 JavaThread "ActiveMQ Transport: tcp:///54.147.27.51:61616@46498" [_thread_in_native, id=3882, stack(0x00007f59b6cd3000,0x00007f59b6dd4000)]
0x00007f59d43ac800 JavaThread "ActiveMQ InactivityMonitor ReadCheckTimer" daemon [_thread_blocked, id=3881, stack(0x00007f59b6dd4000,0x00007f59b6ed5000)]
0x00007f59d40c9800 JavaThread "Service Thread" daemon [_thread_blocked, id=3879, stack(0x00007f59b78f9000,0x00007f59b79fa000)]
0x00007f59d40be800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3878, stack(0x00007f59b79fb000,0x00007f59b7afb000)]
0x00007f59d40bc800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3877, stack(0x00007f59b7afc000,0x00007f59b7bfc000)]
0x00007f59d40b9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3876, stack(0x00007f59b7bfd000,0x00007f59b7cfd000)]
0x00007f59d40b8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3875, stack(0x00007f59b7cfd000,0x00007f59b7dfe000)]
0x00007f59d4085000 JavaThread "Finalizer" daemon [_thread_blocked, id=3874, stack(0x00007f59b7dfe000,0x00007f59b7eff000)]
0x00007f59d4082800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3873, stack(0x00007f59b7eff000,0x00007f59b8000000)]
0x00007f59d400a800 JavaThread "main" [_thread_blocked, id=3867, stack(0x00007f59dc748000,0x00007f59dc848000)]
Other Threads:
0x00007f59d4078800 VMThread [stack: 0x00007f59c40f2000,0x00007f59c41f2000] [id=3872]
0x00007f59d40cc800 WatcherThread [stack: 0x00007f59b77f9000,0x00007f59b78f9000] [id=3880]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
PSYoungGen total 692736K, used 324242K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 47% used [0x00000000d5580000,0x00000000e91fca90,0x00000000ff480000)
from space 5632K, 2% used [0x00000000ff480000,0x00000000ff4a8000,0x00000000ffa00000)
to space 5632K, 0% used [0x00000000ffa80000,0x00000000ffa80000,0x0000000100000000)
ParOldGen total 1398272K, used 361290K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960d2958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Card table byte_map: [0x00007f59d970b000,0x00007f59d9b0c000] byte_map_base: 0x00007f59d930b000
Marking Bits: (ParMarkBitMap*) 0x00007f59dbc0ed80
Begin Bits: [0x00007f59bc000000, 0x00007f59be000000)
End Bits: [0x00007f59be000000, 0x00007f59c0000000)
Polling page: 0x00007f59dc850000
CodeCache: size=245760Kb used=19710Kb max_used=20262Kb free=226050Kb
bounds [0x00007f59c5000000, 0x00007f59c63f0000, 0x00007f59d4000000]
total_blobs=6962 nmethods=6447 adapters=427
compilation: enabled
Compilation events (10 events):
Event: 137.943 Thread 0x00007f59d40be800 9099 3 java.lang.Class::getMethod0 (40 bytes)
Event: 137.943 Thread 0x00007f59d40be800 nmethod 9099 0x00007f59c6297f90 code [0x00007f59c6298120, 0x00007f59c6298418]
Event: 137.943 Thread 0x00007f59d40be800 9101 3 java.io.DataInputStream::readDouble (8 bytes)
Event: 137.944 Thread 0x00007f59d40be800 nmethod 9101 0x00007f59c62a1f10 code [0x00007f59c62a2080, 0x00007f59c62a22a8]
Event: 137.944 Thread 0x00007f59d40be800 9102 3 com.hazelcast.client.impl.ClientEndpointImpl$1::consumeDouble (20 bytes)
Event: 137.944 Thread 0x00007f59d40be800 nmethod 9102 0x00007f59c62a1a10 code [0x00007f59c62a1ba0, 0x00007f59c62a1db8]
Event: 137.953 Thread 0x00007f59d40b9800 9103 4 com.hazelcast.internal.metrics.impl.MetricDescriptorImpl::copy (5 bytes)
Event: 137.953 Thread 0x00007f59d40b9800 nmethod 9103 0x00007f59c62b13d0 code [0x00007f59c62b1520, 0x00007f59c62b15a8]
Event: 140.146 Thread 0x00007f59d40b9800 9104 4 java.util.HashMap$HashIterator::remove (77 bytes)
Event: 140.148 Thread 0x00007f59d40b9800 nmethod 9104 0x00007f59c6249290 code [0x00007f59c6249400, 0x00007f59c62495a8]
GC Heap History (10 events):
Event: 138.971 GC heap before
{Heap before GC invocations=327 (full 2):
PSYoungGen total 691200K, used 683104K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 100% used [0x00000000d5580000,0x00000000ff080000,0x00000000ff080000)
from space 8192K, 1% used [0x00000000ff800000,0x00000000ff818000,0x0000000100000000)
to space 7680K, 0% used [0x00000000ff080000,0x00000000ff080000,0x00000000ff800000)
ParOldGen total 1398272K, used 361186K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960b8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 138.974 GC heap after
Heap after GC invocations=327 (full 2):
PSYoungGen total 690688K, used 96K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff080000)
from space 7680K, 1% used [0x00000000ff080000,0x00000000ff098000,0x00000000ff800000)
to space 7168K, 0% used [0x00000000ff900000,0x00000000ff900000,0x0000000100000000)
ParOldGen total 1398272K, used 361194K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ba958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.399 GC heap before
{Heap before GC invocations=328 (full 2):
PSYoungGen total 690688K, used 683104K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 100% used [0x00000000d5580000,0x00000000ff080000,0x00000000ff080000)
from space 7680K, 1% used [0x00000000ff080000,0x00000000ff098000,0x00000000ff800000)
to space 7168K, 0% used [0x00000000ff900000,0x00000000ff900000,0x0000000100000000)
ParOldGen total 1398272K, used 361194K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ba958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.403 GC heap after
Heap after GC invocations=328 (full 2):
PSYoungGen total 692224K, used 128K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff280000)
from space 7168K, 1% used [0x00000000ff900000,0x00000000ff920000,0x0000000100000000)
to space 6656K, 0% used [0x00000000ff280000,0x00000000ff280000,0x00000000ff900000)
ParOldGen total 1398272K, used 361218K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c0958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.683 GC heap before
{Heap before GC invocations=329 (full 2):
PSYoungGen total 692224K, used 685184K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 100% used [0x00000000d5580000,0x00000000ff280000,0x00000000ff280000)
from space 7168K, 1% used [0x00000000ff900000,0x00000000ff920000,0x0000000100000000)
to space 6656K, 0% used [0x00000000ff280000,0x00000000ff280000,0x00000000ff900000)
ParOldGen total 1398272K, used 361218K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c0958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.686 GC heap after
Heap after GC invocations=329 (full 2):
PSYoungGen total 691712K, used 160K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff280000)
from space 6656K, 2% used [0x00000000ff280000,0x00000000ff2a8000,0x00000000ff900000)
to space 6144K, 0% used [0x00000000ffa00000,0x00000000ffa00000,0x0000000100000000)
ParOldGen total 1398272K, used 361250K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.954 GC heap before
{Heap before GC invocations=330 (full 2):
PSYoungGen total 691712K, used 685216K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 100% used [0x00000000d5580000,0x00000000ff280000,0x00000000ff280000)
from space 6656K, 2% used [0x00000000ff280000,0x00000000ff2a8000,0x00000000ff900000)
to space 6144K, 0% used [0x00000000ffa00000,0x00000000ffa00000,0x0000000100000000)
ParOldGen total 1398272K, used 361250K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.957 GC heap after
Heap after GC invocations=330 (full 2):
PSYoungGen total 693248K, used 224K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff480000)
from space 6144K, 3% used [0x00000000ffa00000,0x00000000ffa38000,0x0000000100000000)
to space 5632K, 0% used [0x00000000ff480000,0x00000000ff480000,0x00000000ffa00000)
ParOldGen total 1398272K, used 361274K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ce958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 140.210 GC heap before
{Heap before GC invocations=331 (full 2):
PSYoungGen total 693248K, used 687328K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 100% used [0x00000000d5580000,0x00000000ff480000,0x00000000ff480000)
from space 6144K, 3% used [0x00000000ffa00000,0x00000000ffa38000,0x0000000100000000)
to space 5632K, 0% used [0x00000000ff480000,0x00000000ff480000,0x00000000ffa00000)
ParOldGen total 1398272K, used 361274K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ce958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 140.213 GC heap after
Heap after GC invocations=331 (full 2):
PSYoungGen total 692736K, used 160K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff480000)
from space 5632K, 2% used [0x00000000ff480000,0x00000000ff4a8000,0x00000000ffa00000)
to space 5632K, 0% used [0x00000000ffa80000,0x00000000ffa80000,0x0000000100000000)
ParOldGen total 1398272K, used 361290K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960d2958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 131.641 Thread 0x00007f5974055000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c619ddcc method=java.util.concurrent.ThreadPoolExecutor.getTask()Ljava/lang/Runnable; @ 154
Event: 132.029 Thread 0x00007f59d4a15000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5f45128 method=java.util.concurrent.locks.LockSupport.unpark(Ljava/lang/Thread;)V @ 1
Event: 132.049 Thread 0x00007f59d4a1b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5a70d74 method=com.hazelcast.query.impl.bitmap.SparseIntArray$PrefixStorage32.set(ILjava/lang/Object;)Lcom/hazelcast/query/impl/bitmap/SparseIntArray$Storage32; @ 18
Event: 132.229 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.231 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.232 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.233 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 133.239 Thread 0x00007f59d4a24000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c619114c method=com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll()V @ 94
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c61bbf14 method=com.hazelcast.internal.bplustree.DefaultBPlusTreeKeyComparator.compare(Ljava/lang/Comparable;J)I @ 27
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5ba9e54 method=com.hazelcast.internal.serialization.impl.HeapData.<init>([B)V @ 10
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 91.422 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35ae338) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.426 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35b81e8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.449 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35c2378) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.458 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35d24f8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.639 Thread 0x00007f59d4a62800 Exception <a 'java/io/IOException'> (0x00000000fc5c6880) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.643 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000da5939d8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.744 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d73370) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.844 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d7de68) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.945 Thread 0x00007f59a4002000 Exception <a 'java/net/ConnectException'> (0x00000000d5d8c770) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.950 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d93ae0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Events (10 events):
Event: 140.149 Thread 0x00007f59d40b9800 flushing nmethod 0x00007f59c55ea990
Event: 140.149 Thread 0x00007f59d40b9800 flushing nmethod 0x00007f59c56561d0
Event: 140.210 Executing VM operation: ParallelGCFailedAllocation
Event: 140.213 Executing VM operation: ParallelGCFailedAllocation done
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00007f59c61bbf14
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT PACKING pc=0x00007f59c61bbf14 sp=0x00007f59b41a8210
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT UNPACKING pc=0x00007f59c504573a sp=0x00007f59b41a8138 mode 2
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00007f59c5ba9e54
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT PACKING pc=0x00007f59c5ba9e54 sp=0x00007f59b41a7f70
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT UNPACKING pc=0x00007f59c504573a sp=0x00007f59b41a7ed0 mode 2
Dynamic libraries:
00400000-00401000 r-xp 00000000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
00600000-00601000 r--p 00000000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
00601000-00602000 rw-p 00001000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
01d81000-01de6000 rw-p 00000000 00:00 0 [heap]
80000000-100540000 rw-p 00000000 00:00 0
100540000-140000000 ---p 00000000 00:00 0
7f5938d76000-7f5938d79000 ---p 00000000 00:00 0
7f5938d79000-7f5939679000 rw-p 00000000 00:00 0
7f5939679000-7f593967c000 ---p 00000000 00:00 0
7f593967c000-7f593977a000 rw-p 00000000 00:00 0
7f593977a000-7f593977d000 ---p 00000000 00:00 0
7f593977d000-7f5939a3b000 rw-p 00000000 00:00 0
7f5939a3b000-7f5939a7b000 ---p 00000000 00:00 0
7f5939a7b000-7f5939e7c000 rw-p 00000000 00:00 0
7f5939f1d000-7f5939f20000 ---p 00000000 00:00 0
7f5939f20000-7f593a01e000 rw-p 00000000 00:00 0
7f593a01e000-7f593a021000 ---p 00000000 00:00 0
7f593a021000-7f593a921000 rw-p 00000000 00:00 0
7f593a9c3000-7f593abc3000 rw-p 00000000 00:00 0
7f593abc3000-7f593abc6000 ---p 00000000 00:00 0
7f593abc6000-7f593acc4000 rw-p 00000000 00:00 0
7f593acc4000-7f593acc7000 ---p 00000000 00:00 0
7f593acc7000-7f593adc5000 rw-p 00000000 00:00 0
7f593adf6000-7f593adf9000 ---p 00000000 00:00 0
7f593adf9000-7f593aef7000 rw-p 00000000 00:00 0
7f593aef7000-7f593aefa000 ---p 00000000 00:00 0
7f593aefa000-7f593b3f9000 rw-p 00000000 00:00 0
7f593b3f9000-7f593b3fc000 ---p 00000000 00:00 0
7f593b3fc000-7f593b4fa000 rw-p 00000000 00:00 0
7f593b4fa000-7f593b4fd000 ---p 00000000 00:00 0
7f593b4fd000-7f593b5fb000 rw-p 00000000 00:00 0
7f593b5fb000-7f593b5fe000 ---p 00000000 00:00 0
7f593b5fe000-7f593bcfd000 rw-p 00000000 00:00 0
7f593bcfd000-7f593bd00000 ---p 00000000 00:00 0
7f593bd00000-7f593bdfe000 rw-p 00000000 00:00 0
7f593bdfe000-7f593be01000 ---p 00000000 00:00 0
7f593be01000-7f593beff000 rw-p 00000000 00:00 0
7f593beff000-7f593bf02000 ---p 00000000 00:00 0
7f593bf02000-7f593c000000 rw-p 00000000 00:00 0
7f593c000000-7f593c021000 rw-p 00000000 00:00 0
7f593c021000-7f5940000000 ---p 00000000 00:00 0
7f5940000000-7f594009b000 rw-p 00000000 00:00 0
7f594009b000-7f5944000000 ---p 00000000 00:00 0
7f5944000000-7f59441f4000 rw-p 00000000 00:00 0
7f59441f4000-7f5948000000 ---p 00000000 00:00 0
7f5948000000-7f59482a6000 rw-p 00000000 00:00 0
7f59482a6000-7f594c000000 ---p 00000000 00:00 0
7f594c000000-7f594c15e000 rw-p 00000000 00:00 0
7f594c15e000-7f5950000000 ---p 00000000 00:00 0
7f5950000000-7f595016d000 rw-p 00000000 00:00 0
7f595016d000-7f5954000000 ---p 00000000 00:00 0
7f5954000000-7f595438c000 rw-p 00000000 00:00 0
7f595438c000-7f5958000000 ---p 00000000 00:00 0
7f5958000000-7f595802e000 rw-p 00000000 00:00 0
7f595802e000-7f595c000000 ---p 00000000 00:00 0
7f595c000000-7f595c021000 rw-p 00000000 00:00 0
7f595c021000-7f5960000000 ---p 00000000 00:00 0
7f5960000000-7f5960058000 rw-p 00000000 00:00 0
7f5960058000-7f5964000000 ---p 00000000 00:00 0
7f5964000000-7f596433f000 rw-p 00000000 00:00 0
7f596433f000-7f5968000000 ---p 00000000 00:00 0
7f5968000000-7f5968021000 rw-p 00000000 00:00 0
7f5968021000-7f596c000000 ---p 00000000 00:00 0
7f596c000000-7f596c0e5000 rw-p 00000000 00:00 0
7f596c0e5000-7f5970000000 ---p 00000000 00:00 0
7f5970000000-7f5970021000 rw-p 00000000 00:00 0
7f5970021000-7f5974000000 ---p 00000000 00:00 0
7f5974000000-7f5974067000 rw-p 00000000 00:00 0
7f5974067000-7f5978000000 ---p 00000000 00:00 0
7f5978000000-7f5978021000 rw-p 00000000 00:00 0
7f5978021000-7f597c000000 ---p 00000000 00:00 0
7f597c000000-7f597c047000 rw-p 00000000 00:00 0
7f597c047000-7f5980000000 ---p 00000000 00:00 0
7f5980000000-7f5980028000 rw-p 00000000 00:00 0
7f5980028000-7f5984000000 ---p 00000000 00:00 0
7f5984000000-7f5984b85000 rw-p 00000000 00:00 0
7f5984b85000-7f5988000000 ---p 00000000 00:00 0
7f5988000000-7f5988029000 rw-p 00000000 00:00 0
7f5988029000-7f598c000000 ---p 00000000 00:00 0
7f598c000000-7f598d801000 rw-p 00000000 00:00 0
7f598d801000-7f5990000000 ---p 00000000 00:00 0
7f5990000000-7f5991e95000 rw-p 00000000 00:00 0
7f5991e95000-7f5994000000 ---p 00000000 00:00 0
7f5994000000-7f5994021000 rw-p 00000000 00:00 0
7f5994021000-7f5998000000 ---p 00000000 00:00 0
7f59980be000-7f59980c1000 ---p 00000000 00:00 0
7f59980c1000-7f59983bf000 rw-p 00000000 00:00 0
7f59983bf000-7f59983c2000 ---p 00000000 00:00 0
7f59983c2000-7f59984c0000 rw-p 00000000 00:00 0
7f59984c0000-7f59984c3000 ---p 00000000 00:00 0
7f59984c3000-7f59985c1000 rw-p 00000000 00:00 0
7f59985c1000-7f59985c4000 ---p 00000000 00:00 0
7f59985c4000-7f59986c2000 rw-p 00000000 00:00 0
7f59986c2000-7f59986c5000 ---p 00000000 00:00 0
7f59986c5000-7f59987c3000 rw-p 00000000 00:00 0
7f59987c3000-7f59987c6000 ---p 00000000 00:00 0
7f59987c6000-7f59988c4000 rw-p 00000000 00:00 0
7f59988c4000-7f59988c7000 ---p 00000000 00:00 0
7f59988c7000-7f59989c5000 rw-p 00000000 00:00 0
7f59989c5000-7f59989c8000 ---p 00000000 00:00 0
7f59989c8000-7f5998ac6000 rw-p 00000000 00:00 0
7f5998ac6000-7f5998ac9000 ---p 00000000 00:00 0
7f5998ac9000-7f5998bc7000 rw-p 00000000 00:00 0
7f5998bc7000-7f5998bca000 ---p 00000000 00:00 0
7f5998bca000-7f5998cc8000 rw-p 00000000 00:00 0
7f5998cc8000-7f5998ccb000 ---p 00000000 00:00 0
7f5998ccb000-7f5998dc9000 rw-p 00000000 00:00 0
7f5998dc9000-7f5998dcc000 ---p 00000000 00:00 0
7f5998dcc000-7f5998eca000 rw-p 00000000 00:00 0
7f5998eca000-7f5998ecd000 ---p 00000000 00:00 0
7f5998ecd000-7f5998fcb000 rw-p 00000000 00:00 0
7f5998fcb000-7f5998fce000 ---p 00000000 00:00 0
7f5998fce000-7f59990cc000 rw-p 00000000 00:00 0
7f59990cc000-7f59990cf000 ---p 00000000 00:00 0
7f59990cf000-7f59991cd000 rw-p 00000000 00:00 0
7f59991cd000-7f59991d0000 ---p 00000000 00:00 0
7f59991d0000-7f59992ce000 rw-p 00000000 00:00 0
7f59992ce000-7f59992d1000 ---p 00000000 00:00 0
7f59992d1000-7f59993cf000 rw-p 00000000 00:00 0
7f59993cf000-7f59993d2000 ---p 00000000 00:00 0
7f59993d2000-7f59994d0000 rw-p 00000000 00:00 0
7f59994d0000-7f59994d3000 ---p 00000000 00:00 0
7f59994d3000-7f59995d1000 rw-p 00000000 00:00 0
7f59995d1000-7f59995d4000 ---p 00000000 00:00 0
7f59995d4000-7f59996d2000 rw-p 00000000 00:00 0
7f59996d2000-7f59996d5000 ---p 00000000 00:00 0
7f59996d5000-7f59997d3000 rw-p 00000000 00:00 0
7f59997d3000-7f59997d6000 ---p 00000000 00:00 0
7f59997d6000-7f59998d4000 rw-p 00000000 00:00 0
7f59998d4000-7f59998d7000 ---p 00000000 00:00 0
7f59998d7000-7f59999d5000 rw-p 00000000 00:00 0
7f59999d5000-7f59999d8000 ---p 00000000 00:00 0
7f59999d8000-7f5999ad6000 rw-p 00000000 00:00 0
7f5999ad6000-7f59a0000000 r--p 00000000 103:01 14882 /usr/lib/locale/locale-archive
7f59a0000000-7f59a009a000 rw-p 00000000 00:00 0
7f59a009a000-7f59a4000000 ---p 00000000 00:00 0
7f59a4000000-7f59a4092000 rw-p 00000000 00:00 0
7f59a4092000-7f59a8000000 ---p 00000000 00:00 0
7f59a8000000-7f59a8021000 rw-p 00000000 00:00 0
7f59a8021000-7f59ac000000 ---p 00000000 00:00 0
7f59ac000000-7f59ac0ec000 rw-p 00000000 00:00 0
7f59ac0ec000-7f59b0000000 ---p 00000000 00:00 0
7f59b0000000-7f59b00af000 rw-p 00000000 00:00 0
7f59b00af000-7f59b4000000 ---p 00000000 00:00 0
7f59b40a9000-7f59b40ac000 ---p 00000000 00:00 0
7f59b40ac000-7f59b41aa000 rw-p 00000000 00:00 0
7f59b41aa000-7f59b41ad000 ---p 00000000 00:00 0
7f59b41ad000-7f59b42ab000 rw-p 00000000 00:00 0
7f59b42ab000-7f59b42ae000 ---p 00000000 00:00 0
7f59b42ae000-7f59b43ac000 rw-p 00000000 00:00 0
7f59b43ac000-7f59b43af000 ---p 00000000 00:00 0
7f59b43af000-7f59b44ad000 rw-p 00000000 00:00 0
7f59b44ad000-7f59b44b0000 ---p 00000000 00:00 0
7f59b44b0000-7f59b45ae000 rw-p 00000000 00:00 0
7f59b45ae000-7f59b45b1000 ---p 00000000 00:00 0
7f59b45b1000-7f59b46af000 rw-p 00000000 00:00 0
7f59b46af000-7f59b46b2000 ---p 00000000 00:00 0
7f59b46b2000-7f59b47b0000 rw-p 00000000 00:00 0
7f59b47b0000-7f59b47b3000 ---p 00000000 00:00 0
7f59b47b3000-7f59b48b1000 rw-p 00000000 00:00 0
7f59b48b1000-7f59b48b4000 ---p 00000000 00:00 0
7f59b48b4000-7f59b4bb2000 rw-p 00000000 00:00 0
7f59b4bb2000-7f59b4db2000 rw-p 00000000 00:00 0
7f59b4db2000-7f59b4db5000 ---p 00000000 00:00 0
7f59b4db5000-7f59b4eb3000 rw-p 00000000 00:00 0
7f59b4eb3000-7f59b4eb6000 ---p 00000000 00:00 0
7f59b4eb6000-7f59b51b4000 rw-p 00000000 00:00 0
7f59b51b4000-7f59b53b4000 rw-p 00000000 00:00 0
7f59b53b4000-7f59b53b7000 ---p 00000000 00:00 0
7f59b53b7000-7f59b54b5000 rw-p 00000000 00:00 0
7f59b54b5000-7f59b54b8000 ---p 00000000 00:00 0
7f59b54b8000-7f59b55b6000 rw-p 00000000 00:00 0
7f59b55b6000-7f59b55b9000 ---p 00000000 00:00 0
7f59b55b9000-7f59b56b7000 rw-p 00000000 00:00 0
7f59b56b7000-7f59b56ba000 ---p 00000000 00:00 0
7f59b56ba000-7f59b57b8000 rw-p 00000000 00:00 0
7f59b57b8000-7f59b57bb000 ---p 00000000 00:00 0
7f59b57bb000-7f59b58b9000 rw-p 00000000 00:00 0
7f59b58b9000-7f59b58bc000 ---p 00000000 00:00 0
7f59b58bc000-7f59b59ba000 rw-p 00000000 00:00 0
7f59b59ba000-7f59b59bd000 ---p 00000000 00:00 0
7f59b59bd000-7f59b5abb000 rw-p 00000000 00:00 0
7f59b5abb000-7f59b5abe000 ---p 00000000 00:00 0
7f59b5abe000-7f59b5bbc000 rw-p 00000000 00:00 0
7f59b5bbc000-7f59b5bbf000 ---p 00000000 00:00 0
7f59b5bbf000-7f59b5cbd000 rw-p 00000000 00:00 0
7f59b5cbd000-7f59b5cc0000 ---p 00000000 00:00 0
7f59b5cc0000-7f59b5dbe000 rw-p 00000000 00:00 0
7f59b5dbe000-7f59b5dc1000 ---p 00000000 00:00 0
7f59b5dc1000-7f59b60bf000 rw-p 00000000 00:00 0
7f59b60bf000-7f59b60c2000 ---p 00000000 00:00 0
7f59b60c2000-7f59b63c0000 rw-p 00000000 00:00 0
7f59b63c0000-7f59b63d1000 r-xp 00000000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b63d1000-7f59b65d0000 ---p 00011000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d0000-7f59b65d1000 r--p 00010000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d1000-7f59b65d2000 rw-p 00011000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d2000-7f59b67d2000 rw-p 00000000 00:00 0
7f59b67d2000-7f59b69d2000 rw-p 00000000 00:00 0
7f59b69d2000-7f59b6bd2000 rw-p 00000000 00:00 0
7f59b6bd2000-7f59b6bd5000 ---p 00000000 00:00 0
7f59b6bd5000-7f59b6cd3000 rw-p 00000000 00:00 0
7f59b6cd3000-7f59b6cd6000 ---p 00000000 00:00 0
7f59b6cd6000-7f59b6dd4000 rw-p 00000000 00:00 0
7f59b6dd4000-7f59b6dd7000 ---p 00000000 00:00 0
7f59b6dd7000-7f59b6ed5000 rw-p 00000000 00:00 0
7f59b6ed5000-7f59b6fb6000 r--s 00b6a000 103:01 136091 /home/ec2-user/hz-root/hz-lib/4.1-SNAPSHOT/hazelcast-enterprise-4.1-SNAPSHOT.jar
7f59b6fb6000-7f59b6fcc000 r-xp 00000000 103:01 2766 /lib64/libresolv-2.17.so
7f59b6fcc000-7f59b71cb000 ---p 00016000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cb000-7f59b71cc000 r--p 00015000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cc000-7f59b71cd000 rw-p 00016000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cd000-7f59b71cf000 rw-p 00000000 00:00 0
7f59b71cf000-7f59b71d4000 r-xp 00000000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b71d4000-7f59b73d4000 ---p 00005000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d4000-7f59b73d5000 r--p 00005000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d5000-7f59b73d6000 rw-p 00006000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d6000-7f59b73ec000 r-xp 00000000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b73ec000-7f59b75ec000 ---p 00016000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ec000-7f59b75ed000 r--p 00016000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ed000-7f59b75ee000 rw-p 00017000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ee000-7f59b75f7000 r-xp 00000000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b75f7000-7f59b77f6000 ---p 00009000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f6000-7f59b77f7000 r--p 00008000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f7000-7f59b77f8000 rw-p 00009000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f8000-7f59b77f9000 ---p 00000000 00:00 0
7f59b77f9000-7f59b78f9000 rw-p 00000000 00:00 0
7f59b78f9000-7f59b78fc000 ---p 00000000 00:00 0
7f59b78fc000-7f59b79fa000 rw-p 00000000 00:00 0
7f59b79fa000-7f59b79fe000 ---p 00000000 00:00 0
7f59b79fe000-7f59b7afb000 rw-p 00000000 00:00 0
7f59b7afb000-7f59b7aff000 ---p 00000000 00:00 0
7f59b7aff000-7f59b7bfc000 rw-p 00000000 00:00 0
7f59b7bfc000-7f59b7c00000 ---p 00000000 00:00 0
7f59b7c00000-7f59b7cfd000 rw-p 00000000 00:00 0
7f59b7cfd000-7f59b7d00000 ---p 00000000 00:00 0
7f59b7d00000-7f59b7dfe000 rw-p 00000000 00:00 0
7f59b7dfe000-7f59b7e01000 ---p 00000000 00:00 0
7f59b7e01000-7f59b7eff000 rw-p 00000000 00:00 0
7f59b7eff000-7f59b7f02000 ---p 00000000 00:00 0
7f59b7f02000-7f59b8000000 rw-p 00000000 00:00 0
7f59b8000000-7f59b8021000 rw-p 00000000 00:00 0
7f59b8021000-7f59bc000000 ---p 00000000 00:00 0
7f59bc000000-7f59c0000000 rw-p 00000000 00:00 0
7f59c0000000-7f59c0021000 rw-p 00000000 00:00 0
7f59c0021000-7f59c4000000 ---p 00000000 00:00 0
7f59c407c000-7f59c4080000 r--s 000a1000 103:01 16553 /home/ec2-user/jdk1.8.0_201/jre/lib/jsse.jar
7f59c4080000-7f59c4085000 r--s 002f9000 103:01 16494 /home/ec2-user/jdk1.8.0_201/jre/lib/charsets.jar
7f59c4085000-7f59c4098000 r--s 00345000 103:01 16534 /home/ec2-user/jdk1.8.0_201/jre/lib/resources.jar
7f59c4098000-7f59c40b4000 r--s 00393000 103:01 16557 /home/ec2-user/jdk1.8.0_201/jre/lib/ext/cldrdata.jar
7f59c40b4000-7f59c40be000 r--s 00116000 103:01 16564 /home/ec2-user/jdk1.8.0_201/jre/lib/ext/localedata.jar
7f59c40be000-7f59c40c0000 r--s 0001a000 103:01 136095 /home/ec2-user/hz-root/lib/HdrHistogram-2.1.9.jar
7f59c40c0000-7f59c40f1000 rw-p 00000000 00:00 0
7f59c40f1000-7f59c40f2000 ---p 00000000 00:00 0
7f59c40f2000-7f59c5000000 rw-p 00000000 00:00 0
7f59c5000000-7f59c63f0000 rwxp 00000000 00:00 0
7f59c63f0000-7f59d4000000 ---p 00000000 00:00 0
7f59d4000000-7f59d4abd000 rw-p 00000000 00:00 0
7f59d4abd000-7f59d8000000 ---p 00000000 00:00 0
7f59d8000000-7f59d8001000 rw-p 00000000 00:00 0
7f59d8001000-7f59d800a000 r--s 0006f000 103:01 136084 /home/ec2-user/hz-root/lib/log4j-1.2.17.jar
7f59d800a000-7f59d800d000 r--s 0000a000 103:01 136076 /home/ec2-user/hz-root/lib/cache-api-1.0.0.jar
7f59d800d000-7f59d801f000 r--s 00094000 103:01 136081 /home/ec2-user/hz-root/lib/hzCmd-bench-1.0.0.jar
7f59d801f000-7f59d8038000 r--s 00145000 103:01 136075 /home/ec2-user/hz-root/lib/activemq-client-5.15.12.jar
7f59d8038000-7f59d820c000 rw-p 00000000 00:00 0
7f59d820c000-7f59d83e6000 r--s 03d6f000 103:01 16496 /home/ec2-user/jdk1.8.0_201/jre/lib/rt.jar
7f59d83e6000-7f59d905c000 rw-p 00000000 00:00 0
7f59d905c000-7f59d905d000 ---p 00000000 00:00 0
7f59d905d000-7f59d915d000 rw-p 00000000 00:00 0
7f59d915d000-7f59d915e000 ---p 00000000 00:00 0
7f59d915e000-7f59d925e000 rw-p 00000000 00:00 0
7f59d925e000-7f59d925f000 ---p 00000000 00:00 0
7f59d925f000-7f59d935f000 rw-p 00000000 00:00 0
7f59d935f000-7f59d9360000 ---p 00000000 00:00 0
7f59d9360000-7f59d9b5c000 rw-p 00000000 00:00 0
7f59d9b5c000-7f59d9ecc000 ---p 00000000 00:00 0
7f59d9ecc000-7f59d9ee7000 r-xp 00000000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59d9ee7000-7f59da0e6000 ---p 0001b000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e6000-7f59da0e7000 r--p 0001a000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e7000-7f59da0e8000 rw-p 0001b000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e8000-7f59da0f4000 r-xp 00000000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da0f4000-7f59da2f3000 ---p 0000c000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f3000-7f59da2f4000 r--p 0000b000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f4000-7f59da2f5000 rw-p 0000c000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f5000-7f59da2fb000 rw-p 00000000 00:00 0
7f59da2fb000-7f59da327000 r-xp 00000000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da327000-7f59da527000 ---p 0002c000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da527000-7f59da528000 r--p 0002c000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da528000-7f59da52a000 rw-p 0002d000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da52a000-7f59da537000 r-xp 00000000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da537000-7f59da736000 ---p 0000d000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da736000-7f59da738000 r--p 0000c000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da738000-7f59da739000 rw-p 0000e000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da739000-7f59da740000 r-xp 00000000 103:01 2768 /lib64/librt-2.17.so
7f59da740000-7f59da93f000 ---p 00007000 103:01 2768 /lib64/librt-2.17.so
7f59da93f000-7f59da940000 r--p 00006000 103:01 2768 /lib64/librt-2.17.so
7f59da940000-7f59da941000 rw-p 00007000 103:01 2768 /lib64/librt-2.17.so
7f59da941000-7f59daa42000 r-xp 00000000 103:01 2746 /lib64/libm-2.17.so
7f59daa42000-7f59dac41000 ---p 00101000 103:01 2746 /lib64/libm-2.17.so
7f59dac41000-7f59dac42000 r--p 00100000 103:01 2746 /lib64/libm-2.17.so
7f59dac42000-7f59dac43000 rw-p 00101000 103:01 2746 /lib64/libm-2.17.so
7f59dac43000-7f59db92b000 r-xp 00000000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59db92b000-7f59dbb2a000 ---p 00ce8000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbb2a000-7f59dbbc0000 r--p 00ce7000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbbc0000-7f59dbbf1000 rw-p 00d7d000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbbf1000-7f59dbc2c000 rw-p 00000000 00:00 0
7f59dbc2c000-7f59dbdee000 r-xp 00000000 103:01 2738 /lib64/libc-2.17.so
7f59dbdee000-7f59dbfee000 ---p 001c2000 103:01 2738 /lib64/libc-2.17.so
7f59dbfee000-7f59dbff2000 r--p 001c2000 103:01 2738 /lib64/libc-2.17.so
7f59dbff2000-7f59dbff4000 rw-p 001c6000 103:01 2738 /lib64/libc-2.17.so
7f59dbff4000-7f59dbff9000 rw-p 00000000 00:00 0
7f59dbff9000-7f59dbffb000 r-xp 00000000 103:01 2744 /lib64/libdl-2.17.so
7f59dbffb000-7f59dc1fb000 ---p 00002000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fb000-7f59dc1fc000 r--p 00002000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fc000-7f59dc1fd000 rw-p 00003000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fd000-7f59dc214000 r-xp 00000000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc214000-7f59dc413000 ---p 00017000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc413000-7f59dc414000 r--p 00016000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc414000-7f59dc415000 rw-p 00017000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc415000-7f59dc42c000 r-xp 00000000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc42c000-7f59dc62b000 ---p 00017000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62b000-7f59dc62c000 r--p 00016000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62c000-7f59dc62d000 rw-p 00017000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62d000-7f59dc631000 rw-p 00000000 00:00 0
7f59dc631000-7f59dc653000 r-xp 00000000 103:01 2722 /lib64/ld-2.17.so
7f59dc653000-7f59dc654000 rw-p 00000000 00:00 0
7f59dc654000-7f59dc655000 r--s 00002000 103:01 136087 /home/ec2-user/hz-root/lib/metrics-graphite-3.0.2.jar
7f59dc655000-7f59dc65a000 r--s 00034000 103:01 136078 /home/ec2-user/hz-root/lib/gson-2.7.jar
7f59dc65a000-7f59dc65c000 r--s 00003000 103:01 136077 /home/ec2-user/hz-root/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
7f59dc65c000-7f59dc65f000 r--s 00017000 103:01 136086 /home/ec2-user/hz-root/lib/metrics-core-4.1.2.jar
7f59dc65f000-7f59dc661000 r--s 00008000 103:01 136082 /home/ec2-user/hz-root/lib/jms-api-1.1-rev-1.jar
7f59dc661000-7f59dc663000 r--s 0000b000 103:01 136079 /home/ec2-user/hz-root/lib/hawtbuf-1.11.jar
7f59dc663000-7f59dc66a000 r--s 00050000 103:01 136083 /home/ec2-user/hz-root/lib/lang-6.7.6.jar
7f59dc66a000-7f59dc66e000 r--s 00038000 103:01 136080 /home/ec2-user/hz-root/lib/hzCmd-1.0.1.jar
7f59dc66e000-7f59dc670000 r--s 00005000 103:01 136089 /home/ec2-user/hz-root/lib/slf4j-api-1.7.5.jar
7f59dc670000-7f59dc673000 r--s 00014000 103:01 136088 /home/ec2-user/hz-root/lib/rolling-metrics-2.0.5.jar
7f59dc673000-7f59dc73f000 rw-p 00000000 00:00 0
7f59dc73f000-7f59dc747000 rw-s 00000000 103:01 262880 /tmp/hsperfdata_ec2-user/3866
7f59dc747000-7f59dc74b000 ---p 00000000 00:00 0
7f59dc74b000-7f59dc84c000 rw-p 00000000 00:00 0
7f59dc84c000-7f59dc84e000 r--s 00001000 103:01 136090 /home/ec2-user/hz-root/lib/slf4j-log4j12-1.7.5.jar
7f59dc84e000-7f59dc850000 rw-p 00000000 00:00 0
7f59dc850000-7f59dc851000 r--p 00000000 00:00 0
7f59dc851000-7f59dc852000 rw-p 00000000 00:00 0
7f59dc852000-7f59dc853000 r--p 00021000 103:01 2722 /lib64/ld-2.17.so
7f59dc853000-7f59dc854000 rw-p 00022000 103:01 2722 /lib64/ld-2.17.so
7f59dc854000-7f59dc855000 rw-p 00000000 00:00 0
7fffcbf63000-7fffcbf84000 rw-p 00000000 00:00 0 [stack]
7fffcbff7000-7fffcbff9000 r--p 00000000 00:00 0 [vvar]
7fffcbff9000-7fffcbffb000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Environment Variables:
JAVA_HOME=/home/ec2-user/jdk1.8.0_201
PATH=/home/ec2-user/jdk1.8.0_201/bin:/usr/local/bin:/bin:/usr/bin:/opt/aws/bin
SHELL=/bin/bash
Signal Handlers:
SIGSEGV: [libjvm.so+0xad3e60], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xad3e60], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x90b750], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGINT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGTERM: [libjvm.so+0x90bd70], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x90bd70], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:Amazon Linux AMI release 2016.09
uname:Linux 4.4.41-36.55.amzn1.x86_64 #1 SMP Wed Jan 18 01:03:26 UTC 2017 x86_64
libc:glibc 2.17 NPTL 2.17
rlimit: STACK 8192k, CORE 0k, NPROC 30460, NOFILE 4096, AS infinity
load average:5.12 3.28 2.22
/proc/meminfo:
MemTotal: 7819532 kB
MemFree: 5876976 kB
MemAvailable: 6148388 kB
Buffers: 20576 kB
Cached: 401668 kB
SwapCached: 0 kB
Active: 1599396 kB
Inactive: 243704 kB
Active(anon): 1420860 kB
Inactive(anon): 52 kB
Active(file): 178536 kB
Inactive(file): 243652 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 112 kB
Writeback: 0 kB
AnonPages: 1420920 kB
Mapped: 25364 kB
Shmem: 64 kB
Slab: 48616 kB
SReclaimable: 36332 kB
SUnreclaim: 12284 kB
KernelStack: 4000 kB
PageTables: 5408 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 3909764 kB
Committed_AS: 2755644 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 14312 kB
DirectMap2M: 2766848 kB
DirectMap1G: 5242880 kB
CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 85 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 7819532k(5876976k free), swap 0k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for linux-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 11:35:59 by "java_re" with gcc 7.3.0
time: Thu Jul 9 04:04:41 2020
timezone: UTC
elapsed time: 140 seconds (0d 0h 2m 20s)
```
|
1.0
|
cluster member kill sql comp idx jvm crash hs_err_pid - http://jenkins.hazelcast.com/view/kill/job/kill-sql/47/console
/disk1/jenkins/workspace/kill-sql/4.1-SNAPSHOT/2020_07_09-03_43_03/sql/comp-idx
http://54.147.27.51/~jenkins/workspace/kill-sql/4.1-SNAPSHOT/2020_07_09-03_43_03/sql/comp-idx
output/HZ/HzMember3HZ/hs_err_pid3866.log
```
cat output/HZ/HzMember3HZ/hs_err_pid3866.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f59c50529c0, pid=3866, tid=0x00007f59b41a9700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_201-b09) (build 1.8.0_201-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# v ~StubRoutines::jint_disjoint_arraycopy
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00007f59d4a20800): JavaThread "hz.nifty_brahmagupta.generic-operation.thread-0" [_thread_in_Java, id=3906, stack(0x00007f59b40a9000,0x00007f59b41aa000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x00007f593b3f9000
Registers:
RAX=0x00007f593b486fb4, RBX=0x00000000047d1c58, RCX=0x0000000000040000, RDX=0xfffffffffffee410
RSP=0x00007f59b41a7dd0, RBP=0x00007f59b41a7dd0, RSI=0x00000000e384e2d0, RDI=0x00007f593b486fac
R8 =0x000000002003fcaf, R9 =0x0000000000100000, R10=0x00007f59c50530e0, R11=0x00007f593b386fb4
R12=0x0000000000000000, R13=0x00000000e344e2c8, R14=0x00007f593b486fb4, R15=0x00007f59d4a20800
RIP=0x00007f59c50529c0, EFLAGS=0x0000000000010292, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007f59b41a7dd0)
0x00007f59b41a7dd0: 0000000000400010 00007f59c58c8a4d
0x00007f59b41a7de0: 00000000e2d71840 00007f593b086fb0
0x00007f59b41a7df0: cafebabe04bd1c58 00000000e2d71840
0x00007f59b41a7e00: 00007f59b41a7ec0 00007f59db131529
0x00007f59b41a7e10: 00007f59d40045d7 00007f59540f5b90
0x00007f59b41a7e20: 00007f59b41a7ed0 00007f59c504573a
0x00007f59b41a7e30: 00007f59c5045650 0000000000000000
0x00007f59b41a7e40: 00007f59b41a7eb0 00007f59c5008114
0x00007f59b41a7e50: 00007f59c5008114 00000000e2d71840
0x00007f59b41a7e60: 00000000e2d71880 00000000e2d71880
0x00007f59b41a7e70: 00007f59b41a7e70 00007f59b6266a8a
0x00007f59b41a7e80: 00007f59b41a7ef8 00007f59b627a0d0
0x00007f59b41a7e90: 00007f593bc0a768 00007f59b6266b10
0x00007f59b41a7ea0: 00007f59b41a7e58 00007f59b41a7f00
0x00007f59b41a7eb0: 00000000800afc08 00007f59c613d7b4
0x00007f59b41a7ec0: 0000000000000000 0000000000000000
0x00007f59b41a7ed0: 0000000000000000 0000000000000000
0x00007f59b41a7ee0: 0000000000000000 000000008002b530
0x00007f59b41a7ef0: 0000000080b6be28 00000000e2d71840
0x00007f59b41a7f00: 00007f59b4b556a0 0000000080b6be28
0x00007f59b41a7f10: 0000000080065140 00000000e2d71840
0x00007f59b41a7f20: 00007f59b41a7f38 00007f59b41a7f90
0x00007f59b41a7f30: 00007f59c50082bd 00000000e2d71830
0x00007f59b41a7f40: 00000000e2d71820 00000000e2d71820
0x00007f59b41a7f50: 00000000800afc08 00007f59c56e3ac4
0x00007f59b41a7f60: 00000000800afc08 00007f59b627a0d0
0x00007f59b41a7f70: 00007f593bc0a778 00007f59b6266b10
0x00007f59b41a7f80: 0000000000000000 00007f59b41a7fe0
0x00007f59b41a7f90: 00000000805170f8 00007f59c5d98ed4
0x00007f59b41a7fa0: 0000000000000000 0000000000000000
0x00007f59b41a7fb0: 0000000000000000 0000000000000000
0x00007f59b41a7fc0: 0000000000000000 0000000000000000
Instructions: (pc=0x00007f59c50529c0)
0x00007f59c50529a0: d7 08 48 89 44 d6 08 48 ff c2 75 f1 f7 c1 01 00
0x00007f59c50529b0: 00 00 74 06 8b 47 08 89 46 08 48 33 c0 c9 c3 90
0x00007f59c50529c0: c5 fe 6f 44 d7 c8 c5 fe 7f 44 d6 c8 c5 fe 6f 4c
0x00007f59c50529d0: d7 e8 c5 fe 7f 4c d6 e8 48 83 c2 08 7e e2 48 83
Register to memory mapping:
RAX=0x00007f593b486fb4 is pointing into the stack for thread: 0x00007f5980021800
RBX=0x00000000047d1c58 is an unknown value
RCX=0x0000000000040000 is an unknown value
RDX=0xfffffffffffee410 is an unknown value
RSP=0x00007f59b41a7dd0 is pointing into the stack for thread: 0x00007f59d4a20800
RBP=0x00007f59b41a7dd0 is pointing into the stack for thread: 0x00007f59d4a20800
RSI=0x00000000e384e2d0 is an oop
[error occurred during error reporting (printing register info), id 0xb]
Stack: [0x00007f59b40a9000,0x00007f59b41aa000], sp=0x00007f59b41a7dd0, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
v ~StubRoutines::jint_disjoint_arraycopy
J 3624 C2 com.hazelcast.internal.serialization.impl.NativeMemoryData.toByteArray()[B (24 bytes) @ 0x00007f59c58c8a4d [0x00007f59c58c8900+0x14d]
j com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.convertDataInternal(Lcom/hazelcast/internal/serialization/Data;Lcom/hazelcast/internal/serialization/DataType;Lcom/hazelcast/internal/memory/MemoryAllocator;)Lcom/hazelcast/internal/serialization/Data;+138
J 8807 C2 com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.toDataInternal(Ljava/lang/Object;Lcom/hazelcast/internal/serialization/DataType;Lcom/hazelcast/partition/PartitioningStrategy;Lcom/hazelcast/internal/memory/MemoryAllocator;)Lcom/hazelcast/internal/serialization/Data; (80 bytes) @ 0x00007f59c613d7b4 [0x00007f59c613cc60+0xb54]
J 6834 C1 com.hazelcast.internal.serialization.impl.EnterpriseSerializationServiceV1.toData(Ljava/lang/Object;Lcom/hazelcast/internal/serialization/DataType;)Lcom/hazelcast/internal/serialization/Data; (15 bytes) @ 0x00007f59c5d98ed4 [0x00007f59c5d98b60+0x374]
J 7578 C1 com.hazelcast.query.impl.HDIndexImpl$OnHeapEntryFactory.toHeapData(Lcom/hazelcast/internal/serialization/Data;)Lcom/hazelcast/internal/serialization/Data; (37 bytes) @ 0x00007f59c60c7b1c [0x00007f59c60c7540+0x5dc]
J 8812 C1 com.hazelcast.query.impl.HDIndexImpl$OnHeapEntryFactory.create(Lcom/hazelcast/internal/serialization/Data;Lcom/hazelcast/internal/serialization/Data;)Lcom/hazelcast/query/impl/CachedQueryEntry; (32 bytes) @ 0x00007f59c5184394 [0x00007f59c5184300+0x94]
J 8522 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.setNextEntry()V (84 bytes) @ 0x00007f59c5fa505c [0x00007f59c5fa4320+0xd3c]
J 6645 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextSlotIsWithinRange()Z (97 bytes) @ 0x00007f59c5d99ebc [0x00007f59c5d99960+0x55c]
J 6678 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextEntry0(Lcom/hazelcast/internal/bplustree/LockingContext;)V (369 bytes) @ 0x00007f59c58f0904 [0x00007f59c58ef2a0+0x1664]
J 6708 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.nextEntry()V (66 bytes) @ 0x00007f59c5b06eb4 [0x00007f59c5b06dc0+0xf4]
J 6373 C1 com.hazelcast.internal.bplustree.HDBPlusTree$EntryIterator.hasNext()Z (28 bytes) @ 0x00007f59c569c3d4 [0x00007f59c569c300+0xd4]
J 6874 C1 com.hazelcast.query.impl.HDOrderedConcurrentIndexStore.buildResultSet(Ljava/util/Iterator;)Ljava/util/Set; (48 bytes) @ 0x00007f59c52e0954 [0x00007f59c52e0840+0x114]
J 8344 C2 com.hazelcast.query.impl.Indexes.query(Lcom/hazelcast/query/Predicate;I)Ljava/util/Set; (88 bytes) @ 0x00007f59c6368f24 [0x00007f59c6366200+0x2d24]
J 8803 C2 com.hazelcast.map.impl.query.QueryRunner.runIndexOrPartitionScanQueryOnOwnedPartitions(Lcom/hazelcast/map/impl/query/Query;Z)Lcom/hazelcast/map/impl/query/Result; (158 bytes) @ 0x00007f59c5cfc3f4 [0x00007f59c5cfc1e0+0x214]
J 7594 C2 com.hazelcast.map.impl.query.QueryOperation.call()Lcom/hazelcast/spi/impl/operationservice/CallStatus; (13 bytes) @ 0x00007f59c6155090 [0x00007f59c6154220+0xe70]
J 8312 C2 com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.call(Lcom/hazelcast/spi/impl/operationservice/Operation;)V (184 bytes) @ 0x00007f59c6332608 [0x00007f59c63325c0+0x48]
J 8315 C2 com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(Lcom/hazelcast/spi/impl/operationservice/Operation;)V (112 bytes) @ 0x00007f59c632f338 [0x00007f59c632ee40+0x4f8]
J 7770 C2 com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(Ljava/lang/Object;)V (206 bytes) @ 0x00007f59c601c0ec [0x00007f59c601b1e0+0xf0c]
J 8460% C2 com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun()V (101 bytes) @ 0x00007f59c63e2908 [0x00007f59c63e2860+0xa8]
j com.hazelcast.internal.util.executor.HazelcastManagedThread.run()V+122
v ~StubRoutines::call_stub
V [libjvm.so+0x68825b] JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0xddb
V [libjvm.so+0x685b23] JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x263
V [libjvm.so+0x6860e7] JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x47
V [libjvm.so+0x6f225c] thread_entry(JavaThread*, Thread*)+0x6c
V [libjvm.so+0xa7bb6b] JavaThread::thread_main_inner()+0xdb
V [libjvm.so+0xa7be71] JavaThread::run()+0x2d1
V [libjvm.so+0x90d922] java_start(Thread*)+0x102
C [libpthread.so.0+0x7de5] start_thread+0xc5
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007f59a4002000 JavaThread "hz.nifty_brahmagupta.cached.thread-10" [_thread_blocked, id=3956, stack(0x00007f59993cf000,0x00007f59994d0000)]
0x00007f5970005800 JavaThread "hz.nifty_brahmagupta.cached.thread-6" [_thread_blocked, id=3955, stack(0x00007f59986c2000,0x00007f59987c3000)]
0x00007f5970003000 JavaThread "hz.nifty_brahmagupta.cached.thread-7" [_thread_blocked, id=3954, stack(0x00007f59985c1000,0x00007f59986c2000)]
0x00007f5974055000 JavaThread "nifty_brahmagupta-NioNetworking-closeListenerExecutor" [_thread_blocked, id=3945, stack(0x00007f593977a000,0x00007f593987b000)]
0x00007f59d446d000 JavaThread "pool-1-thread-1" [_thread_blocked, id=3942, stack(0x00007f5939f1d000,0x00007f593a01e000)]
0x00007f59d4482800 JavaThread "hz.nifty_brahmagupta.HealthMonitor" daemon [_thread_blocked, id=3941, stack(0x00007f593a01e000,0x00007f593a11f000)]
0x00007f597401e000 JavaThread "hz.nifty_brahmagupta.client-query.thread-4" [_thread_in_Java, id=3940, stack(0x00007f593adf6000,0x00007f593aef7000)]
0x00007f5980023000 JavaThread "hz.nifty_brahmagupta.client-query.thread-3" [_thread_blocked, id=3939, stack(0x00007f593aef7000,0x00007f593aff8000)]
0x00007f597401c000 JavaThread "hz.nifty_brahmagupta.client-query.thread-2" [_thread_in_Java, id=3938, stack(0x00007f593abc3000,0x00007f593acc4000)]
0x00007f597c043800 JavaThread "hz.nifty_brahmagupta.client.thread-4" [_thread_blocked, id=3937, stack(0x00007f593acc4000,0x00007f593adc5000)]
0x00007f5980021800 JavaThread "hz.nifty_brahmagupta.client.thread-3" [_thread_blocked, id=3936, stack(0x00007f593b3f9000,0x00007f593b4fa000)]
0x00007f597c042800 JavaThread "hz.nifty_brahmagupta.client-query.thread-1" [_thread_in_Java, id=3935, stack(0x00007f593b4fa000,0x00007f593b5fb000)]
0x00007f597401f000 JavaThread "hz.nifty_brahmagupta.client.thread-2" [_thread_blocked, id=3934, stack(0x00007f593b5fb000,0x00007f593b6fc000)]
0x00007f595c003800 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=3933, stack(0x00007f593bcfd000,0x00007f593bdfe000)]
0x00007f595c002000 JavaThread "ForkJoinPool.commonPool-worker-2" daemon [_thread_blocked, id=3932, stack(0x00007f593bdfe000,0x00007f593beff000)]
0x00007f596800a000 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=3931, stack(0x00007f593beff000,0x00007f593c000000)]
0x00007f597c036000 JavaThread "hz.nifty_brahmagupta.client.thread-1" [_thread_blocked, id=3930, stack(0x00007f59980be000,0x00007f59981bf000)]
0x00007f59d4aba800 JavaThread "hz.nifty_brahmagupta.cached.thread-11" [_thread_blocked, id=3929, stack(0x00007f59983bf000,0x00007f59984c0000)]
0x00007f59d4aaf800 JavaThread "hz.nifty_brahmagupta.cached.thread-5" [_thread_blocked, id=3923, stack(0x00007f59989c5000,0x00007f5998ac6000)]
0x00007f59d4aae800 JavaThread "hz.nifty_brahmagupta.cached.thread-4" [_thread_blocked, id=3922, stack(0x00007f5998ac6000,0x00007f5998bc7000)]
0x00007f59d4aa5000 JavaThread "hz.nifty_brahmagupta.IO.thread-Acceptor" [_thread_in_native, id=3921, stack(0x00007f5998bc7000,0x00007f5998cc8000)]
0x00007f59d4aa3800 JavaThread "hz.nifty_brahmagupta.IO.BalancerThread" [_thread_blocked, id=3920, stack(0x00007f5998cc8000,0x00007f5998dc9000)]
0x00007f59d4a9e000 JavaThread "hz.nifty_brahmagupta.IO.thread-out-2" [_thread_in_native, id=3919, stack(0x00007f5998dc9000,0x00007f5998eca000)]
0x00007f59d4a8f800 JavaThread "hz.nifty_brahmagupta.IO.thread-out-1" [_thread_in_native, id=3918, stack(0x00007f5998eca000,0x00007f5998fcb000)]
0x00007f59d4a80800 JavaThread "hz.nifty_brahmagupta.IO.thread-out-0" [_thread_in_native, id=3917, stack(0x00007f5998fcb000,0x00007f59990cc000)]
0x00007f59d4a71800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-2" [_thread_in_native, id=3916, stack(0x00007f59990cc000,0x00007f59991cd000)]
0x00007f59d4a62800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-1" [_thread_in_native, id=3915, stack(0x00007f59991cd000,0x00007f59992ce000)]
0x00007f59d4a44800 JavaThread "hz.nifty_brahmagupta.IO.thread-in-0" [_thread_in_native, id=3914, stack(0x00007f59992ce000,0x00007f59993cf000)]
0x00007f59d4a40800 JavaThread "hz.nifty_brahmagupta.cached.thread-2" [_thread_blocked, id=3912, stack(0x00007f59994d0000,0x00007f59995d1000)]
0x00007f59d4a2a000 JavaThread "nifty_brahmagupta-query-state-checker" daemon [_thread_blocked, id=3911, stack(0x00007f59995d1000,0x00007f59996d2000)]
0x00007f59d4a27800 JavaThread "hz.nifty_brahmagupta.SlowOperationDetectorThread" [_thread_blocked, id=3910, stack(0x00007f59996d2000,0x00007f59997d3000)]
0x00007f59d4a26000 JavaThread "hz.nifty_brahmagupta.response-1" [_thread_blocked, id=3909, stack(0x00007f59997d3000,0x00007f59998d4000)]
0x00007f59d4a24000 JavaThread "hz.nifty_brahmagupta.response-0" [_thread_blocked, id=3908, stack(0x00007f59998d4000,0x00007f59999d5000)]
0x00007f59d4a22800 JavaThread "hz.nifty_brahmagupta.generic-operation.thread-1" [_thread_in_Java, id=3907, stack(0x00007f59999d5000,0x00007f5999ad6000)]
=>0x00007f59d4a20800 JavaThread "hz.nifty_brahmagupta.generic-operation.thread-0" [_thread_in_Java, id=3906, stack(0x00007f59b40a9000,0x00007f59b41aa000)]
0x00007f59d4a1e800 JavaThread "hz.nifty_brahmagupta.priority-generic-operation.thread-0" [_thread_blocked, id=3905, stack(0x00007f59b41aa000,0x00007f59b42ab000)]
0x00007f59d4a1d000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-3" [_thread_in_Java, id=3904, stack(0x00007f59b42ab000,0x00007f59b43ac000)]
0x00007f59d4a1b000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-2" [_thread_in_Java, id=3903, stack(0x00007f59b43ac000,0x00007f59b44ad000)]
0x00007f59d4a19000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-1" [_thread_in_Java, id=3902, stack(0x00007f59b44ad000,0x00007f59b45ae000)]
0x00007f59d4a15000 JavaThread "hz.nifty_brahmagupta.partition-operation.thread-0" [_thread_in_Java, id=3901, stack(0x00007f59b45ae000,0x00007f59b46af000)]
0x00007f59d4a13800 JavaThread "hz.nifty_brahmagupta.InvocationMonitorThread" [_thread_blocked, id=3900, stack(0x00007f59b46af000,0x00007f59b47b0000)]
0x00007f5970002000 JavaThread "hz.nifty_brahmagupta.cached.thread-1" [_thread_blocked, id=3899, stack(0x00007f59b47b0000,0x00007f59b48b1000)]
0x00007f59d4a0a800 JavaThread "hz.nifty_brahmagupta.migration" [_thread_blocked, id=3898, stack(0x00007f59b48b1000,0x00007f59b49b2000)]
0x00007f593c007800 JavaThread "hz.nifty_brahmagupta.MetricsRegistry.thread-2" [_thread_blocked, id=3897, stack(0x00007f59b4db2000,0x00007f59b4eb3000)]
0x00007f59d484a800 JavaThread "hz.nifty_brahmagupta.MetricsRegistry.thread-1" [_thread_blocked, id=3896, stack(0x00007f59b4eb3000,0x00007f59b4fb4000)]
0x00007f59d4749800 JavaThread "nifty_brahmagupta-query-operation-thread-3" [_thread_blocked, id=3895, stack(0x00007f59b53b4000,0x00007f59b54b5000)]
0x00007f59d4748000 JavaThread "nifty_brahmagupta-query-operation-thread-2" [_thread_blocked, id=3894, stack(0x00007f59b54b5000,0x00007f59b55b6000)]
0x00007f59d4746000 JavaThread "nifty_brahmagupta-query-operation-thread-1" [_thread_blocked, id=3893, stack(0x00007f59b55b6000,0x00007f59b56b7000)]
0x00007f59d4733800 JavaThread "nifty_brahmagupta-query-operation-thread-0" [_thread_blocked, id=3892, stack(0x00007f59b56b7000,0x00007f59b57b8000)]
0x00007f59d4702000 JavaThread "hz.nifty_brahmagupta.operation-parker" [_thread_blocked, id=3891, stack(0x00007f59b57b8000,0x00007f59b58b9000)]
0x00007f59d46ff800 JavaThread "hz.nifty_brahmagupta.event-5" [_thread_blocked, id=3890, stack(0x00007f59b58b9000,0x00007f59b59ba000)]
0x00007f59d46fe000 JavaThread "hz.nifty_brahmagupta.event-4" [_thread_blocked, id=3889, stack(0x00007f59b59ba000,0x00007f59b5abb000)]
0x00007f59d46fc000 JavaThread "hz.nifty_brahmagupta.event-3" [_thread_blocked, id=3888, stack(0x00007f59b5abb000,0x00007f59b5bbc000)]
0x00007f59d46f3000 JavaThread "hz.nifty_brahmagupta.event-2" [_thread_blocked, id=3887, stack(0x00007f59b5bbc000,0x00007f59b5cbd000)]
0x00007f59d46f4800 JavaThread "hz.nifty_brahmagupta.event-1" [_thread_blocked, id=3886, stack(0x00007f59b5cbd000,0x00007f59b5dbe000)]
0x00007f59d46d4800 JavaThread "hz.nifty_brahmagupta.scheduled.thread-" [_thread_blocked, id=3885, stack(0x00007f59b5dbe000,0x00007f59b5ebf000)]
0x00007f59d45dc800 JavaThread "MemoryManager-GCThread" daemon [_thread_blocked, id=3884, stack(0x00007f59b60bf000,0x00007f59b61c0000)]
0x00007f59d43ca800 JavaThread "ActiveMQ Session Task-1" [_thread_blocked, id=3883, stack(0x00007f59b6bd2000,0x00007f59b6cd3000)]
0x00007f59d43b1000 JavaThread "ActiveMQ Transport: tcp:///54.147.27.51:61616@46498" [_thread_in_native, id=3882, stack(0x00007f59b6cd3000,0x00007f59b6dd4000)]
0x00007f59d43ac800 JavaThread "ActiveMQ InactivityMonitor ReadCheckTimer" daemon [_thread_blocked, id=3881, stack(0x00007f59b6dd4000,0x00007f59b6ed5000)]
0x00007f59d40c9800 JavaThread "Service Thread" daemon [_thread_blocked, id=3879, stack(0x00007f59b78f9000,0x00007f59b79fa000)]
0x00007f59d40be800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3878, stack(0x00007f59b79fb000,0x00007f59b7afb000)]
0x00007f59d40bc800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3877, stack(0x00007f59b7afc000,0x00007f59b7bfc000)]
0x00007f59d40b9800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3876, stack(0x00007f59b7bfd000,0x00007f59b7cfd000)]
0x00007f59d40b8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3875, stack(0x00007f59b7cfd000,0x00007f59b7dfe000)]
0x00007f59d4085000 JavaThread "Finalizer" daemon [_thread_blocked, id=3874, stack(0x00007f59b7dfe000,0x00007f59b7eff000)]
0x00007f59d4082800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3873, stack(0x00007f59b7eff000,0x00007f59b8000000)]
0x00007f59d400a800 JavaThread "main" [_thread_blocked, id=3867, stack(0x00007f59dc748000,0x00007f59dc848000)]
Other Threads:
0x00007f59d4078800 VMThread [stack: 0x00007f59c40f2000,0x00007f59c41f2000] [id=3872]
0x00007f59d40cc800 WatcherThread [stack: 0x00007f59b77f9000,0x00007f59b78f9000] [id=3880]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
heap address: 0x0000000080000000, size: 2048 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000
Heap:
PSYoungGen total 692736K, used 324242K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 47% used [0x00000000d5580000,0x00000000e91fca90,0x00000000ff480000)
from space 5632K, 2% used [0x00000000ff480000,0x00000000ff4a8000,0x00000000ffa00000)
to space 5632K, 0% used [0x00000000ffa80000,0x00000000ffa80000,0x0000000100000000)
ParOldGen total 1398272K, used 361290K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960d2958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Card table byte_map: [0x00007f59d970b000,0x00007f59d9b0c000] byte_map_base: 0x00007f59d930b000
Marking Bits: (ParMarkBitMap*) 0x00007f59dbc0ed80
Begin Bits: [0x00007f59bc000000, 0x00007f59be000000)
End Bits: [0x00007f59be000000, 0x00007f59c0000000)
Polling page: 0x00007f59dc850000
CodeCache: size=245760Kb used=19710Kb max_used=20262Kb free=226050Kb
bounds [0x00007f59c5000000, 0x00007f59c63f0000, 0x00007f59d4000000]
total_blobs=6962 nmethods=6447 adapters=427
compilation: enabled
Compilation events (10 events):
Event: 137.943 Thread 0x00007f59d40be800 9099 3 java.lang.Class::getMethod0 (40 bytes)
Event: 137.943 Thread 0x00007f59d40be800 nmethod 9099 0x00007f59c6297f90 code [0x00007f59c6298120, 0x00007f59c6298418]
Event: 137.943 Thread 0x00007f59d40be800 9101 3 java.io.DataInputStream::readDouble (8 bytes)
Event: 137.944 Thread 0x00007f59d40be800 nmethod 9101 0x00007f59c62a1f10 code [0x00007f59c62a2080, 0x00007f59c62a22a8]
Event: 137.944 Thread 0x00007f59d40be800 9102 3 com.hazelcast.client.impl.ClientEndpointImpl$1::consumeDouble (20 bytes)
Event: 137.944 Thread 0x00007f59d40be800 nmethod 9102 0x00007f59c62a1a10 code [0x00007f59c62a1ba0, 0x00007f59c62a1db8]
Event: 137.953 Thread 0x00007f59d40b9800 9103 4 com.hazelcast.internal.metrics.impl.MetricDescriptorImpl::copy (5 bytes)
Event: 137.953 Thread 0x00007f59d40b9800 nmethod 9103 0x00007f59c62b13d0 code [0x00007f59c62b1520, 0x00007f59c62b15a8]
Event: 140.146 Thread 0x00007f59d40b9800 9104 4 java.util.HashMap$HashIterator::remove (77 bytes)
Event: 140.148 Thread 0x00007f59d40b9800 nmethod 9104 0x00007f59c6249290 code [0x00007f59c6249400, 0x00007f59c62495a8]
GC Heap History (10 events):
Event: 138.971 GC heap before
{Heap before GC invocations=327 (full 2):
PSYoungGen total 691200K, used 683104K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 100% used [0x00000000d5580000,0x00000000ff080000,0x00000000ff080000)
from space 8192K, 1% used [0x00000000ff800000,0x00000000ff818000,0x0000000100000000)
to space 7680K, 0% used [0x00000000ff080000,0x00000000ff080000,0x00000000ff800000)
ParOldGen total 1398272K, used 361186K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960b8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 138.974 GC heap after
Heap after GC invocations=327 (full 2):
PSYoungGen total 690688K, used 96K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff080000)
from space 7680K, 1% used [0x00000000ff080000,0x00000000ff098000,0x00000000ff800000)
to space 7168K, 0% used [0x00000000ff900000,0x00000000ff900000,0x0000000100000000)
ParOldGen total 1398272K, used 361194K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ba958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.399 GC heap before
{Heap before GC invocations=328 (full 2):
PSYoungGen total 690688K, used 683104K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 683008K, 100% used [0x00000000d5580000,0x00000000ff080000,0x00000000ff080000)
from space 7680K, 1% used [0x00000000ff080000,0x00000000ff098000,0x00000000ff800000)
to space 7168K, 0% used [0x00000000ff900000,0x00000000ff900000,0x0000000100000000)
ParOldGen total 1398272K, used 361194K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ba958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.403 GC heap after
Heap after GC invocations=328 (full 2):
PSYoungGen total 692224K, used 128K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff280000)
from space 7168K, 1% used [0x00000000ff900000,0x00000000ff920000,0x0000000100000000)
to space 6656K, 0% used [0x00000000ff280000,0x00000000ff280000,0x00000000ff900000)
ParOldGen total 1398272K, used 361218K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c0958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.683 GC heap before
{Heap before GC invocations=329 (full 2):
PSYoungGen total 692224K, used 685184K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 100% used [0x00000000d5580000,0x00000000ff280000,0x00000000ff280000)
from space 7168K, 1% used [0x00000000ff900000,0x00000000ff920000,0x0000000100000000)
to space 6656K, 0% used [0x00000000ff280000,0x00000000ff280000,0x00000000ff900000)
ParOldGen total 1398272K, used 361218K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c0958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.686 GC heap after
Heap after GC invocations=329 (full 2):
PSYoungGen total 691712K, used 160K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff280000)
from space 6656K, 2% used [0x00000000ff280000,0x00000000ff2a8000,0x00000000ff900000)
to space 6144K, 0% used [0x00000000ffa00000,0x00000000ffa00000,0x0000000100000000)
ParOldGen total 1398272K, used 361250K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 139.954 GC heap before
{Heap before GC invocations=330 (full 2):
PSYoungGen total 691712K, used 685216K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 685056K, 100% used [0x00000000d5580000,0x00000000ff280000,0x00000000ff280000)
from space 6656K, 2% used [0x00000000ff280000,0x00000000ff2a8000,0x00000000ff900000)
to space 6144K, 0% used [0x00000000ffa00000,0x00000000ffa00000,0x0000000100000000)
ParOldGen total 1398272K, used 361250K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960c8958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 139.957 GC heap after
Heap after GC invocations=330 (full 2):
PSYoungGen total 693248K, used 224K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff480000)
from space 6144K, 3% used [0x00000000ffa00000,0x00000000ffa38000,0x0000000100000000)
to space 5632K, 0% used [0x00000000ff480000,0x00000000ff480000,0x00000000ffa00000)
ParOldGen total 1398272K, used 361274K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ce958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Event: 140.210 GC heap before
{Heap before GC invocations=331 (full 2):
PSYoungGen total 693248K, used 687328K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 100% used [0x00000000d5580000,0x00000000ff480000,0x00000000ff480000)
from space 6144K, 3% used [0x00000000ffa00000,0x00000000ffa38000,0x0000000100000000)
to space 5632K, 0% used [0x00000000ff480000,0x00000000ff480000,0x00000000ffa00000)
ParOldGen total 1398272K, used 361274K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960ce958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
Event: 140.213 GC heap after
Heap after GC invocations=331 (full 2):
PSYoungGen total 692736K, used 160K [0x00000000d5580000, 0x0000000100000000, 0x0000000100000000)
eden space 687104K, 0% used [0x00000000d5580000,0x00000000d5580000,0x00000000ff480000)
from space 5632K, 2% used [0x00000000ff480000,0x00000000ff4a8000,0x00000000ffa00000)
to space 5632K, 0% used [0x00000000ffa80000,0x00000000ffa80000,0x0000000100000000)
ParOldGen total 1398272K, used 361290K [0x0000000080000000, 0x00000000d5580000, 0x00000000d5580000)
object space 1398272K, 25% used [0x0000000080000000,0x00000000960d2958,0x00000000d5580000)
Metaspace used 36457K, capacity 39626K, committed 39936K, reserved 1083392K
class space used 4648K, capacity 5294K, committed 5376K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 131.641 Thread 0x00007f5974055000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c619ddcc method=java.util.concurrent.ThreadPoolExecutor.getTask()Ljava/lang/Runnable; @ 154
Event: 132.029 Thread 0x00007f59d4a15000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5f45128 method=java.util.concurrent.locks.LockSupport.unpark(Ljava/lang/Thread;)V @ 1
Event: 132.049 Thread 0x00007f59d4a1b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5a70d74 method=com.hazelcast.query.impl.bitmap.SparseIntArray$PrefixStorage32.set(ILjava/lang/Object;)Lcom/hazelcast/query/impl/bitmap/SparseIntArray$Storage32; @ 18
Event: 132.229 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.231 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.232 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 132.233 Thread 0x00007f59d4a1d000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f59c59965a4 method=com.hazelcast.map.impl.query.QueryPartitionOperation.runInternal()V @ 55
Event: 133.239 Thread 0x00007f59d4a24000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c619114c method=com.hazelcast.internal.util.concurrent.MPSCQueue.takeAll()V @ 94
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c61bbf14 method=com.hazelcast.internal.bplustree.DefaultBPlusTreeKeyComparator.compare(Ljava/lang/Comparable;J)I @ 27
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f59c5ba9e54 method=com.hazelcast.internal.serialization.impl.HeapData.<init>([B)V @ 10
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 91.422 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35ae338) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.426 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35b81e8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.449 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35c2378) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 91.458 Thread 0x00007f59d4a40800 Exception <a 'java/net/ConnectException'> (0x00000000e35d24f8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.639 Thread 0x00007f59d4a62800 Exception <a 'java/io/IOException'> (0x00000000fc5c6880) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.643 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000da5939d8) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.744 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d73370) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.844 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d7de68) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.945 Thread 0x00007f59a4002000 Exception <a 'java/net/ConnectException'> (0x00000000d5d8c770) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 131.950 Thread 0x00007f5970005800 Exception <a 'java/net/ConnectException'> (0x00000000d5d93ae0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u201/12317/hotspot/src/share/vm/prims/jni.cpp, line 709]
Events (10 events):
Event: 140.149 Thread 0x00007f59d40b9800 flushing nmethod 0x00007f59c55ea990
Event: 140.149 Thread 0x00007f59d40b9800 flushing nmethod 0x00007f59c56561d0
Event: 140.210 Executing VM operation: ParallelGCFailedAllocation
Event: 140.213 Executing VM operation: ParallelGCFailedAllocation done
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00007f59c61bbf14
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT PACKING pc=0x00007f59c61bbf14 sp=0x00007f59b41a8210
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT UNPACKING pc=0x00007f59c504573a sp=0x00007f59b41a8138 mode 2
Event: 140.326 Thread 0x00007f59d4a20800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00007f59c5ba9e54
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT PACKING pc=0x00007f59c5ba9e54 sp=0x00007f59b41a7f70
Event: 140.326 Thread 0x00007f59d4a20800 DEOPT UNPACKING pc=0x00007f59c504573a sp=0x00007f59b41a7ed0 mode 2
Dynamic libraries:
00400000-00401000 r-xp 00000000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
00600000-00601000 r--p 00000000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
00601000-00602000 rw-p 00001000 103:01 14996 /home/ec2-user/jdk1.8.0_201/bin/java
01d81000-01de6000 rw-p 00000000 00:00 0 [heap]
80000000-100540000 rw-p 00000000 00:00 0
100540000-140000000 ---p 00000000 00:00 0
7f5938d76000-7f5938d79000 ---p 00000000 00:00 0
7f5938d79000-7f5939679000 rw-p 00000000 00:00 0
7f5939679000-7f593967c000 ---p 00000000 00:00 0
7f593967c000-7f593977a000 rw-p 00000000 00:00 0
7f593977a000-7f593977d000 ---p 00000000 00:00 0
7f593977d000-7f5939a3b000 rw-p 00000000 00:00 0
7f5939a3b000-7f5939a7b000 ---p 00000000 00:00 0
7f5939a7b000-7f5939e7c000 rw-p 00000000 00:00 0
7f5939f1d000-7f5939f20000 ---p 00000000 00:00 0
7f5939f20000-7f593a01e000 rw-p 00000000 00:00 0
7f593a01e000-7f593a021000 ---p 00000000 00:00 0
7f593a021000-7f593a921000 rw-p 00000000 00:00 0
7f593a9c3000-7f593abc3000 rw-p 00000000 00:00 0
7f593abc3000-7f593abc6000 ---p 00000000 00:00 0
7f593abc6000-7f593acc4000 rw-p 00000000 00:00 0
7f593acc4000-7f593acc7000 ---p 00000000 00:00 0
7f593acc7000-7f593adc5000 rw-p 00000000 00:00 0
7f593adf6000-7f593adf9000 ---p 00000000 00:00 0
7f593adf9000-7f593aef7000 rw-p 00000000 00:00 0
7f593aef7000-7f593aefa000 ---p 00000000 00:00 0
7f593aefa000-7f593b3f9000 rw-p 00000000 00:00 0
7f593b3f9000-7f593b3fc000 ---p 00000000 00:00 0
7f593b3fc000-7f593b4fa000 rw-p 00000000 00:00 0
7f593b4fa000-7f593b4fd000 ---p 00000000 00:00 0
7f593b4fd000-7f593b5fb000 rw-p 00000000 00:00 0
7f593b5fb000-7f593b5fe000 ---p 00000000 00:00 0
7f593b5fe000-7f593bcfd000 rw-p 00000000 00:00 0
7f593bcfd000-7f593bd00000 ---p 00000000 00:00 0
7f593bd00000-7f593bdfe000 rw-p 00000000 00:00 0
7f593bdfe000-7f593be01000 ---p 00000000 00:00 0
7f593be01000-7f593beff000 rw-p 00000000 00:00 0
7f593beff000-7f593bf02000 ---p 00000000 00:00 0
7f593bf02000-7f593c000000 rw-p 00000000 00:00 0
7f593c000000-7f593c021000 rw-p 00000000 00:00 0
7f593c021000-7f5940000000 ---p 00000000 00:00 0
7f5940000000-7f594009b000 rw-p 00000000 00:00 0
7f594009b000-7f5944000000 ---p 00000000 00:00 0
7f5944000000-7f59441f4000 rw-p 00000000 00:00 0
7f59441f4000-7f5948000000 ---p 00000000 00:00 0
7f5948000000-7f59482a6000 rw-p 00000000 00:00 0
7f59482a6000-7f594c000000 ---p 00000000 00:00 0
7f594c000000-7f594c15e000 rw-p 00000000 00:00 0
7f594c15e000-7f5950000000 ---p 00000000 00:00 0
7f5950000000-7f595016d000 rw-p 00000000 00:00 0
7f595016d000-7f5954000000 ---p 00000000 00:00 0
7f5954000000-7f595438c000 rw-p 00000000 00:00 0
7f595438c000-7f5958000000 ---p 00000000 00:00 0
7f5958000000-7f595802e000 rw-p 00000000 00:00 0
7f595802e000-7f595c000000 ---p 00000000 00:00 0
7f595c000000-7f595c021000 rw-p 00000000 00:00 0
7f595c021000-7f5960000000 ---p 00000000 00:00 0
7f5960000000-7f5960058000 rw-p 00000000 00:00 0
7f5960058000-7f5964000000 ---p 00000000 00:00 0
7f5964000000-7f596433f000 rw-p 00000000 00:00 0
7f596433f000-7f5968000000 ---p 00000000 00:00 0
7f5968000000-7f5968021000 rw-p 00000000 00:00 0
7f5968021000-7f596c000000 ---p 00000000 00:00 0
7f596c000000-7f596c0e5000 rw-p 00000000 00:00 0
7f596c0e5000-7f5970000000 ---p 00000000 00:00 0
7f5970000000-7f5970021000 rw-p 00000000 00:00 0
7f5970021000-7f5974000000 ---p 00000000 00:00 0
7f5974000000-7f5974067000 rw-p 00000000 00:00 0
7f5974067000-7f5978000000 ---p 00000000 00:00 0
7f5978000000-7f5978021000 rw-p 00000000 00:00 0
7f5978021000-7f597c000000 ---p 00000000 00:00 0
7f597c000000-7f597c047000 rw-p 00000000 00:00 0
7f597c047000-7f5980000000 ---p 00000000 00:00 0
7f5980000000-7f5980028000 rw-p 00000000 00:00 0
7f5980028000-7f5984000000 ---p 00000000 00:00 0
7f5984000000-7f5984b85000 rw-p 00000000 00:00 0
7f5984b85000-7f5988000000 ---p 00000000 00:00 0
7f5988000000-7f5988029000 rw-p 00000000 00:00 0
7f5988029000-7f598c000000 ---p 00000000 00:00 0
7f598c000000-7f598d801000 rw-p 00000000 00:00 0
7f598d801000-7f5990000000 ---p 00000000 00:00 0
7f5990000000-7f5991e95000 rw-p 00000000 00:00 0
7f5991e95000-7f5994000000 ---p 00000000 00:00 0
7f5994000000-7f5994021000 rw-p 00000000 00:00 0
7f5994021000-7f5998000000 ---p 00000000 00:00 0
7f59980be000-7f59980c1000 ---p 00000000 00:00 0
7f59980c1000-7f59983bf000 rw-p 00000000 00:00 0
7f59983bf000-7f59983c2000 ---p 00000000 00:00 0
7f59983c2000-7f59984c0000 rw-p 00000000 00:00 0
7f59984c0000-7f59984c3000 ---p 00000000 00:00 0
7f59984c3000-7f59985c1000 rw-p 00000000 00:00 0
7f59985c1000-7f59985c4000 ---p 00000000 00:00 0
7f59985c4000-7f59986c2000 rw-p 00000000 00:00 0
7f59986c2000-7f59986c5000 ---p 00000000 00:00 0
7f59986c5000-7f59987c3000 rw-p 00000000 00:00 0
7f59987c3000-7f59987c6000 ---p 00000000 00:00 0
7f59987c6000-7f59988c4000 rw-p 00000000 00:00 0
7f59988c4000-7f59988c7000 ---p 00000000 00:00 0
7f59988c7000-7f59989c5000 rw-p 00000000 00:00 0
7f59989c5000-7f59989c8000 ---p 00000000 00:00 0
7f59989c8000-7f5998ac6000 rw-p 00000000 00:00 0
7f5998ac6000-7f5998ac9000 ---p 00000000 00:00 0
7f5998ac9000-7f5998bc7000 rw-p 00000000 00:00 0
7f5998bc7000-7f5998bca000 ---p 00000000 00:00 0
7f5998bca000-7f5998cc8000 rw-p 00000000 00:00 0
7f5998cc8000-7f5998ccb000 ---p 00000000 00:00 0
7f5998ccb000-7f5998dc9000 rw-p 00000000 00:00 0
7f5998dc9000-7f5998dcc000 ---p 00000000 00:00 0
7f5998dcc000-7f5998eca000 rw-p 00000000 00:00 0
7f5998eca000-7f5998ecd000 ---p 00000000 00:00 0
7f5998ecd000-7f5998fcb000 rw-p 00000000 00:00 0
7f5998fcb000-7f5998fce000 ---p 00000000 00:00 0
7f5998fce000-7f59990cc000 rw-p 00000000 00:00 0
7f59990cc000-7f59990cf000 ---p 00000000 00:00 0
7f59990cf000-7f59991cd000 rw-p 00000000 00:00 0
7f59991cd000-7f59991d0000 ---p 00000000 00:00 0
7f59991d0000-7f59992ce000 rw-p 00000000 00:00 0
7f59992ce000-7f59992d1000 ---p 00000000 00:00 0
7f59992d1000-7f59993cf000 rw-p 00000000 00:00 0
7f59993cf000-7f59993d2000 ---p 00000000 00:00 0
7f59993d2000-7f59994d0000 rw-p 00000000 00:00 0
7f59994d0000-7f59994d3000 ---p 00000000 00:00 0
7f59994d3000-7f59995d1000 rw-p 00000000 00:00 0
7f59995d1000-7f59995d4000 ---p 00000000 00:00 0
7f59995d4000-7f59996d2000 rw-p 00000000 00:00 0
7f59996d2000-7f59996d5000 ---p 00000000 00:00 0
7f59996d5000-7f59997d3000 rw-p 00000000 00:00 0
7f59997d3000-7f59997d6000 ---p 00000000 00:00 0
7f59997d6000-7f59998d4000 rw-p 00000000 00:00 0
7f59998d4000-7f59998d7000 ---p 00000000 00:00 0
7f59998d7000-7f59999d5000 rw-p 00000000 00:00 0
7f59999d5000-7f59999d8000 ---p 00000000 00:00 0
7f59999d8000-7f5999ad6000 rw-p 00000000 00:00 0
7f5999ad6000-7f59a0000000 r--p 00000000 103:01 14882 /usr/lib/locale/locale-archive
7f59a0000000-7f59a009a000 rw-p 00000000 00:00 0
7f59a009a000-7f59a4000000 ---p 00000000 00:00 0
7f59a4000000-7f59a4092000 rw-p 00000000 00:00 0
7f59a4092000-7f59a8000000 ---p 00000000 00:00 0
7f59a8000000-7f59a8021000 rw-p 00000000 00:00 0
7f59a8021000-7f59ac000000 ---p 00000000 00:00 0
7f59ac000000-7f59ac0ec000 rw-p 00000000 00:00 0
7f59ac0ec000-7f59b0000000 ---p 00000000 00:00 0
7f59b0000000-7f59b00af000 rw-p 00000000 00:00 0
7f59b00af000-7f59b4000000 ---p 00000000 00:00 0
7f59b40a9000-7f59b40ac000 ---p 00000000 00:00 0
7f59b40ac000-7f59b41aa000 rw-p 00000000 00:00 0
7f59b41aa000-7f59b41ad000 ---p 00000000 00:00 0
7f59b41ad000-7f59b42ab000 rw-p 00000000 00:00 0
7f59b42ab000-7f59b42ae000 ---p 00000000 00:00 0
7f59b42ae000-7f59b43ac000 rw-p 00000000 00:00 0
7f59b43ac000-7f59b43af000 ---p 00000000 00:00 0
7f59b43af000-7f59b44ad000 rw-p 00000000 00:00 0
7f59b44ad000-7f59b44b0000 ---p 00000000 00:00 0
7f59b44b0000-7f59b45ae000 rw-p 00000000 00:00 0
7f59b45ae000-7f59b45b1000 ---p 00000000 00:00 0
7f59b45b1000-7f59b46af000 rw-p 00000000 00:00 0
7f59b46af000-7f59b46b2000 ---p 00000000 00:00 0
7f59b46b2000-7f59b47b0000 rw-p 00000000 00:00 0
7f59b47b0000-7f59b47b3000 ---p 00000000 00:00 0
7f59b47b3000-7f59b48b1000 rw-p 00000000 00:00 0
7f59b48b1000-7f59b48b4000 ---p 00000000 00:00 0
7f59b48b4000-7f59b4bb2000 rw-p 00000000 00:00 0
7f59b4bb2000-7f59b4db2000 rw-p 00000000 00:00 0
7f59b4db2000-7f59b4db5000 ---p 00000000 00:00 0
7f59b4db5000-7f59b4eb3000 rw-p 00000000 00:00 0
7f59b4eb3000-7f59b4eb6000 ---p 00000000 00:00 0
7f59b4eb6000-7f59b51b4000 rw-p 00000000 00:00 0
7f59b51b4000-7f59b53b4000 rw-p 00000000 00:00 0
7f59b53b4000-7f59b53b7000 ---p 00000000 00:00 0
7f59b53b7000-7f59b54b5000 rw-p 00000000 00:00 0
7f59b54b5000-7f59b54b8000 ---p 00000000 00:00 0
7f59b54b8000-7f59b55b6000 rw-p 00000000 00:00 0
7f59b55b6000-7f59b55b9000 ---p 00000000 00:00 0
7f59b55b9000-7f59b56b7000 rw-p 00000000 00:00 0
7f59b56b7000-7f59b56ba000 ---p 00000000 00:00 0
7f59b56ba000-7f59b57b8000 rw-p 00000000 00:00 0
7f59b57b8000-7f59b57bb000 ---p 00000000 00:00 0
7f59b57bb000-7f59b58b9000 rw-p 00000000 00:00 0
7f59b58b9000-7f59b58bc000 ---p 00000000 00:00 0
7f59b58bc000-7f59b59ba000 rw-p 00000000 00:00 0
7f59b59ba000-7f59b59bd000 ---p 00000000 00:00 0
7f59b59bd000-7f59b5abb000 rw-p 00000000 00:00 0
7f59b5abb000-7f59b5abe000 ---p 00000000 00:00 0
7f59b5abe000-7f59b5bbc000 rw-p 00000000 00:00 0
7f59b5bbc000-7f59b5bbf000 ---p 00000000 00:00 0
7f59b5bbf000-7f59b5cbd000 rw-p 00000000 00:00 0
7f59b5cbd000-7f59b5cc0000 ---p 00000000 00:00 0
7f59b5cc0000-7f59b5dbe000 rw-p 00000000 00:00 0
7f59b5dbe000-7f59b5dc1000 ---p 00000000 00:00 0
7f59b5dc1000-7f59b60bf000 rw-p 00000000 00:00 0
7f59b60bf000-7f59b60c2000 ---p 00000000 00:00 0
7f59b60c2000-7f59b63c0000 rw-p 00000000 00:00 0
7f59b63c0000-7f59b63d1000 r-xp 00000000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b63d1000-7f59b65d0000 ---p 00011000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d0000-7f59b65d1000 r--p 00010000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d1000-7f59b65d2000 rw-p 00011000 103:01 16716 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnio.so
7f59b65d2000-7f59b67d2000 rw-p 00000000 00:00 0
7f59b67d2000-7f59b69d2000 rw-p 00000000 00:00 0
7f59b69d2000-7f59b6bd2000 rw-p 00000000 00:00 0
7f59b6bd2000-7f59b6bd5000 ---p 00000000 00:00 0
7f59b6bd5000-7f59b6cd3000 rw-p 00000000 00:00 0
7f59b6cd3000-7f59b6cd6000 ---p 00000000 00:00 0
7f59b6cd6000-7f59b6dd4000 rw-p 00000000 00:00 0
7f59b6dd4000-7f59b6dd7000 ---p 00000000 00:00 0
7f59b6dd7000-7f59b6ed5000 rw-p 00000000 00:00 0
7f59b6ed5000-7f59b6fb6000 r--s 00b6a000 103:01 136091 /home/ec2-user/hz-root/hz-lib/4.1-SNAPSHOT/hazelcast-enterprise-4.1-SNAPSHOT.jar
7f59b6fb6000-7f59b6fcc000 r-xp 00000000 103:01 2766 /lib64/libresolv-2.17.so
7f59b6fcc000-7f59b71cb000 ---p 00016000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cb000-7f59b71cc000 r--p 00015000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cc000-7f59b71cd000 rw-p 00016000 103:01 2766 /lib64/libresolv-2.17.so
7f59b71cd000-7f59b71cf000 rw-p 00000000 00:00 0
7f59b71cf000-7f59b71d4000 r-xp 00000000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b71d4000-7f59b73d4000 ---p 00005000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d4000-7f59b73d5000 r--p 00005000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d5000-7f59b73d6000 rw-p 00006000 103:01 2754 /lib64/libnss_dns-2.17.so
7f59b73d6000-7f59b73ec000 r-xp 00000000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b73ec000-7f59b75ec000 ---p 00016000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ec000-7f59b75ed000 r--p 00016000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ed000-7f59b75ee000 rw-p 00017000 103:01 16713 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libnet.so
7f59b75ee000-7f59b75f7000 r-xp 00000000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b75f7000-7f59b77f6000 ---p 00009000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f6000-7f59b77f7000 r--p 00008000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f7000-7f59b77f8000 rw-p 00009000 103:01 16721 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libmanagement.so
7f59b77f8000-7f59b77f9000 ---p 00000000 00:00 0
7f59b77f9000-7f59b78f9000 rw-p 00000000 00:00 0
7f59b78f9000-7f59b78fc000 ---p 00000000 00:00 0
7f59b78fc000-7f59b79fa000 rw-p 00000000 00:00 0
7f59b79fa000-7f59b79fe000 ---p 00000000 00:00 0
7f59b79fe000-7f59b7afb000 rw-p 00000000 00:00 0
7f59b7afb000-7f59b7aff000 ---p 00000000 00:00 0
7f59b7aff000-7f59b7bfc000 rw-p 00000000 00:00 0
7f59b7bfc000-7f59b7c00000 ---p 00000000 00:00 0
7f59b7c00000-7f59b7cfd000 rw-p 00000000 00:00 0
7f59b7cfd000-7f59b7d00000 ---p 00000000 00:00 0
7f59b7d00000-7f59b7dfe000 rw-p 00000000 00:00 0
7f59b7dfe000-7f59b7e01000 ---p 00000000 00:00 0
7f59b7e01000-7f59b7eff000 rw-p 00000000 00:00 0
7f59b7eff000-7f59b7f02000 ---p 00000000 00:00 0
7f59b7f02000-7f59b8000000 rw-p 00000000 00:00 0
7f59b8000000-7f59b8021000 rw-p 00000000 00:00 0
7f59b8021000-7f59bc000000 ---p 00000000 00:00 0
7f59bc000000-7f59c0000000 rw-p 00000000 00:00 0
7f59c0000000-7f59c0021000 rw-p 00000000 00:00 0
7f59c0021000-7f59c4000000 ---p 00000000 00:00 0
7f59c407c000-7f59c4080000 r--s 000a1000 103:01 16553 /home/ec2-user/jdk1.8.0_201/jre/lib/jsse.jar
7f59c4080000-7f59c4085000 r--s 002f9000 103:01 16494 /home/ec2-user/jdk1.8.0_201/jre/lib/charsets.jar
7f59c4085000-7f59c4098000 r--s 00345000 103:01 16534 /home/ec2-user/jdk1.8.0_201/jre/lib/resources.jar
7f59c4098000-7f59c40b4000 r--s 00393000 103:01 16557 /home/ec2-user/jdk1.8.0_201/jre/lib/ext/cldrdata.jar
7f59c40b4000-7f59c40be000 r--s 00116000 103:01 16564 /home/ec2-user/jdk1.8.0_201/jre/lib/ext/localedata.jar
7f59c40be000-7f59c40c0000 r--s 0001a000 103:01 136095 /home/ec2-user/hz-root/lib/HdrHistogram-2.1.9.jar
7f59c40c0000-7f59c40f1000 rw-p 00000000 00:00 0
7f59c40f1000-7f59c40f2000 ---p 00000000 00:00 0
7f59c40f2000-7f59c5000000 rw-p 00000000 00:00 0
7f59c5000000-7f59c63f0000 rwxp 00000000 00:00 0
7f59c63f0000-7f59d4000000 ---p 00000000 00:00 0
7f59d4000000-7f59d4abd000 rw-p 00000000 00:00 0
7f59d4abd000-7f59d8000000 ---p 00000000 00:00 0
7f59d8000000-7f59d8001000 rw-p 00000000 00:00 0
7f59d8001000-7f59d800a000 r--s 0006f000 103:01 136084 /home/ec2-user/hz-root/lib/log4j-1.2.17.jar
7f59d800a000-7f59d800d000 r--s 0000a000 103:01 136076 /home/ec2-user/hz-root/lib/cache-api-1.0.0.jar
7f59d800d000-7f59d801f000 r--s 00094000 103:01 136081 /home/ec2-user/hz-root/lib/hzCmd-bench-1.0.0.jar
7f59d801f000-7f59d8038000 r--s 00145000 103:01 136075 /home/ec2-user/hz-root/lib/activemq-client-5.15.12.jar
7f59d8038000-7f59d820c000 rw-p 00000000 00:00 0
7f59d820c000-7f59d83e6000 r--s 03d6f000 103:01 16496 /home/ec2-user/jdk1.8.0_201/jre/lib/rt.jar
7f59d83e6000-7f59d905c000 rw-p 00000000 00:00 0
7f59d905c000-7f59d905d000 ---p 00000000 00:00 0
7f59d905d000-7f59d915d000 rw-p 00000000 00:00 0
7f59d915d000-7f59d915e000 ---p 00000000 00:00 0
7f59d915e000-7f59d925e000 rw-p 00000000 00:00 0
7f59d925e000-7f59d925f000 ---p 00000000 00:00 0
7f59d925f000-7f59d935f000 rw-p 00000000 00:00 0
7f59d935f000-7f59d9360000 ---p 00000000 00:00 0
7f59d9360000-7f59d9b5c000 rw-p 00000000 00:00 0
7f59d9b5c000-7f59d9ecc000 ---p 00000000 00:00 0
7f59d9ecc000-7f59d9ee7000 r-xp 00000000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59d9ee7000-7f59da0e6000 ---p 0001b000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e6000-7f59da0e7000 r--p 0001a000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e7000-7f59da0e8000 rw-p 0001b000 103:01 16709 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libzip.so
7f59da0e8000-7f59da0f4000 r-xp 00000000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da0f4000-7f59da2f3000 ---p 0000c000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f3000-7f59da2f4000 r--p 0000b000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f4000-7f59da2f5000 rw-p 0000c000 103:01 2756 /lib64/libnss_files-2.17.so
7f59da2f5000-7f59da2fb000 rw-p 00000000 00:00 0
7f59da2fb000-7f59da327000 r-xp 00000000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da327000-7f59da527000 ---p 0002c000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da527000-7f59da528000 r--p 0002c000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da528000-7f59da52a000 rw-p 0002d000 103:01 16703 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libjava.so
7f59da52a000-7f59da537000 r-xp 00000000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da537000-7f59da736000 ---p 0000d000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da736000-7f59da738000 r--p 0000c000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da738000-7f59da739000 rw-p 0000e000 103:01 16708 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/libverify.so
7f59da739000-7f59da740000 r-xp 00000000 103:01 2768 /lib64/librt-2.17.so
7f59da740000-7f59da93f000 ---p 00007000 103:01 2768 /lib64/librt-2.17.so
7f59da93f000-7f59da940000 r--p 00006000 103:01 2768 /lib64/librt-2.17.so
7f59da940000-7f59da941000 rw-p 00007000 103:01 2768 /lib64/librt-2.17.so
7f59da941000-7f59daa42000 r-xp 00000000 103:01 2746 /lib64/libm-2.17.so
7f59daa42000-7f59dac41000 ---p 00101000 103:01 2746 /lib64/libm-2.17.so
7f59dac41000-7f59dac42000 r--p 00100000 103:01 2746 /lib64/libm-2.17.so
7f59dac42000-7f59dac43000 rw-p 00101000 103:01 2746 /lib64/libm-2.17.so
7f59dac43000-7f59db92b000 r-xp 00000000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59db92b000-7f59dbb2a000 ---p 00ce8000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbb2a000-7f59dbbc0000 r--p 00ce7000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbbc0000-7f59dbbf1000 rw-p 00d7d000 103:01 16685 /home/ec2-user/jdk1.8.0_201/jre/lib/amd64/server/libjvm.so
7f59dbbf1000-7f59dbc2c000 rw-p 00000000 00:00 0
7f59dbc2c000-7f59dbdee000 r-xp 00000000 103:01 2738 /lib64/libc-2.17.so
7f59dbdee000-7f59dbfee000 ---p 001c2000 103:01 2738 /lib64/libc-2.17.so
7f59dbfee000-7f59dbff2000 r--p 001c2000 103:01 2738 /lib64/libc-2.17.so
7f59dbff2000-7f59dbff4000 rw-p 001c6000 103:01 2738 /lib64/libc-2.17.so
7f59dbff4000-7f59dbff9000 rw-p 00000000 00:00 0
7f59dbff9000-7f59dbffb000 r-xp 00000000 103:01 2744 /lib64/libdl-2.17.so
7f59dbffb000-7f59dc1fb000 ---p 00002000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fb000-7f59dc1fc000 r--p 00002000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fc000-7f59dc1fd000 rw-p 00003000 103:01 2744 /lib64/libdl-2.17.so
7f59dc1fd000-7f59dc214000 r-xp 00000000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc214000-7f59dc413000 ---p 00017000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc413000-7f59dc414000 r--p 00016000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc414000-7f59dc415000 rw-p 00017000 103:01 16358 /home/ec2-user/jdk1.8.0_201/lib/amd64/jli/libjli.so
7f59dc415000-7f59dc42c000 r-xp 00000000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc42c000-7f59dc62b000 ---p 00017000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62b000-7f59dc62c000 r--p 00016000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62c000-7f59dc62d000 rw-p 00017000 103:01 2764 /lib64/libpthread-2.17.so
7f59dc62d000-7f59dc631000 rw-p 00000000 00:00 0
7f59dc631000-7f59dc653000 r-xp 00000000 103:01 2722 /lib64/ld-2.17.so
7f59dc653000-7f59dc654000 rw-p 00000000 00:00 0
7f59dc654000-7f59dc655000 r--s 00002000 103:01 136087 /home/ec2-user/hz-root/lib/metrics-graphite-3.0.2.jar
7f59dc655000-7f59dc65a000 r--s 00034000 103:01 136078 /home/ec2-user/hz-root/lib/gson-2.7.jar
7f59dc65a000-7f59dc65c000 r--s 00003000 103:01 136077 /home/ec2-user/hz-root/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
7f59dc65c000-7f59dc65f000 r--s 00017000 103:01 136086 /home/ec2-user/hz-root/lib/metrics-core-4.1.2.jar
7f59dc65f000-7f59dc661000 r--s 00008000 103:01 136082 /home/ec2-user/hz-root/lib/jms-api-1.1-rev-1.jar
7f59dc661000-7f59dc663000 r--s 0000b000 103:01 136079 /home/ec2-user/hz-root/lib/hawtbuf-1.11.jar
7f59dc663000-7f59dc66a000 r--s 00050000 103:01 136083 /home/ec2-user/hz-root/lib/lang-6.7.6.jar
7f59dc66a000-7f59dc66e000 r--s 00038000 103:01 136080 /home/ec2-user/hz-root/lib/hzCmd-1.0.1.jar
7f59dc66e000-7f59dc670000 r--s 00005000 103:01 136089 /home/ec2-user/hz-root/lib/slf4j-api-1.7.5.jar
7f59dc670000-7f59dc673000 r--s 00014000 103:01 136088 /home/ec2-user/hz-root/lib/rolling-metrics-2.0.5.jar
7f59dc673000-7f59dc73f000 rw-p 00000000 00:00 0
7f59dc73f000-7f59dc747000 rw-s 00000000 103:01 262880 /tmp/hsperfdata_ec2-user/3866
7f59dc747000-7f59dc74b000 ---p 00000000 00:00 0
7f59dc74b000-7f59dc84c000 rw-p 00000000 00:00 0
7f59dc84c000-7f59dc84e000 r--s 00001000 103:01 136090 /home/ec2-user/hz-root/lib/slf4j-log4j12-1.7.5.jar
7f59dc84e000-7f59dc850000 rw-p 00000000 00:00 0
7f59dc850000-7f59dc851000 r--p 00000000 00:00 0
7f59dc851000-7f59dc852000 rw-p 00000000 00:00 0
7f59dc852000-7f59dc853000 r--p 00021000 103:01 2722 /lib64/ld-2.17.so
7f59dc853000-7f59dc854000 rw-p 00022000 103:01 2722 /lib64/ld-2.17.so
7f59dc854000-7f59dc855000 rw-p 00000000 00:00 0
7fffcbf63000-7fffcbf84000 rw-p 00000000 00:00 0 [stack]
7fffcbff7000-7fffcbff9000 r--p 00000000 00:00 0 [vvar]
7fffcbff9000-7fffcbffb000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Environment Variables:
JAVA_HOME=/home/ec2-user/jdk1.8.0_201
PATH=/home/ec2-user/jdk1.8.0_201/bin:/usr/local/bin:/bin:/usr/bin:/opt/aws/bin
SHELL=/bin/bash
Signal Handlers:
SIGSEGV: [libjvm.so+0xad3e60], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xad3e60], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x90b880], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x90b750], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGINT: SIG_IGN, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGTERM: [libjvm.so+0x90bd70], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x90bd70], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:Amazon Linux AMI release 2016.09
uname:Linux 4.4.41-36.55.amzn1.x86_64 #1 SMP Wed Jan 18 01:03:26 UTC 2017 x86_64
libc:glibc 2.17 NPTL 2.17
rlimit: STACK 8192k, CORE 0k, NPROC 30460, NOFILE 4096, AS infinity
load average:5.12 3.28 2.22
/proc/meminfo:
MemTotal: 7819532 kB
MemFree: 5876976 kB
MemAvailable: 6148388 kB
Buffers: 20576 kB
Cached: 401668 kB
SwapCached: 0 kB
Active: 1599396 kB
Inactive: 243704 kB
Active(anon): 1420860 kB
Inactive(anon): 52 kB
Active(file): 178536 kB
Inactive(file): 243652 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 112 kB
Writeback: 0 kB
AnonPages: 1420920 kB
Mapped: 25364 kB
Shmem: 64 kB
Slab: 48616 kB
SReclaimable: 36332 kB
SUnreclaim: 12284 kB
KernelStack: 4000 kB
PageTables: 5408 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 3909764 kB
Committed_AS: 2755644 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 14312 kB
DirectMap2M: 2766848 kB
DirectMap1G: 5242880 kB
CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 85 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 85
model name : Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz
stepping : 4
microcode : 0x2000069
cpu MHz : 3000.000
cache size : 25344 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ida arat fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f rdseed adx smap clflushopt clwb avx512cd xsaveopt xsavec xgetbv1
bugs :
bogomips : 6000.00
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 7819532k(5876976k free), swap 0k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for linux-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 11:35:59 by "java_re" with gcc 7.3.0
time: Thu Jul 9 04:04:41 2020
timezone: UTC
elapsed time: 140 seconds (0d 0h 2m 20s)
```
|
defect
|
cluster member kill sql comp idx jvm crash hs err pid jenkins workspace kill sql snapshot sql comp idx output hz hs err log cat output hz hs err log a fatal error has been detected by the java runtime environment sigsegv at pc pid tid jre version java tm se runtime environment build java vm java hotspot tm bit server vm mixed mode linux compressed oops problematic frame v stubroutines jint disjoint arraycopy failed to write core dump core dumps have been disabled to enable core dumping try ulimit c unlimited before starting java again if you would like to submit a bug report please visit t h r e a d current thread javathread hz nifty brahmagupta generic operation thread siginfo si signo sigsegv si code segv accerr si addr registers rax rbx rcx rdx rsp rbp rsi rdi rip eflags csgsfs err trapno top of stack sp instructions pc ff fe fe fe fe register to memory mapping rax is pointing into the stack for thread rbx is an unknown value rcx is an unknown value rdx is an unknown value rsp is pointing into the stack for thread rbp is pointing into the stack for thread rsi is an oop stack sp free space native frames j compiled java code j interpreted vv vm code c native code v stubroutines jint disjoint arraycopy j com hazelcast internal serialization impl nativememorydata tobytearray j com hazelcast internal serialization impl convertdatainternal lcom hazelcast internal serialization data lcom hazelcast internal serialization datatype lcom hazelcast internal memory memoryallocator lcom hazelcast internal serialization data j com hazelcast internal serialization impl todatainternal ljava lang object lcom hazelcast internal serialization datatype lcom hazelcast partition partitioningstrategy lcom hazelcast internal memory memoryallocator lcom hazelcast internal serialization data bytes j com hazelcast internal serialization impl todata ljava lang object lcom hazelcast internal serialization datatype lcom hazelcast internal serialization data bytes j com hazelcast query impl hdindeximpl onheapentryfactory toheapdata lcom hazelcast internal serialization data lcom hazelcast internal serialization data bytes j com hazelcast query impl hdindeximpl onheapentryfactory create lcom hazelcast internal serialization data lcom hazelcast internal serialization data lcom hazelcast query impl cachedqueryentry bytes j com hazelcast internal bplustree hdbplustree entryiterator setnextentry v bytes j com hazelcast internal bplustree hdbplustree entryiterator nextslotiswithinrange z bytes j com hazelcast internal bplustree hdbplustree entryiterator lcom hazelcast internal bplustree lockingcontext v bytes j com hazelcast internal bplustree hdbplustree entryiterator nextentry v bytes j com hazelcast internal bplustree hdbplustree entryiterator hasnext z bytes j com hazelcast query impl hdorderedconcurrentindexstore buildresultset ljava util iterator ljava util set bytes j com hazelcast query impl indexes query lcom hazelcast query predicate i ljava util set bytes j com hazelcast map impl query queryrunner runindexorpartitionscanqueryonownedpartitions lcom hazelcast map impl query query z lcom hazelcast map impl query result bytes j com hazelcast map impl query queryoperation call lcom hazelcast spi impl operationservice callstatus bytes j com hazelcast spi impl operationservice impl operationrunnerimpl call lcom hazelcast spi impl operationservice operation v bytes j com hazelcast spi impl operationservice impl operationrunnerimpl run lcom hazelcast spi impl operationservice operation v bytes j com hazelcast spi impl operationexecutor impl operationthread process ljava lang object v bytes j com hazelcast spi impl operationexecutor impl operationthread executerun v bytes j com hazelcast internal util executor hazelcastmanagedthread run v v stubroutines call stub v javacalls call helper javavalue methodhandle javacallarguments thread v javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread v javacalls call virtual javavalue handle klasshandle symbol symbol thread v thread entry javathread thread v javathread thread main inner v javathread run v java start thread c start thread p r o c e s s java threads current thread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta cached thread javathread nifty brahmagupta nionetworking closelistenerexecutor javathread pool thread javathread hz nifty brahmagupta healthmonitor daemon javathread hz nifty brahmagupta client query thread javathread hz nifty brahmagupta client query thread javathread hz nifty brahmagupta client query thread javathread hz nifty brahmagupta client thread javathread hz nifty brahmagupta client thread javathread hz nifty brahmagupta client query thread javathread hz nifty brahmagupta client thread javathread forkjoinpool commonpool worker daemon javathread forkjoinpool commonpool worker daemon javathread forkjoinpool commonpool worker daemon javathread hz nifty brahmagupta client thread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta io thread acceptor javathread hz nifty brahmagupta io balancerthread javathread hz nifty brahmagupta io thread out javathread hz nifty brahmagupta io thread out javathread hz nifty brahmagupta io thread out javathread hz nifty brahmagupta io thread in javathread hz nifty brahmagupta io thread in javathread hz nifty brahmagupta io thread in javathread hz nifty brahmagupta cached thread javathread nifty brahmagupta query state checker daemon javathread hz nifty brahmagupta slowoperationdetectorthread javathread hz nifty brahmagupta response javathread hz nifty brahmagupta response javathread hz nifty brahmagupta generic operation thread javathread hz nifty brahmagupta generic operation thread javathread hz nifty brahmagupta priority generic operation thread javathread hz nifty brahmagupta partition operation thread javathread hz nifty brahmagupta partition operation thread javathread hz nifty brahmagupta partition operation thread javathread hz nifty brahmagupta partition operation thread javathread hz nifty brahmagupta invocationmonitorthread javathread hz nifty brahmagupta cached thread javathread hz nifty brahmagupta migration javathread hz nifty brahmagupta metricsregistry thread javathread hz nifty brahmagupta metricsregistry thread javathread nifty brahmagupta query operation thread javathread nifty brahmagupta query operation thread javathread nifty brahmagupta query operation thread javathread nifty brahmagupta query operation thread javathread hz nifty brahmagupta operation parker javathread hz nifty brahmagupta event javathread hz nifty brahmagupta event javathread hz nifty brahmagupta event javathread hz nifty brahmagupta event javathread hz nifty brahmagupta event javathread hz nifty brahmagupta scheduled thread javathread memorymanager gcthread daemon javathread activemq session task javathread activemq transport tcp javathread activemq inactivitymonitor readchecktimer daemon javathread service thread daemon javathread daemon javathread daemon javathread daemon javathread signal dispatcher daemon javathread finalizer daemon javathread reference handler daemon javathread main other threads vmthread watcherthread vm state not at safepoint normal execution vm mutex monitor currently owned by a thread none heap address size mb compressed oops mode bit narrow klass base narrow klass shift compressed class space size address heap psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved card table byte map byte map base marking bits parmarkbitmap begin bits end bits polling page codecache size used max used free bounds total blobs nmethods adapters compilation enabled compilation events events event thread java lang class bytes event thread nmethod code event thread java io datainputstream readdouble bytes event thread nmethod code event thread com hazelcast client impl clientendpointimpl consumedouble bytes event thread nmethod code event thread com hazelcast internal metrics impl metricdescriptorimpl copy bytes event thread nmethod code event thread java util hashmap hashiterator remove bytes event thread nmethod code gc heap history events event gc heap before heap before gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap after heap after gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap before heap before gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap after heap after gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap before heap before gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap after heap after gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap before heap before gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap after heap after gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap before heap before gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved event gc heap after heap after gc invocations full psyounggen total used eden space used from space used to space used paroldgen total used object space used metaspace used capacity committed reserved class space used capacity committed reserved deoptimization events events event thread uncommon trap reason class check action maybe recompile pc method java util concurrent threadpoolexecutor gettask ljava lang runnable event thread uncommon trap reason unstable if action reinterpret pc method java util concurrent locks locksupport unpark ljava lang thread v event thread uncommon trap reason unstable if action reinterpret pc method com hazelcast query impl bitmap sparseintarray set iljava lang object lcom hazelcast query impl bitmap sparseintarray event thread uncommon trap reason class check action maybe recompile pc method com hazelcast map impl query querypartitionoperation runinternal v event thread uncommon trap reason class check action maybe recompile pc method com hazelcast map impl query querypartitionoperation runinternal v event thread uncommon trap reason class check action maybe recompile pc method com hazelcast map impl query querypartitionoperation runinternal v event thread uncommon trap reason class check action maybe recompile pc method com hazelcast map impl query querypartitionoperation runinternal v event thread uncommon trap reason unstable if action reinterpret pc method com hazelcast internal util concurrent mpscqueue takeall v event thread uncommon trap reason unstable if action reinterpret pc method com hazelcast internal bplustree defaultbplustreekeycomparator compare ljava lang comparable j i event thread uncommon trap reason unstable if action reinterpret pc method com hazelcast internal serialization impl heapdata b v classes redefined events no events internal exceptions events event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at event thread exception thrown at events events event thread flushing nmethod event thread flushing nmethod event executing vm operation parallelgcfailedallocation event executing vm operation parallelgcfailedallocation done event thread uncommon trap trap request fr pc event thread deopt packing pc sp event thread deopt unpacking pc sp mode event thread uncommon trap trap request fr pc event thread deopt packing pc sp event thread deopt unpacking pc sp mode dynamic libraries r xp home user bin java r p home user bin java rw p home user bin java rw p rw p p p rw p p rw p p rw p p rw p p rw p p rw p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p r p usr lib locale locale archive rw p p rw p p rw p p rw p p rw p p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p rw p p rw p p rw p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p r xp home user jre lib libnio so p home user jre lib libnio so r p home user jre lib libnio so rw p home user jre lib libnio so rw p rw p rw p p rw p p rw p p rw p r s home user hz root hz lib snapshot hazelcast enterprise snapshot jar r xp libresolv so p libresolv so r p libresolv so rw p libresolv so rw p r xp libnss dns so p libnss dns so r p libnss dns so rw p libnss dns so r xp home user jre lib libnet so p home user jre lib libnet so r p home user jre lib libnet so rw p home user jre lib libnet so r xp home user jre lib libmanagement so p home user jre lib libmanagement so r p home user jre lib libmanagement so rw p home user jre lib libmanagement so p rw p p rw p p rw p p rw p p rw p p rw p p rw p p rw p rw p p rw p rw p p r s home user jre lib jsse jar r s home user jre lib charsets jar r s home user jre lib resources jar r s home user jre lib ext cldrdata jar r s home user jre lib ext localedata jar r s home user hz root lib hdrhistogram jar rw p p rw p rwxp p rw p p rw p r s home user hz root lib jar r s home user hz root lib cache api jar r s home user hz root lib hzcmd bench jar r s home user hz root lib activemq client jar rw p r s home user jre lib rt jar rw p p rw p p rw p p rw p p rw p p r xp home user jre lib libzip so p home user jre lib libzip so r p home user jre lib libzip so rw p home user jre lib libzip so r xp libnss files so p libnss files so r p libnss files so rw p libnss files so rw p r xp home user jre lib libjava so p home user jre lib libjava so r p home user jre lib libjava so rw p home user jre lib libjava so r xp home user jre lib libverify so p home user jre lib libverify so r p home user jre lib libverify so rw p home user jre lib libverify so r xp librt so p librt so r p librt so rw p librt so r xp libm so p libm so r p libm so rw p libm so r xp home user jre lib server libjvm so p home user jre lib server libjvm so r p home user jre lib server libjvm so rw p home user jre lib server libjvm so rw p r xp libc so p libc so r p libc so rw p libc so rw p r xp libdl so p libdl so r p libdl so rw p libdl so r xp home user lib jli libjli so p home user lib jli libjli so r p home user lib jli libjli so rw p home user lib jli libjli so r xp libpthread so p libpthread so r p libpthread so rw p libpthread so rw p r xp ld so rw p r s home user hz root lib metrics graphite jar r s home user hz root lib gson jar r s home user hz root lib geronimo management spec jar r s home user hz root lib metrics core jar r s home user hz root lib jms api rev jar r s home user hz root lib hawtbuf jar r s home user hz root lib lang jar r s home user hz root lib hzcmd jar r s home user hz root lib api jar r s home user hz root lib rolling metrics jar rw p rw s tmp hsperfdata user p rw p r s home user hz root lib jar rw p r p rw p r p ld so rw p ld so rw p rw p r p r xp r xp environment variables java home home user path home user bin usr local bin bin usr bin opt aws bin shell bin bash signal handlers sigsegv sa mask sa flags sa restart sa siginfo sigbus sa mask sa flags sa restart sa siginfo sigfpe sa mask sa flags sa restart sa siginfo sigpipe sa mask sa flags sa restart sa siginfo sigxfsz sa mask sa flags sa restart sa siginfo sigill sa mask sa flags sa restart sa siginfo sig dfl sa mask sa flags none sa mask sa flags sa restart sa siginfo sighup sig ign sa mask sa flags none sigint sig ign sa mask sa flags none sigterm sa mask sa flags sa restart sa siginfo sigquit sa mask sa flags sa restart sa siginfo s y s t e m os amazon linux ami release uname linux smp wed jan utc libc glibc nptl rlimit stack core nproc nofile as infinity load average proc meminfo memtotal kb memfree kb memavailable kb buffers kb cached kb swapcached kb active kb inactive kb active anon kb inactive anon kb active file kb inactive file kb unevictable kb mlocked kb swaptotal kb swapfree kb dirty kb writeback kb anonpages kb mapped kb shmem kb slab kb sreclaimable kb sunreclaim kb kernelstack kb pagetables kb nfs unstable kb bounce kb writebacktmp kb commitlimit kb committed as kb vmalloctotal kb vmallocused kb vmallocchunk kb anonhugepages kb hugepages total hugepages free hugepages rsvd hugepages surp hugepagesize kb kb kb kb cpu total initial active cores per cpu threads per core family model stepping cmov fxsr mmx sse popcnt avx aes clmul erms rtm lzcnt ht tsc tscinvbit adx proc cpuinfo processor vendor id genuineintel cpu family model model name intel r xeon r platinum cpu stepping microcode cpu mhz cache size kb physical id siblings core id cpu cores apicid initial apicid fpu yes fpu exception yes cpuid level wp yes flags fpu vme de pse tsc msr pae mce apic sep mtrr pge mca cmov pat clflush mmx fxsr sse ss ht syscall nx rdtscp lm constant tsc rep good nopl xtopology nonstop tsc aperfmperf eagerfpu pni pclmulqdq fma pcid movbe popcnt tsc deadline timer aes xsave avx rdrand hypervisor lahf lm abm ida arat fsgsbase tsc adjust hle smep erms invpcid rtm mpx rdseed adx smap clflushopt clwb xsaveopt xsavec bugs bogomips clflush size cache alignment address sizes bits physical bits virtual power management processor vendor id genuineintel cpu family model model name intel r xeon r platinum cpu stepping microcode cpu mhz cache size kb physical id siblings core id cpu cores apicid initial apicid fpu yes fpu exception yes cpuid level wp yes flags fpu vme de pse tsc msr pae mce apic sep mtrr pge mca cmov pat clflush mmx fxsr sse ss ht syscall nx rdtscp lm constant tsc rep good nopl xtopology nonstop tsc aperfmperf eagerfpu pni pclmulqdq fma pcid movbe popcnt tsc deadline timer aes xsave avx rdrand hypervisor lahf lm abm ida arat fsgsbase tsc adjust hle smep erms invpcid rtm mpx rdseed adx smap clflushopt clwb xsaveopt xsavec bugs bogomips clflush size cache alignment address sizes bits physical bits virtual power management processor vendor id genuineintel cpu family model model name intel r xeon r platinum cpu stepping microcode cpu mhz cache size kb physical id siblings core id cpu cores apicid initial apicid fpu yes fpu exception yes cpuid level wp yes flags fpu vme de pse tsc msr pae mce apic sep mtrr pge mca cmov pat clflush mmx fxsr sse ss ht syscall nx rdtscp lm constant tsc rep good nopl xtopology nonstop tsc aperfmperf eagerfpu pni pclmulqdq fma pcid movbe popcnt tsc deadline timer aes xsave avx rdrand hypervisor lahf lm abm ida arat fsgsbase tsc adjust hle smep erms invpcid rtm mpx rdseed adx smap clflushopt clwb xsaveopt xsavec bugs bogomips clflush size cache alignment address sizes bits physical bits virtual power management processor vendor id genuineintel cpu family model model name intel r xeon r platinum cpu stepping microcode cpu mhz cache size kb physical id siblings core id cpu cores apicid initial apicid fpu yes fpu exception yes cpuid level wp yes flags fpu vme de pse tsc msr pae mce apic sep mtrr pge mca cmov pat clflush mmx fxsr sse ss ht syscall nx rdtscp lm constant tsc rep good nopl xtopology nonstop tsc aperfmperf eagerfpu pni pclmulqdq fma pcid movbe popcnt tsc deadline timer aes xsave avx rdrand hypervisor lahf lm abm ida arat fsgsbase tsc adjust hle smep erms invpcid rtm mpx rdseed adx smap clflushopt clwb xsaveopt xsavec bugs bogomips clflush size cache alignment address sizes bits physical bits virtual power management memory page physical free swap free vm info java hotspot tm bit server vm for linux jre built on dec by java re with gcc time thu jul timezone utc elapsed time seconds
| 1
|
170,667
| 13,197,015,718
|
IssuesEvent
|
2020-08-13 21:56:09
|
flutter/flutter
|
https://api.github.com/repos/flutter/flutter
|
opened
|
Add screenshot test for Image.toByteData/Picture.toImage
|
a: tests engine platform-web
|
Our goldens infra didn't want to cooperate when adding Image.toByteData/Picture.toImage functionality in https://github.com/flutter/engine/pull/20326.
I'd like to follow up and enable a screenshot test.
|
1.0
|
Add screenshot test for Image.toByteData/Picture.toImage - Our goldens infra didn't want to cooperate when adding Image.toByteData/Picture.toImage functionality in https://github.com/flutter/engine/pull/20326.
I'd like to follow up and enable a screenshot test.
|
non_defect
|
add screenshot test for image tobytedata picture toimage our goldens infra didn t want to cooperate when adding image tobytedata picture toimage functionality in i d like to follow up and enable a screenshot test
| 0
|
15,984
| 2,870,249,423
|
IssuesEvent
|
2015-06-07 00:32:42
|
pdelia/away3d
|
https://api.github.com/repos/pdelia/away3d
|
closed
|
Sprite2D is not rendered correctly by FlashPlayer 9
|
auto-migrated Priority-Medium Type-Defect
|
#35 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:16Z
```
Sprite2D is not rendered correctly by FlashPlayer 9
Here are screenshots of the same swf opened by FP9 and FP10
1). FlashPlayer 9. http://nebgroup.com.ua/anton_y_k/BUGS/sprite2Dflp9.jpg
Here you see a lot of black traces of Sprite2Ds and other unpleasant
artifacts when rotating camera
2). FlashPlayer 10. http://nebgroup.com.ua/anton_y_k/BUGS/sprite2Dflp10.jpg
Here you see that everithing is ok.
The bug is easy to recreate, just create a project with moving camera and
Sprite2D and open it with FlashPlayer 9
```
Original issue reported on code.google.com by `antonkul...@gmail.com` on 20 Feb 2009 at 8:28
|
1.0
|
Sprite2D is not rendered correctly by FlashPlayer 9 - #35 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:16Z
```
Sprite2D is not rendered correctly by FlashPlayer 9
Here are screenshots of the same swf opened by FP9 and FP10
1). FlashPlayer 9. http://nebgroup.com.ua/anton_y_k/BUGS/sprite2Dflp9.jpg
Here you see a lot of black traces of Sprite2Ds and other unpleasant
artifacts when rotating camera
2). FlashPlayer 10. http://nebgroup.com.ua/anton_y_k/BUGS/sprite2Dflp10.jpg
Here you see that everithing is ok.
The bug is easy to recreate, just create a project with moving camera and
Sprite2D and open it with FlashPlayer 9
```
Original issue reported on code.google.com by `antonkul...@gmail.com` on 20 Feb 2009 at 8:28
|
defect
|
is not rendered correctly by flashplayer issue by googlecodeexporter created on is not rendered correctly by flashplayer here are screenshots of the same swf opened by and flashplayer here you see a lot of black traces of and other unpleasant artifacts when rotating camera flashplayer here you see that everithing is ok the bug is easy to recreate just create a project with moving camera and and open it with flashplayer original issue reported on code google com by antonkul gmail com on feb at
| 1
|
810
| 2,515,664,205
|
IssuesEvent
|
2015-01-15 20:10:42
|
joyent/node
|
https://api.github.com/repos/joyent/node
|
closed
|
test/internet/test-dns.js fails sporadically on Jenkins agents
|
dns test
|
Here's one instance of such a failure: http://jenkins.nodejs.org/job/nodejs-v0.12/DESTCPU=x64,label=osx/lastBuild/tapTestReport/internet.tap-2/.
|
1.0
|
test/internet/test-dns.js fails sporadically on Jenkins agents - Here's one instance of such a failure: http://jenkins.nodejs.org/job/nodejs-v0.12/DESTCPU=x64,label=osx/lastBuild/tapTestReport/internet.tap-2/.
|
non_defect
|
test internet test dns js fails sporadically on jenkins agents here s one instance of such a failure
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.