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
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
638,971
20,743,640,316
IssuesEvent
2022-03-14 20:16:57
internetarchive/openlibrary
https://api.github.com/repos/internetarchive/openlibrary
closed
speed up page loading of editions
Module: Books Page Theme: Performance Priority: 2 Lead: @jimchamp
problems: - editions page gets overloaded with content - it's too hard to load Solution (my idea): - move the edition list to the works page - then if people want to see more editions, the link will take them there stakeholders @seabelis @mekarpeles @cdrini - what do you all think?
1.0
speed up page loading of editions - problems: - editions page gets overloaded with content - it's too hard to load Solution (my idea): - move the edition list to the works page - then if people want to see more editions, the link will take them there stakeholders @seabelis @mekarpeles @cdrini - what do you all think?
priority
speed up page loading of editions problems editions page gets overloaded with content it s too hard to load solution my idea move the edition list to the works page then if people want to see more editions the link will take them there stakeholders seabelis mekarpeles cdrini what do you all think
1
661,386
22,052,436,087
IssuesEvent
2022-05-30 09:50:03
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
closed
[BUG] Failed to build longhorn-engine
kind/bug severity/1 priority/1
## Describe the bug protobuf 4.21.0 drops support for Python < 3.7, but zypper only supports python3-devel 3.6.x installation. ``` S | Name | Type | Version | Arch | Repository --+-------------------------------+---------+------------------------------------------+--------+----------- | libsamba-policy-python3-devel | package | 4.15.4+git.324.8332acf1a63-150300.3.25.3 | x86_64 | SLE_BCI | python3-devel | package | 3.6.15-150300.10.21.1 | x86_64 | SLE_BCI ``` ## To Reproduce $ git clone https://github.com/longhorn/longhorn-engine.git $ make build ``` Removing intermediate container e9c877356fac ---> ad541ead1215 Step 30/42 : RUN if [ "${ARCH}" == "s390x" ]; then zypper -n in libopenssl-devel && GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; else pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; fi ---> Running in 19417110a594 Collecting grpcio==1.25.0 Downloading grpcio-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB) Collecting grpcio_tools==1.25.0 Downloading grpcio_tools-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB) Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.6/site-packages (from grpcio==1.25.0) (1.14.0) Collecting protobuf>=3.5.0.post1 Downloading protobuf-4.21.0-py2.py3-none-any.whl (164 kB) ERROR: Package 'protobuf' requires a different Python: 3.6.15 not in '>=3.7' The command '/bin/sh -c if [ "${ARCH}" == "s390x" ]; then zypper -n in libopenssl-devel && GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; else pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; fi' returned a non-zero code: 1 FATA[0056] exit status 1 make: *** [Makefile:11: build] Error 1 ``` ## Expected behavior Build successfully ## Log or Support bundle If applicable, add the Longhorn managers' log or support bundle when the issue happens. You can generate a Support Bundle using the link at the footer of the Longhorn UI. ## Environment - Longhorn version: - Installation method (e.g. Rancher Catalog App/Helm/Kubectl): - Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version: - Number of management node in the cluster: - Number of worker node in the cluster: - Node config - OS type and version: - CPU per node: - Memory per node: - Disk type(e.g. SSD/NVMe): - Network bandwidth between the nodes: - Underlying Infrastructure (e.g. on AWS/GCE, EKS/GKE, VMWare/KVM, Baremetal): - Number of Longhorn volumes in the cluster: ## Additional context Add any other context about the problem here.
1.0
[BUG] Failed to build longhorn-engine - ## Describe the bug protobuf 4.21.0 drops support for Python < 3.7, but zypper only supports python3-devel 3.6.x installation. ``` S | Name | Type | Version | Arch | Repository --+-------------------------------+---------+------------------------------------------+--------+----------- | libsamba-policy-python3-devel | package | 4.15.4+git.324.8332acf1a63-150300.3.25.3 | x86_64 | SLE_BCI | python3-devel | package | 3.6.15-150300.10.21.1 | x86_64 | SLE_BCI ``` ## To Reproduce $ git clone https://github.com/longhorn/longhorn-engine.git $ make build ``` Removing intermediate container e9c877356fac ---> ad541ead1215 Step 30/42 : RUN if [ "${ARCH}" == "s390x" ]; then zypper -n in libopenssl-devel && GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; else pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; fi ---> Running in 19417110a594 Collecting grpcio==1.25.0 Downloading grpcio-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB) Collecting grpcio_tools==1.25.0 Downloading grpcio_tools-1.25.0-cp36-cp36m-manylinux2010_x86_64.whl (2.4 MB) Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.6/site-packages (from grpcio==1.25.0) (1.14.0) Collecting protobuf>=3.5.0.post1 Downloading protobuf-4.21.0-py2.py3-none-any.whl (164 kB) ERROR: Package 'protobuf' requires a different Python: 3.6.15 not in '>=3.7' The command '/bin/sh -c if [ "${ARCH}" == "s390x" ]; then zypper -n in libopenssl-devel && GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; else pip3 install grpcio==1.25.0 grpcio_tools==1.25.0; fi' returned a non-zero code: 1 FATA[0056] exit status 1 make: *** [Makefile:11: build] Error 1 ``` ## Expected behavior Build successfully ## Log or Support bundle If applicable, add the Longhorn managers' log or support bundle when the issue happens. You can generate a Support Bundle using the link at the footer of the Longhorn UI. ## Environment - Longhorn version: - Installation method (e.g. Rancher Catalog App/Helm/Kubectl): - Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version: - Number of management node in the cluster: - Number of worker node in the cluster: - Node config - OS type and version: - CPU per node: - Memory per node: - Disk type(e.g. SSD/NVMe): - Network bandwidth between the nodes: - Underlying Infrastructure (e.g. on AWS/GCE, EKS/GKE, VMWare/KVM, Baremetal): - Number of Longhorn volumes in the cluster: ## Additional context Add any other context about the problem here.
priority
failed to build longhorn engine describe the bug protobuf drops support for python but zypper only supports devel x installation s name type version arch repository libsamba policy devel package git sle bci devel package sle bci to reproduce git clone make build removing intermediate container step run if then zypper n in libopenssl devel grpc python build system openssl true install grpcio grpcio tools else install grpcio grpcio tools fi running in collecting grpcio downloading grpcio whl mb collecting grpcio tools downloading grpcio tools whl mb requirement already satisfied six in usr lib site packages from grpcio collecting protobuf downloading protobuf none any whl kb error package protobuf requires a different python not in the command bin sh c if then zypper n in libopenssl devel grpc python build system openssl true install grpcio grpcio tools else install grpcio grpcio tools fi returned a non zero code fata exit status make error expected behavior build successfully log or support bundle if applicable add the longhorn managers log or support bundle when the issue happens you can generate a support bundle using the link at the footer of the longhorn ui environment longhorn version installation method e g rancher catalog app helm kubectl kubernetes distro e g rke eks openshift and version number of management node in the cluster number of worker node in the cluster node config os type and version cpu per node memory per node disk type e g ssd nvme network bandwidth between the nodes underlying infrastructure e g on aws gce eks gke vmware kvm baremetal number of longhorn volumes in the cluster additional context add any other context about the problem here
1
288,144
31,857,043,416
IssuesEvent
2023-09-15 08:14:28
nidhi7598/linux-4.19.72_CVE-2022-3564
https://api.github.com/repos/nidhi7598/linux-4.19.72_CVE-2022-3564
closed
CVE-2020-12771 (Medium) detected in linuxlinux-4.19.294 - autoclosed
Mend: dependency security vulnerability
## CVE-2020-12771 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.294</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72_CVE-2022-3564/commit/454c7dacf6fa9a6de86d4067f5a08f25cffa519b">454c7dacf6fa9a6de86d4067f5a08f25cffa519b</a></p> <p>Found in base branch: <b>main</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in the Linux kernel through 5.6.11. btree_gc_coalesce in drivers/md/bcache/btree.c has a deadlock if a coalescing operation fails. <p>Publish Date: 2020-05-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-12771>CVE-2020-12771</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-12771">https://nvd.nist.gov/vuln/detail/CVE-2020-12771</a></p> <p>Release Date: 2020-05-09</p> <p>Fix Resolution: linux-libc-headers - 5.8;linux-yocto - 4.8.24+gitAUTOINC+c84532b647_f6329fd287,5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-12771 (Medium) detected in linuxlinux-4.19.294 - autoclosed - ## CVE-2020-12771 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.294</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72_CVE-2022-3564/commit/454c7dacf6fa9a6de86d4067f5a08f25cffa519b">454c7dacf6fa9a6de86d4067f5a08f25cffa519b</a></p> <p>Found in base branch: <b>main</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in the Linux kernel through 5.6.11. btree_gc_coalesce in drivers/md/bcache/btree.c has a deadlock if a coalescing operation fails. <p>Publish Date: 2020-05-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-12771>CVE-2020-12771</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-12771">https://nvd.nist.gov/vuln/detail/CVE-2020-12771</a></p> <p>Release Date: 2020-05-09</p> <p>Fix Resolution: linux-libc-headers - 5.8;linux-yocto - 4.8.24+gitAUTOINC+c84532b647_f6329fd287,5.4.20+gitAUTOINC+c11911d4d1_f4d7dbafb1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files vulnerability details an issue was discovered in the linux kernel through btree gc coalesce in drivers md bcache btree c has a deadlock if a coalescing operation fails publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact 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 linux libc headers linux yocto gitautoinc gitautoinc step up your open source security game with mend
0
345,716
30,834,584,248
IssuesEvent
2023-08-02 06:16:06
hwicode/schedule
https://api.github.com/repos/hwicode/schedule
closed
cross_boundedcontext_test 패키지내의 테스트 코드를 분리
test
## Description - todolist 패키지에 속하는 기능을 분리함 - 테스트 클래스의 이름에 바운디드 컨텍스트의 이름을 포함하도록 바꿈
1.0
cross_boundedcontext_test 패키지내의 테스트 코드를 분리 - ## Description - todolist 패키지에 속하는 기능을 분리함 - 테스트 클래스의 이름에 바운디드 컨텍스트의 이름을 포함하도록 바꿈
non_priority
cross boundedcontext test 패키지내의 테스트 코드를 분리 description todolist 패키지에 속하는 기능을 분리함 테스트 클래스의 이름에 바운디드 컨텍스트의 이름을 포함하도록 바꿈
0
711,921
24,479,725,788
IssuesEvent
2022-10-08 17:06:25
AY2223S1-CS2103T-W13-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W13-3/tp
opened
Add deletedebt for individual debt deletion
type.Story priority.High
As a user I can remove debts so that I do not mistakenly think I have not yet been paid.
1.0
Add deletedebt for individual debt deletion - As a user I can remove debts so that I do not mistakenly think I have not yet been paid.
priority
add deletedebt for individual debt deletion as a user i can remove debts so that i do not mistakenly think i have not yet been paid
1
598,525
18,246,932,521
IssuesEvent
2021-10-01 19:48:46
os-climate/os_c_data_commons
https://api.github.com/repos/os-climate/os_c_data_commons
closed
user can access s3 bucket but trino is erroring out
high priority
@caldeirav has a situation where he can access the s3 bucket but when he tries to create trino database table, trino is erroring out.
1.0
user can access s3 bucket but trino is erroring out - @caldeirav has a situation where he can access the s3 bucket but when he tries to create trino database table, trino is erroring out.
priority
user can access bucket but trino is erroring out caldeirav has a situation where he can access the bucket but when he tries to create trino database table trino is erroring out
1
426,953
29,669,699,110
IssuesEvent
2023-06-11 08:47:21
WasmEdge/WasmEdge
https://api.github.com/repos/WasmEdge/WasmEdge
closed
[Integration] Create a crunw demo for OpenYurt
documentation integration
The current crunw demo runs on a regular k8s setup. We would like to run it on OpenYurt. https://github.com/second-state/crunw#readme https://github.com/openyurtio/openyurt Also related to #594
1.0
[Integration] Create a crunw demo for OpenYurt - The current crunw demo runs on a regular k8s setup. We would like to run it on OpenYurt. https://github.com/second-state/crunw#readme https://github.com/openyurtio/openyurt Also related to #594
non_priority
create a crunw demo for openyurt the current crunw demo runs on a regular setup we would like to run it on openyurt also related to
0
355,075
10,576,181,146
IssuesEvent
2019-10-07 17:17:43
googleapis/nodejs-storage
https://api.github.com/repos/googleapis/nodejs-storage
closed
CreateBucketRequest should support standard storage class
needs more info priority: p2 type: bug
CreateBucketRequest should support standard storage class. https://github.com/googleapis/nodejs-storage/blob/706e059e01af65ccd85359a2c17f1fe7e4438332/src/storage.ts#L65-L75
1.0
CreateBucketRequest should support standard storage class - CreateBucketRequest should support standard storage class. https://github.com/googleapis/nodejs-storage/blob/706e059e01af65ccd85359a2c17f1fe7e4438332/src/storage.ts#L65-L75
priority
createbucketrequest should support standard storage class createbucketrequest should support standard storage class
1
487,754
14,059,080,109
IssuesEvent
2020-11-03 02:01:46
AY2021S1-CS2113-T13-2/tp
https://api.github.com/repos/AY2021S1-CS2113-T13-2/tp
closed
Table not displayed properly on GitHub pages
priority.High severity.Low type.Bug
![image](https://user-images.githubusercontent.com/48993548/97936974-3a0c3a80-1db8-11eb-9f40-df6a07d95512.png) The table format is not displayed correctly on GitHub UserGuide page.
1.0
Table not displayed properly on GitHub pages - ![image](https://user-images.githubusercontent.com/48993548/97936974-3a0c3a80-1db8-11eb-9f40-df6a07d95512.png) The table format is not displayed correctly on GitHub UserGuide page.
priority
table not displayed properly on github pages the table format is not displayed correctly on github userguide page
1
6,983
2,596,220,949
IssuesEvent
2015-02-20 19:13:34
Araq/Nim
https://api.github.com/repos/Araq/Nim
closed
`fieldPairs` doesn't work inside templates
High Priority Semcheck
```nim # This works. for name, value in (n: "v").fieldPairs: echo name # This doesn't compile - "expression 'name' has no type (or is ambiguous)". template wrapper: stmt = for name, value in (n: "v").fieldPairs: echo name wrapper() ``` The same failure occurs when objects are used instead of tuples.
1.0
`fieldPairs` doesn't work inside templates - ```nim # This works. for name, value in (n: "v").fieldPairs: echo name # This doesn't compile - "expression 'name' has no type (or is ambiguous)". template wrapper: stmt = for name, value in (n: "v").fieldPairs: echo name wrapper() ``` The same failure occurs when objects are used instead of tuples.
priority
fieldpairs doesn t work inside templates nim this works for name value in n v fieldpairs echo name this doesn t compile expression name has no type or is ambiguous template wrapper stmt for name value in n v fieldpairs echo name wrapper the same failure occurs when objects are used instead of tuples
1
628,503
19,987,405,551
IssuesEvent
2022-01-30 21:34:03
processing/processing4
https://api.github.com/repos/processing/processing4
closed
'ArrayIndexOutOfBoundsException: Coordinate out of bounds!' when resizing sketch and saving frame
lower priority
When resizing the sketch really small and saving frames an ArrayIndexOutOfBoundsException is triggered. ```java void setup() { surface.setResizable(true); } void draw() { saveFrame(); } ``` alpha 3 OSX 10.15.7
1.0
'ArrayIndexOutOfBoundsException: Coordinate out of bounds!' when resizing sketch and saving frame - When resizing the sketch really small and saving frames an ArrayIndexOutOfBoundsException is triggered. ```java void setup() { surface.setResizable(true); } void draw() { saveFrame(); } ``` alpha 3 OSX 10.15.7
priority
arrayindexoutofboundsexception coordinate out of bounds when resizing sketch and saving frame when resizing the sketch really small and saving frames an arrayindexoutofboundsexception is triggered java void setup surface setresizable true void draw saveframe alpha osx
1
432,559
12,495,055,451
IssuesEvent
2020-06-01 12:28:56
EvilMindDevs/hms-unity-plugin
https://api.github.com/repos/EvilMindDevs/hms-unity-plugin
closed
Latest version does not compile
bug high priority
The latest version gets a lot of compiler errors, e.g. AccountManager.cs line 14. I can see that on May 22, Fran Almeida made a merge that totally corrupted the source code. And all commits after that also fail.
1.0
Latest version does not compile - The latest version gets a lot of compiler errors, e.g. AccountManager.cs line 14. I can see that on May 22, Fran Almeida made a merge that totally corrupted the source code. And all commits after that also fail.
priority
latest version does not compile the latest version gets a lot of compiler errors e g accountmanager cs line i can see that on may fran almeida made a merge that totally corrupted the source code and all commits after that also fail
1
301,186
22,740,028,870
IssuesEvent
2022-07-07 02:13:54
HEAL-KGS/STICr
https://api.github.com/repos/HEAL-KGS/STICr
opened
Replace last plot in README.Rmd with base plotting to remove ggplot2 dependency
documentation good first issue
Showing the classified wetdry data - same plot using base graphics would be perfect.
1.0
Replace last plot in README.Rmd with base plotting to remove ggplot2 dependency - Showing the classified wetdry data - same plot using base graphics would be perfect.
non_priority
replace last plot in readme rmd with base plotting to remove dependency showing the classified wetdry data same plot using base graphics would be perfect
0
335,402
30,028,273,534
IssuesEvent
2023-06-27 07:54:16
backdrop-contrib/bee
https://api.github.com/repos/backdrop-contrib/bee
opened
Update Command - Add tests
type: enhancement tests feature-branch
This is a subtask of https://github.com/backdrop-contrib/bee/issues/111 and relates to the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch. The command will need tests that will download an old module and then update and confirm it has worked.
1.0
Update Command - Add tests - This is a subtask of https://github.com/backdrop-contrib/bee/issues/111 and relates to the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch. The command will need tests that will download an old module and then update and confirm it has worked.
non_priority
update command add tests this is a subtask of and relates to the branch the command will need tests that will download an old module and then update and confirm it has worked
0
69,595
9,309,797,245
IssuesEvent
2019-03-25 17:15:26
aws-amplify/aws-sdk-android
https://api.github.com/repos/aws-amplify/aws-sdk-android
closed
How I can get JWT token from social login with AWSMobileClient
AWSMobileClient Documentation Feature Request
**State your question** Currently, I am using AWSMobileClient to authenticate my user and I use JWT token retrieved from User Pool to access my Web server. But now I need integrate Facebook login to my app. I realized that if I integrate social login to User Pool, I can get JWT token, otherwise, I just get IdentityId and AWS Credential. I also found that AWSMobile docs state that ' the federation feature in the AWSMobileClient supports Cognito Identity Pools only'. So how i can get JWT token from social login with AWSMobileClient **Which AWS Services are you utilizing?** AWSMobileClient **Environment(please complete the following information):** - SDK Version: 2.12.0+
1.0
How I can get JWT token from social login with AWSMobileClient - **State your question** Currently, I am using AWSMobileClient to authenticate my user and I use JWT token retrieved from User Pool to access my Web server. But now I need integrate Facebook login to my app. I realized that if I integrate social login to User Pool, I can get JWT token, otherwise, I just get IdentityId and AWS Credential. I also found that AWSMobile docs state that ' the federation feature in the AWSMobileClient supports Cognito Identity Pools only'. So how i can get JWT token from social login with AWSMobileClient **Which AWS Services are you utilizing?** AWSMobileClient **Environment(please complete the following information):** - SDK Version: 2.12.0+
non_priority
how i can get jwt token from social login with awsmobileclient state your question currently i am using awsmobileclient to authenticate my user and i use jwt token retrieved from user pool to access my web server but now i need integrate facebook login to my app i realized that if i integrate social login to user pool i can get jwt token otherwise i just get identityid and aws credential i also found that awsmobile docs state that the federation feature in the awsmobileclient supports cognito identity pools only so how i can get jwt token from social login with awsmobileclient which aws services are you utilizing awsmobileclient environment please complete the following information sdk version
0
550,619
16,116,631,735
IssuesEvent
2021-04-28 08:14:39
TheRealKizu/Alaia
https://api.github.com/repos/TheRealKizu/Alaia
closed
AI forgets about you
End: KizuAPI Priority: High Status: In Progress Type: Bug
#### What type of issue is this? - [x] Bug Report - [ ] Feature Request #### Describe the issue: - AI forgets who you are or any info about you after a day of not chatting. #### Steps to reproduce [Bug Report only]: - Tell AI who you are. - Wait for a day. - Ask AI who you are. #### Expected behavior [Bug Report only]: - AI will reply your name, etc. #### System Information: * OS: EndeavourOS * Node Version: v14.16
1.0
AI forgets about you - #### What type of issue is this? - [x] Bug Report - [ ] Feature Request #### Describe the issue: - AI forgets who you are or any info about you after a day of not chatting. #### Steps to reproduce [Bug Report only]: - Tell AI who you are. - Wait for a day. - Ask AI who you are. #### Expected behavior [Bug Report only]: - AI will reply your name, etc. #### System Information: * OS: EndeavourOS * Node Version: v14.16
priority
ai forgets about you what type of issue is this bug report feature request describe the issue ai forgets who you are or any info about you after a day of not chatting steps to reproduce tell ai who you are wait for a day ask ai who you are expected behavior ai will reply your name etc system information os endeavouros node version
1
586,054
17,568,815,132
IssuesEvent
2021-08-14 08:34:36
Domiii/dbux
https://api.github.com/repos/Domiii/dbux
closed
Big problem: webpack plugin vs. babel-loader order
bug priority
Some Webpack plugins need to run on the unmodified source code. E.g. `webpack.DefinePlugin` + `EnvironmentPlugin` both need to substitute variables before `dbux` changes them entirely. `DefinePlugin` and `EnvironmentPlugin` don't work with `dbux`. * [x] Investigate if it is an order problem * Checking with the webpack people: https://github.com/webpack/webpack/issues/13458 * Outlook: not good. * [ ] Fix whatever it is
1.0
Big problem: webpack plugin vs. babel-loader order - Some Webpack plugins need to run on the unmodified source code. E.g. `webpack.DefinePlugin` + `EnvironmentPlugin` both need to substitute variables before `dbux` changes them entirely. `DefinePlugin` and `EnvironmentPlugin` don't work with `dbux`. * [x] Investigate if it is an order problem * Checking with the webpack people: https://github.com/webpack/webpack/issues/13458 * Outlook: not good. * [ ] Fix whatever it is
priority
big problem webpack plugin vs babel loader order some webpack plugins need to run on the unmodified source code e g webpack defineplugin environmentplugin both need to substitute variables before dbux changes them entirely defineplugin and environmentplugin don t work with dbux investigate if it is an order problem checking with the webpack people outlook not good fix whatever it is
1
367,912
10,863,061,712
IssuesEvent
2019-11-14 14:28:45
kubernetes-sigs/kubebuilder
https://api.github.com/repos/kubernetes-sigs/kubebuilder
closed
RFE: Show a friendly msg when the user try to use kubebuilder and the export export GO111MODULE=on was not executed before
kind/feature priority/backlog
/kind feature WHAT: "Show an error msg with the solution instead of just throw the error" WHEN: "the user try to use kubebuilder and the export `export GO111MODULE=on` was not executed before"
1.0
RFE: Show a friendly msg when the user try to use kubebuilder and the export export GO111MODULE=on was not executed before - /kind feature WHAT: "Show an error msg with the solution instead of just throw the error" WHEN: "the user try to use kubebuilder and the export `export GO111MODULE=on` was not executed before"
priority
rfe show a friendly msg when the user try to use kubebuilder and the export export on was not executed before kind feature what show an error msg with the solution instead of just throw the error when the user try to use kubebuilder and the export export on was not executed before
1
54,128
13,255,053,735
IssuesEvent
2020-08-20 10:15:35
odpi/egeria
https://api.github.com/repos/odpi/egeria
closed
openlineage merge breaks github pages
build-failure
``` GitHub <support@github.com> 09:36 (7 minutes ago) to Nigel The page build failed for the `master` branch with the following error: The variable `{{ app_configs | default({}` on line 43 in `open-metadata-resources/open-metadata-deployment/ansible-egeria/roles/egeria-omag-server/tasks/app-configs.yml` was not properly closed with `}}`. For more information, see https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#tag-not-properly-terminated. For information on troubleshooting Jekyll see: https://docs.github.com/articles/troubleshooting-jekyll-builds If you have any questions you can submit a request on the Contact GitHub page at https://support.github.com/contact?repo_id=135579677&page_build_id=197967603 ``` This needs fixing soon cc: @popa-raluca
1.0
openlineage merge breaks github pages - ``` GitHub <support@github.com> 09:36 (7 minutes ago) to Nigel The page build failed for the `master` branch with the following error: The variable `{{ app_configs | default({}` on line 43 in `open-metadata-resources/open-metadata-deployment/ansible-egeria/roles/egeria-omag-server/tasks/app-configs.yml` was not properly closed with `}}`. For more information, see https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#tag-not-properly-terminated. For information on troubleshooting Jekyll see: https://docs.github.com/articles/troubleshooting-jekyll-builds If you have any questions you can submit a request on the Contact GitHub page at https://support.github.com/contact?repo_id=135579677&page_build_id=197967603 ``` This needs fixing soon cc: @popa-raluca
non_priority
openlineage merge breaks github pages github minutes ago to nigel the page build failed for the master branch with the following error the variable app configs default on line in open metadata resources open metadata deployment ansible egeria roles egeria omag server tasks app configs yml was not properly closed with for more information see for information on troubleshooting jekyll see if you have any questions you can submit a request on the contact github page at this needs fixing soon cc popa raluca
0
99,847
4,069,332,356
IssuesEvent
2016-05-27 03:17:47
paragonie/airship
https://api.github.com/repos/paragonie/airship
closed
Functioning theme/template/motif system
HIGH PRIORITY Motifs
Figured this is worth tracking since it's probably a critical component for any production usage.
1.0
Functioning theme/template/motif system - Figured this is worth tracking since it's probably a critical component for any production usage.
priority
functioning theme template motif system figured this is worth tracking since it s probably a critical component for any production usage
1
139,676
18,853,739,609
IssuesEvent
2021-11-12 01:37:55
sesong11/example
https://api.github.com/repos/sesong11/example
opened
CVE-2019-12384 (Medium) detected in jackson-databind-2.9.9.jar
security vulnerability
## CVE-2019-12384 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.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: /example/quartz-jdbc/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.6.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.6.RELEASE.jar - :x: **jackson-databind-2.9.9.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.9.1 might allow attackers to have a variety of impacts by leveraging failure to block the logback-core class from polymorphic deserialization. Depending on the classpath content, remote code execution may be possible. <p>Publish Date: 2019-06-24 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12384>CVE-2019-12384</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12384">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12384</a></p> <p>Release Date: 2019-06-24</p> <p>Fix Resolution: 2.9.9.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-12384 (Medium) detected in jackson-databind-2.9.9.jar - ## CVE-2019-12384 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.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: /example/quartz-jdbc/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.6.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.6.RELEASE.jar - :x: **jackson-databind-2.9.9.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.9.1 might allow attackers to have a variety of impacts by leveraging failure to block the logback-core class from polymorphic deserialization. Depending on the classpath content, remote code execution may be possible. <p>Publish Date: 2019-06-24 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12384>CVE-2019-12384</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12384">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12384</a></p> <p>Release Date: 2019-06-24</p> <p>Fix Resolution: 2.9.9.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in jackson databind jar cve medium 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 example quartz jdbc pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before might allow attackers to have a variety of impacts by leveraging failure to block the logback core class from polymorphic deserialization depending on the classpath content remote code execution may be possible publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
70,320
15,084,742,696
IssuesEvent
2021-02-05 17:36:08
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Links of further reading are broken
Pri2 assigned-to-author doc-enhancement security-fundamentals/subsvc security/svc triaged
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: d1e601c7-34eb-a840-2238-8287454b5470 * Version Independent ID: b881b144-6afe-1a7c-eb4c-807a68a736bc * Content: [Security technical capabilities in Azure - Microsoft Azure](https://docs.microsoft.com/en-us/azure/security/fundamentals/technical-capabilities) * Content Source: [articles/security/fundamentals/technical-capabilities.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/security/fundamentals/technical-capabilities.md) * Service: **security** * Sub-service: **security-fundamentals** * GitHub Login: @TerryLanfear * Microsoft Alias: **terrylan**
True
Links of further reading are broken - [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: d1e601c7-34eb-a840-2238-8287454b5470 * Version Independent ID: b881b144-6afe-1a7c-eb4c-807a68a736bc * Content: [Security technical capabilities in Azure - Microsoft Azure](https://docs.microsoft.com/en-us/azure/security/fundamentals/technical-capabilities) * Content Source: [articles/security/fundamentals/technical-capabilities.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/security/fundamentals/technical-capabilities.md) * Service: **security** * Sub-service: **security-fundamentals** * GitHub Login: @TerryLanfear * Microsoft Alias: **terrylan**
non_priority
links of further reading are broken 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 security sub service security fundamentals github login terrylanfear microsoft alias terrylan
0
231,597
7,641,165,699
IssuesEvent
2018-05-08 03:06:21
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[DEV] rhels7.4/rhels7.2 diskless hang on Power S822LC
priority:normal status:won't fix type:bug
I tried the following tasks on IBM Power S822LC with RHEL-7.2-20150820.0-Server-ppc64le-dvd1.iso, the status: diskless provision: FAIL description: hang on reboot: ``` [ 95.331916] dracut: Switching root [ 95.338809] ip_tables: (C) 2000-2006 Netfilter Core Team [ 95.339023] systemd[1]: Inserted module 'ip_tables' [ 95.343307] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 95.343917] systemd[1]: Detected architecture ppc64-le. Welcome to Red Hat Enterprise Linux Server 7.2 Beta (Maipo)! [ 95.344189] systemd[1]: Initializing machine ID from random generator. [ 95.363919] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. [ 95.364846] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 95.365043] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point. [ 95.365561] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 95.365646] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ OK ] Reached target Encrypted Volumes. [ 95.365997] systemd[1]: Reached target Encrypted Volumes. [ 95.366048] systemd[1]: Starting Encrypted Volumes. [ OK ] Reached target Swap. [ 95.366212] systemd[1]: Reached target Swap. [ 95.366263] systemd[1]: Starting Swap. [ 95.366340] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 95.366412] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ OK ] Created slice Root Slice. [ 95.366916] systemd[1]: Created slice Root Slice. [ 95.366968] systemd[1]: Starting Root Slice. [ OK ] Created slice System Slice. [ 95.367221] systemd[1]: Created slice System Slice. [ 95.367278] systemd[1]: Starting System Slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 95.367558] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 95.367773] systemd[1]: Starting system-serial\x2dgetty.slice. [ 95.367839] systemd[1]: Started Replay Read-Ahead Data. [ OK ] Created slice system-getty.slice. [ 95.368100] systemd[1]: Created slice system-getty.slice. [ 95.368151] systemd[1]: Starting system-getty.slice. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 95.368382] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 95.368442] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Delayed Shutdown Socket. [ 95.368846] systemd[1]: Listening on Delayed Shutdown Socket. [ 95.368908] systemd[1]: Starting Delayed Shutdown Socket. [ OK ] Listening on udev Kernel Socket. [ 95.369088] systemd[1]: Listening on udev Kernel Socket. [ 95.369140] systemd[1]: Starting udev Kernel Socket. [ OK ] Listening on Journal Socket. [ 95.369353] systemd[1]: Listening on Journal Socket. [ 95.369567] systemd[1]: Starting Journal Socket. [ 95.370599] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 95.371258] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 95.372016] systemd[1]: Starting Journal Service... Starting Journal Service... [ 95.373090] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 95.373823] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ OK ] Created slice User and Session Slice. [ 95.374282] systemd[1]: Created slice User and Session Slice. [ 95.374339] systemd[1]: Starting User and Session Slice. [ OK ] Reached target Slices. [ 95.374502] systemd[1]: Reached target Slices. [ 95.374549] systemd[1]: Starting Slices. [ OK ] Listening on udev Control Socket. [ 95.374715] systemd[1]: Listening on udev Control Socket. [ 95.374761] systemd[1]: Starting udev Control Socket. [ 95.375315] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 95.375462] systemd[1]: Started Kernel Module supporting RPCSEC_GSS. [ 95.375936] systemd[1]: Starting Collect Read-Ahead Data... Starting Collect Read-Ahead Data... [ OK ] Mounted Huge Pages File System. [ 95.376940] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ 95.377100] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted Debug File System. [ 95.377484] systemd[1]: Mounted Debug File System. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ 95.378019] systemd[1]: Started Create list of required static device nodes for the current kernel. [ OK ] Started Collect Read-Ahead Data. [ 95.378363] systemd[1]: Started Collect Read-Ahead Data. [ 95.384051] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 95.384196] systemd[1]: Started Set Up Additional Binary Formats. [ 95.384272] systemd[1]: Started Load legacy module configuration. [ 95.384415] systemd[1]: Started Load Kernel Modules. [ 95.384821] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 95.385328] systemd[1]: Mounting Configuration File System... Mounting Configuration File System... [ 95.385477] systemd[1]: Mounted FUSE Control File System. [ 95.385889] systemd[1]: Starting Remount Root and Kernel File Systems... [ 95.400636] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Remount Root and Kernel File Systems... [ 95.423448] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ OK ] Mounted NFSD configuration filesystem. [ 95.424114] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted Configuration File System. [ 95.424272] systemd[1]: Mounted Configuration File System. [ OK ] Started Journal Service. [ 95.424456] systemd[1]: Started Journal Service. [ OK ] Started Setup Virtual Console. [ OK ] Started Apply Kernel Variables. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Starting Rebuild Dynamic Linker Cache... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [ OK ] Started Load/Save Random Seed. [ OK ] Started udev Kernel Device Manager. [ 95.501416] systemd-journald[2322]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Rebuild Dynamic Linker Cache. [ OK ] Started Configure read-only root support. [ OK ] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Create Volatile Files and Directories... [ OK ] Started Mark the need to relabel after reboot. [ OK ] Started Rebuild Journal Catalog. [ OK ] Started Preprocess NFS configuration. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [ OK ] Started Update is Completed. [ OK ] Started udev Coldplug all Devices. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Timers. [ OK ] Reached target Paths. [ OK ] Reached target Basic System. Starting LSB: Bring up/down networking... [ OK ] Started irqbalance daemon. Starting irqbalance daemon... Starting OpenSSH Server Key Generation... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting System Logging Service... Starting Login Service... [ OK ] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [ OK ] Started System Logging Service. [ OK ] Started Dump dmesg to /var/log/dmesg. [ OK ] Started GSSAPI Proxy Daemon. [ OK ] Reached target NFS client services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. Starting Getty on tty1... [ OK ] Started Login Service. [ OK ] Started OpenSSH Server Key Generation. [ 96.381899] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 96.390252] nvidiafb 0000:03:00.0: enabling device (0140 -> 0142) [ 96.390332] nvidiafb: Device ID: 10de102d [ 96.390403] nvidiafb: HW is currently programmed for CRT [ 96.390444] nvidiafb: Using CRT on CRTC 0 ``` A **workaround** to the rhels7.2 ppc6le diskless is to disable (or blacklist) the driver "nvidiafb" with the following command and run "nodeset " ``` # chdef c910f05c33 -p addkcmdline="modprobe.blacklist=nvidiafb" ```
1.0
[DEV] rhels7.4/rhels7.2 diskless hang on Power S822LC - I tried the following tasks on IBM Power S822LC with RHEL-7.2-20150820.0-Server-ppc64le-dvd1.iso, the status: diskless provision: FAIL description: hang on reboot: ``` [ 95.331916] dracut: Switching root [ 95.338809] ip_tables: (C) 2000-2006 Netfilter Core Team [ 95.339023] systemd[1]: Inserted module 'ip_tables' [ 95.343307] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 95.343917] systemd[1]: Detected architecture ppc64-le. Welcome to Red Hat Enterprise Linux Server 7.2 Beta (Maipo)! [ 95.344189] systemd[1]: Initializing machine ID from random generator. [ 95.363919] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. [ 95.364846] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 95.365043] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point. [ 95.365561] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 95.365646] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ OK ] Reached target Encrypted Volumes. [ 95.365997] systemd[1]: Reached target Encrypted Volumes. [ 95.366048] systemd[1]: Starting Encrypted Volumes. [ OK ] Reached target Swap. [ 95.366212] systemd[1]: Reached target Swap. [ 95.366263] systemd[1]: Starting Swap. [ 95.366340] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 95.366412] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ OK ] Created slice Root Slice. [ 95.366916] systemd[1]: Created slice Root Slice. [ 95.366968] systemd[1]: Starting Root Slice. [ OK ] Created slice System Slice. [ 95.367221] systemd[1]: Created slice System Slice. [ 95.367278] systemd[1]: Starting System Slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 95.367558] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 95.367773] systemd[1]: Starting system-serial\x2dgetty.slice. [ 95.367839] systemd[1]: Started Replay Read-Ahead Data. [ OK ] Created slice system-getty.slice. [ 95.368100] systemd[1]: Created slice system-getty.slice. [ 95.368151] systemd[1]: Starting system-getty.slice. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 95.368382] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 95.368442] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Delayed Shutdown Socket. [ 95.368846] systemd[1]: Listening on Delayed Shutdown Socket. [ 95.368908] systemd[1]: Starting Delayed Shutdown Socket. [ OK ] Listening on udev Kernel Socket. [ 95.369088] systemd[1]: Listening on udev Kernel Socket. [ 95.369140] systemd[1]: Starting udev Kernel Socket. [ OK ] Listening on Journal Socket. [ 95.369353] systemd[1]: Listening on Journal Socket. [ 95.369567] systemd[1]: Starting Journal Socket. [ 95.370599] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 95.371258] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 95.372016] systemd[1]: Starting Journal Service... Starting Journal Service... [ 95.373090] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 95.373823] systemd[1]: Mounting NFSD configuration filesystem... Mounting NFSD configuration filesystem... [ OK ] Created slice User and Session Slice. [ 95.374282] systemd[1]: Created slice User and Session Slice. [ 95.374339] systemd[1]: Starting User and Session Slice. [ OK ] Reached target Slices. [ 95.374502] systemd[1]: Reached target Slices. [ 95.374549] systemd[1]: Starting Slices. [ OK ] Listening on udev Control Socket. [ 95.374715] systemd[1]: Listening on udev Control Socket. [ 95.374761] systemd[1]: Starting udev Control Socket. [ 95.375315] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 95.375462] systemd[1]: Started Kernel Module supporting RPCSEC_GSS. [ 95.375936] systemd[1]: Starting Collect Read-Ahead Data... Starting Collect Read-Ahead Data... [ OK ] Mounted Huge Pages File System. [ 95.376940] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ 95.377100] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted Debug File System. [ 95.377484] systemd[1]: Mounted Debug File System. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ 95.378019] systemd[1]: Started Create list of required static device nodes for the current kernel. [ OK ] Started Collect Read-Ahead Data. [ 95.378363] systemd[1]: Started Collect Read-Ahead Data. [ 95.384051] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 95.384196] systemd[1]: Started Set Up Additional Binary Formats. [ 95.384272] systemd[1]: Started Load legacy module configuration. [ 95.384415] systemd[1]: Started Load Kernel Modules. [ 95.384821] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 95.385328] systemd[1]: Mounting Configuration File System... Mounting Configuration File System... [ 95.385477] systemd[1]: Mounted FUSE Control File System. [ 95.385889] systemd[1]: Starting Remount Root and Kernel File Systems... [ 95.400636] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Remount Root and Kernel File Systems... [ 95.423448] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ OK ] Mounted NFSD configuration filesystem. [ 95.424114] systemd[1]: Mounted NFSD configuration filesystem. [ OK ] Mounted Configuration File System. [ 95.424272] systemd[1]: Mounted Configuration File System. [ OK ] Started Journal Service. [ 95.424456] systemd[1]: Started Journal Service. [ OK ] Started Setup Virtual Console. [ OK ] Started Apply Kernel Variables. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... Starting Rebuild Dynamic Linker Cache... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [ OK ] Started Load/Save Random Seed. [ OK ] Started udev Kernel Device Manager. [ 95.501416] systemd-journald[2322]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Rebuild Dynamic Linker Cache. [ OK ] Started Configure read-only root support. [ OK ] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Create Volatile Files and Directories... [ OK ] Started Mark the need to relabel after reboot. [ OK ] Started Rebuild Journal Catalog. [ OK ] Started Preprocess NFS configuration. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [ OK ] Started Update is Completed. [ OK ] Started udev Coldplug all Devices. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Timers. [ OK ] Reached target Paths. [ OK ] Reached target Basic System. Starting LSB: Bring up/down networking... [ OK ] Started irqbalance daemon. Starting irqbalance daemon... Starting OpenSSH Server Key Generation... Starting Dump dmesg to /var/log/dmesg... Starting GSSAPI Proxy Daemon... Starting System Logging Service... Starting Login Service... [ OK ] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [ OK ] Started System Logging Service. [ OK ] Started Dump dmesg to /var/log/dmesg. [ OK ] Started GSSAPI Proxy Daemon. [ OK ] Reached target NFS client services. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting Permit User Sessions... [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. Starting Getty on tty1... [ OK ] Started Login Service. [ OK ] Started OpenSSH Server Key Generation. [ 96.381899] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 96.390252] nvidiafb 0000:03:00.0: enabling device (0140 -> 0142) [ 96.390332] nvidiafb: Device ID: 10de102d [ 96.390403] nvidiafb: HW is currently programmed for CRT [ 96.390444] nvidiafb: Using CRT on CRTC 0 ``` A **workaround** to the rhels7.2 ppc6le diskless is to disable (or blacklist) the driver "nvidiafb" with the following command and run "nodeset " ``` # chdef c910f05c33 -p addkcmdline="modprobe.blacklist=nvidiafb" ```
priority
diskless hang on power i tried the following tasks on ibm power with rhel server iso the status diskless provision fail description hang on reboot dracut switching root ip tables c netfilter core team systemd inserted module ip tables systemd systemd running in system mode pam audit selinux ima apparmor smack sysvinit utmp libcryptsetup gcrypt gnutls acl xz seccomp blkid elfutils kmod idn systemd detected architecture le welcome to red hat enterprise linux server beta maipo systemd initializing machine id from random generator systemd cannot add dependency job for unit display manager service ignoring unit display manager service failed to load no such file or directory systemd started dispatch password requests to console directory watch systemd starting dispatch password requests to console directory watch set up automount arbitrary executab ats file system automount point systemd set up automount arbitrary executable file formats file system automount point systemd starting arbitrary executable file formats file system automount point reached target encrypted volumes systemd reached target encrypted volumes systemd starting encrypted volumes reached target swap systemd reached target swap systemd starting swap systemd started forward password requests to wall directory watch systemd starting forward password requests to wall directory watch created slice root slice systemd created slice root slice systemd starting root slice created slice system slice systemd created slice system slice systemd starting system slice created slice system serial slice systemd created slice system serial slice systemd starting system serial slice systemd started replay read ahead data created slice system getty slice systemd created slice system getty slice systemd starting system getty slice listening on dev initctl compatibility named pipe systemd listening on dev initctl compatibility named pipe systemd starting dev initctl compatibility named pipe listening on delayed shutdown socket systemd listening on delayed shutdown socket systemd starting delayed shutdown socket listening on udev kernel socket systemd listening on udev kernel socket systemd starting udev kernel socket listening on journal socket systemd listening on journal socket systemd starting journal socket systemd mounting huge pages file system mounting huge pages file system systemd mounting posix message queue file system mounting posix message queue file system systemd starting journal service starting journal service systemd starting create list of required static device nodes for the current kernel starting create list of required st nodes for the current kernel systemd mounting nfsd configuration filesystem mounting nfsd configuration filesystem created slice user and session slice systemd created slice user and session slice systemd starting user and session slice reached target slices systemd reached target slices systemd starting slices listening on udev control socket systemd listening on udev control socket systemd starting udev control socket systemd mounting debug file system mounting debug file system systemd started kernel module supporting rpcsec gss systemd starting collect read ahead data starting collect read ahead data mounted huge pages file system systemd mounted huge pages file system mounted posix message queue file system systemd mounted posix message queue file system mounted debug file system systemd mounted debug file system started create list of required sta ce nodes for the current kernel systemd started create list of required static device nodes for the current kernel started collect read ahead data systemd started collect read ahead data systemd starting setup virtual console starting setup virtual console systemd started set up additional binary formats systemd started load legacy module configuration systemd started load kernel modules systemd starting apply kernel variables starting apply kernel variables systemd mounting configuration file system mounting configuration file system systemd mounted fuse control file system systemd starting remount root and kernel file systems installing knfsd copyright c okir monad swb de starting remount root and kernel file systems systemd starting create static device nodes in dev starting create static device nodes in dev mounted nfsd configuration filesystem systemd mounted nfsd configuration filesystem mounted configuration file system systemd mounted configuration file system started journal service systemd started journal service started setup virtual console started apply kernel variables started remount root and kernel file systems started create static device nodes in dev starting udev kernel device manager starting rebuild dynamic linker cache starting rebuild hardware database starting configure read only root support starting load save random seed reached target local file systems pre starting flush journal to persistent storage started load save random seed started udev kernel device manager systemd journald received request to flush runtime journal from pid started flush journal to persistent storage started rebuild dynamic linker cache started configure read only root support reached target local file systems starting mark the need to relabel after reboot starting rebuild journal catalog starting preprocess nfs configuration starting create volatile files and directories started mark the need to relabel after reboot started rebuild journal catalog started preprocess nfs configuration started create volatile files and directories starting update utmp about system boot shutdown started rebuild hardware database starting udev coldplug all devices starting update is completed started update is completed started udev coldplug all devices started update utmp about system boot shutdown reached target system initialization listening on d bus system message bus socket listening on rpcbind server activation socket reached target sockets reached target timers reached target paths reached target basic system starting lsb bring up down networking started irqbalance daemon starting irqbalance daemon starting openssh server key generation starting dump dmesg to var log dmesg starting gssapi proxy daemon starting system logging service starting login service started d bus system message bus starting d bus system message bus started system logging service started dump dmesg to var log dmesg started gssapi proxy daemon reached target nfs client services reached target remote file systems pre reached target remote file systems starting permit user sessions started permit user sessions started getty on starting getty on started login service started openssh server key generation shpchp standard hot plug pci controller driver version nvidiafb enabling device nvidiafb device id nvidiafb hw is currently programmed for crt nvidiafb using crt on crtc a workaround to the diskless is to disable or blacklist the driver nvidiafb with the following command and run nodeset chdef p addkcmdline modprobe blacklist nvidiafb
1
202,830
23,109,812,929
IssuesEvent
2022-07-27 12:05:40
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] Chinese UEFI Rootkit Found on Gigabyte and Asus Motherboards
SecurityWeek Stale
**Security researchers with Kaspersky have analyzed a UEFI firmware rootkit that appears to target specific motherboard models from Gigabyte and Asus.** [read more](https://www.securityweek.com/chinese-uefi-rootkit-found-gigabyte-and-asus-motherboards) <https://www.securityweek.com/chinese-uefi-rootkit-found-gigabyte-and-asus-motherboards>
True
[SecurityWeek] Chinese UEFI Rootkit Found on Gigabyte and Asus Motherboards - **Security researchers with Kaspersky have analyzed a UEFI firmware rootkit that appears to target specific motherboard models from Gigabyte and Asus.** [read more](https://www.securityweek.com/chinese-uefi-rootkit-found-gigabyte-and-asus-motherboards) <https://www.securityweek.com/chinese-uefi-rootkit-found-gigabyte-and-asus-motherboards>
non_priority
chinese uefi rootkit found on gigabyte and asus motherboards security researchers with kaspersky have analyzed a uefi firmware rootkit that appears to target specific motherboard models from gigabyte and asus
0
421,184
12,254,863,450
IssuesEvent
2020-05-06 09:13:01
cloudfoundry-incubator/kubecf
https://api.github.com/repos/cloudfoundry-incubator/kubecf
closed
CI pipeline for building and publishing the EiriniX helm chart
Priority: High Size: L Status: Accepted Type: CI suse-cap
**Is your feature request related to a problem? Please describe.** Concourse pipeline for building the EiriniX helm chart Should publish the helm chart tar.gz as an asset on the github releases page. **Additional context** #578 #652
1.0
CI pipeline for building and publishing the EiriniX helm chart - **Is your feature request related to a problem? Please describe.** Concourse pipeline for building the EiriniX helm chart Should publish the helm chart tar.gz as an asset on the github releases page. **Additional context** #578 #652
priority
ci pipeline for building and publishing the eirinix helm chart is your feature request related to a problem please describe concourse pipeline for building the eirinix helm chart should publish the helm chart tar gz as an asset on the github releases page additional context
1
238,150
26,085,597,581
IssuesEvent
2022-12-26 02:04:20
utopikkad/Lafayette-test
https://api.github.com/repos/utopikkad/Lafayette-test
opened
CVE-2022-46175 (High) detected in json5-1.0.1.tgz, json5-2.1.1.tgz
security vulnerability
## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-1.0.1.tgz</b>, <b>json5-2.1.1.tgz</b></p></summary> <p> <details><summary><b>json5-1.0.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - build-angular-0.803.25.tgz (Root Library) - loader-utils-1.2.3.tgz - :x: **json5-1.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-2.1.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.1.tgz">https://registry.npmjs.org/json5/-/json5-2.1.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/@babel/core/node_modules/json5/package.json</p> <p> Dependency Hierarchy: - build-angular-0.803.25.tgz (Root Library) - core-7.8.3.tgz - :x: **json5-2.1.1.tgz** (Vulnerable Library) </details> <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> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-46175 (High) detected in json5-1.0.1.tgz, json5-2.1.1.tgz - ## CVE-2022-46175 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>json5-1.0.1.tgz</b>, <b>json5-2.1.1.tgz</b></p></summary> <p> <details><summary><b>json5-1.0.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-1.0.1.tgz">https://registry.npmjs.org/json5/-/json5-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json5/package.json</p> <p> Dependency Hierarchy: - build-angular-0.803.25.tgz (Root Library) - loader-utils-1.2.3.tgz - :x: **json5-1.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>json5-2.1.1.tgz</b></p></summary> <p>JSON for humans.</p> <p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.1.tgz">https://registry.npmjs.org/json5/-/json5-2.1.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/@babel/core/node_modules/json5/package.json</p> <p> Dependency Hierarchy: - build-angular-0.803.25.tgz (Root Library) - core-7.8.3.tgz - :x: **json5-2.1.1.tgz** (Vulnerable Library) </details> <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> JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including version `2.2.1` does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 version 2.2.2 and later. <p>Publish Date: 2022-12-24 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p> <p>Release Date: 2022-12-24</p> <p>Fix Resolution: json5 - 2.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in tgz tgz cve high severity vulnerability vulnerable libraries tgz tgz tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy build angular tgz root library loader utils tgz x tgz vulnerable library tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules babel core node modules package json dependency hierarchy build angular tgz root library core tgz x tgz vulnerable library found in base branch master vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including version does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in version and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact low availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
19,591
13,302,041,823
IssuesEvent
2020-08-25 13:46:27
dotnet/fsharp
https://api.github.com/repos/dotnet/fsharp
opened
[Test Framework] Change test display names in AzDo
Area-Infrastructure Test
Right now, in Azure DevOps all the test categories look like "NUnit_TestResults_xxxxx_x", which is quite unreadable, and hard to see what's failing and where. It needed to be fixed to have following structure (or close to it): ``` Windows ├── netcoreapp3.1 │ ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) │ ├── TestSuite2 │ └── ... └── net472 Linux └── netcoreapp3.1 ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) ├── TestSuite2 └── ... macOS └── netcoreapp3.1 ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) ├── TestSuite2 └── ... ``` This will allo wto easier pinpoint which test is failing on which platform.
1.0
[Test Framework] Change test display names in AzDo - Right now, in Azure DevOps all the test categories look like "NUnit_TestResults_xxxxx_x", which is quite unreadable, and hard to see what's failing and where. It needed to be fixed to have following structure (or close to it): ``` Windows ├── netcoreapp3.1 │ ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) │ ├── TestSuite2 │ └── ... └── net472 Linux └── netcoreapp3.1 ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) ├── TestSuite2 └── ... macOS └── netcoreapp3.1 ├── TestSuite1 (e.g. FSharp.Test.Compiler.ComponentTests) ├── TestSuite2 └── ... ``` This will allo wto easier pinpoint which test is failing on which platform.
non_priority
change test display names in azdo right now in azure devops all the test categories look like nunit testresults xxxxx x which is quite unreadable and hard to see what s failing and where it needed to be fixed to have following structure or close to it windows ├── │ ├── e g fsharp test compiler componenttests │ ├── │ └── └── linux └── ├── e g fsharp test compiler componenttests ├── └── macos └── ├── e g fsharp test compiler componenttests ├── └── this will allo wto easier pinpoint which test is failing on which platform
0
25,744
19,093,685,086
IssuesEvent
2021-11-29 14:41:46
fluencelabs/fluence
https://api.github.com/repos/fluencelabs/fluence
opened
Stability: periodic healthchecks
~infrastructure
To understand current state of the network, we need to monitor it. Some simple Aqua script querying data from AquaDHT could be used as a health check. To run jobs periodically, we need to either use GitHub CI, or a separate daemon like Prometheus/Nagios/etc.
1.0
Stability: periodic healthchecks - To understand current state of the network, we need to monitor it. Some simple Aqua script querying data from AquaDHT could be used as a health check. To run jobs periodically, we need to either use GitHub CI, or a separate daemon like Prometheus/Nagios/etc.
non_priority
stability periodic healthchecks to understand current state of the network we need to monitor it some simple aqua script querying data from aquadht could be used as a health check to run jobs periodically we need to either use github ci or a separate daemon like prometheus nagios etc
0
28,780
23,491,465,730
IssuesEvent
2022-08-17 19:11:45
calcom/cal.com
https://api.github.com/repos/calcom/cal.com
closed
Bug with Console on Deployment
🐛 bug 🙋🏻‍♂️help wanted 💼 infrastructure plan
Found a bug? Please fill out the sections below. 👍 ### Issue Summary When trying to finish setup for a deployment on console.app.com (step 2) there is an error message that prevents me from going further: "Cannot delete properly 'rejectOnNotFound' of #<Object>" ### Steps to Reproduce @agustif has reproduced already https://app.birdeatsbug.com/sessions/VeEuGID3TBDZ21wyohFkLcJKJ7c-FyEyQdjbQWL3Q4SF [Twist thread](https://twist.com/a/195135/ch/554218/t/3689534/)
1.0
Bug with Console on Deployment - Found a bug? Please fill out the sections below. 👍 ### Issue Summary When trying to finish setup for a deployment on console.app.com (step 2) there is an error message that prevents me from going further: "Cannot delete properly 'rejectOnNotFound' of #<Object>" ### Steps to Reproduce @agustif has reproduced already https://app.birdeatsbug.com/sessions/VeEuGID3TBDZ21wyohFkLcJKJ7c-FyEyQdjbQWL3Q4SF [Twist thread](https://twist.com/a/195135/ch/554218/t/3689534/)
non_priority
bug with console on deployment found a bug please fill out the sections below 👍 issue summary when trying to finish setup for a deployment on console app com step there is an error message that prevents me from going further cannot delete properly rejectonnotfound of steps to reproduce agustif has reproduced already
0
38,940
9,079,048,533
IssuesEvent
2019-02-16 01:43:32
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
GRUB (grub-mkconfig) unable to detect ZFS root
Component: GRUB Type: Defect
Using ZFS HEAD on a new EFI host following the ZFS root manual, i'm finding that we have serious issues with ZFS and GRUB on Ubuntu: 1 - packages have not been updated since raring 2 - old packages depend on libzfs1, libzfs2 has the information needed to process large-block pools 3 - dependency hell is breaking out between grub-efi-amd64-signed and ZFS packages 4 - it appears to presently not be possible to install ZFS root systems on Ubuntu under EFI. 5 - update-grub (grub-mkconfig) fails to determine what / is, grub-probe -v -d /dev/root_crypt works though (shows ZFS). This configuration has ZFS atop dm-crypt with separate /boot and EFI partitions.
1.0
GRUB (grub-mkconfig) unable to detect ZFS root - Using ZFS HEAD on a new EFI host following the ZFS root manual, i'm finding that we have serious issues with ZFS and GRUB on Ubuntu: 1 - packages have not been updated since raring 2 - old packages depend on libzfs1, libzfs2 has the information needed to process large-block pools 3 - dependency hell is breaking out between grub-efi-amd64-signed and ZFS packages 4 - it appears to presently not be possible to install ZFS root systems on Ubuntu under EFI. 5 - update-grub (grub-mkconfig) fails to determine what / is, grub-probe -v -d /dev/root_crypt works though (shows ZFS). This configuration has ZFS atop dm-crypt with separate /boot and EFI partitions.
non_priority
grub grub mkconfig unable to detect zfs root using zfs head on a new efi host following the zfs root manual i m finding that we have serious issues with zfs and grub on ubuntu packages have not been updated since raring old packages depend on has the information needed to process large block pools dependency hell is breaking out between grub efi signed and zfs packages it appears to presently not be possible to install zfs root systems on ubuntu under efi update grub grub mkconfig fails to determine what is grub probe v d dev root crypt works though shows zfs this configuration has zfs atop dm crypt with separate boot and efi partitions
0
43,842
9,515,523,013
IssuesEvent
2019-04-26 06:00:14
DataBiosphere/azul
https://api.github.com/repos/DataBiosphere/azul
closed
Add old Tissue Sensitivity project to exclusion list
code orange workaround
I have re-ingested the meyer dataset in prod with a fix that will allow the pipelines to run. Could you please: - [ ] exclude the old version of the dataset (submission ID: `5c863a8bcefdf1000731395f`; project UUID: `6ac9d7b5-f86d-4c23-82a9-485a6642b278`) The new version of the dataset (submission ID: `5c8acacd53367400073122db`; project UUID: `5dfe932f-159d-4cab-8039-d32f22ffbbc2`) has already appeared in the Browser 👍 The new IDs have been updated in the CBeta spreadsheet. Thank you! ┆Issue is synchronized with this [Jira Story](https://ucsc-cgl.atlassian.net/browse/AZUL-542) ┆Project Name: azul ┆Issue Number: AZUL-542
1.0
Add old Tissue Sensitivity project to exclusion list - I have re-ingested the meyer dataset in prod with a fix that will allow the pipelines to run. Could you please: - [ ] exclude the old version of the dataset (submission ID: `5c863a8bcefdf1000731395f`; project UUID: `6ac9d7b5-f86d-4c23-82a9-485a6642b278`) The new version of the dataset (submission ID: `5c8acacd53367400073122db`; project UUID: `5dfe932f-159d-4cab-8039-d32f22ffbbc2`) has already appeared in the Browser 👍 The new IDs have been updated in the CBeta spreadsheet. Thank you! ┆Issue is synchronized with this [Jira Story](https://ucsc-cgl.atlassian.net/browse/AZUL-542) ┆Project Name: azul ┆Issue Number: AZUL-542
non_priority
add old tissue sensitivity project to exclusion list i have re ingested the meyer dataset in prod with a fix that will allow the pipelines to run could you please exclude the old version of the dataset submission id project uuid the new version of the dataset submission id project uuid has already appeared in the browser 👍 the new ids have been updated in the cbeta spreadsheet thank you ┆issue is synchronized with this ┆project name azul ┆issue number azul
0
85,954
16,769,373,575
IssuesEvent
2021-06-14 13:07:24
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Ability use VSCode to find a type a variable
Area/VScodePlugin Type/Improvement
Please add ability use VSCode to find a type a variable Slimier to this https://twitter.com/DavidKPiano/status/1403500184290664461
1.0
Ability use VSCode to find a type a variable - Please add ability use VSCode to find a type a variable Slimier to this https://twitter.com/DavidKPiano/status/1403500184290664461
non_priority
ability use vscode to find a type a variable please add ability use vscode to find a type a variable slimier to this
0
259,253
19,592,959,364
IssuesEvent
2022-01-05 14:52:33
michaldivis/DarkHelpers
https://api.github.com/repos/michaldivis/DarkHelpers
closed
Better documentation
documentation
- use the actual nuget package names (Divis.DarkHelpers.WPF, etc) - demonstrate how to use DarkViewModel's events - demonstrate DarkObservableCollection - demonstrate IDarkNavigationService options (PushAsync, PopAsync, etc)
1.0
Better documentation - - use the actual nuget package names (Divis.DarkHelpers.WPF, etc) - demonstrate how to use DarkViewModel's events - demonstrate DarkObservableCollection - demonstrate IDarkNavigationService options (PushAsync, PopAsync, etc)
non_priority
better documentation use the actual nuget package names divis darkhelpers wpf etc demonstrate how to use darkviewmodel s events demonstrate darkobservablecollection demonstrate idarknavigationservice options pushasync popasync etc
0
239,145
7,787,122,930
IssuesEvent
2018-06-06 21:15:01
smartprocure/futil-js
https://api.github.com/repos/smartprocure/futil-js
closed
Fix the browser tests
A: Daniel Priority: High Status: Accepted Status: In Progress Status: Root-cause-found Type: Bug
Browser tests are still failing. See: https://circleci.com/gh/smartprocure/futil-js/968?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link Here's a plain text copy of the issue: ``` Chrome 26.0.1410 (Windows 7 0.0.0) ERROR { "message": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5", "str": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5" } Chrome 26.0.1410 (Windows 7 0.0.0) ERROR { "message": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5", "str": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5" } Chrome 26.0.1410 (Windows 7 0.0.0): Executed 0 of 0 ERROR (1.06 secs / 0 secs) ```
1.0
Fix the browser tests - Browser tests are still failing. See: https://circleci.com/gh/smartprocure/futil-js/968?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link Here's a plain text copy of the issue: ``` Chrome 26.0.1410 (Windows 7 0.0.0) ERROR { "message": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5", "str": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5" } Chrome 26.0.1410 (Windows 7 0.0.0) ERROR { "message": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5", "str": "Uncaught ReferenceError: __VERSION__ is not defined\nat webpack:///node_modules/lodash/lodash.min.js:5:1 <- src/index.js:5" } Chrome 26.0.1410 (Windows 7 0.0.0): Executed 0 of 0 ERROR (1.06 secs / 0 secs) ```
priority
fix the browser tests browser tests are still failing see here s a plain text copy of the issue chrome windows error message uncaught referenceerror version is not defined nat webpack node modules lodash lodash min js src index js str uncaught referenceerror version is not defined nat webpack node modules lodash lodash min js src index js chrome windows error message uncaught referenceerror version is not defined nat webpack node modules lodash lodash min js src index js str uncaught referenceerror version is not defined nat webpack node modules lodash lodash min js src index js chrome windows executed of error secs secs
1
232,483
18,883,184,771
IssuesEvent
2021-11-15 02:43:41
milvus-io/milvus
https://api.github.com/repos/milvus-io/milvus
closed
[Bug]: [benchmark][cluster] search error: No Available Query node result
kind/bug priority/critical-urgent test/accuracy test/benchmark performance tuning
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: master-20211106-436d530 - Deployment mode(standalone or cluster): cluster - SDK version(e.g. pymilvus v2.0.0rc2): pymilvus-2.0.0rc8.dev5 - OS(Ubuntu or CentOS): - CPU/Memory: - GPU: - Others: ``` ### Current Behavior client log: ``` [2021-11-06 16:08:51,308] [ DEBUG] - Milvus create_index run in 109.44s (milvus_benchmark.client:52) [2021-11-06 16:08:51,312] [ INFO] - None (milvus_benchmark.client:290) [2021-11-06 16:08:51,312] [ INFO] - {'index_type': 'flat', 'metric_type': None, 'index_param': None} (milvus_benchmark.runners.accuracy:251) [2021-11-06 16:08:51,313] [ INFO] - Start load collection: glove_200_angular (milvus_benchmark.runners.accuracy:252) [2021-11-06 16:09:10,049] [ DEBUG] - Milvus load_collection run in 18.74s (milvus_benchmark.client:52) [2021-11-06 16:09:10,050] [ INFO] - End load collection: glove_200_angular (milvus_benchmark.runners.accuracy:255) [2021-11-06 16:09:10,288] [ INFO] - Start run case (milvus_benchmark.main:87) [2021-11-06 16:09:12,531] [ ERROR] - Error: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (pymilvus.client.grpc_handler:59) [2021-11-06 16:09:12,532] [ ERROR] - Error: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (pymilvus.client.grpc_handler:59) [2021-11-06 16:09:12,536] [ ERROR] - Traceback (most recent call last): File "main.py", line 94, in run_suite result = runner.run_case(case_metric, **case) File "/src/milvus_benchmark/runners/accuracy.py", line 265, in run_case self.milvus.query(case_param["vector_query"], filter_query=case_param["filter_query"]) File "/src/milvus_benchmark/client.py", line 48, in wrapper result = func(*args, **kwargs) File "/src/milvus_benchmark/client.py", line 317, in query result = self._milvus.search(tmp_collection_name, **params) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 61, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 45, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 1071, in search partition_names, output_fields, timeout, round_decimal, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 94, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 620, in search return self._execute_search_requests(requests, timeout, **_kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 587, in _execute_search_requests raise pre_err File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 578, in _execute_search_requests raise BaseException(response.status.error_code, response.status.reason) pymilvus.client.exceptions.BaseException: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (milvus_benchmark.main:97) [2021-11-06 16:09:12,537] [ INFO] - None (milvus_benchmark.main:98) [2021-11-06 16:09:12,537] [ DEBUG] - {'type': 'ann_accuracy', 'value': {}} (milvus_benchmark.main:106) [2021-11-06 16:09:12,538] [ DEBUG] - {'_version': '0.1', '_type': 'case', 'run_id': 1636214697, 'mode': 'local', 'server': <milvus_benchmark.metrics.models.server.Server object at 0x7f87a86115c0>, 'hardware': <milvus_benchmark.metrics.models.hardware.Hardware object at 0x7f876519cf98>, 'env': <milvus_benchmark.metrics.models.env.Env object at 0x7f876519ceb8>, 'status': 'RUN_FAILED', 'err_message': '<BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd\n: id 428923895712975508)>\nTraceback (most recent call last):\n File "main.py", line 94, in run_suite\n result = runner.run_case(case_metric, **case)\n File "/src/milvus_benchmark/runners/accuracy.py", line 265, in run_case\n self.milvus.query(case_param["vector_query"], filter_query=case_param["filter_query"])\n File "/src/milvus_benchmark/client.py", line 48, in wrapper\n result = func(*args, **kwargs)\n File "/src/milvus_benchmark/client.py", line 317, in query\n result = self._milvus.search(tmp_collection_name, **params)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 61, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 45, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 1071, in search\n partition_names, output_fields, timeout, round_decimal, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 94, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 620, in search\n return self._execute_search_requests(requests, timeout, **_kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 587, in _execute_search_requests\n raise pre_err\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 578, in _execute_search_requests\n raise BaseException(response.status.error_code, response.status.reason)\npymilvus.client.exceptions.BaseException: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd\n: id 428923895712975508)>\n', 'collection': {'dimension': 200, 'metric_type': 'ip', 'dataset_name': 'glove_200_angular', 'shards_num': None}, 'index': {'index_type': 'ivf_flat', 'index_param': {'nlist': 1024}}, 'search': {'nq': 10000, 'topk': 10, 'search_param': {'nprobe': 1}, 'filter': []}, 'run_params': None, 'metrics': {'type': 'ann_accuracy', 'value': {}}, 'datetime': '2021-11-06 16:04:57.516798', 'type': 'metric'} (milvus_benchmark.metric.api:29) ``` server: ``` NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES benchmark-cron-1636214400-5-etcd-0 1/1 Running 0 3m 10.97.17.154 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-etcd-1 1/1 Running 0 3m 10.97.17.152 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-etcd-2 1/1 Running 0 3m 10.97.17.157 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-datacoord-5f69b9b594-5h6rs 1/1 Running 0 3m 10.97.8.4 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-datanode-78b47db7bf-r49ml 1/1 Running 0 2m59s 10.97.11.11 qa-node009.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-indexcoord-675795cf47-j7txs 1/1 Running 0 3m 10.97.10.181 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-indexnode-68fd6b4b64-k4dws 1/1 Running 0 2m59s 10.97.17.139 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-proxy-57876fc664-s94fg 1/1 Running 0 3m 10.97.10.176 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-querycoord-8449d747b-b4jjk 1/1 Running 0 3m 10.97.10.175 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-querynode-748c5946b-r9qk6 1/1 Running 0 3m 10.97.10.183 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-rootcoord-78bfbd8f4b-dmh8v 1/1 Running 0 3m 10.97.8.2 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-0 1/1 Running 0 3m 10.97.10.174 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-1 1/1 Running 0 3m 10.97.10.177 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-2 1/1 Running 0 3m 10.97.10.178 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-3 1/1 Running 0 3m 10.97.10.179 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-autorecovery-7fbbd955c4vkc9z 1/1 Running 0 3m 10.97.8.5 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bastion-5567946888-xr94b 1/1 Running 0 3m 10.97.8.3 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bookkeeper-0 1/1 Running 0 3m 10.97.8.8 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bookkeeper-1 1/1 Running 0 57s 10.97.6.179 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-broker-6d5ccd5df4-q5ch7 1/1 Running 0 2m59s 10.97.15.52 qa-node012.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-proxy-84dbfcc96-2n7w5 2/2 Running 0 2m59s 10.97.13.62 qa-node010.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-0 1/1 Running 0 3m 10.97.9.254 qa-node007.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-1 1/1 Running 0 2m42s 10.97.6.177 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-2 1/1 Running 0 2m28s 10.97.6.178 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-metadata-zzjf5 0/1 Completed 0 3m 10.97.10.180 qa-node008.zilliz.local <none> <none> ``` ### Expected Behavior _No response_ ### Steps To Reproduce ```markdown argo task:benchmark-cron-1636214400 test yaml: client-configmap:client-acc-glove-ivf-flat server-configmap:server-cluster-8c16m ``` ### Anything else? client-acc-glove-ivf-flat: ``` ann_accuracy: collections: - source_file: /test/milvus/ann_hdf5/glove-200-angular.hdf5 collection_name: glove_200_angular index_types: ['ivf_flat'] index_params: nlist: [1024] top_ks: [10] nqs: [10000] search_params: nprobe: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512] ```
2.0
[Bug]: [benchmark][cluster] search error: No Available Query node result - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: master-20211106-436d530 - Deployment mode(standalone or cluster): cluster - SDK version(e.g. pymilvus v2.0.0rc2): pymilvus-2.0.0rc8.dev5 - OS(Ubuntu or CentOS): - CPU/Memory: - GPU: - Others: ``` ### Current Behavior client log: ``` [2021-11-06 16:08:51,308] [ DEBUG] - Milvus create_index run in 109.44s (milvus_benchmark.client:52) [2021-11-06 16:08:51,312] [ INFO] - None (milvus_benchmark.client:290) [2021-11-06 16:08:51,312] [ INFO] - {'index_type': 'flat', 'metric_type': None, 'index_param': None} (milvus_benchmark.runners.accuracy:251) [2021-11-06 16:08:51,313] [ INFO] - Start load collection: glove_200_angular (milvus_benchmark.runners.accuracy:252) [2021-11-06 16:09:10,049] [ DEBUG] - Milvus load_collection run in 18.74s (milvus_benchmark.client:52) [2021-11-06 16:09:10,050] [ INFO] - End load collection: glove_200_angular (milvus_benchmark.runners.accuracy:255) [2021-11-06 16:09:10,288] [ INFO] - Start run case (milvus_benchmark.main:87) [2021-11-06 16:09:12,531] [ ERROR] - Error: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (pymilvus.client.grpc_handler:59) [2021-11-06 16:09:12,532] [ ERROR] - Error: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (pymilvus.client.grpc_handler:59) [2021-11-06 16:09:12,536] [ ERROR] - Traceback (most recent call last): File "main.py", line 94, in run_suite result = runner.run_case(case_metric, **case) File "/src/milvus_benchmark/runners/accuracy.py", line 265, in run_case self.milvus.query(case_param["vector_query"], filter_query=case_param["filter_query"]) File "/src/milvus_benchmark/client.py", line 48, in wrapper result = func(*args, **kwargs) File "/src/milvus_benchmark/client.py", line 317, in query result = self._milvus.search(tmp_collection_name, **params) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 61, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 45, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 1071, in search partition_names, output_fields, timeout, round_decimal, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 94, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 620, in search return self._execute_search_requests(requests, timeout, **_kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler raise e File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 587, in _execute_search_requests raise pre_err File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 578, in _execute_search_requests raise BaseException(response.status.error_code, response.status.reason) pymilvus.client.exceptions.BaseException: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd : id 428923895712975508)> (milvus_benchmark.main:97) [2021-11-06 16:09:12,537] [ INFO] - None (milvus_benchmark.main:98) [2021-11-06 16:09:12,537] [ DEBUG] - {'type': 'ann_accuracy', 'value': {}} (milvus_benchmark.main:106) [2021-11-06 16:09:12,538] [ DEBUG] - {'_version': '0.1', '_type': 'case', 'run_id': 1636214697, 'mode': 'local', 'server': <milvus_benchmark.metrics.models.server.Server object at 0x7f87a86115c0>, 'hardware': <milvus_benchmark.metrics.models.hardware.Hardware object at 0x7f876519cf98>, 'env': <milvus_benchmark.metrics.models.env.Env object at 0x7f876519ceb8>, 'status': 'RUN_FAILED', 'err_message': '<BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd\n: id 428923895712975508)>\nTraceback (most recent call last):\n File "main.py", line 94, in run_suite\n result = runner.run_case(case_metric, **case)\n File "/src/milvus_benchmark/runners/accuracy.py", line 265, in run_case\n self.milvus.query(case_param["vector_query"], filter_query=case_param["filter_query"])\n File "/src/milvus_benchmark/client.py", line 48, in wrapper\n result = func(*args, **kwargs)\n File "/src/milvus_benchmark/client.py", line 317, in query\n result = self._milvus.search(tmp_collection_name, **params)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 61, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 45, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/stub.py", line 1071, in search\n partition_names, output_fields, timeout, round_decimal, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 94, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 620, in search\n return self._execute_search_requests(requests, timeout, **_kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 65, in handler\n raise e\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 57, in handler\n return func(self, *args, **kwargs)\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 587, in _execute_search_requests\n raise pre_err\n File "/usr/local/lib/python3.6/site-packages/pymilvus/client/grpc_handler.py", line 578, in _execute_search_requests\n raise BaseException(response.status.error_code, response.status.reason)\npymilvus.client.exceptions.BaseException: <BaseException: (code=1, message=No Available Query node result, filter reason Search failed, C runtime error detected, error code = 1, error msg = Error in milvus::knowhere::ConfAd\n: id 428923895712975508)>\n', 'collection': {'dimension': 200, 'metric_type': 'ip', 'dataset_name': 'glove_200_angular', 'shards_num': None}, 'index': {'index_type': 'ivf_flat', 'index_param': {'nlist': 1024}}, 'search': {'nq': 10000, 'topk': 10, 'search_param': {'nprobe': 1}, 'filter': []}, 'run_params': None, 'metrics': {'type': 'ann_accuracy', 'value': {}}, 'datetime': '2021-11-06 16:04:57.516798', 'type': 'metric'} (milvus_benchmark.metric.api:29) ``` server: ``` NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES benchmark-cron-1636214400-5-etcd-0 1/1 Running 0 3m 10.97.17.154 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-etcd-1 1/1 Running 0 3m 10.97.17.152 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-etcd-2 1/1 Running 0 3m 10.97.17.157 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-datacoord-5f69b9b594-5h6rs 1/1 Running 0 3m 10.97.8.4 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-datanode-78b47db7bf-r49ml 1/1 Running 0 2m59s 10.97.11.11 qa-node009.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-indexcoord-675795cf47-j7txs 1/1 Running 0 3m 10.97.10.181 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-indexnode-68fd6b4b64-k4dws 1/1 Running 0 2m59s 10.97.17.139 qa-node014.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-proxy-57876fc664-s94fg 1/1 Running 0 3m 10.97.10.176 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-querycoord-8449d747b-b4jjk 1/1 Running 0 3m 10.97.10.175 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-querynode-748c5946b-r9qk6 1/1 Running 0 3m 10.97.10.183 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-milvus-rootcoord-78bfbd8f4b-dmh8v 1/1 Running 0 3m 10.97.8.2 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-0 1/1 Running 0 3m 10.97.10.174 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-1 1/1 Running 0 3m 10.97.10.177 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-2 1/1 Running 0 3m 10.97.10.178 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-minio-3 1/1 Running 0 3m 10.97.10.179 qa-node008.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-autorecovery-7fbbd955c4vkc9z 1/1 Running 0 3m 10.97.8.5 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bastion-5567946888-xr94b 1/1 Running 0 3m 10.97.8.3 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bookkeeper-0 1/1 Running 0 3m 10.97.8.8 qa-node006.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-bookkeeper-1 1/1 Running 0 57s 10.97.6.179 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-broker-6d5ccd5df4-q5ch7 1/1 Running 0 2m59s 10.97.15.52 qa-node012.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-proxy-84dbfcc96-2n7w5 2/2 Running 0 2m59s 10.97.13.62 qa-node010.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-0 1/1 Running 0 3m 10.97.9.254 qa-node007.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-1 1/1 Running 0 2m42s 10.97.6.177 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-2 1/1 Running 0 2m28s 10.97.6.178 qa-node004.zilliz.local <none> <none> benchmark-cron-1636214400-5-pulsar-zookeeper-metadata-zzjf5 0/1 Completed 0 3m 10.97.10.180 qa-node008.zilliz.local <none> <none> ``` ### Expected Behavior _No response_ ### Steps To Reproduce ```markdown argo task:benchmark-cron-1636214400 test yaml: client-configmap:client-acc-glove-ivf-flat server-configmap:server-cluster-8c16m ``` ### Anything else? client-acc-glove-ivf-flat: ``` ann_accuracy: collections: - source_file: /test/milvus/ann_hdf5/glove-200-angular.hdf5 collection_name: glove_200_angular index_types: ['ivf_flat'] index_params: nlist: [1024] top_ks: [10] nqs: [10000] search_params: nprobe: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512] ```
non_priority
search error no available query node result is there an existing issue for this i have searched the existing issues environment markdown milvus version master deployment mode standalone or cluster cluster sdk version e g pymilvus pymilvus os ubuntu or centos cpu memory gpu others current behavior client log milvus create index run in milvus benchmark client none milvus benchmark client index type flat metric type none index param none milvus benchmark runners accuracy start load collection glove angular milvus benchmark runners accuracy milvus load collection run in milvus benchmark client end load collection glove angular milvus benchmark runners accuracy start run case milvus benchmark main error baseexception code message no available query node result filter reason search failed c runtime error detected error code error msg error in milvus knowhere confad id pymilvus client grpc handler error baseexception code message no available query node result filter reason search failed c runtime error detected error code error msg error in milvus knowhere confad id pymilvus client grpc handler traceback most recent call last file main py line in run suite result runner run case case metric case file src milvus benchmark runners accuracy py line in run case self milvus query case param filter query case param file src milvus benchmark client py line in wrapper result func args kwargs file src milvus benchmark client py line in query result self milvus search tmp collection name params file usr local lib site packages pymilvus client stub py line in handler raise e file usr local lib site packages pymilvus client stub py line in handler return func self args kwargs file usr local lib site packages pymilvus client stub py line in search partition names output fields timeout round decimal kwargs file usr local lib site packages pymilvus client grpc handler py line in handler raise e file usr local lib site packages pymilvus client grpc handler py line in handler return func self args kwargs file usr local lib site packages pymilvus client grpc handler py line in handler return func self args kwargs file usr local lib site packages pymilvus client grpc handler py line in search return self execute search requests requests timeout kwargs file usr local lib site packages pymilvus client grpc handler py line in handler raise e file usr local lib site packages pymilvus client grpc handler py line in handler return func self args kwargs file usr local lib site packages pymilvus client grpc handler py line in execute search requests raise pre err file usr local lib site packages pymilvus client grpc handler py line in execute search requests raise baseexception response status error code response status reason pymilvus client exceptions baseexception baseexception code message no available query node result filter reason search failed c runtime error detected error code error msg error in milvus knowhere confad id milvus benchmark main none milvus benchmark main type ann accuracy value milvus benchmark main version type case run id mode local server hardware env status run failed err message ntraceback most recent call last n file main py line in run suite n result runner run case case metric case n file src milvus benchmark runners accuracy py line in run case n self milvus query case param filter query case param n file src milvus benchmark client py line in wrapper n result func args kwargs n file src milvus benchmark client py line in query n result self milvus search tmp collection name params n file usr local lib site packages pymilvus client stub py line in handler n raise e n file usr local lib site packages pymilvus client stub py line in handler n return func self args kwargs n file usr local lib site packages pymilvus client stub py line in search n partition names output fields timeout round decimal kwargs n file usr local lib site packages pymilvus client grpc handler py line in handler n raise e n file usr local lib site packages pymilvus client grpc handler py line in handler n return func self args kwargs n file usr local lib site packages pymilvus client grpc handler py line in handler n return func self args kwargs n file usr local lib site packages pymilvus client grpc handler py line in search n return self execute search requests requests timeout kwargs n file usr local lib site packages pymilvus client grpc handler py line in handler n raise e n file usr local lib site packages pymilvus client grpc handler py line in handler n return func self args kwargs n file usr local lib site packages pymilvus client grpc handler py line in execute search requests n raise pre err n file usr local lib site packages pymilvus client grpc handler py line in execute search requests n raise baseexception response status error code response status reason npymilvus client exceptions baseexception n collection dimension metric type ip dataset name glove angular shards num none index index type ivf flat index param nlist search nq topk search param nprobe filter run params none metrics type ann accuracy value datetime type metric milvus benchmark metric api server name ready status restarts age ip node nominated node readiness gates benchmark cron etcd running qa zilliz local benchmark cron etcd running qa zilliz local benchmark cron etcd running qa zilliz local benchmark cron milvus datacoord running qa zilliz local benchmark cron milvus datanode running qa zilliz local benchmark cron milvus indexcoord running qa zilliz local benchmark cron milvus indexnode running qa zilliz local benchmark cron milvus proxy running qa zilliz local benchmark cron milvus querycoord running qa zilliz local benchmark cron milvus querynode running qa zilliz local benchmark cron milvus rootcoord running qa zilliz local benchmark cron minio running qa zilliz local benchmark cron minio running qa zilliz local benchmark cron minio running qa zilliz local benchmark cron minio running qa zilliz local benchmark cron pulsar autorecovery running qa zilliz local benchmark cron pulsar bastion running qa zilliz local benchmark cron pulsar bookkeeper running qa zilliz local benchmark cron pulsar bookkeeper running qa zilliz local benchmark cron pulsar broker running qa zilliz local benchmark cron pulsar proxy running qa zilliz local benchmark cron pulsar zookeeper running qa zilliz local benchmark cron pulsar zookeeper running qa zilliz local benchmark cron pulsar zookeeper running qa zilliz local benchmark cron pulsar zookeeper metadata completed qa zilliz local expected behavior no response steps to reproduce markdown argo task benchmark cron test yaml client configmap client acc glove ivf flat server configmap server cluster anything else client acc glove ivf flat: ann accuracy collections source file test milvus ann glove angular collection name glove angular index types index params nlist top ks nqs search params nprobe
0
133,140
10,791,210,696
IssuesEvent
2019-11-05 16:13:25
letsencrypt/boulder
https://api.github.com/repos/letsencrypt/boulder
closed
Use relative paths in Go integration tests
area/integration kind/cleanup kind/enhancement kind/tests layer/config
In our Go integration test for orphan-finder, the config JSON includes paths with `../../` in them. This is because we use the Go test runner for these tests. That means each test case runs in the directory its source code is in. If we expect to write more integration tests that reference config JSON from test/config and test/config-next (or other test files, like test-ca.key, as TestOrphanFinder does), we may want to tweak our test harness so our Go integration tests cases all run from the root of the Boulder repo.
1.0
Use relative paths in Go integration tests - In our Go integration test for orphan-finder, the config JSON includes paths with `../../` in them. This is because we use the Go test runner for these tests. That means each test case runs in the directory its source code is in. If we expect to write more integration tests that reference config JSON from test/config and test/config-next (or other test files, like test-ca.key, as TestOrphanFinder does), we may want to tweak our test harness so our Go integration tests cases all run from the root of the Boulder repo.
non_priority
use relative paths in go integration tests in our go integration test for orphan finder the config json includes paths with in them this is because we use the go test runner for these tests that means each test case runs in the directory its source code is in if we expect to write more integration tests that reference config json from test config and test config next or other test files like test ca key as testorphanfinder does we may want to tweak our test harness so our go integration tests cases all run from the root of the boulder repo
0
78,926
10,096,269,699
IssuesEvent
2019-07-27 16:33:39
Venom0us/NetSockets
https://api.github.com/repos/Venom0us/NetSockets
closed
NetSockets lacks documentation
documentation
Documentation on how to setup Server and Clients should be made in the wiki.
1.0
NetSockets lacks documentation - Documentation on how to setup Server and Clients should be made in the wiki.
non_priority
netsockets lacks documentation documentation on how to setup server and clients should be made in the wiki
0
590,619
17,782,866,975
IssuesEvent
2021-08-31 07:34:39
teamforus/forus
https://api.github.com/repos/teamforus/forus
closed
Proposal Webshop add sitemap
Priority: Must have Urgency: Low Impact: Minor Request: Development no-issue-activity
For every page on the website there must be a second way to find the page. This can be done via search, a sitemap, links on the homepage or links in the footer. This page can only be found via the homepage. This finding applies to multiple pages on this website. Without a second way, visitors with different types of restrictions cannot easily find the content of the website. This page 10 is inaccessible because it has no text alternative to the data shown in the map. If the links to this page are added to page 9 and vice versa, both pages become accessible because the accessible content is within a click of each other. For all other pages it is recommended to offer a sitemap or a search function.
1.0
Proposal Webshop add sitemap - For every page on the website there must be a second way to find the page. This can be done via search, a sitemap, links on the homepage or links in the footer. This page can only be found via the homepage. This finding applies to multiple pages on this website. Without a second way, visitors with different types of restrictions cannot easily find the content of the website. This page 10 is inaccessible because it has no text alternative to the data shown in the map. If the links to this page are added to page 9 and vice versa, both pages become accessible because the accessible content is within a click of each other. For all other pages it is recommended to offer a sitemap or a search function.
priority
proposal webshop add sitemap for every page on the website there must be a second way to find the page this can be done via search a sitemap links on the homepage or links in the footer this page can only be found via the homepage this finding applies to multiple pages on this website without a second way visitors with different types of restrictions cannot easily find the content of the website this page is inaccessible because it has no text alternative to the data shown in the map if the links to this page are added to page and vice versa both pages become accessible because the accessible content is within a click of each other for all other pages it is recommended to offer a sitemap or a search function
1
9,986
2,616,017,456
IssuesEvent
2015-03-02 00:59:25
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
LAN Automenu: Zerg race not being set correctly
auto-migrated Component-Logic Priority-High Type-Defect Usability
``` What steps will reproduce the problem? 1. Set your race and the automenu to LAN, and Multiplayer type to UDP in the bwapi.ini file 2. Start StarCraft. What is the expected output? What do you see instead? The game should navigate to the multiplayer menu and create a game. Your race should be set to whatever is set in the ini file. Instead, Random is always chosen. We are using BWAPI version 3.6.1 that was compiled with VS2010, on Windows 7. ``` Original issue reported on code.google.com by `earthlin...@gmail.com` on 19 Aug 2011 at 12:03
1.0
LAN Automenu: Zerg race not being set correctly - ``` What steps will reproduce the problem? 1. Set your race and the automenu to LAN, and Multiplayer type to UDP in the bwapi.ini file 2. Start StarCraft. What is the expected output? What do you see instead? The game should navigate to the multiplayer menu and create a game. Your race should be set to whatever is set in the ini file. Instead, Random is always chosen. We are using BWAPI version 3.6.1 that was compiled with VS2010, on Windows 7. ``` Original issue reported on code.google.com by `earthlin...@gmail.com` on 19 Aug 2011 at 12:03
non_priority
lan automenu zerg race not being set correctly what steps will reproduce the problem set your race and the automenu to lan and multiplayer type to udp in the bwapi ini file start starcraft what is the expected output what do you see instead the game should navigate to the multiplayer menu and create a game your race should be set to whatever is set in the ini file instead random is always chosen we are using bwapi version that was compiled with on windows original issue reported on code google com by earthlin gmail com on aug at
0
723,922
24,912,647,544
IssuesEvent
2022-10-30 02:36:43
AY2223S1-CS2113-W12-1/tp
https://api.github.com/repos/AY2223S1-CS2113-W12-1/tp
closed
[PE-D][Tester A] User guide is not very clear on the possible statuses of certain objects
priority.Low
User guide is not very clear on how items and transactions are related. Does every transaction refer to the borrowing of an item? How does the cost per day value matter to the user? where would they use it? <!--session: 1666946667164-dbba4ce2-277e-48d6-b65a-1cc8cb11fcfe--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: indraneelrp/ped#4
1.0
[PE-D][Tester A] User guide is not very clear on the possible statuses of certain objects - User guide is not very clear on how items and transactions are related. Does every transaction refer to the borrowing of an item? How does the cost per day value matter to the user? where would they use it? <!--session: 1666946667164-dbba4ce2-277e-48d6-b65a-1cc8cb11fcfe--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.Low` `type.DocumentationBug` original: indraneelrp/ped#4
priority
user guide is not very clear on the possible statuses of certain objects user guide is not very clear on how items and transactions are related does every transaction refer to the borrowing of an item how does the cost per day value matter to the user where would they use it labels severity low type documentationbug original indraneelrp ped
1
321,912
9,810,392,110
IssuesEvent
2019-06-12 20:22:09
2019-a-gr2-moviles/Museum-app-Cerezo-Murillo
https://api.github.com/repos/2019-a-gr2-moviles/Museum-app-Cerezo-Murillo
opened
MLKit image labeling
medium priority user story
#Descripción Yo como usuario quiero obtener información completa de todos los items en exposición durante mi visita para aprovechar al máximo mi visita #Criterios de aceptación - El usuario conceder permisos de cámara. - Cuando un item de la exposición es detectado, se despliega información del mismo.
1.0
MLKit image labeling - #Descripción Yo como usuario quiero obtener información completa de todos los items en exposición durante mi visita para aprovechar al máximo mi visita #Criterios de aceptación - El usuario conceder permisos de cámara. - Cuando un item de la exposición es detectado, se despliega información del mismo.
priority
mlkit image labeling descripción yo como usuario quiero obtener información completa de todos los items en exposición durante mi visita para aprovechar al máximo mi visita criterios de aceptación el usuario conceder permisos de cámara cuando un item de la exposición es detectado se despliega información del mismo
1
104,480
4,212,252,782
IssuesEvent
2016-06-29 15:45:06
concrete5/concrete5
https://api.github.com/repos/concrete5/concrete5
closed
Entity Manager Installation Issues
accepted:ready to start priority:love to have priority:must have type:bug
Several new problems with the Entity Manager. 1. When installing v8 I got an error that a particular class could not be found. This was a migration tool class. I have the migration_tool package sitting in my packages/ directory – but it wasn't installed. Nothing was installed, because I was installing concrete5 for the first time. I believe the problem is that the entire src/ directory is being parsed – perhaps all the time, perhaps just on installation? But the package wasn't installed, so the autoloader wasn't working. I believe this is it, but maybe the issue is something else. Regardless you can reproduce by putting the migration tool package in the packages directory and installing concrete5. 2. There are errors when application/src does not exist. This shouldn't error out. We should just not load up the application entity manager if that's the case. 3. When deleting an install and reinstalling, I get an error: File mapping drivers must have a valid directory path, however the given path [/Users/andrewembler/git/sjc/web/packages/migration_tool/src] seems to be incorrect!. This is confusing, because I have removed migration tool from my packages directory – but the presence of the old package configuration for the entity manager in generated_overrides is killing my new installation. Do we **have** to have this configuration? Can we perhaps use this configuration if the user needs to do something exotic and specify alternate annotations? Can we use sensible defaults and NOT have this kind of generated override configuration? ` return array( 'metadatadriver' => array( 'packages' => array( 'annotation' => array( 'legacy' => array( 'migration_tool' => array( array( 'namespace' => 'Concrete\\Package\\MigrationTool', 'paths' => array( '/packages/migration_tool/src', '/packages/migration_tool/src/Concrete', ), ), array( 'namespace' => 'PortlandLabs\\Concrete5\\MigrationTool', 'paths' => array( '/packages/migration_tool/src/PortlandLabs/Concrete5/MigrationTool', ), ), ), ), ), ), ), ); `
2.0
Entity Manager Installation Issues - Several new problems with the Entity Manager. 1. When installing v8 I got an error that a particular class could not be found. This was a migration tool class. I have the migration_tool package sitting in my packages/ directory – but it wasn't installed. Nothing was installed, because I was installing concrete5 for the first time. I believe the problem is that the entire src/ directory is being parsed – perhaps all the time, perhaps just on installation? But the package wasn't installed, so the autoloader wasn't working. I believe this is it, but maybe the issue is something else. Regardless you can reproduce by putting the migration tool package in the packages directory and installing concrete5. 2. There are errors when application/src does not exist. This shouldn't error out. We should just not load up the application entity manager if that's the case. 3. When deleting an install and reinstalling, I get an error: File mapping drivers must have a valid directory path, however the given path [/Users/andrewembler/git/sjc/web/packages/migration_tool/src] seems to be incorrect!. This is confusing, because I have removed migration tool from my packages directory – but the presence of the old package configuration for the entity manager in generated_overrides is killing my new installation. Do we **have** to have this configuration? Can we perhaps use this configuration if the user needs to do something exotic and specify alternate annotations? Can we use sensible defaults and NOT have this kind of generated override configuration? ` return array( 'metadatadriver' => array( 'packages' => array( 'annotation' => array( 'legacy' => array( 'migration_tool' => array( array( 'namespace' => 'Concrete\\Package\\MigrationTool', 'paths' => array( '/packages/migration_tool/src', '/packages/migration_tool/src/Concrete', ), ), array( 'namespace' => 'PortlandLabs\\Concrete5\\MigrationTool', 'paths' => array( '/packages/migration_tool/src/PortlandLabs/Concrete5/MigrationTool', ), ), ), ), ), ), ), ); `
priority
entity manager installation issues several new problems with the entity manager when installing i got an error that a particular class could not be found this was a migration tool class i have the migration tool package sitting in my packages directory – but it wasn t installed nothing was installed because i was installing for the first time i believe the problem is that the entire src directory is being parsed – perhaps all the time perhaps just on installation but the package wasn t installed so the autoloader wasn t working i believe this is it but maybe the issue is something else regardless you can reproduce by putting the migration tool package in the packages directory and installing there are errors when application src does not exist this shouldn t error out we should just not load up the application entity manager if that s the case when deleting an install and reinstalling i get an error file mapping drivers must have a valid directory path however the given path seems to be incorrect this is confusing because i have removed migration tool from my packages directory – but the presence of the old package configuration for the entity manager in generated overrides is killing my new installation do we have to have this configuration can we perhaps use this configuration if the user needs to do something exotic and specify alternate annotations can we use sensible defaults and not have this kind of generated override configuration return array metadatadriver array packages array annotation array legacy array migration tool array array namespace concrete package migrationtool paths array packages migration tool src packages migration tool src concrete array namespace portlandlabs migrationtool paths array packages migration tool src portlandlabs migrationtool
1
599,095
18,265,604,514
IssuesEvent
2021-10-04 08:06:29
magento/magento2
https://api.github.com/repos/magento/magento2
reopened
Stabilize Unit tests
Priority: P1 Progress: done Project: Platform Health
* <https://github.com/magento/magento2> * <https://github.com/magento/partners-magento2ee> * <https://github.com/magento/partners-magento2b2b> * <https://github.com/magento/partners-magento2-infrastructure> * <https://github.com/magento/magento2-sample-data> AC: * Unit test build is green (PHP 7.4 & PHP 8.0) * Fix functional issues that cause failed tests * The result of composer install command is green with PHP 7.4 and PHP 8.0 * \Magento\Test\Integrity\ComposerTest::testValidComposerJson() is green
1.0
Stabilize Unit tests - * <https://github.com/magento/magento2> * <https://github.com/magento/partners-magento2ee> * <https://github.com/magento/partners-magento2b2b> * <https://github.com/magento/partners-magento2-infrastructure> * <https://github.com/magento/magento2-sample-data> AC: * Unit test build is green (PHP 7.4 & PHP 8.0) * Fix functional issues that cause failed tests * The result of composer install command is green with PHP 7.4 and PHP 8.0 * \Magento\Test\Integrity\ComposerTest::testValidComposerJson() is green
priority
stabilize unit tests ac unit test build is green php php fix functional issues that cause failed tests the result of composer install command is green with php and php magento test integrity composertest testvalidcomposerjson is green
1
31,628
6,561,182,965
IssuesEvent
2017-09-07 12:22:20
junichi11/netbeans-encoding-plugin
https://api.github.com/repos/junichi11/netbeans-encoding-plugin
closed
InterruptedException on startup of NetBeans
defect
Hey, when I start NetBeans and open the messages.log, I got this exception: ``` java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) [catch] at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:266) at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:243) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:209) at org.openide.util.Mutex.readAccess(Mutex.java:250) at org.netbeans.modules.projectapi.nb.NbProjectManager.findProject(NbProjectManager.java:243) at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:167) at org.netbeans.modules.projectapi.SimpleFileOwnerQueryImplementation.getOwner(SimpleFileOwnerQueryImplementation.java:161) at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:116) at org.netbeans.modules.projectapi.ProjectFileEncodingQueryImplementation.getEncoding(ProjectFileEncodingQueryImplementation.java:72) at org.netbeans.api.queries.FileEncodingQuery.getEncoding(FileEncodingQuery.java:96) at org.netbeans.modules.html.HtmlDataObject$FileEncodingQueryImpl.getEncoding(HtmlDataObject.java:382) at org.netbeans.modules.openide.loaders.DataObjectEncodingQueryImplementation.getEncoding(DataObjectEncodingQueryImplementation.java:118) at org.netbeans.api.queries.FileEncodingQuery.getEncoding(FileEncodingQuery.java:96) at com.junichi11.netbeans.modules.encoding.ui.EncodingPanel.getEncoding(EncodingPanel.java:210) at com.junichi11.netbeans.modules.encoding.ui.EncodingPanel.resultChanged(EncodingPanel.java:174) at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114) at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:159) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMapImpl(GlobalActionContextImpl.java:132) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMap(GlobalActionContextImpl.java:106) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:205) at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:328) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263) at java.awt.KeyboardFocusManager.firePropertyChange(KeyboardFocusManager.java:1493) at java.awt.KeyboardFocusManager.setGlobalPermanentFocusOwner(KeyboardFocusManager.java:780) at java.awt.Component.removeNotify(Component.java:6993) at java.awt.Container.removeNotify(Container.java:2820) at java.awt.Window.removeNotify(Window.java:782) at java.awt.Frame.removeNotify(Frame.java:1041) at java.awt.Window$1DisposeAction.run(Window.java:1190) at java.awt.Window.doDispose(Window.java:1206) at java.awt.Window.dispose(Window.java:1147) at org.netbeans.core.startup.Splash$SplashRunner.run(Splash.java:642) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ``` Can you please have a look? Regards Chris
1.0
InterruptedException on startup of NetBeans - Hey, when I start NetBeans and open the messages.log, I got this exception: ``` java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) [catch] at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:266) at org.netbeans.modules.projectapi.nb.NbProjectManager$2.run(NbProjectManager.java:243) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:209) at org.openide.util.Mutex.readAccess(Mutex.java:250) at org.netbeans.modules.projectapi.nb.NbProjectManager.findProject(NbProjectManager.java:243) at org.netbeans.api.project.ProjectManager.findProject(ProjectManager.java:167) at org.netbeans.modules.projectapi.SimpleFileOwnerQueryImplementation.getOwner(SimpleFileOwnerQueryImplementation.java:161) at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:116) at org.netbeans.modules.projectapi.ProjectFileEncodingQueryImplementation.getEncoding(ProjectFileEncodingQueryImplementation.java:72) at org.netbeans.api.queries.FileEncodingQuery.getEncoding(FileEncodingQuery.java:96) at org.netbeans.modules.html.HtmlDataObject$FileEncodingQueryImpl.getEncoding(HtmlDataObject.java:382) at org.netbeans.modules.openide.loaders.DataObjectEncodingQueryImplementation.getEncoding(DataObjectEncodingQueryImplementation.java:118) at org.netbeans.api.queries.FileEncodingQuery.getEncoding(FileEncodingQuery.java:96) at com.junichi11.netbeans.modules.encoding.ui.EncodingPanel.getEncoding(EncodingPanel.java:210) at com.junichi11.netbeans.modules.encoding.ui.EncodingPanel.resultChanged(EncodingPanel.java:174) at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:114) at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:159) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMapImpl(GlobalActionContextImpl.java:132) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMap(GlobalActionContextImpl.java:106) at org.netbeans.modules.openide.windows.GlobalActionContextImpl.propertyChange(GlobalActionContextImpl.java:205) at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:328) at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263) at java.awt.KeyboardFocusManager.firePropertyChange(KeyboardFocusManager.java:1493) at java.awt.KeyboardFocusManager.setGlobalPermanentFocusOwner(KeyboardFocusManager.java:780) at java.awt.Component.removeNotify(Component.java:6993) at java.awt.Container.removeNotify(Container.java:2820) at java.awt.Window.removeNotify(Window.java:782) at java.awt.Frame.removeNotify(Frame.java:1041) at java.awt.Window$1DisposeAction.run(Window.java:1190) at java.awt.Window.doDispose(Window.java:1206) at java.awt.Window.dispose(Window.java:1147) at org.netbeans.core.startup.Splash$SplashRunner.run(Splash.java:642) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) ``` Can you please have a look? Regards Chris
non_priority
interruptedexception on startup of netbeans hey when i start netbeans and open the messages log i got this exception java lang interruptedexception at java lang object wait native method at java lang object wait object java at org netbeans modules projectapi nb nbprojectmanager run nbprojectmanager java at org netbeans modules projectapi nb nbprojectmanager run nbprojectmanager java at org netbeans modules openide util defaultmuteximplementation readaccess defaultmuteximplementation java at org openide util mutex readaccess mutex java at org netbeans modules projectapi nb nbprojectmanager findproject nbprojectmanager java at org netbeans api project projectmanager findproject projectmanager java at org netbeans modules projectapi simplefileownerqueryimplementation getowner simplefileownerqueryimplementation java at org netbeans api project fileownerquery getowner fileownerquery java at org netbeans modules projectapi projectfileencodingqueryimplementation getencoding projectfileencodingqueryimplementation java at org netbeans api queries fileencodingquery getencoding fileencodingquery java at org netbeans modules html htmldataobject fileencodingqueryimpl getencoding htmldataobject java at org netbeans modules openide loaders dataobjectencodingqueryimplementation getencoding dataobjectencodingqueryimplementation java at org netbeans api queries fileencodingquery getencoding fileencodingquery java at com netbeans modules encoding ui encodingpanel getencoding encodingpanel java at com netbeans modules encoding ui encodingpanel resultchanged encodingpanel java at org openide util lookup simpleproxylookup checklookup simpleproxylookup java at org openide util lookup simpleproxylookup lookup simpleproxylookup java at org netbeans modules openide windows globalactioncontextimpl blickactionmapimpl globalactioncontextimpl java at org netbeans modules openide windows globalactioncontextimpl blickactionmap globalactioncontextimpl java at org netbeans modules openide windows globalactioncontextimpl propertychange globalactioncontextimpl java at java beans propertychangesupport fire propertychangesupport java at java beans propertychangesupport firepropertychange propertychangesupport java at java beans propertychangesupport firepropertychange propertychangesupport java at java awt keyboardfocusmanager firepropertychange keyboardfocusmanager java at java awt keyboardfocusmanager setglobalpermanentfocusowner keyboardfocusmanager java at java awt component removenotify component java at java awt container removenotify container java at java awt window removenotify window java at java awt frame removenotify frame java at java awt window run window java at java awt window dodispose window java at java awt window dispose window java at org netbeans core startup splash splashrunner run splash java at java awt event invocationevent dispatch invocationevent java at java awt eventqueue dispatcheventimpl eventqueue java at java awt eventqueue access eventqueue java at java awt eventqueue run eventqueue java at java awt eventqueue run eventqueue java at java security accesscontroller doprivileged native method at java security protectiondomain javasecurityaccessimpl dointersectionprivilege protectiondomain java at java awt eventqueue dispatchevent eventqueue java at org netbeans core timableeventqueue dispatchevent timableeventqueue java at java awt eventdispatchthread pumponeeventforfilters eventdispatchthread java at java awt eventdispatchthread pumpeventsforfilter eventdispatchthread java at java awt eventdispatchthread pumpeventsforhierarchy eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread pumpevents eventdispatchthread java at java awt eventdispatchthread run eventdispatchthread java can you please have a look regards chris
0
164,833
6,257,088,177
IssuesEvent
2017-07-14 12:15:59
openshift/origin-web-catalog
https://api.github.com/repos/openshift/origin-web-catalog
closed
Clicking "View all..." link in search dropdown fails to display items when viewport width < 480px
area/usability kind/bug priority/P1
http://recordit.co/oQeo4t3GJ1
1.0
Clicking "View all..." link in search dropdown fails to display items when viewport width < 480px - http://recordit.co/oQeo4t3GJ1
priority
clicking view all link in search dropdown fails to display items when viewport width
1
83,202
24,004,876,365
IssuesEvent
2022-09-14 14:08:50
QubesOS/qubes-issues
https://api.github.com/repos/QubesOS/qubes-issues
opened
builderv2: optionally download additional packages in init-cache stage
T: enhancement C: builder P: default
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/) ### The problem you're addressing (if any) mock/pbuilder is called in a disposable environment (DispVM, container). Normally it caches downloaded packages, for future builds, but in our use cases, extra build dependencies are re-downloaded each time. ### The solution you'd like Add a (per-dist) configurable list of additional packages to download, that will populate mock/pbuilder cache at the build stage. Rationale why this way: the cache cannot be preserved after "normal" build, because that would break isolation between components. But we can manually provide a list of packages extracted from spec files or build logs. This won't cover all the packages (some may be updated in the meantime, some dependencies may change), but should cover most of them. Ideally, packages should be downloaded including all relevant dependencies (like `dnf download --resolve` does), to avoid the need to list transient dependencies too. But if that isn't easy, we can list all packages too. ### The value to a user, and who that user might be Faster builds, save network traffic.
1.0
builderv2: optionally download additional packages in init-cache stage - [How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/) ### The problem you're addressing (if any) mock/pbuilder is called in a disposable environment (DispVM, container). Normally it caches downloaded packages, for future builds, but in our use cases, extra build dependencies are re-downloaded each time. ### The solution you'd like Add a (per-dist) configurable list of additional packages to download, that will populate mock/pbuilder cache at the build stage. Rationale why this way: the cache cannot be preserved after "normal" build, because that would break isolation between components. But we can manually provide a list of packages extracted from spec files or build logs. This won't cover all the packages (some may be updated in the meantime, some dependencies may change), but should cover most of them. Ideally, packages should be downloaded including all relevant dependencies (like `dnf download --resolve` does), to avoid the need to list transient dependencies too. But if that isn't easy, we can list all packages too. ### The value to a user, and who that user might be Faster builds, save network traffic.
non_priority
optionally download additional packages in init cache stage the problem you re addressing if any mock pbuilder is called in a disposable environment dispvm container normally it caches downloaded packages for future builds but in our use cases extra build dependencies are re downloaded each time the solution you d like add a per dist configurable list of additional packages to download that will populate mock pbuilder cache at the build stage rationale why this way the cache cannot be preserved after normal build because that would break isolation between components but we can manually provide a list of packages extracted from spec files or build logs this won t cover all the packages some may be updated in the meantime some dependencies may change but should cover most of them ideally packages should be downloaded including all relevant dependencies like dnf download resolve does to avoid the need to list transient dependencies too but if that isn t easy we can list all packages too the value to a user and who that user might be faster builds save network traffic
0
813,357
30,455,027,516
IssuesEvent
2023-07-16 19:32:13
GTNewHorizons/GT-New-Horizons-Modpack
https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack
closed
Add noclip to draconic armor
Type: Suggestion Priority: very low Status: stale
### Your GTNH Discord Username _No response_ ### Your Pack Version 2.2.3 ### Your Proposal Add the ability to noclip, togglable by hotkey, to draconic armor ![image](https://user-images.githubusercontent.com/13358034/212448869-214ee3f0-fac6-471e-a31b-d500cbc76901.png) ### Your Goal Because I live in a house with many corners and walls to run into and instead of getting better at the game, i can just ask you guys to make the armor better :) ### Your Vision ultra end game players have many machines around, and plenty of people like to build them in tight spaces with hard to access wiring (sampsas ME controller lol) so having an option to simply phase through blocks would allow easy configuration and more comfortable gameplay but really its so i can stop running into the edges on my hallways repeatedly ### Final Checklist - [X] I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying *I like this feature please reconsider adding it* will prompt us to investigate and reopen it once we confirm your report. - [X] I believe there is nothing similar in the pack already, or the existing solution isn't good enough. - [X] I understand this change request may not attract enough attention and thus not be implemented. - [X] I understand this change request may be rejected due to other community members thinking it's inappropriate. - [X] I believe this feature would make the pack better.
1.0
Add noclip to draconic armor - ### Your GTNH Discord Username _No response_ ### Your Pack Version 2.2.3 ### Your Proposal Add the ability to noclip, togglable by hotkey, to draconic armor ![image](https://user-images.githubusercontent.com/13358034/212448869-214ee3f0-fac6-471e-a31b-d500cbc76901.png) ### Your Goal Because I live in a house with many corners and walls to run into and instead of getting better at the game, i can just ask you guys to make the armor better :) ### Your Vision ultra end game players have many machines around, and plenty of people like to build them in tight spaces with hard to access wiring (sampsas ME controller lol) so having an option to simply phase through blocks would allow easy configuration and more comfortable gameplay but really its so i can stop running into the edges on my hallways repeatedly ### Final Checklist - [X] I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying *I like this feature please reconsider adding it* will prompt us to investigate and reopen it once we confirm your report. - [X] I believe there is nothing similar in the pack already, or the existing solution isn't good enough. - [X] I understand this change request may not attract enough attention and thus not be implemented. - [X] I understand this change request may be rejected due to other community members thinking it's inappropriate. - [X] I believe this feature would make the pack better.
priority
add noclip to draconic armor your gtnh discord username no response your pack version your proposal add the ability to noclip togglable by hotkey to draconic armor your goal because i live in a house with many corners and walls to run into and instead of getting better at the game i can just ask you guys to make the armor better your vision ultra end game players have many machines around and plenty of people like to build them in tight spaces with hard to access wiring sampsas me controller lol so having an option to simply phase through blocks would allow easy configuration and more comfortable gameplay but really its so i can stop running into the edges on my hallways repeatedly final checklist i have searched this issue tracker and there is nothing similar already posting on a closed issue saying i like this feature please reconsider adding it will prompt us to investigate and reopen it once we confirm your report i believe there is nothing similar in the pack already or the existing solution isn t good enough i understand this change request may not attract enough attention and thus not be implemented i understand this change request may be rejected due to other community members thinking it s inappropriate i believe this feature would make the pack better
1
704,550
24,200,672,609
IssuesEvent
2022-09-24 14:18:01
pogonaengine/pogona
https://api.github.com/repos/pogonaengine/pogona
closed
Split root meson.build into multiple files
enhancement low-priority
It currently contains pogona, shaders, example and their dependencies. Not cool.
1.0
Split root meson.build into multiple files - It currently contains pogona, shaders, example and their dependencies. Not cool.
priority
split root meson build into multiple files it currently contains pogona shaders example and their dependencies not cool
1
81,320
23,439,067,155
IssuesEvent
2022-08-15 13:13:55
bitcoin/bitcoin
https://api.github.com/repos/bitcoin/bitcoin
closed
RFC: Rust code integration
Brainstorming Build system Needs Conceptual Review
Moving the discussion from #15798 here, as it makes more sense to have it in an issue instead of a PR. #15798 no longer reflects the current proposed Rust changes, and Rust related work is now happening across multiple others. [Corys](https://github.com/theuni/) thoughts / introduction from #15798: > This is not intended to be merged as-is, but instead to serve as a reference for anyone who might be interested in trying out some rust code inside of Bitcoin Core. I have no idea what works. I have lots of questions about debugging, threading, etc. But instead of trying to hack and document how things work, we thought it'd be fun for everyone to be able to poke at it and scratch our heads together :). If something interesting comes out of it, a discussion about merging can happen then. > It is surprisingly functional. The rust tools are impeccable. I would've thought this would be a project that would take months/years, but the rust devs have done such a good job that mostly everything already just works. The gitian descriptors have been modified to actually incorporate working rust code. All of our currently supported platforms seem to already work (even macOS cross!) with the exception of 32bit windows and ancient linux distros. The specific issues are documented in the gitian descriptors. For now, Gitian needs net access and a larger disk volume, but those are both very temporary issues > Why rust? I don't know. Maybe not. But I think it's a fair assumption to say that Rust code will eventually end up in Bitcoin Core as the result of adding a new dependency. Adoption is happing quickly. So, I think it prudent to look ahead and not only be prepared, but actively help usher it in. Already I have a few things that I would like to work on and upstream to rust-lang to make our integration nicer, and I assume that more will be uncovered as it actually gets used. > Anybody have any fun ideas? There's still discussion to be had / documentation to be added around various Rust related decisions, such as: * Whether to use/require the `2015` or `2018` Editions. * A minimum required version of the language. * How failures in the Rust code are (expected to be) handled by the c++ code. As well as higher level discussions around how far we might take the Rust integration/re-writing of certain parts of the code, and the complexities that could introduce in regards which contributors can/can't write/review Rust, or have more/less experience with the language compared to `C++` etc. Personally, I'd like to think that we'll have some off-by-default Rust as part of the Bitcoin Core 0.20.0 release; and I think something like #16834 might be a good first approach. Regardless of approach, the idea of using Rust inside Bitcoin Core seems to resonate with some of the (still limited set) of other contributors I've discussed it with. #### Using `rustc` directly instead of Cargo The initial Rust [integration PR](https://github.com/bitcoin/bitcoin/pull/15798) used [Cargo](https://doc.rust-lang.org/cargo) for managing compiling, dependencies etc. Since then, the Rust changes have been refactored to remove the `cbindgen` dependency and drop any usage of Cargo altogether, in favour of using [`rustc` directly](https://github.com/bitcoin/bitcoin/pull/16834/files#diff-480477e89f9b6ddafb30c4383dcdd705R371). See also the recent [Security advisory for Cargo](https://blog.rust-lang.org/2019/09/30/Security-advisory-for-cargo.html). #### Related PRs [Fetch Headers over DNS](https://github.com/bitcoin/bitcoin/pull/16834) [Rust-based Backup over-REST block downloader](https://github.com/bitcoin/bitcoin/pull/16762) [Add Parallel P2P Client in Rust](https://github.com/bitcoin/bitcoin/pull/17376) #### Related Reading [Bootstrapping Rust using Guix](https://guix.gnu.org/blog/2018/bootstrapping-rust/)
1.0
RFC: Rust code integration - Moving the discussion from #15798 here, as it makes more sense to have it in an issue instead of a PR. #15798 no longer reflects the current proposed Rust changes, and Rust related work is now happening across multiple others. [Corys](https://github.com/theuni/) thoughts / introduction from #15798: > This is not intended to be merged as-is, but instead to serve as a reference for anyone who might be interested in trying out some rust code inside of Bitcoin Core. I have no idea what works. I have lots of questions about debugging, threading, etc. But instead of trying to hack and document how things work, we thought it'd be fun for everyone to be able to poke at it and scratch our heads together :). If something interesting comes out of it, a discussion about merging can happen then. > It is surprisingly functional. The rust tools are impeccable. I would've thought this would be a project that would take months/years, but the rust devs have done such a good job that mostly everything already just works. The gitian descriptors have been modified to actually incorporate working rust code. All of our currently supported platforms seem to already work (even macOS cross!) with the exception of 32bit windows and ancient linux distros. The specific issues are documented in the gitian descriptors. For now, Gitian needs net access and a larger disk volume, but those are both very temporary issues > Why rust? I don't know. Maybe not. But I think it's a fair assumption to say that Rust code will eventually end up in Bitcoin Core as the result of adding a new dependency. Adoption is happing quickly. So, I think it prudent to look ahead and not only be prepared, but actively help usher it in. Already I have a few things that I would like to work on and upstream to rust-lang to make our integration nicer, and I assume that more will be uncovered as it actually gets used. > Anybody have any fun ideas? There's still discussion to be had / documentation to be added around various Rust related decisions, such as: * Whether to use/require the `2015` or `2018` Editions. * A minimum required version of the language. * How failures in the Rust code are (expected to be) handled by the c++ code. As well as higher level discussions around how far we might take the Rust integration/re-writing of certain parts of the code, and the complexities that could introduce in regards which contributors can/can't write/review Rust, or have more/less experience with the language compared to `C++` etc. Personally, I'd like to think that we'll have some off-by-default Rust as part of the Bitcoin Core 0.20.0 release; and I think something like #16834 might be a good first approach. Regardless of approach, the idea of using Rust inside Bitcoin Core seems to resonate with some of the (still limited set) of other contributors I've discussed it with. #### Using `rustc` directly instead of Cargo The initial Rust [integration PR](https://github.com/bitcoin/bitcoin/pull/15798) used [Cargo](https://doc.rust-lang.org/cargo) for managing compiling, dependencies etc. Since then, the Rust changes have been refactored to remove the `cbindgen` dependency and drop any usage of Cargo altogether, in favour of using [`rustc` directly](https://github.com/bitcoin/bitcoin/pull/16834/files#diff-480477e89f9b6ddafb30c4383dcdd705R371). See also the recent [Security advisory for Cargo](https://blog.rust-lang.org/2019/09/30/Security-advisory-for-cargo.html). #### Related PRs [Fetch Headers over DNS](https://github.com/bitcoin/bitcoin/pull/16834) [Rust-based Backup over-REST block downloader](https://github.com/bitcoin/bitcoin/pull/16762) [Add Parallel P2P Client in Rust](https://github.com/bitcoin/bitcoin/pull/17376) #### Related Reading [Bootstrapping Rust using Guix](https://guix.gnu.org/blog/2018/bootstrapping-rust/)
non_priority
rfc rust code integration moving the discussion from here as it makes more sense to have it in an issue instead of a pr no longer reflects the current proposed rust changes and rust related work is now happening across multiple others thoughts introduction from this is not intended to be merged as is but instead to serve as a reference for anyone who might be interested in trying out some rust code inside of bitcoin core i have no idea what works i have lots of questions about debugging threading etc but instead of trying to hack and document how things work we thought it d be fun for everyone to be able to poke at it and scratch our heads together if something interesting comes out of it a discussion about merging can happen then it is surprisingly functional the rust tools are impeccable i would ve thought this would be a project that would take months years but the rust devs have done such a good job that mostly everything already just works the gitian descriptors have been modified to actually incorporate working rust code all of our currently supported platforms seem to already work even macos cross with the exception of windows and ancient linux distros the specific issues are documented in the gitian descriptors for now gitian needs net access and a larger disk volume but those are both very temporary issues why rust i don t know maybe not but i think it s a fair assumption to say that rust code will eventually end up in bitcoin core as the result of adding a new dependency adoption is happing quickly so i think it prudent to look ahead and not only be prepared but actively help usher it in already i have a few things that i would like to work on and upstream to rust lang to make our integration nicer and i assume that more will be uncovered as it actually gets used anybody have any fun ideas there s still discussion to be had documentation to be added around various rust related decisions such as whether to use require the or editions a minimum required version of the language how failures in the rust code are expected to be handled by the c code as well as higher level discussions around how far we might take the rust integration re writing of certain parts of the code and the complexities that could introduce in regards which contributors can can t write review rust or have more less experience with the language compared to c etc personally i d like to think that we ll have some off by default rust as part of the bitcoin core release and i think something like might be a good first approach regardless of approach the idea of using rust inside bitcoin core seems to resonate with some of the still limited set of other contributors i ve discussed it with using rustc directly instead of cargo the initial rust used for managing compiling dependencies etc since then the rust changes have been refactored to remove the cbindgen dependency and drop any usage of cargo altogether in favour of using see also the recent related prs related reading
0
451,242
13,032,024,749
IssuesEvent
2020-07-28 03:01:10
discordextremelist/website
https://api.github.com/repos/discordextremelist/website
closed
Bots not kicked on decline
bug medium priority
Auto-kick bots that have been approved/denied from the testing server.
1.0
Bots not kicked on decline - Auto-kick bots that have been approved/denied from the testing server.
priority
bots not kicked on decline auto kick bots that have been approved denied from the testing server
1
415,003
12,122,808,236
IssuesEvent
2020-04-22 11:38:38
mlr-org/mlr3
https://api.github.com/repos/mlr-org/mlr3
closed
Fuse mlr_task_generators and mlr_tasks
Priority: Low Type: Question
The user does not care whether he creates a parameterized task or just a dataset.
1.0
Fuse mlr_task_generators and mlr_tasks - The user does not care whether he creates a parameterized task or just a dataset.
priority
fuse mlr task generators and mlr tasks the user does not care whether he creates a parameterized task or just a dataset
1
148,243
5,663,973,662
IssuesEvent
2017-04-11 00:17:28
containous/traefik
https://api.github.com/repos/containous/traefik
closed
Referencing service variable which is nil in log message
bug priority/P0 provider/k8s
In #1295 updated and added some log messages for when there is an error in retrieving a given service or the service does not exists. See these two lines: 1) https://github.com/containous/traefik/pull/1295/files#diff-f9e99fb6bddb36d1640e40bc4bd36bc1R164 2) https://github.com/containous/traefik/pull/1295/files#diff-f9e99fb6bddb36d1640e40bc4bd36bc1R169 These log messages should be based on `i.ObjectMeta.Namespace` not `service.ObjectMeta.Namespace`.
1.0
Referencing service variable which is nil in log message - In #1295 updated and added some log messages for when there is an error in retrieving a given service or the service does not exists. See these two lines: 1) https://github.com/containous/traefik/pull/1295/files#diff-f9e99fb6bddb36d1640e40bc4bd36bc1R164 2) https://github.com/containous/traefik/pull/1295/files#diff-f9e99fb6bddb36d1640e40bc4bd36bc1R169 These log messages should be based on `i.ObjectMeta.Namespace` not `service.ObjectMeta.Namespace`.
priority
referencing service variable which is nil in log message in updated and added some log messages for when there is an error in retrieving a given service or the service does not exists see these two lines these log messages should be based on i objectmeta namespace not service objectmeta namespace
1
119,251
4,763,488,042
IssuesEvent
2016-10-25 14:35:29
INN/Largo
https://api.github.com/repos/INN/Largo
closed
Don't show the "update" nag on initial installation of Largo
priority: normal type: improvement
It makes no sense that a user should have to update/upgrade after installing Largo for the first time. We should see if we can: - [ ] Use a theme activation hook to determine if this is the first time the theme has been activated (check for `largo_version` option or some other flag that is not present if the theme has never been installed) - [ ] If this is the first time Largo has been installed and activated, set `largo_version` option to the current version This should effectively prevent the update nag from displaying after installing Largo for the first time. Related: #380.
1.0
Don't show the "update" nag on initial installation of Largo - It makes no sense that a user should have to update/upgrade after installing Largo for the first time. We should see if we can: - [ ] Use a theme activation hook to determine if this is the first time the theme has been activated (check for `largo_version` option or some other flag that is not present if the theme has never been installed) - [ ] If this is the first time Largo has been installed and activated, set `largo_version` option to the current version This should effectively prevent the update nag from displaying after installing Largo for the first time. Related: #380.
priority
don t show the update nag on initial installation of largo it makes no sense that a user should have to update upgrade after installing largo for the first time we should see if we can use a theme activation hook to determine if this is the first time the theme has been activated check for largo version option or some other flag that is not present if the theme has never been installed if this is the first time largo has been installed and activated set largo version option to the current version this should effectively prevent the update nag from displaying after installing largo for the first time related
1
114,431
14,578,215,104
IssuesEvent
2020-12-18 04:11:45
microsoft/pxt-arcade
https://api.github.com/repos/microsoft/pxt-arcade
opened
Skill map - show Trophy/Reward at the outset
skillmap ui design
Feedback: "Since the trophy doesn't show up until you complete the last tutorial, it's not clear for a user that there's some sort of incentive to complete all the tutorials. It would be great to more clearly show the end goal to the user at the beginning, and let them know exactly how many tutorials they need to complete to earn it."
1.0
Skill map - show Trophy/Reward at the outset - Feedback: "Since the trophy doesn't show up until you complete the last tutorial, it's not clear for a user that there's some sort of incentive to complete all the tutorials. It would be great to more clearly show the end goal to the user at the beginning, and let them know exactly how many tutorials they need to complete to earn it."
non_priority
skill map show trophy reward at the outset feedback since the trophy doesn t show up until you complete the last tutorial it s not clear for a user that there s some sort of incentive to complete all the tutorials it would be great to more clearly show the end goal to the user at the beginning and let them know exactly how many tutorials they need to complete to earn it
0
48,453
7,432,831,945
IssuesEvent
2018-03-26 03:48:54
Microsoft/vscode-docs
https://api.github.com/repos/Microsoft/vscode-docs
closed
Weird extra details for enumeration values
API documentation extensibility
I am not sure what the purpose of this is: ![image](https://user-images.githubusercontent.com/900690/29932505-c4e0c990-8e74-11e7-89b4-840199b82b43.png) It looks like the ordinal value of the enumeration, but is that useful? /cc @jrieken
1.0
Weird extra details for enumeration values - I am not sure what the purpose of this is: ![image](https://user-images.githubusercontent.com/900690/29932505-c4e0c990-8e74-11e7-89b4-840199b82b43.png) It looks like the ordinal value of the enumeration, but is that useful? /cc @jrieken
non_priority
weird extra details for enumeration values i am not sure what the purpose of this is it looks like the ordinal value of the enumeration but is that useful cc jrieken
0
426,990
12,391,333,637
IssuesEvent
2020-05-20 12:19:13
dirkwhoffmann/vAmiga
https://api.github.com/repos/dirkwhoffmann/vAmiga
closed
Broken graphics and sound on Batman Caped Crusader title screen
Blitter Priority-High bug
Batman - The Caped Crusader.adf Using v0.9.6 The title screen loads ok initially (though with broken sound): ![Screenshot 2020-05-11 at 09 43 46](https://user-images.githubusercontent.com/50119606/81519756-7ceed780-936c-11ea-9a04-5793f5bf1854.png) But then turns to this: ![Screenshot 2020-05-11 at 09 43 52](https://user-images.githubusercontent.com/50119606/81519776-8a0bc680-936c-11ea-9457-f259e28bfefe.png)
1.0
Broken graphics and sound on Batman Caped Crusader title screen - Batman - The Caped Crusader.adf Using v0.9.6 The title screen loads ok initially (though with broken sound): ![Screenshot 2020-05-11 at 09 43 46](https://user-images.githubusercontent.com/50119606/81519756-7ceed780-936c-11ea-9a04-5793f5bf1854.png) But then turns to this: ![Screenshot 2020-05-11 at 09 43 52](https://user-images.githubusercontent.com/50119606/81519776-8a0bc680-936c-11ea-9457-f259e28bfefe.png)
priority
broken graphics and sound on batman caped crusader title screen batman the caped crusader adf using the title screen loads ok initially though with broken sound but then turns to this
1
588,490
17,661,284,310
IssuesEvent
2021-08-21 15:02:17
HackSoc/hacksoc.org
https://api.github.com/repos/HackSoc/hacksoc.org
opened
RSS feed for news articles
enhancement backend low priority
RSS / Atom feeds should be fairly easy to generate statically, given the metadata provided in news article pages.
1.0
RSS feed for news articles - RSS / Atom feeds should be fairly easy to generate statically, given the metadata provided in news article pages.
priority
rss feed for news articles rss atom feeds should be fairly easy to generate statically given the metadata provided in news article pages
1
705,690
24,244,690,950
IssuesEvent
2022-09-27 09:35:27
ppy/osu
https://api.github.com/repos/ppy/osu
opened
The in-game leaderboard shakes when you are in first place
area:gameplay type:UI priority:1
### Discussed in https://github.com/ppy/osu/discussions/20435 <div type='discussions-op-text'> <sup>Originally posted by **Gabixel** September 24, 2022</sup> As per title. I first noticed it while playing. It can be annoying even if you only focus on the playfield. Here's a gif: ![leaderboard](https://user-images.githubusercontent.com/43073074/192033102-ec0a9eaf-ab30-4ee7-81b8-7731c3c13e44.gif) </div>
1.0
The in-game leaderboard shakes when you are in first place - ### Discussed in https://github.com/ppy/osu/discussions/20435 <div type='discussions-op-text'> <sup>Originally posted by **Gabixel** September 24, 2022</sup> As per title. I first noticed it while playing. It can be annoying even if you only focus on the playfield. Here's a gif: ![leaderboard](https://user-images.githubusercontent.com/43073074/192033102-ec0a9eaf-ab30-4ee7-81b8-7731c3c13e44.gif) </div>
priority
the in game leaderboard shakes when you are in first place discussed in originally posted by gabixel september as per title i first noticed it while playing it can be annoying even if you only focus on the playfield here s a gif
1
831,624
32,056,867,985
IssuesEvent
2023-09-24 07:17:53
AY2324S1-CS2103T-T17-4/tp
https://api.github.com/repos/AY2324S1-CS2103T-T17-4/tp
opened
As a blur SoC student, I can read the user guide so that
type.Story priority.High
I can learn to use the application.
1.0
As a blur SoC student, I can read the user guide so that - I can learn to use the application.
priority
as a blur soc student i can read the user guide so that i can learn to use the application
1
133,875
5,215,999,898
IssuesEvent
2017-01-26 08:40:39
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
opened
Improper color of the highlight in headers, after change of the selection.
Guess: < 2 hours Priority: normal Type: Bug
### Description 1. When columns are selected, background color for the header highlight should be: - #8fb1e8 for the selected columns - #ddd for rows 2. When columns are selected, background color for the header highlight should be: - #8fb1e8 for the selected columns - #ddd for rows 3. When cells are selected, background color for the header highlight should be: - #ddd for the selected columns - #ddd for the selected rows Unfortunately point 3 is untruth, when user selects whole column or row, and then changes the cell's selection using arrows. ### Steps to reproduce 1. Go to the demo 2. Select `A` column 3. Press once <kbd>&rarr;</kbd> Result: Background color of the column's header is incorrect ### Demo http://jsfiddle.net/Lzvoyurd/ ### Your environment * Handsontable version: 0.30.1 * Browser Name and version: Chrome 55 * Operating System: macOS 10.12.2
1.0
Improper color of the highlight in headers, after change of the selection. - ### Description 1. When columns are selected, background color for the header highlight should be: - #8fb1e8 for the selected columns - #ddd for rows 2. When columns are selected, background color for the header highlight should be: - #8fb1e8 for the selected columns - #ddd for rows 3. When cells are selected, background color for the header highlight should be: - #ddd for the selected columns - #ddd for the selected rows Unfortunately point 3 is untruth, when user selects whole column or row, and then changes the cell's selection using arrows. ### Steps to reproduce 1. Go to the demo 2. Select `A` column 3. Press once <kbd>&rarr;</kbd> Result: Background color of the column's header is incorrect ### Demo http://jsfiddle.net/Lzvoyurd/ ### Your environment * Handsontable version: 0.30.1 * Browser Name and version: Chrome 55 * Operating System: macOS 10.12.2
priority
improper color of the highlight in headers after change of the selection description when columns are selected background color for the header highlight should be for the selected columns ddd for rows when columns are selected background color for the header highlight should be for the selected columns ddd for rows when cells are selected background color for the header highlight should be ddd for the selected columns ddd for the selected rows unfortunately point is untruth when user selects whole column or row and then changes the cell s selection using arrows steps to reproduce go to the demo select a column press once rarr result background color of the column s header is incorrect demo your environment handsontable version browser name and version chrome operating system macos
1
38,982
10,275,495,895
IssuesEvent
2019-08-24 08:21:11
JabRef/jabref
https://api.github.com/repos/JabRef/jabref
closed
JabRef 4.3.1 Crash on MacOSX 10.9.5
build-system macOS waiting-for-customer-feedback
I got some issues on my old MacBook that I normally use for writing stuff. - [?] I have tested the latest master version from http://builds.jabref.org/master/ and the problem persists JabRef 4.3.1 Mac OS X 10.9.5 x86_64 Java 1.8.0_171 <!-- Hint: If you use a development version (available at http://builds.jabref.org/master/), ensure that you use the latest one. --> Steps to reproduce: 1. Start JabRef 2. Select File -> New BibTeX Library 3. or Select File -> New biblatex Library 4. Crash Apple Crash Report: Process: JavaApplicationStub [34437] Path: /Applications/JabRef.app/Contents/MacOS/JavaApplicationStub Identifier: com.install4j.0034-7691-1464-4754.23 Version: 4.3.1 (4.3.1) Code Type: X86-64 (Native) Parent Process: launchd [156] Responsible: JavaApplicationStub [34437] User ID: 501 Date/Time: 2018-07-15 23:17:11.879 +0200 OS Version: Mac OS X 10.9.5 (13F1911) Report Version: 11 Anonymous UUID: E0028A7F-EFB0-8BC8-AECB-C81AB79967DE Sleep/Wake UUID: A8706093-B22A-48F4-9005-31015EBDFE54 Crashed Thread: 62 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Dyld Error Message: Symbol not found: _pthread_set_qos_class_self_np Referenced from: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjfxwebkit.dylib Expected in: /usr/lib/libSystem.B.dylib Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_platform.dylib 0x00007fff8b6a5f47 _platform_bzero$VARIANT$Merom + 55 1 libjfxwebkit.dylib 0x0000000182fb569a bmalloc::Zone::Zone(std::__1::lock_guard<bmalloc::StaticMutex>&) + 26 2 libjfxwebkit.dylib 0x0000000182fb55fd bmalloc::PerProcess<bmalloc::Zone>::getSlowCase() + 77 3 libjfxwebkit.dylib 0x0000000182fb5566 bmalloc::VMHeap::tryAllocateLargeChunk(unsigned long, unsigned long, bmalloc::AllocationKind) + 406 4 libjfxwebkit.dylib 0x0000000182fb38ff bmalloc::Heap::tryAllocateLarge(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, unsigned long, bmalloc::AllocationKind) + 303 5 libjfxwebkit.dylib 0x0000000182fb291f bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 111 6 libjfxwebkit.dylib 0x0000000182fb2d58 bmalloc::Heap::allocateSmallPage(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, std::__1::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&) + 168 7 libjfxwebkit.dylib 0x0000000182fb307a bmalloc::Heap::allocateSmallBumpRangesByMetadata(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, bmalloc::BumpAllocator&, bmalloc::FixedVector<bmalloc::BumpRange, 3ul>&, std::__1::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&) + 42 8 libjfxwebkit.dylib 0x0000000182faf100 bmalloc::Allocator::refillAllocatorSlowCase(bmalloc::BumpAllocator&, unsigned long) + 128 9 libjfxwebkit.dylib 0x0000000182faf327 bmalloc::Allocator::allocateSlowCase(unsigned long) + 199 10 libjfxwebkit.dylib 0x0000000182f68ca4 WTF::fastMalloc(unsigned long) + 116 11 libjfxwebkit.dylib 0x0000000182581a90 JSC::ExecutableAllocator::initializeAllocator() + 16 12 libjfxwebkit.dylib 0x00000001827ca895 void std::__1::__call_once_proxy<std::__1::tuple<JSC::initializeThreading()::$_0&&> >(void*) + 21 13 libc++.1.dylib 0x00007fff883d518f std::__1::__call_once(unsigned long volatile&, void*, void (*)(void*)) + 117 14 libjfxwebkit.dylib 0x00000001827ca86c JSC::initializeThreading() + 60 15 libjfxwebkit.dylib 0x00000001820b1198 Java_com_sun_webkit_WebPage_twkCreatePage + 24 16 ??? 0x0000000105e396e7 0 + 4393768679 17 ??? 0x0000000105e28dd0 0 + 4393700816 18 ??? 0x0000000105e292bd 0 + 4393702077 19 ??? 0x0000000105e292bd 0 + 4393702077 20 ??? 0x0000000105e292bd 0 + 4393702077 21 ??? 0x0000000105e292bd 0 + 4393702077 22 ??? 0x0000000105e292bd 0 + 4393702077 23 ??? 0x0000000105e29302 0 + 4393702146 24 ??? 0x0000000105e29040 0 + 4393701440 25 ??? 0x0000000105e217a7 0 + 4393670567 26 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 27 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 28 ??? 0x0000000106247c15 0 + 4398021653 29 ??? 0x0000000105e29040 0 + 4393701440 30 ??? 0x0000000105e292bd 0 + 4393702077 31 ??? 0x0000000106e16a54 0 + 4410403412 32 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 33 libjvm.dylib 0x000000010519951c jni_invoke_nonstatic(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 748 34 libjvm.dylib 0x000000010518bcff jni_CallVoidMethod + 363 35 libglass.dylib 0x00000001237978ec -[GlassRunnable run] + 108 36 com.apple.Foundation 0x00007fff8656975e __NSThreadPerformPerform + 229 37 com.apple.CoreFoundation 0x00007fff8a8625b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 38 com.apple.CoreFoundation 0x00007fff8a853c62 __CFRunLoopDoSources0 + 242 39 com.apple.CoreFoundation 0x00007fff8a8533ef __CFRunLoopRun + 831 40 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 41 com.apple.HIToolbox 0x00007fff8864da0d RunCurrentEventLoopInMode + 226 42 com.apple.HIToolbox 0x00007fff8864d7b7 ReceiveNextEventCommon + 479 43 com.apple.HIToolbox 0x00007fff8864d5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65 44 com.apple.AppKit 0x00007fff859b324e _DPSNextEvent + 1434 45 com.apple.AppKit 0x00007fff859b289b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 46 com.apple.AppKit 0x00007fff859a699c -[NSApplication run] + 553 47 libglass.dylib 0x00000001237998b9 -[GlassApplication runLoop:] + 1897 48 com.apple.Foundation 0x00007fff8656975e __NSThreadPerformPerform + 229 49 com.apple.CoreFoundation 0x00007fff8a8625b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 50 com.apple.CoreFoundation 0x00007fff8a853c62 __CFRunLoopDoSources0 + 242 51 com.apple.CoreFoundation 0x00007fff8a8533ef __CFRunLoopRun + 831 52 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 53 libjli.dylib 0x00000001000a28fe CreateExecutionEnvironment + 871 54 libjli.dylib 0x000000010009e508 JLI_Launch + 1952 55 com.install4j.0034-7691-1464-4754.23 0x00000001000087d8 -[Launcher launch] + 872 56 com.install4j.0034-7691-1464-4754.23 0x0000000100008ef5 launcher_main + 645 57 com.install4j.0034-7691-1464-4754.23 0x0000000100009062 main + 34 58 com.install4j.0034-7691-1464-4754.23 0x0000000100001504 start + 52 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff88364662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8b292421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8b292136 _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff88363a3a __semwait_signal + 10 1 libsystem_pthread.dylib 0x00007fff8d1bc7f3 pthread_join + 433 2 libjli.dylib 0x00000001000a1ebb ContinueInNewThread0 + 102 3 libjli.dylib 0x000000010009f378 ContinueInNewThread + 201 4 libjli.dylib 0x00000001000a1c1b JVMInit + 363 5 libjli.dylib 0x000000010009f0f6 JLI_Launch + 5006 6 com.install4j.0034-7691-1464-4754.23 0x0000000100008d52 launcher_main + 226 7 com.install4j.0034-7691-1464-4754.23 0x0000000100009062 main + 34 8 libjli.dylib 0x00000001000a2590 apple_main + 92 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e28a90 0 + 4393699984 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e292bd 0 + 4393702077 12 ??? 0x0000000105e292bd 0 + 4393702077 13 ??? 0x0000000105e292bd 0 + 4393702077 14 ??? 0x0000000105e217a7 0 + 4393670567 15 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 16 libjvm.dylib 0x000000010534890c Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*) + 3602 17 libjvm.dylib 0x0000000105348e40 Reflection::invoke_method(oopDesc*, Handle, objArrayHandle, Thread*) + 364 18 libjvm.dylib 0x00000001051ba77c JVM_InvokeMethod + 358 19 ??? 0x0000000105e396e7 0 + 4393768679 20 ??? 0x0000000105e29040 0 + 4393701440 21 ??? 0x0000000105e29040 0 + 4393701440 22 ??? 0x0000000105e29114 0 + 4393701652 23 ??? 0x0000000105e29040 0 + 4393701440 24 ??? 0x0000000105e292bd 0 + 4393702077 25 ??? 0x0000000105e217a7 0 + 4393670567 26 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 27 libjvm.dylib 0x0000000105199185 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 447 28 libjvm.dylib 0x0000000105191f11 jni_CallStaticVoidMethod + 349 29 libjli.dylib 0x000000010009fd56 JavaMain + 2500 30 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 31 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 32 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x0000000105034a96 ConcurrentG1RefineThread::run_young_rs_sampling() + 64 6 libjvm.dylib 0x00000001050345d4 ConcurrentG1RefineThread::run() + 52 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 17: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 20: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 21: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010505061f ConcurrentMarkThread::sleepBeforeNextCycle() + 57 7 libjvm.dylib 0x000000010504ff81 ConcurrentMarkThread::run() + 117 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 22: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 23: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 24: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x00000001050e38f6 G1StringDedupQueue::wait() + 64 7 libjvm.dylib 0x00000001050e5d2a G1StringDedupThread::run() + 410 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 25: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x000000010542de16 VMThread::loop() + 444 6 libjvm.dylib 0x000000010542d8a1 VMThread::run() + 121 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 26:: Java: Reference Handler 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x00000001063ebccc 0 + 4399742156 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 27:: Java: Finalizer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 28:: Java: Surrogate Locker Thread (Concurrent GC) 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 6 libjvm.dylib 0x0000000105034cb9 SurrogateLockerThread::loop() + 141 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 29:: Java: Signal Dispatcher 0 libsystem_kernel.dylib 0x00007fff8835fa56 semaphore_wait_trap + 10 1 libjvm.dylib 0x00000001052fe77b check_pending_signals(bool) + 143 2 libjvm.dylib 0x00000001052fb299 signal_thread_entry(JavaThread*, Thread*) + 57 3 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 4 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 5 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 30:: Java: C2 CompilerThread0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 5 libjvm.dylib 0x000000010502c88a CompileQueue::get() + 122 6 libjvm.dylib 0x000000010502caac CompileBroker::compiler_thread_loop() + 376 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 31:: Java: C2 CompilerThread1 0 libjvm.dylib 0x0000000104f135a9 VectorSet::test_set(unsigned int) + 33 1 libjvm.dylib 0x000000010525500c PhaseIdealLoop::build_loop_early(VectorSet&, Node_List&, Node_Stack&) + 140 2 libjvm.dylib 0x00000001052576b1 PhaseIdealLoop::build_and_optimize(bool, bool) + 1401 3 libjvm.dylib 0x0000000105023ff1 Compile::Optimize() + 2079 4 libjvm.dylib 0x0000000105026f40 Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool) + 2284 5 libjvm.dylib 0x0000000104fc3f22 C2Compiler::compile_method(ciEnv*, ciMethod*, int) + 178 6 libjvm.dylib 0x000000010502a67e CompileBroker::invoke_compiler_on_method(CompileTask*) + 1458 7 libjvm.dylib 0x000000010502cbc5 CompileBroker::compiler_thread_loop() + 657 8 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 9 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 10 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 11 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 12 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 13 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 32:: Java: C2 CompilerThread2 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 5 libjvm.dylib 0x000000010502c88a CompileQueue::get() + 122 6 libjvm.dylib 0x000000010502caac CompileBroker::compiler_thread_loop() + 376 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 33:: Java: C1 CompilerThread3 0 libjvm.dylib 0x00000001050698f8 GrowableArray<int>::at_grow(int, int const&) + 58 1 libjvm.dylib 0x0000000105069c23 Dependencies::note_dep_seen(int, ciBaseObject*) + 51 2 libjvm.dylib 0x0000000105068d7c Dependencies::assert_common_1(Dependencies::DepType, ciBaseObject*) + 64 3 libjvm.dylib 0x0000000104f67f0d GraphBuilder::invoke(Bytecodes::Code) + 1785 4 libjvm.dylib 0x0000000104f6aa13 GraphBuilder::iterate_bytecodes_for_block(int) + 9289 5 libjvm.dylib 0x0000000104f671e5 GraphBuilder::iterate_all_blocks(bool) + 111 6 libjvm.dylib 0x0000000104f6b7d1 GraphBuilder::GraphBuilder(Compilation*, IRScope*) + 717 7 libjvm.dylib 0x0000000104f710c4 IRScope::IRScope(Compilation*, IRScope*, int, ciMethod*, int, bool) + 340 8 libjvm.dylib 0x0000000104f71175 IR::IR(Compilation*, ciMethod*, int) + 133 9 libjvm.dylib 0x0000000104f5b3eb Compilation::build_hir() + 167 10 libjvm.dylib 0x0000000104f5b57a Compilation::compile_java_method() + 88 11 libjvm.dylib 0x0000000104f5b7a3 Compilation::compile_method() + 109 12 libjvm.dylib 0x0000000104f5b9b8 Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) + 418 13 libjvm.dylib 0x0000000104f5c114 Compiler::compile_method(ciEnv*, ciMethod*, int) + 144 14 libjvm.dylib 0x000000010502a67e CompileBroker::invoke_compiler_on_method(CompileTask*) + 1458 15 libjvm.dylib 0x000000010502cbc5 CompileBroker::compiler_thread_loop() + 657 16 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 17 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 18 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 19 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 20 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 21 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 34:: Java: Service Thread 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105358c71 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 161 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 35: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x00000001053e1fec WatcherThread::sleep() const + 126 6 libjvm.dylib 0x00000001053e2e7f WatcherThread::run() + 243 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 36:: Java: Timer-0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e217a7 0 + 4393670567 10 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 11 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 12 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 14 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 16 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 17 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 18 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 19 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 37:: Java: JavaFX-Launcher 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e28a90 0 + 4393699984 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e292bd 0 + 4393702077 12 ??? 0x0000000105e292bd 0 + 4393702077 13 ??? 0x0000000105e29302 0 + 4393702146 14 ??? 0x0000000105e217a7 0 + 4393670567 15 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 16 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 17 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 18 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 19 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 20 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 21 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 22 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 23 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 24 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 38:: Java: QuantumRenderer-0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29114 0 + 4393701652 7 ??? 0x0000000105e29040 0 + 4393701440 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e29302 0 + 4393702146 10 ??? 0x0000000105e29302 0 + 4393702146 11 ??? 0x0000000105e217a7 0 + 4393670567 12 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 13 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 14 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 15 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 16 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 17 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 18 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 19 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 20 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 21 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 39:: Java: Thread-5 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000106331ac4 0 + 4398979780 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 40:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac77 _pthread_cond_wait + 787 2 com.apple.CoreVideo 0x00007fff8c167464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 com.apple.CoreVideo 0x00007fff8c166998 CVDisplayLink::runIOThread() + 496 4 com.apple.CoreVideo 0x00007fff8c16678f startIOThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 41: 0 libsystem_kernel.dylib 0x00007fff8835fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8835ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8a853f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8a853539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff85b5305e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 42:: Java: AWT-Shutdown 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000106331ac4 0 + 4398979780 8 ??? 0x0000000105e29302 0 + 4393702146 9 ??? 0x0000000105e217a7 0 + 4393670567 10 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 11 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 12 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 14 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 16 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 17 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 18 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 19 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 43:: Java: AWT-EventQueue-0 0 libjvm.dylib 0x0000000105352955 Rewriter::Rewriter(instanceKlassHandle, constantPoolHandle, Array<Method*>*, Thread*) + 505 1 libjvm.dylib 0x0000000105352b4e Rewriter::rewrite(instanceKlassHandle, Thread*) + 162 2 libjvm.dylib 0x00000001051355ef InstanceKlass::rewrite_class(Thread*) + 33 3 libjvm.dylib 0x0000000105135ccd InstanceKlass::link_class_impl(instanceKlassHandle, bool, Thread*) + 1009 4 libjvm.dylib 0x0000000105135fdf InstanceKlass::link_class(Thread*) + 59 5 libjvm.dylib 0x0000000105136017 InstanceKlass::initialize_impl(instanceKlassHandle, Thread*) + 37 6 libjvm.dylib 0x0000000105136733 InstanceKlass::initialize(Thread*) + 61 7 libjvm.dylib 0x000000010524352a LinkResolver::resolve_static_call(CallInfo&, KlassHandle&, Symbol*, Symbol*, KlassHandle, bool, bool, Thread*) + 156 8 libjvm.dylib 0x000000010524373e LinkResolver::resolve_invokestatic(CallInfo&, constantPoolHandle, int, Thread*) + 258 9 libjvm.dylib 0x00000001052437ff LinkResolver::resolve_invoke(CallInfo&, Handle, constantPoolHandle, int, Bytecodes::Code, Thread*) + 179 10 libjvm.dylib 0x000000010515c60a InterpreterRuntime::resolve_invoke(JavaThread*, Bytecodes::Code) + 868 11 ??? 0x0000000105e46108 0 + 4393820424 12 ??? 0x0000000105e29114 0 + 4393701652 13 ??? 0x0000000105e29040 0 + 4393701440 14 ??? 0x0000000105e29040 0 + 4393701440 15 ??? 0x0000000105e292bd 0 + 4393702077 16 ??? 0x0000000105e292bd 0 + 4393702077 17 ??? 0x0000000105e292bd 0 + 4393702077 18 ??? 0x0000000105e29040 0 + 4393701440 19 ??? 0x0000000105e29302 0 + 4393702146 20 ??? 0x0000000105e292bd 0 + 4393702077 21 ??? 0x0000000105e29302 0 + 4393702146 22 ??? 0x0000000105e292bd 0 + 4393702077 23 ??? 0x0000000105e29302 0 + 4393702146 24 ??? 0x0000000105e292bd 0 + 4393702077 25 ??? 0x0000000105e292bd 0 + 4393702077 26 ??? 0x0000000105e292bd 0 + 4393702077 27 ??? 0x0000000105e29302 0 + 4393702146 28 ??? 0x0000000105e29302 0 + 4393702146 29 ??? 0x0000000105e292bd 0 + 4393702077 30 ??? 0x0000000106a0461c 0 + 4406134300 31 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 32 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 33 ??? 0x0000000106247c15 0 + 4398021653 34 ??? 0x000000010699e96c 0 + 4405717356 35 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 36 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 37 ??? 0x0000000106247c15 0 + 4398021653 38 ??? 0x0000000106a0b4b4 0 + 4406162612 39 ??? 0x0000000105e292bd 0 + 4393702077 40 ??? 0x0000000105e292bd 0 + 4393702077 41 ??? 0x0000000105e292bd 0 + 4393702077 42 ??? 0x0000000105e292bd 0 + 4393702077 43 ??? 0x0000000105e217a7 0 + 4393670567 44 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 45 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 46 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 47 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 48 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 49 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 50 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 51 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 52 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 53 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 44:: Java: timer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000105e396e7 0 + 4393768679 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 45:: Java: FileUpdateMonitor 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e29040 0 + 4393701440 9 ??? 0x0000000105e29040 0 + 4393701440 10 ??? 0x0000000105e29114 0 + 4393701652 11 ??? 0x0000000105e29302 0 + 4393702146 12 ??? 0x0000000105e29302 0 + 4393702146 13 ??? 0x0000000105e292bd 0 + 4393702077 14 ??? 0x0000000105e29302 0 + 4393702146 15 ??? 0x0000000105e217a7 0 + 4393670567 16 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 17 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 18 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 19 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 20 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 21 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 22 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 23 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 24 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 25 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 46:: Java: Java2D Disposer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 47:: Java: Prism Font Disposer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 48:: Java: Java2D Queue Flusher 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 49:: Java: SwingWorker-pool-4-thread-1 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e29114 0 + 4393701652 9 ??? 0x0000000105e29040 0 + 4393701440 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e29302 0 + 4393702146 12 ??? 0x0000000105e217a7 0 + 4393670567 13 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 14 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 15 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 16 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 17 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 18 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 19 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 20 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 21 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 22 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 50:: Java: TimerQueue 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29040 0 + 4393701440 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 51:: Java: Batik CleanerThread 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 52: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 53: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 54: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 55: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 56: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 57: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 58: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 59:: Java: SwingWorker-pool-4-thread-2 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29114 0 + 4393701652 7 ??? 0x0000000105e29040 0 + 4393701440 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e29302 0 + 4393702146 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 60:: Java: Keep-Alive-Timer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052fff0d os::sleep(Thread*, long, bool) + 239 4 libjvm.dylib 0x00000001051bcee6 JVM_Sleep + 269 5 ??? 0x0000000105e396e7 0 + 4393768679 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 61:: Java: Image Fetcher 0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e29040 0 + 4393701440 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 62 Crashed: 0 dyld 0x00007fff5fe6c09d dyld_fatal_error + 1 1 dyld 0x00007fff5fe6edf6 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 171 2 libdyld.dylib 0x00007fff90f062dd dyld_stub_binder_ + 13 3 ??? 0x000000018466d008 0 + 6516297736 4 libjfxwebkit.dylib 0x0000000182fb4bb9 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9 5 libjfxwebkit.dylib 0x0000000182fb5068 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 40 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 62 crashed with X86 Thread State (64-bit): rax: 0x00007fff5fea0db0 rbx: 0x0000618000192620 rcx: 0x0000000000000000 rdx: 0x0000000000000000 rdi: 0x00007fff5fea0f20 rsi: 0x0000000000000000 rbp: 0x000000017b74ccf0 rsp: 0x000000017b74ccd8 r8: 0x00007fff5fe8bb8c r9: 0x0000000000000000 r10: 0x00007fff5fe8ed26 r11: 0x00007fff5fea0f20 r12: 0x000000000001122b r13: 0x0000000000000000 r14: 0x00007fff5fea0f20 r15: 0x0000000182fb5040 rip: 0x00007fff5fe6c09d rfl: 0x0000000000000246 cr2: 0x00000001214a7000 Logical CPU: 6 Error Code: 0x00000000 Trap Number: 3 Binary Images: 0x100000000 - 0x10000bfff +com.install4j.0034-7691-1464-4754.23 (4.3.1 - 4.3.1) <24EBE302-01AB-3854-B9AD-92C10C2965FD> /Applications/JabRef.app/Contents/MacOS/JavaApplicationStub 0x10009d000 - 0x1000a7fff +libjli.dylib (1) <B1776662-EA1C-3401-9586-F2F3A51C78DC> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib 0x1000ac000 - 0x1000b4ff7 +libverify.dylib (1) <77386D64-F1D8-3DE0-9B3B-59E4757D640F> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libverify.dylib 0x1000ba000 - 0x1000defe7 +libjava.dylib (1) <2CBE8EB6-F011-3DA4-BC35-BE5649B7B801> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjava.dylib 0x100689000 - 0x10068efff +libzip.dylib (1) <160A3C84-9D68-3147-A456-71A5809378A7> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libzip.dylib 0x102fed000 - 0x102ff1fff +libmanagement.dylib (1) <DB101E6F-6079-3456-8152-046DFF8A6B2D> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libmanagement.dylib 0x104e73000 - 0x105685ff7 +libjvm.dylib (1) <0C2D07CA-BE34-3C17-9B74-697414D68D05> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/server/libjvm.dylib 0x1207ea000 - 0x1207f1ff7 +libosx.dylib (1) <D2EB6084-7503-3F42-9443-152D88F23B92> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosx.dylib 0x121000000 - 0x121006ff7 +libosxapp.dylib (1) <2D269DE6-B410-3B98-B682-937EB0B2A547> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosxapp.dylib 0x12101c000 - 0x121026fff JavaNativeFoundation (1) <10006281-5A71-3A5E-BEC6-22F7BB31CF81> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x121031000 - 0x12103aff7 com.apple.java.JavaRuntimeSupport (14.9.0 - 14.9.0) <AB4F1817-A2DE-36F2-8052-3CD334906F79> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport 0x121049000 - 0x12104efff com.apple.JavaVM (14.9.0 - 14.9.0) <67BD63C5-D82F-3A31-BC43-C8810356D524> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x121056000 - 0x12105bfff JavaLaunching (1) <528DEA76-B869-36B5-87A6-D9B722968E16> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching 0x121400000 - 0x121404fff +libosxui.dylib (1) <C1D64111-AA7E-3342-A0F5-46D9916E7878> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosxui.dylib 0x12140f000 - 0x121413ffb +libjavafx_font.dylib (0) <05ECC8EE-3E0B-3BEC-B820-B1FE1C6DF9FC> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjavafx_font.dylib 0x121627000 - 0x12162ffff +libnio.dylib (1) <9C280757-859E-3E70-A2B1-8D22DFD7C228> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libnio.dylib 0x121637000 - 0x121640ff3 +libprism_es2.dylib (0) <72D5D151-7F7A-3F11-98EB-38B288B91C33> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libprism_es2.dylib 0x1216b6000 - 0x1216c1fff libGPUSupport.dylib (9.6.5) <7262B5E5-AA02-3916-9E78-071502F4F1BE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x1217d3000 - 0x1217e2ff7 +libnet.dylib (1) <1C9F2802-0BE7-3C78-984C-2DC72C330AFA> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libnet.dylib 0x123793000 - 0x1237c9fff +libglass.dylib (0) <9F23843E-7F2E-35BC-BDB5-187D08EADF24> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libglass.dylib 0x123900000 - 0x123c4eff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.17 - 8.2.4) <90DAAB2E-FBCE-3592-9564-3FE7DD2D8518> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver 0x124800000 - 0x124a8bff7 com.apple.AMDRadeonX3000GLDriver (1.24.39 - 1.2.4) <7E74EF85-CD9D-3AD9-8B4B-CAC588EC165B> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver 0x125caf000 - 0x125cb7ff7 +libprism_common.dylib (0) <83ED6501-1998-3657-B415-D8473D1E8937> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libprism_common.dylib 0x12665a000 - 0x1266c4fff +libawt.dylib (1) <A90BEC39-7466-3A14-8AF2-18B1A37A8562> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libawt.dylib 0x126704000 - 0x1267c9fff +libmlib_image.dylib (1) <20299C66-B210-3AE1-9086-70977FBD2AA4> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libmlib_image.dylib 0x127ffc000 - 0x128070ff7 +libawt_lwawt.dylib (1) <74A34BF1-9225-3FCF-B5F3-F7AC8645214E> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libawt_lwawt.dylib 0x1280b6000 - 0x1280f9ff7 +libfontmanager.dylib (1) <B3F254BD-D3AA-39B8-B7F9-DAA4FF9AA711> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libfontmanager.dylib 0x129557000 - 0x129558ff9 +cl_kernels (???) <57803ECE-0865-4E6D-ACE8-1DC30FA94600> cl_kernels 0x12c6fd000 - 0x12c6fefe4 +cl_kernels (???) <3AB2604C-57CE-4F4E-9518-35C977FDE13D> cl_kernels 0x137010000 - 0x13702dff7 +libsunec.dylib (1) <AB095BDD-6F23-32FF-A944-E9E68DF9CC71> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libsunec.dylib 0x179318000 - 0x1793fefef unorm8_bgra.dylib (2.3.58) <A975133F-2E73-3DAF-A08F-B3CC7E9E10CE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x17ad8c000 - 0x17adb0ff7 +libdcpr.dylib (1) <2122AAE9-CBF8-36A2-8F44-04777D4A4CF9> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libdcpr.dylib 0x17b34c000 - 0x17b38bfff +libt2k.dylib (1) <17EBCE39-958E-3A39-8441-C6963AE13AE4> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libt2k.dylib 0x1815ef000 - 0x18466cfff +libjfxwebkit.dylib (0) <6011BCEE-3A04-3D32-A41B-A0CDCC4E8FA3> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjfxwebkit.dylib 0x7fff5fe6b000 - 0x7fff5fe9e887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld 0x7fff846b0000 - 0x7fff846b5fff com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff846b9000 - 0x7fff846bbff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff846bc000 - 0x7fff846bdff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff846be000 - 0x7fff84705ffb libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff84706000 - 0x7fff84773fff com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff84774000 - 0x7fff8509d5ab com.apple.CoreGraphics (1.600.0 - 599.35.15) <ED5E3C37-7E2F-3885-8091-DFC9B44B38E8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8509e000 - 0x7fff850a1fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff850a2000 - 0x7fff850a3fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib 0x7fff850a4000 - 0x7fff850bfff7 libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib 0x7fff850eb000 - 0x7fff8517bff7 com.apple.Metadata (10.7.0 - 800.30) <E107CE36-FBC3-35A5-84E0-864B4178FC5D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8517c000 - 0x7fff851d4ff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff85267000 - 0x7fff85269fff com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8526a000 - 0x7fff8526dffc com.apple.IOSurface (91.3 - 91.3) <E93485CC-12B1-318E-BAE3-AB532B264935> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8526e000 - 0x7fff852a3fff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib 0x7fff852a4000 - 0x7fff852d5ff7 libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib 0x7fff852d6000 - 0x7fff85472ff3 com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff854a0000 - 0x7fff85558ff7 com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff85559000 - 0x7fff85647fff libJP2.dylib (1052) <CB242C3E-F10C-38C5-A090-B757F9269143> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8565f000 - 0x7fff85668ff7 libcldcpuengine.dylib (2.3.58) <4433A688-94CA-3EE0-BE5B-D982C14EF6DB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff85669000 - 0x7fff8566aff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff85832000 - 0x7fff8583fff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff85843000 - 0x7fff8584affb libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib 0x7fff85857000 - 0x7fff85870ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8589c000 - 0x7fff8596dff1 com.apple.DiskImagesFramework (10.9.6 - 373) <4EA5A3C8-13E2-309C-8FAB-C21A4C316802> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8596e000 - 0x7fff85976ff3 libCGCMS.A.dylib (599.35.15) <930BAB0B-2D3F-3C90-94D9-CB02C9967964> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8598f000 - 0x7fff86505ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff86506000 - 0x7fff86806ff7 com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff86bdf000 - 0x7fff86c08fff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff86c0c000 - 0x7fff86c3dfff libTrueTypeScaler.dylib (111.1.6) <82F16E1F-FBC6-30E4-9312-D8EED84BFCA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff86c3e000 - 0x7fff86c42ff7 libsystem_stats.dylib (93.90.3) <2304C7C2-BE45-35DE-BCC6-707D61B7AE7E> /usr/lib/system/libsystem_stats.dylib 0x7fff86c43000 - 0x7fff86c4cffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib 0x7fff86ef1000 - 0x7fff86f4cffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff86f67000 - 0x7fff86f6afff com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff86f6b000 - 0x7fff86f90ff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff86f9b000 - 0x7fff86fa6fff libGPUSupportMercury.dylib (9.6.5) <1E23BD90-2A15-30E9-9CDF-255D64D404D0> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff873b5000 - 0x7fff873faff6 com.apple.HIServices (1.23 - 468) <FD17FE8C-A355-3B6B-B8B7-E56E5C595EDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff874bd000 - 0x7fff87529fff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8752a000 - 0x7fff8752bfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8754c000 - 0x7fff8754efff libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8754f000 - 0x7fff87566ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <D7F2E159-CF6B-3EB1-9806-3BC59E63D24F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff87567000 - 0x7fff87658ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib 0x7fff87659000 - 0x7fff87660ff8 liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib 0x7fff87675000 - 0x7fff87699ff7 libJPEG.dylib (1052) <6836134F-8701-3A6B-82F3-19A0A72CE21C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff87723000 - 0x7fff877d3ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff877d4000 - 0x7fff877d4ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff878f9000 - 0x7fff87bcdfc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff87c7d000 - 0x7fff87cfefff com.apple.CoreSymbolication (3.0.1 - 141.0.6) <D46DE002-1FEB-38B7-8583-3DF3496274F5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff87e67000 - 0x7fff88007ff7 GLEngine (9.6.5) <30643C97-7EBB-36EE-BEEA-13844EA0F680> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff88008000 - 0x7fff88011ffd com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff88012000 - 0x7fff8801effb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8807b000 - 0x7fff880abfff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff880ac000 - 0x7fff880acfff com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff882b0000 - 0x7fff88314fff com.apple.datadetectorscore (5.0 - 354.5) <D4DBCCF4-9622-3AB9-9076-32579FCC2E39> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff88315000 - 0x7fff88317ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff88318000 - 0x7fff88340ff3 libxslt.1.dylib (13.12) <38FD3D1E-5335-398F-A663-47298EDDA231> /usr/lib/libxslt.1.dylib 0x7fff8834e000 - 0x7fff8836aff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib 0x7fff88370000 - 0x7fff88376fff com.apple.AOSNotification (1.7.0 - 760.4) <8F042A51-E0A9-37E6-A601-0DD6A58A0AC8> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8839a000 - 0x7fff883ecfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff883ed000 - 0x7fff883effff com.apple.ExceptionHandling (1.5 - 10) <0DD670E1-08D5-3570-BE98-19030BEA9845> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x7fff883ff000 - 0x7fff88472fff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff88473000 - 0x7fff88480ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff884d1000 - 0x7fff88510fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff88511000 - 0x7fff88518fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff88565000 - 0x7fff885f1ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff885f2000 - 0x7fff8861efff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8861f000 - 0x7fff888c9ff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff88a5c000 - 0x7fff88a85ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff88ad1000 - 0x7fff88da2ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff88da3000 - 0x7fff88dcaff7 com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff88dcb000 - 0x7fff88e06fff com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff88f5f000 - 0x7fff88f63ff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib 0x7fff88fcf000 - 0x7fff88fd7ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff88ffb000 - 0x7fff890bdffd com.apple.CoreText (367.23 - 367.23) <C799261E-2E19-3D69-8A8D-098B7DD8D31D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff890be000 - 0x7fff890fffff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff89100000 - 0x7fff89131fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff89132000 - 0x7fff89142ffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib 0x7fff893d6000 - 0x7fff89506ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff89512000 - 0x7fff89517ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff89518000 - 0x7fff89547ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff895c2000 - 0x7fff895cdff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff895ce000 - 0x7fff89659ff7 libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib 0x7fff8965a000 - 0x7fff8965bfff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8a624000 - 0x7fff8a634fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff8a635000 - 0x7fff8a79bfff libGLProgrammability.dylib (9.6.5) <53BCF254-3014-33DC-94EF-72C7270F14F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8a7c3000 - 0x7fff8a7dffff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8a7e0000 - 0x7fff8a7e2ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff8a7e3000 - 0x7fff8a9c8fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8a9c9000 - 0x7fff8a9f0ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib 0x7fff8a9f1000 - 0x7fff8a9feff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8aa7b000 - 0x7fff8aa7cff7 com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8aa7d000 - 0x7fff8aa95ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8aaf5000 - 0x7fff8ab10ff7 libPng.dylib (1052) <6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8ab11000 - 0x7fff8ab56fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff8ab57000 - 0x7fff8ab57fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8af34000 - 0x7fff8af3eff7 com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8af89000 - 0x7fff8b124ff8 com.apple.CFNetwork (673.6 - 673.6) <CAA196FE-BF5A-384F-975E-E0F81359805B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8b125000 - 0x7fff8b132fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8b247000 - 0x7fff8b28eff7 libcups.2.dylib (372.6) <CBD2F0CF-FA10-36E1-A1D5-1B946B45B3B3> /usr/lib/libcups.2.dylib 0x7fff8b28f000 - 0x7fff8b2a9fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib 0x7fff8b2aa000 - 0x7fff8b303ff7 libTIFF.dylib (1052) <909BF5F6-6FC5-3126-9028-593130CAEBE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8b341000 - 0x7fff8b495ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8b5d6000 - 0x7fff8b6a0ff7 com.apple.LaunchServices (572.32 - 572.32) <A4699DED-5101-3068-94F8-8D0B7A84BC79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8b6a1000 - 0x7fff8b6a7ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8b797000 - 0x7fff8b7c6fff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8b7c7000 - 0x7fff8b7f6fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff8b7f7000 - 0x7fff8b805fff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b806000 - 0x7fff8b807fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff8b808000 - 0x7fff8b812ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8b813000 - 0x7fff8b876ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8b9e6000 - 0x7fff8bac3fff libcrypto.0.9.8.dylib (52.8.4) <E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8bb03000 - 0x7fff8bb07fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8bb08000 - 0x7fff8bb2cfff libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib 0x7fff8bb2d000 - 0x7fff8bd75ff7 com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8bd76000 - 0x7fff8bf23f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib 0x7fff8c160000 - 0x7fff8c164fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib 0x7fff8c165000 - 0x7fff8c18aff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8c18b000 - 0x7fff8c197ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8c198000 - 0x7fff8c19cfff com.apple.IOAccelerator (98.26 - 98.26) <FCF6626A-DCEC-3D87-84FE-E713385849D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff8c19d000 - 0x7fff8c1aeff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff8c1af000 - 0x7fff8c200ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8c201000 - 0x7fff8c24fff7 com.apple.opencl (2.3.59 - 2.3.59) <E37E2219-6EA7-3666-8DB5-8FC60EFB0BC9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8c284000 - 0x7fff8c2d7fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8c3fb000 - 0x7fff8c3fbfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8c3fc000 - 0x7fff8c403fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8c404000 - 0x7fff8c47bfff com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8c47c000 - 0x7fff8c564fff libxml2.2.dylib (26.11) <282EF071-71D7-3C56-9FFD-543F2A083F18> /usr/lib/libxml2.2.dylib 0x7fff8c565000 - 0x7fff8c57eff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8c809000 - 0x7fff8c977ff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8c978000 - 0x7fff8c989ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff8c98a000 - 0x7fff8c98bff7 libSystem.B.dylib (1197.1.1) <72A98ACC-7606-3AD5-82AF-02D4EBBD4F02> /usr/lib/libSystem.B.dylib 0x7fff8c98c000 - 0x7fff8c996ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib 0x7fff8ca23000 - 0x7fff8ca2cfff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8ca2d000 - 0x7fff8ca66ff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8ca67000 - 0x7fff8ca9fff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8cd0a000 - 0x7fff8cd0dfff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8d081000 - 0x7fff8d090ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d091000 - 0x7fff8d09dff7 com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8d113000 - 0x7fff8d117ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib 0x7fff8d12d000 - 0x7fff8d1b6fff com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8d1b7000 - 0x7fff8d1beff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib 0x7fff8d1bf000 - 0x7fff8d1bffff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8daa1000 - 0x7fff8daa9fff libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8db32000 - 0x7fff8db74ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff8db9c000 - 0x7fff8dba4ffc libGFXShared.dylib (9.6.5) <FCCD0CD3-02FD-3A79-B048-A14745D76CC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8dba5000 - 0x7fff8dc70fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8dce6000 - 0x7fff8dd0dffb libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib 0x7fff8e49d000 - 0x7fff8e4eaff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8e863000 - 0x7fff8e8b1fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff8e8b2000 - 0x7fff8e8bdfff libGL.dylib (9.6.5) <A5F36623-33E8-379D-A423-8F873018CD79> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8e8be000 - 0x7fff8ea76ffb libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib 0x7fff8f385000 - 0x7fff8f66ffff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f670000 - 0x7fff8f698ffb libRIP.A.dylib (599.35.15) <408A708D-C1DA-3576-AADA-A44D5D5C6435> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8f6b3000 - 0x7fff8f718ffb com.apple.Heimdal (4.0 - 2.0) <C28DBCAE-01AC-363A-9046-3BD33F225526> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8f719000 - 0x7fff8fafaffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8fd6a000 - 0x7fff8fd6cffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib 0x7fff8fd6d000 - 0x7fff8fd7fff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8fd86000 - 0x7fff901b9ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff901ba000 - 0x7fff901bafff com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff901bb000 - 0x7fff9027fff7 com.apple.backup.framework (1.5.5 - 1.5.5) <CA77A4FC-7B76-30C7-94BE-FF4B8140D05A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff90290000 - 0x7fff90374ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff90375000 - 0x7fff905e5ffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff9060d000 - 0x7fff90612fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff9077c000 - 0x7fff9078efff com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff907dd000 - 0x7fff9081bff7 libGLImage.dylib (9.6.5) <C242B319-6F4B-3FB3-8FCE-0B77424F0BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9081c000 - 0x7fff9081efff libRadiance.dylib (1052) <82A880BE-DEFD-3445-9809-71043BC55AFC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90863000 - 0x7fff9095dfff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff909b6000 - 0x7fff909dffff GLRendererFloat (9.6.5) <D216C628-95EC-346C-A4EE-C88A750ADF5F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff90a43000 - 0x7fff90ca1ff2 com.apple.RawCamera.bundle (5.06 - 753) <7315ED29-77A1-3990-9054-F00B96527C06> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff90f05000 - 0x7fff90f08ff7 libdyld.dylib (239.5) <CAE7A50D-F156-3D47-81C0-DC41EB975D38> /usr/lib/system/libdyld.dylib 0x7fff91825000 - 0x7fff91873ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib 0x7fff918ce000 - 0x7fff919b8fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff91f30000 - 0x7fff91f3bfff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib 0x7fff91f3c000 - 0x7fff91f3fffa libCGXType.A.dylib (599.35.15) <B0C05D71-86AB-3B47-AFB6-368647BAE5FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff91f40000 - 0x7fff91f40ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff91f7d000 - 0x7fff91f7effb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff91fe7000 - 0x7fff91febff7 libGIF.dylib (1052) <E51B4EFE-F99B-35F4-BE33-0456635EC7B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff91fec000 - 0x7fff91ff6fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff9204b000 - 0x7fff92080ffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff920ff000 - 0x7fff920ffffd libOpenScriptingUtil.dylib (157.1) <D3B6E577-3CDB-3139-9B94-19496DFA7318> /usr/lib/libOpenScriptingUtil.dylib 0x7fff92100000 - 0x7fff9211bff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib 0x7fff9211c000 - 0x7fff92189ff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff921b9000 - 0x7fff921b9fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff921c5000 - 0x7fff922ccff7 com.apple.ImageIO.framework (3.3.0 - 1052) <6BFA69B9-A607-39BC-B302-E2E92E5BC7F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff922cd000 - 0x7fff92356fef libsystem_c.dylib (997.90.5) <889AA3F9-121C-3985-8B1D-5E908C5693BC> /usr/lib/system/libsystem_c.dylib 0x7fff92357000 - 0x7fff9236ffff com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 34 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 60462841 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=249.3M resident=98.3M(39%) swapped_out_or_unallocated=151.0M(61%) Writable regions: Total=160.7G written=299.1M(0%) resident=346.1M(0%) swapped_out=120K(0%) unallocated=160.4G(100%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.9M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 5772K CG image 1424K CG raster data 24K CG shared images 212K CoreAnimation 12K CoreGraphics 4K CoreImage 8K Foundation 4K IOKit 65.2M IOKit (reserved) 6016K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 289.6M MALLOC (admin) 32K MALLOC_LARGE (reserved) 6144K reserved VM address space (unallocated) Memory Tag 242 12K OpenCL 24K OpenGL GLSL 1664K STACK GUARD 56.2M Stack 64.0M VM_ALLOCATE 3.4G VM_ALLOCATE (reserved) 32.0M reserved VM address space (unallocated) WebKit Malloc 64K WebKit Malloc (reserved) 160.0G reserved VM address space (unallocated) __DATA 24.3M __IMAGE 528K __LINKEDIT 84.0M __TEXT 165.3M __UNICODE 544K mapped file 1.2G shared memory 68K =========== ======= TOTAL 165.4G TOTAL, minus reserved VM space 5.3G
1.0
JabRef 4.3.1 Crash on MacOSX 10.9.5 - I got some issues on my old MacBook that I normally use for writing stuff. - [?] I have tested the latest master version from http://builds.jabref.org/master/ and the problem persists JabRef 4.3.1 Mac OS X 10.9.5 x86_64 Java 1.8.0_171 <!-- Hint: If you use a development version (available at http://builds.jabref.org/master/), ensure that you use the latest one. --> Steps to reproduce: 1. Start JabRef 2. Select File -> New BibTeX Library 3. or Select File -> New biblatex Library 4. Crash Apple Crash Report: Process: JavaApplicationStub [34437] Path: /Applications/JabRef.app/Contents/MacOS/JavaApplicationStub Identifier: com.install4j.0034-7691-1464-4754.23 Version: 4.3.1 (4.3.1) Code Type: X86-64 (Native) Parent Process: launchd [156] Responsible: JavaApplicationStub [34437] User ID: 501 Date/Time: 2018-07-15 23:17:11.879 +0200 OS Version: Mac OS X 10.9.5 (13F1911) Report Version: 11 Anonymous UUID: E0028A7F-EFB0-8BC8-AECB-C81AB79967DE Sleep/Wake UUID: A8706093-B22A-48F4-9005-31015EBDFE54 Crashed Thread: 62 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Dyld Error Message: Symbol not found: _pthread_set_qos_class_self_np Referenced from: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjfxwebkit.dylib Expected in: /usr/lib/libSystem.B.dylib Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_platform.dylib 0x00007fff8b6a5f47 _platform_bzero$VARIANT$Merom + 55 1 libjfxwebkit.dylib 0x0000000182fb569a bmalloc::Zone::Zone(std::__1::lock_guard<bmalloc::StaticMutex>&) + 26 2 libjfxwebkit.dylib 0x0000000182fb55fd bmalloc::PerProcess<bmalloc::Zone>::getSlowCase() + 77 3 libjfxwebkit.dylib 0x0000000182fb5566 bmalloc::VMHeap::tryAllocateLargeChunk(unsigned long, unsigned long, bmalloc::AllocationKind) + 406 4 libjfxwebkit.dylib 0x0000000182fb38ff bmalloc::Heap::tryAllocateLarge(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, unsigned long, bmalloc::AllocationKind) + 303 5 libjfxwebkit.dylib 0x0000000182fb291f bmalloc::Heap::allocateSmallChunk(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long) + 111 6 libjfxwebkit.dylib 0x0000000182fb2d58 bmalloc::Heap::allocateSmallPage(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, std::__1::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&) + 168 7 libjfxwebkit.dylib 0x0000000182fb307a bmalloc::Heap::allocateSmallBumpRangesByMetadata(std::__1::lock_guard<bmalloc::StaticMutex>&, unsigned long, bmalloc::BumpAllocator&, bmalloc::FixedVector<bmalloc::BumpRange, 3ul>&, std::__1::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&) + 42 8 libjfxwebkit.dylib 0x0000000182faf100 bmalloc::Allocator::refillAllocatorSlowCase(bmalloc::BumpAllocator&, unsigned long) + 128 9 libjfxwebkit.dylib 0x0000000182faf327 bmalloc::Allocator::allocateSlowCase(unsigned long) + 199 10 libjfxwebkit.dylib 0x0000000182f68ca4 WTF::fastMalloc(unsigned long) + 116 11 libjfxwebkit.dylib 0x0000000182581a90 JSC::ExecutableAllocator::initializeAllocator() + 16 12 libjfxwebkit.dylib 0x00000001827ca895 void std::__1::__call_once_proxy<std::__1::tuple<JSC::initializeThreading()::$_0&&> >(void*) + 21 13 libc++.1.dylib 0x00007fff883d518f std::__1::__call_once(unsigned long volatile&, void*, void (*)(void*)) + 117 14 libjfxwebkit.dylib 0x00000001827ca86c JSC::initializeThreading() + 60 15 libjfxwebkit.dylib 0x00000001820b1198 Java_com_sun_webkit_WebPage_twkCreatePage + 24 16 ??? 0x0000000105e396e7 0 + 4393768679 17 ??? 0x0000000105e28dd0 0 + 4393700816 18 ??? 0x0000000105e292bd 0 + 4393702077 19 ??? 0x0000000105e292bd 0 + 4393702077 20 ??? 0x0000000105e292bd 0 + 4393702077 21 ??? 0x0000000105e292bd 0 + 4393702077 22 ??? 0x0000000105e292bd 0 + 4393702077 23 ??? 0x0000000105e29302 0 + 4393702146 24 ??? 0x0000000105e29040 0 + 4393701440 25 ??? 0x0000000105e217a7 0 + 4393670567 26 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 27 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 28 ??? 0x0000000106247c15 0 + 4398021653 29 ??? 0x0000000105e29040 0 + 4393701440 30 ??? 0x0000000105e292bd 0 + 4393702077 31 ??? 0x0000000106e16a54 0 + 4410403412 32 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 33 libjvm.dylib 0x000000010519951c jni_invoke_nonstatic(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 748 34 libjvm.dylib 0x000000010518bcff jni_CallVoidMethod + 363 35 libglass.dylib 0x00000001237978ec -[GlassRunnable run] + 108 36 com.apple.Foundation 0x00007fff8656975e __NSThreadPerformPerform + 229 37 com.apple.CoreFoundation 0x00007fff8a8625b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 38 com.apple.CoreFoundation 0x00007fff8a853c62 __CFRunLoopDoSources0 + 242 39 com.apple.CoreFoundation 0x00007fff8a8533ef __CFRunLoopRun + 831 40 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 41 com.apple.HIToolbox 0x00007fff8864da0d RunCurrentEventLoopInMode + 226 42 com.apple.HIToolbox 0x00007fff8864d7b7 ReceiveNextEventCommon + 479 43 com.apple.HIToolbox 0x00007fff8864d5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65 44 com.apple.AppKit 0x00007fff859b324e _DPSNextEvent + 1434 45 com.apple.AppKit 0x00007fff859b289b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 46 com.apple.AppKit 0x00007fff859a699c -[NSApplication run] + 553 47 libglass.dylib 0x00000001237998b9 -[GlassApplication runLoop:] + 1897 48 com.apple.Foundation 0x00007fff8656975e __NSThreadPerformPerform + 229 49 com.apple.CoreFoundation 0x00007fff8a8625b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 50 com.apple.CoreFoundation 0x00007fff8a853c62 __CFRunLoopDoSources0 + 242 51 com.apple.CoreFoundation 0x00007fff8a8533ef __CFRunLoopRun + 831 52 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 53 libjli.dylib 0x00000001000a28fe CreateExecutionEnvironment + 871 54 libjli.dylib 0x000000010009e508 JLI_Launch + 1952 55 com.install4j.0034-7691-1464-4754.23 0x00000001000087d8 -[Launcher launch] + 872 56 com.install4j.0034-7691-1464-4754.23 0x0000000100008ef5 launcher_main + 645 57 com.install4j.0034-7691-1464-4754.23 0x0000000100009062 main + 34 58 com.install4j.0034-7691-1464-4754.23 0x0000000100001504 start + 52 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff88364662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8b292421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8b292136 _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff88363a3a __semwait_signal + 10 1 libsystem_pthread.dylib 0x00007fff8d1bc7f3 pthread_join + 433 2 libjli.dylib 0x00000001000a1ebb ContinueInNewThread0 + 102 3 libjli.dylib 0x000000010009f378 ContinueInNewThread + 201 4 libjli.dylib 0x00000001000a1c1b JVMInit + 363 5 libjli.dylib 0x000000010009f0f6 JLI_Launch + 5006 6 com.install4j.0034-7691-1464-4754.23 0x0000000100008d52 launcher_main + 226 7 com.install4j.0034-7691-1464-4754.23 0x0000000100009062 main + 34 8 libjli.dylib 0x00000001000a2590 apple_main + 92 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e28a90 0 + 4393699984 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e292bd 0 + 4393702077 12 ??? 0x0000000105e292bd 0 + 4393702077 13 ??? 0x0000000105e292bd 0 + 4393702077 14 ??? 0x0000000105e217a7 0 + 4393670567 15 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 16 libjvm.dylib 0x000000010534890c Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*) + 3602 17 libjvm.dylib 0x0000000105348e40 Reflection::invoke_method(oopDesc*, Handle, objArrayHandle, Thread*) + 364 18 libjvm.dylib 0x00000001051ba77c JVM_InvokeMethod + 358 19 ??? 0x0000000105e396e7 0 + 4393768679 20 ??? 0x0000000105e29040 0 + 4393701440 21 ??? 0x0000000105e29040 0 + 4393701440 22 ??? 0x0000000105e29114 0 + 4393701652 23 ??? 0x0000000105e29040 0 + 4393701440 24 ??? 0x0000000105e292bd 0 + 4393702077 25 ??? 0x0000000105e217a7 0 + 4393670567 26 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 27 libjvm.dylib 0x0000000105199185 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 447 28 libjvm.dylib 0x0000000105191f11 jni_CallStaticVoidMethod + 349 29 libjli.dylib 0x000000010009fd56 JavaMain + 2500 30 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 31 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 32 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x0000000105034a96 ConcurrentG1RefineThread::run_young_rs_sampling() + 64 6 libjvm.dylib 0x00000001050345d4 ConcurrentG1RefineThread::run() + 52 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 17: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 20: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105034991 ConcurrentG1RefineThread::wait_for_completed_buffers() + 65 7 libjvm.dylib 0x00000001050345fa ConcurrentG1RefineThread::run() + 90 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 21: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010505061f ConcurrentMarkThread::sleepBeforeNextCycle() + 57 7 libjvm.dylib 0x000000010504ff81 ConcurrentMarkThread::run() + 117 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 22: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 23: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x000000010543f753 GangWorker::loop() + 179 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 24: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x00000001050e38f6 G1StringDedupQueue::wait() + 64 7 libjvm.dylib 0x00000001050e5d2a G1StringDedupThread::run() + 410 8 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 9 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 11 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 25: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x000000010542de16 VMThread::loop() + 444 6 libjvm.dylib 0x000000010542d8a1 VMThread::run() + 121 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 26:: Java: Reference Handler 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x00000001063ebccc 0 + 4399742156 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 27:: Java: Finalizer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 28:: Java: Surrogate Locker Thread (Concurrent GC) 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 6 libjvm.dylib 0x0000000105034cb9 SurrogateLockerThread::loop() + 141 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 29:: Java: Signal Dispatcher 0 libsystem_kernel.dylib 0x00007fff8835fa56 semaphore_wait_trap + 10 1 libjvm.dylib 0x00000001052fe77b check_pending_signals(bool) + 143 2 libjvm.dylib 0x00000001052fb299 signal_thread_entry(JavaThread*, Thread*) + 57 3 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 4 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 5 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 30:: Java: C2 CompilerThread0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 5 libjvm.dylib 0x000000010502c88a CompileQueue::get() + 122 6 libjvm.dylib 0x000000010502caac CompileBroker::compiler_thread_loop() + 376 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 31:: Java: C2 CompilerThread1 0 libjvm.dylib 0x0000000104f135a9 VectorSet::test_set(unsigned int) + 33 1 libjvm.dylib 0x000000010525500c PhaseIdealLoop::build_loop_early(VectorSet&, Node_List&, Node_Stack&) + 140 2 libjvm.dylib 0x00000001052576b1 PhaseIdealLoop::build_and_optimize(bool, bool) + 1401 3 libjvm.dylib 0x0000000105023ff1 Compile::Optimize() + 2079 4 libjvm.dylib 0x0000000105026f40 Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool) + 2284 5 libjvm.dylib 0x0000000104fc3f22 C2Compiler::compile_method(ciEnv*, ciMethod*, int) + 178 6 libjvm.dylib 0x000000010502a67e CompileBroker::invoke_compiler_on_method(CompileTask*) + 1458 7 libjvm.dylib 0x000000010502cbc5 CompileBroker::compiler_thread_loop() + 657 8 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 9 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 10 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 11 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 12 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 13 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 32:: Java: C2 CompilerThread2 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9ad9 Monitor::wait(bool, long, bool) + 237 5 libjvm.dylib 0x000000010502c88a CompileQueue::get() + 122 6 libjvm.dylib 0x000000010502caac CompileBroker::compiler_thread_loop() + 376 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 33:: Java: C1 CompilerThread3 0 libjvm.dylib 0x00000001050698f8 GrowableArray<int>::at_grow(int, int const&) + 58 1 libjvm.dylib 0x0000000105069c23 Dependencies::note_dep_seen(int, ciBaseObject*) + 51 2 libjvm.dylib 0x0000000105068d7c Dependencies::assert_common_1(Dependencies::DepType, ciBaseObject*) + 64 3 libjvm.dylib 0x0000000104f67f0d GraphBuilder::invoke(Bytecodes::Code) + 1785 4 libjvm.dylib 0x0000000104f6aa13 GraphBuilder::iterate_bytecodes_for_block(int) + 9289 5 libjvm.dylib 0x0000000104f671e5 GraphBuilder::iterate_all_blocks(bool) + 111 6 libjvm.dylib 0x0000000104f6b7d1 GraphBuilder::GraphBuilder(Compilation*, IRScope*) + 717 7 libjvm.dylib 0x0000000104f710c4 IRScope::IRScope(Compilation*, IRScope*, int, ciMethod*, int, bool) + 340 8 libjvm.dylib 0x0000000104f71175 IR::IR(Compilation*, ciMethod*, int) + 133 9 libjvm.dylib 0x0000000104f5b3eb Compilation::build_hir() + 167 10 libjvm.dylib 0x0000000104f5b57a Compilation::compile_java_method() + 88 11 libjvm.dylib 0x0000000104f5b7a3 Compilation::compile_method() + 109 12 libjvm.dylib 0x0000000104f5b9b8 Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) + 418 13 libjvm.dylib 0x0000000104f5c114 Compiler::compile_method(ciEnv*, ciMethod*, int) + 144 14 libjvm.dylib 0x000000010502a67e CompileBroker::invoke_compiler_on_method(CompileTask*) + 1458 15 libjvm.dylib 0x000000010502cbc5 CompileBroker::compiler_thread_loop() + 657 16 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 17 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 18 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 19 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 20 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 21 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 34:: Java: Service Thread 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052d9016 ParkCommon(ParkEvent*, long) + 42 4 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 5 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 6 libjvm.dylib 0x0000000105358c71 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 161 7 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 9 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 10 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 35: 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052d98fa Monitor::IWait(Thread*, long) + 168 4 libjvm.dylib 0x00000001052d9b72 Monitor::wait(bool, long, bool) + 390 5 libjvm.dylib 0x00000001053e1fec WatcherThread::sleep() const + 126 6 libjvm.dylib 0x00000001053e2e7f WatcherThread::run() + 243 7 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 8 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 36:: Java: Timer-0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e217a7 0 + 4393670567 10 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 11 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 12 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 14 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 16 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 17 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 18 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 19 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 37:: Java: JavaFX-Launcher 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e28a90 0 + 4393699984 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e292bd 0 + 4393702077 12 ??? 0x0000000105e292bd 0 + 4393702077 13 ??? 0x0000000105e29302 0 + 4393702146 14 ??? 0x0000000105e217a7 0 + 4393670567 15 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 16 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 17 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 18 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 19 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 20 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 21 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 22 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 23 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 24 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 38:: Java: QuantumRenderer-0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29114 0 + 4393701652 7 ??? 0x0000000105e29040 0 + 4393701440 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e29302 0 + 4393702146 10 ??? 0x0000000105e29302 0 + 4393702146 11 ??? 0x0000000105e217a7 0 + 4393670567 12 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 13 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 14 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 15 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 16 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 17 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 18 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 19 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 20 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 21 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 39:: Java: Thread-5 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000106331ac4 0 + 4398979780 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 40:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac77 _pthread_cond_wait + 787 2 com.apple.CoreVideo 0x00007fff8c167464 CVDisplayLink::waitUntil(unsigned long long) + 244 3 com.apple.CoreVideo 0x00007fff8c166998 CVDisplayLink::runIOThread() + 496 4 com.apple.CoreVideo 0x00007fff8c16678f startIOThread(void*) + 147 5 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 41: 0 libsystem_kernel.dylib 0x00007fff8835fa1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8835ed18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8a853f15 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8a853539 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8a852e75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff85b5305e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 42:: Java: AWT-Shutdown 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000106331ac4 0 + 4398979780 8 ??? 0x0000000105e29302 0 + 4393702146 9 ??? 0x0000000105e217a7 0 + 4393670567 10 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 11 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 12 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 14 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 16 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 17 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 18 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 19 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 43:: Java: AWT-EventQueue-0 0 libjvm.dylib 0x0000000105352955 Rewriter::Rewriter(instanceKlassHandle, constantPoolHandle, Array<Method*>*, Thread*) + 505 1 libjvm.dylib 0x0000000105352b4e Rewriter::rewrite(instanceKlassHandle, Thread*) + 162 2 libjvm.dylib 0x00000001051355ef InstanceKlass::rewrite_class(Thread*) + 33 3 libjvm.dylib 0x0000000105135ccd InstanceKlass::link_class_impl(instanceKlassHandle, bool, Thread*) + 1009 4 libjvm.dylib 0x0000000105135fdf InstanceKlass::link_class(Thread*) + 59 5 libjvm.dylib 0x0000000105136017 InstanceKlass::initialize_impl(instanceKlassHandle, Thread*) + 37 6 libjvm.dylib 0x0000000105136733 InstanceKlass::initialize(Thread*) + 61 7 libjvm.dylib 0x000000010524352a LinkResolver::resolve_static_call(CallInfo&, KlassHandle&, Symbol*, Symbol*, KlassHandle, bool, bool, Thread*) + 156 8 libjvm.dylib 0x000000010524373e LinkResolver::resolve_invokestatic(CallInfo&, constantPoolHandle, int, Thread*) + 258 9 libjvm.dylib 0x00000001052437ff LinkResolver::resolve_invoke(CallInfo&, Handle, constantPoolHandle, int, Bytecodes::Code, Thread*) + 179 10 libjvm.dylib 0x000000010515c60a InterpreterRuntime::resolve_invoke(JavaThread*, Bytecodes::Code) + 868 11 ??? 0x0000000105e46108 0 + 4393820424 12 ??? 0x0000000105e29114 0 + 4393701652 13 ??? 0x0000000105e29040 0 + 4393701440 14 ??? 0x0000000105e29040 0 + 4393701440 15 ??? 0x0000000105e292bd 0 + 4393702077 16 ??? 0x0000000105e292bd 0 + 4393702077 17 ??? 0x0000000105e292bd 0 + 4393702077 18 ??? 0x0000000105e29040 0 + 4393701440 19 ??? 0x0000000105e29302 0 + 4393702146 20 ??? 0x0000000105e292bd 0 + 4393702077 21 ??? 0x0000000105e29302 0 + 4393702146 22 ??? 0x0000000105e292bd 0 + 4393702077 23 ??? 0x0000000105e29302 0 + 4393702146 24 ??? 0x0000000105e292bd 0 + 4393702077 25 ??? 0x0000000105e292bd 0 + 4393702077 26 ??? 0x0000000105e292bd 0 + 4393702077 27 ??? 0x0000000105e29302 0 + 4393702146 28 ??? 0x0000000105e29302 0 + 4393702146 29 ??? 0x0000000105e292bd 0 + 4393702077 30 ??? 0x0000000106a0461c 0 + 4406134300 31 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 32 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 33 ??? 0x0000000106247c15 0 + 4398021653 34 ??? 0x000000010699e96c 0 + 4405717356 35 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 36 libjvm.dylib 0x00000001051c2b24 JVM_DoPrivileged + 1208 37 ??? 0x0000000106247c15 0 + 4398021653 38 ??? 0x0000000106a0b4b4 0 + 4406162612 39 ??? 0x0000000105e292bd 0 + 4393702077 40 ??? 0x0000000105e292bd 0 + 4393702077 41 ??? 0x0000000105e292bd 0 + 4393702077 42 ??? 0x0000000105e292bd 0 + 4393702077 43 ??? 0x0000000105e217a7 0 + 4393670567 44 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 45 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 46 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 47 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 48 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 49 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 50 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 51 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 52 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 53 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 44:: Java: timer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000105e396e7 0 + 4393768679 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 45:: Java: FileUpdateMonitor 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e29040 0 + 4393701440 9 ??? 0x0000000105e29040 0 + 4393701440 10 ??? 0x0000000105e29114 0 + 4393701652 11 ??? 0x0000000105e29302 0 + 4393702146 12 ??? 0x0000000105e29302 0 + 4393702146 13 ??? 0x0000000105e292bd 0 + 4393702077 14 ??? 0x0000000105e29302 0 + 4393702146 15 ??? 0x0000000105e217a7 0 + 4393670567 16 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 17 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 18 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 19 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 20 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 21 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 22 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 23 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 24 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 25 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 46:: Java: Java2D Disposer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 47:: Java: Prism Font Disposer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 48:: Java: Java2D Queue Flusher 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 49:: Java: SwingWorker-pool-4-thread-1 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000105e396e7 0 + 4393768679 5 ??? 0x0000000105e292bd 0 + 4393702077 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e29114 0 + 4393701652 9 ??? 0x0000000105e29040 0 + 4393701440 10 ??? 0x0000000105e292bd 0 + 4393702077 11 ??? 0x0000000105e29302 0 + 4393702146 12 ??? 0x0000000105e217a7 0 + 4393670567 13 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 14 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 15 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 16 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 17 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 18 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 19 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 20 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 21 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 22 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 50:: Java: TimerQueue 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29040 0 + 4393701440 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 51:: Java: Batik CleanerThread 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fc20e os::PlatformEvent::park() + 192 3 libjvm.dylib 0x00000001052f3d3b ObjectMonitor::wait(long, bool, Thread*) + 763 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105f64d14 0 + 4394994964 Thread 52: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 53: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 54: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 55: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 56: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 57: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 58: 0 libsystem_kernel.dylib 0x00007fff88363e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8d1b9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8d1bcfb9 start_wqthread + 13 Thread 59:: Java: SwingWorker-pool-4-thread-2 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fced4 Parker::park(bool, long) + 510 3 libjvm.dylib 0x00000001053f8255 Unsafe_Park + 126 4 ??? 0x0000000106a257ea 0 + 4406269930 5 ??? 0x0000000106a725d4 0 + 4406584788 6 ??? 0x0000000105e29114 0 + 4393701652 7 ??? 0x0000000105e29040 0 + 4393701440 8 ??? 0x0000000105e292bd 0 + 4393702077 9 ??? 0x0000000105e29302 0 + 4393702146 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 60:: Java: Keep-Alive-Timer 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052fff0d os::sleep(Thread*, long, bool) + 239 4 libjvm.dylib 0x00000001051bcee6 JVM_Sleep + 269 5 ??? 0x0000000105e396e7 0 + 4393768679 6 ??? 0x0000000105e292bd 0 + 4393702077 7 ??? 0x0000000105e29302 0 + 4393702146 8 ??? 0x0000000105e217a7 0 + 4393670567 9 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 10 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 11 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 13 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 15 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 16 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 17 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 18 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 61:: Java: Image Fetcher 0 0 libsystem_kernel.dylib 0x00007fff88363716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8d1bac3b _pthread_cond_wait + 727 2 libjvm.dylib 0x00000001052fd106 os::PlatformEvent::park(long) + 404 3 libjvm.dylib 0x00000001052f3d4c ObjectMonitor::wait(long, bool, Thread*) + 780 4 libjvm.dylib 0x00000001053ae084 ObjectSynchronizer::wait(Handle, long, Thread*) + 202 5 libjvm.dylib 0x00000001051c3fb3 JVM_MonitorWait + 156 6 ??? 0x0000000106908ee8 0 + 4405104360 7 ??? 0x0000000105e292bd 0 + 4393702077 8 ??? 0x0000000105e29040 0 + 4393701440 9 ??? 0x0000000105e292bd 0 + 4393702077 10 ??? 0x0000000105e217a7 0 + 4393670567 11 libjvm.dylib 0x00000001051621f6 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710 12 libjvm.dylib 0x000000010516299a JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 356 13 libjvm.dylib 0x0000000105162b46 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001051bd46d thread_entry(JavaThread*, Thread*) + 124 15 libjvm.dylib 0x00000001053e1b0f JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001053e320a JavaThread::run() + 450 17 libjvm.dylib 0x00000001053004a6 java_start(Thread*) + 246 18 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 19 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 20 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 62 Crashed: 0 dyld 0x00007fff5fe6c09d dyld_fatal_error + 1 1 dyld 0x00007fff5fe6edf6 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 171 2 libdyld.dylib 0x00007fff90f062dd dyld_stub_binder_ + 13 3 ??? 0x000000018466d008 0 + 6516297736 4 libjfxwebkit.dylib 0x0000000182fb4bb9 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9 5 libjfxwebkit.dylib 0x0000000182fb5068 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 40 6 libsystem_pthread.dylib 0x00007fff8d1b8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8d1b872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8d1bcfc9 thread_start + 13 Thread 62 crashed with X86 Thread State (64-bit): rax: 0x00007fff5fea0db0 rbx: 0x0000618000192620 rcx: 0x0000000000000000 rdx: 0x0000000000000000 rdi: 0x00007fff5fea0f20 rsi: 0x0000000000000000 rbp: 0x000000017b74ccf0 rsp: 0x000000017b74ccd8 r8: 0x00007fff5fe8bb8c r9: 0x0000000000000000 r10: 0x00007fff5fe8ed26 r11: 0x00007fff5fea0f20 r12: 0x000000000001122b r13: 0x0000000000000000 r14: 0x00007fff5fea0f20 r15: 0x0000000182fb5040 rip: 0x00007fff5fe6c09d rfl: 0x0000000000000246 cr2: 0x00000001214a7000 Logical CPU: 6 Error Code: 0x00000000 Trap Number: 3 Binary Images: 0x100000000 - 0x10000bfff +com.install4j.0034-7691-1464-4754.23 (4.3.1 - 4.3.1) <24EBE302-01AB-3854-B9AD-92C10C2965FD> /Applications/JabRef.app/Contents/MacOS/JavaApplicationStub 0x10009d000 - 0x1000a7fff +libjli.dylib (1) <B1776662-EA1C-3401-9586-F2F3A51C78DC> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib 0x1000ac000 - 0x1000b4ff7 +libverify.dylib (1) <77386D64-F1D8-3DE0-9B3B-59E4757D640F> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libverify.dylib 0x1000ba000 - 0x1000defe7 +libjava.dylib (1) <2CBE8EB6-F011-3DA4-BC35-BE5649B7B801> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjava.dylib 0x100689000 - 0x10068efff +libzip.dylib (1) <160A3C84-9D68-3147-A456-71A5809378A7> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libzip.dylib 0x102fed000 - 0x102ff1fff +libmanagement.dylib (1) <DB101E6F-6079-3456-8152-046DFF8A6B2D> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libmanagement.dylib 0x104e73000 - 0x105685ff7 +libjvm.dylib (1) <0C2D07CA-BE34-3C17-9B74-697414D68D05> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/server/libjvm.dylib 0x1207ea000 - 0x1207f1ff7 +libosx.dylib (1) <D2EB6084-7503-3F42-9443-152D88F23B92> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosx.dylib 0x121000000 - 0x121006ff7 +libosxapp.dylib (1) <2D269DE6-B410-3B98-B682-937EB0B2A547> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosxapp.dylib 0x12101c000 - 0x121026fff JavaNativeFoundation (1) <10006281-5A71-3A5E-BEC6-22F7BB31CF81> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x121031000 - 0x12103aff7 com.apple.java.JavaRuntimeSupport (14.9.0 - 14.9.0) <AB4F1817-A2DE-36F2-8052-3CD334906F79> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport 0x121049000 - 0x12104efff com.apple.JavaVM (14.9.0 - 14.9.0) <67BD63C5-D82F-3A31-BC43-C8810356D524> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x121056000 - 0x12105bfff JavaLaunching (1) <528DEA76-B869-36B5-87A6-D9B722968E16> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching 0x121400000 - 0x121404fff +libosxui.dylib (1) <C1D64111-AA7E-3342-A0F5-46D9916E7878> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libosxui.dylib 0x12140f000 - 0x121413ffb +libjavafx_font.dylib (0) <05ECC8EE-3E0B-3BEC-B820-B1FE1C6DF9FC> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjavafx_font.dylib 0x121627000 - 0x12162ffff +libnio.dylib (1) <9C280757-859E-3E70-A2B1-8D22DFD7C228> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libnio.dylib 0x121637000 - 0x121640ff3 +libprism_es2.dylib (0) <72D5D151-7F7A-3F11-98EB-38B288B91C33> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libprism_es2.dylib 0x1216b6000 - 0x1216c1fff libGPUSupport.dylib (9.6.5) <7262B5E5-AA02-3916-9E78-071502F4F1BE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x1217d3000 - 0x1217e2ff7 +libnet.dylib (1) <1C9F2802-0BE7-3C78-984C-2DC72C330AFA> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libnet.dylib 0x123793000 - 0x1237c9fff +libglass.dylib (0) <9F23843E-7F2E-35BC-BDB5-187D08EADF24> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libglass.dylib 0x123900000 - 0x123c4eff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.17 - 8.2.4) <90DAAB2E-FBCE-3592-9564-3FE7DD2D8518> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver 0x124800000 - 0x124a8bff7 com.apple.AMDRadeonX3000GLDriver (1.24.39 - 1.2.4) <7E74EF85-CD9D-3AD9-8B4B-CAC588EC165B> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver 0x125caf000 - 0x125cb7ff7 +libprism_common.dylib (0) <83ED6501-1998-3657-B415-D8473D1E8937> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libprism_common.dylib 0x12665a000 - 0x1266c4fff +libawt.dylib (1) <A90BEC39-7466-3A14-8AF2-18B1A37A8562> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libawt.dylib 0x126704000 - 0x1267c9fff +libmlib_image.dylib (1) <20299C66-B210-3AE1-9086-70977FBD2AA4> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libmlib_image.dylib 0x127ffc000 - 0x128070ff7 +libawt_lwawt.dylib (1) <74A34BF1-9225-3FCF-B5F3-F7AC8645214E> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libawt_lwawt.dylib 0x1280b6000 - 0x1280f9ff7 +libfontmanager.dylib (1) <B3F254BD-D3AA-39B8-B7F9-DAA4FF9AA711> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libfontmanager.dylib 0x129557000 - 0x129558ff9 +cl_kernels (???) <57803ECE-0865-4E6D-ACE8-1DC30FA94600> cl_kernels 0x12c6fd000 - 0x12c6fefe4 +cl_kernels (???) <3AB2604C-57CE-4F4E-9518-35C977FDE13D> cl_kernels 0x137010000 - 0x13702dff7 +libsunec.dylib (1) <AB095BDD-6F23-32FF-A944-E9E68DF9CC71> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libsunec.dylib 0x179318000 - 0x1793fefef unorm8_bgra.dylib (2.3.58) <A975133F-2E73-3DAF-A08F-B3CC7E9E10CE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x17ad8c000 - 0x17adb0ff7 +libdcpr.dylib (1) <2122AAE9-CBF8-36A2-8F44-04777D4A4CF9> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libdcpr.dylib 0x17b34c000 - 0x17b38bfff +libt2k.dylib (1) <17EBCE39-958E-3A39-8441-C6963AE13AE4> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libt2k.dylib 0x1815ef000 - 0x18466cfff +libjfxwebkit.dylib (0) <6011BCEE-3A04-3D32-A41B-A0CDCC4E8FA3> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libjfxwebkit.dylib 0x7fff5fe6b000 - 0x7fff5fe9e887 dyld (239.5) <1D3130FE-FE7E-3C4C-8E74-EB51895B6BA5> /usr/lib/dyld 0x7fff846b0000 - 0x7fff846b5fff com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff846b9000 - 0x7fff846bbff7 com.apple.securityhi (9.0 - 55005) <0CB82072-BA4B-357B-BE46-A96D317C1D91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff846bc000 - 0x7fff846bdff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff846be000 - 0x7fff84705ffb libFontRegistry.dylib (127.0.1) <F267F500-6E4A-3BE3-97C1-08AAA649E02E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff84706000 - 0x7fff84773fff com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff84774000 - 0x7fff8509d5ab com.apple.CoreGraphics (1.600.0 - 599.35.15) <ED5E3C37-7E2F-3885-8091-DFC9B44B38E8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8509e000 - 0x7fff850a1fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff850a2000 - 0x7fff850a3fff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib 0x7fff850a4000 - 0x7fff850bfff7 libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib 0x7fff850eb000 - 0x7fff8517bff7 com.apple.Metadata (10.7.0 - 800.30) <E107CE36-FBC3-35A5-84E0-864B4178FC5D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8517c000 - 0x7fff851d4ff7 com.apple.Symbolication (1.4 - 129.0.2) <3DCCAB8A-6FA1-3BB9-B4D3-A3CBDB3BDF04> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff85267000 - 0x7fff85269fff com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8526a000 - 0x7fff8526dffc com.apple.IOSurface (91.3 - 91.3) <E93485CC-12B1-318E-BAE3-AB532B264935> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8526e000 - 0x7fff852a3fff libssl.0.9.8.dylib (52.8.4) <3F8ADCC3-AE3F-371C-A4D5-FF219D33E507> /usr/lib/libssl.0.9.8.dylib 0x7fff852a4000 - 0x7fff852d5ff7 libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib 0x7fff852d6000 - 0x7fff85472ff3 com.apple.QuartzCore (1.8 - 332.4) <CFB972D1-FA37-380C-9A47-2A67A84B7442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff854a0000 - 0x7fff85558ff7 com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff85559000 - 0x7fff85647fff libJP2.dylib (1052) <CB242C3E-F10C-38C5-A090-B757F9269143> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8565f000 - 0x7fff85668ff7 libcldcpuengine.dylib (2.3.58) <4433A688-94CA-3EE0-BE5B-D982C14EF6DB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff85669000 - 0x7fff8566aff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff85832000 - 0x7fff8583fff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff85843000 - 0x7fff8584affb libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib 0x7fff85857000 - 0x7fff85870ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8589c000 - 0x7fff8596dff1 com.apple.DiskImagesFramework (10.9.6 - 373) <4EA5A3C8-13E2-309C-8FAB-C21A4C316802> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8596e000 - 0x7fff85976ff3 libCGCMS.A.dylib (599.35.15) <930BAB0B-2D3F-3C90-94D9-CB02C9967964> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8598f000 - 0x7fff86505ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff86506000 - 0x7fff86806ff7 com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff86bdf000 - 0x7fff86c08fff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff86c0c000 - 0x7fff86c3dfff libTrueTypeScaler.dylib (111.1.6) <82F16E1F-FBC6-30E4-9312-D8EED84BFCA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff86c3e000 - 0x7fff86c42ff7 libsystem_stats.dylib (93.90.3) <2304C7C2-BE45-35DE-BCC6-707D61B7AE7E> /usr/lib/system/libsystem_stats.dylib 0x7fff86c43000 - 0x7fff86c4cffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib 0x7fff86ef1000 - 0x7fff86f4cffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff86f67000 - 0x7fff86f6afff com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff86f6b000 - 0x7fff86f90ff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff86f9b000 - 0x7fff86fa6fff libGPUSupportMercury.dylib (9.6.5) <1E23BD90-2A15-30E9-9CDF-255D64D404D0> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff873b5000 - 0x7fff873faff6 com.apple.HIServices (1.23 - 468) <FD17FE8C-A355-3B6B-B8B7-E56E5C595EDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff874bd000 - 0x7fff87529fff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8752a000 - 0x7fff8752bfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8754c000 - 0x7fff8754efff libCVMSPluginSupport.dylib (9.6.5) <9DE29AD9-5F59-3B9B-899C-4DED190CB817> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8754f000 - 0x7fff87566ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <D7F2E159-CF6B-3EB1-9806-3BC59E63D24F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff87567000 - 0x7fff87658ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib 0x7fff87659000 - 0x7fff87660ff8 liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib 0x7fff87675000 - 0x7fff87699ff7 libJPEG.dylib (1052) <6836134F-8701-3A6B-82F3-19A0A72CE21C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff87723000 - 0x7fff877d3ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff877d4000 - 0x7fff877d4ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff878f9000 - 0x7fff87bcdfc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff87c7d000 - 0x7fff87cfefff com.apple.CoreSymbolication (3.0.1 - 141.0.6) <D46DE002-1FEB-38B7-8583-3DF3496274F5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff87e67000 - 0x7fff88007ff7 GLEngine (9.6.5) <30643C97-7EBB-36EE-BEEA-13844EA0F680> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff88008000 - 0x7fff88011ffd com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff88012000 - 0x7fff8801effb com.apple.AppleFSCompression (56.92.2 - 1.0) <16542F97-9D21-317D-8A50-4C34AAD35F41> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8807b000 - 0x7fff880abfff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff880ac000 - 0x7fff880acfff com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff882b0000 - 0x7fff88314fff com.apple.datadetectorscore (5.0 - 354.5) <D4DBCCF4-9622-3AB9-9076-32579FCC2E39> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff88315000 - 0x7fff88317ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff88318000 - 0x7fff88340ff3 libxslt.1.dylib (13.12) <38FD3D1E-5335-398F-A663-47298EDDA231> /usr/lib/libxslt.1.dylib 0x7fff8834e000 - 0x7fff8836aff7 libsystem_kernel.dylib (2422.115.15) <34ABAF79-E147-3C34-B05D-46A566E689CC> /usr/lib/system/libsystem_kernel.dylib 0x7fff88370000 - 0x7fff88376fff com.apple.AOSNotification (1.7.0 - 760.4) <8F042A51-E0A9-37E6-A601-0DD6A58A0AC8> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8839a000 - 0x7fff883ecfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff883ed000 - 0x7fff883effff com.apple.ExceptionHandling (1.5 - 10) <0DD670E1-08D5-3570-BE98-19030BEA9845> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x7fff883ff000 - 0x7fff88472fff com.apple.securityfoundation (6.0 - 55122.3) <0AFCF575-97C3-3458-A72E-39DA07804EB9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff88473000 - 0x7fff88480ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff884d1000 - 0x7fff88510fff libGLU.dylib (9.6.5) <7463B411-2DB0-3338-BC8D-403293E2CA34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff88511000 - 0x7fff88518fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff88565000 - 0x7fff885f1ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff885f2000 - 0x7fff8861efff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8861f000 - 0x7fff888c9ff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff88a5c000 - 0x7fff88a85ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff88ad1000 - 0x7fff88da2ffc com.apple.CoreImage (9.4.1) <7B28C3F3-8EB3-3150-A55D-EBCDBDCA4977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff88da3000 - 0x7fff88dcaff7 com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff88dcb000 - 0x7fff88e06fff com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff88f5f000 - 0x7fff88f63ff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib 0x7fff88fcf000 - 0x7fff88fd7ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff88ffb000 - 0x7fff890bdffd com.apple.CoreText (367.23 - 367.23) <C799261E-2E19-3D69-8A8D-098B7DD8D31D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff890be000 - 0x7fff890fffff com.apple.PerformanceAnalysis (1.47 - 47) <95435F84-C251-3C48-B6CD-9EE7A63D6E26> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff89100000 - 0x7fff89131fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff89132000 - 0x7fff89142ffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib 0x7fff893d6000 - 0x7fff89506ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff89512000 - 0x7fff89517ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff89518000 - 0x7fff89547ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff895c2000 - 0x7fff895cdff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff895ce000 - 0x7fff89659ff7 libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib 0x7fff8965a000 - 0x7fff8965bfff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8a624000 - 0x7fff8a634fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff8a635000 - 0x7fff8a79bfff libGLProgrammability.dylib (9.6.5) <53BCF254-3014-33DC-94EF-72C7270F14F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8a7c3000 - 0x7fff8a7dffff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8a7e0000 - 0x7fff8a7e2ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff8a7e3000 - 0x7fff8a9c8fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8a9c9000 - 0x7fff8a9f0ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib 0x7fff8a9f1000 - 0x7fff8a9feff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8aa7b000 - 0x7fff8aa7cff7 com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8aa7d000 - 0x7fff8aa95ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8aaf5000 - 0x7fff8ab10ff7 libPng.dylib (1052) <6A2D3E6E-AA2E-3B6F-9E3B-8D08A5A3B9C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8ab11000 - 0x7fff8ab56fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff8ab57000 - 0x7fff8ab57fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8af34000 - 0x7fff8af3eff7 com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8af89000 - 0x7fff8b124ff8 com.apple.CFNetwork (673.6 - 673.6) <CAA196FE-BF5A-384F-975E-E0F81359805B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8b125000 - 0x7fff8b132fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8b247000 - 0x7fff8b28eff7 libcups.2.dylib (372.6) <CBD2F0CF-FA10-36E1-A1D5-1B946B45B3B3> /usr/lib/libcups.2.dylib 0x7fff8b28f000 - 0x7fff8b2a9fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib 0x7fff8b2aa000 - 0x7fff8b303ff7 libTIFF.dylib (1052) <909BF5F6-6FC5-3126-9028-593130CAEBE6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8b341000 - 0x7fff8b495ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8b5d6000 - 0x7fff8b6a0ff7 com.apple.LaunchServices (572.32 - 572.32) <A4699DED-5101-3068-94F8-8D0B7A84BC79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8b6a1000 - 0x7fff8b6a7ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8b797000 - 0x7fff8b7c6fff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8b7c7000 - 0x7fff8b7f6fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff8b7f7000 - 0x7fff8b805fff com.apple.opengl (9.6.5 - 9.6.5) <4FAEADD8-EEB3-3FD9-ADC6-BA65806228CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b806000 - 0x7fff8b807fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff8b808000 - 0x7fff8b812ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8b813000 - 0x7fff8b876ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8b9e6000 - 0x7fff8bac3fff libcrypto.0.9.8.dylib (52.8.4) <E03DB1E7-4CC6-3338-B67D-F69BE2FB28FC> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8bb03000 - 0x7fff8bb07fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8bb08000 - 0x7fff8bb2cfff libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib 0x7fff8bb2d000 - 0x7fff8bd75ff7 com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8bd76000 - 0x7fff8bf23f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib 0x7fff8c160000 - 0x7fff8c164fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib 0x7fff8c165000 - 0x7fff8c18aff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8c18b000 - 0x7fff8c197ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <383F96FF-1DF3-37E8-8540-03A697C873F6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8c198000 - 0x7fff8c19cfff com.apple.IOAccelerator (98.26 - 98.26) <FCF6626A-DCEC-3D87-84FE-E713385849D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff8c19d000 - 0x7fff8c1aeff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff8c1af000 - 0x7fff8c200ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <07F2B103-AE29-3118-BBC4-9A72E13B013B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8c201000 - 0x7fff8c24fff7 com.apple.opencl (2.3.59 - 2.3.59) <E37E2219-6EA7-3666-8DB5-8FC60EFB0BC9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8c284000 - 0x7fff8c2d7fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8c3fb000 - 0x7fff8c3fbfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8c3fc000 - 0x7fff8c403fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8c404000 - 0x7fff8c47bfff com.apple.CoreServices.OSServices (600.4 - 600.4) <6BC86B46-AFD3-3F06-8659-2C954CBEBD43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8c47c000 - 0x7fff8c564fff libxml2.2.dylib (26.11) <282EF071-71D7-3C56-9FFD-543F2A083F18> /usr/lib/libxml2.2.dylib 0x7fff8c565000 - 0x7fff8c57eff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8c809000 - 0x7fff8c977ff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8c978000 - 0x7fff8c989ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff8c98a000 - 0x7fff8c98bff7 libSystem.B.dylib (1197.1.1) <72A98ACC-7606-3AD5-82AF-02D4EBBD4F02> /usr/lib/libSystem.B.dylib 0x7fff8c98c000 - 0x7fff8c996ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib 0x7fff8ca23000 - 0x7fff8ca2cfff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8ca2d000 - 0x7fff8ca66ff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8ca67000 - 0x7fff8ca9fff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8cd0a000 - 0x7fff8cd0dfff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8d081000 - 0x7fff8d090ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d091000 - 0x7fff8d09dff7 com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8d113000 - 0x7fff8d117ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib 0x7fff8d12d000 - 0x7fff8d1b6fff com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8d1b7000 - 0x7fff8d1beff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib 0x7fff8d1bf000 - 0x7fff8d1bffff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8daa1000 - 0x7fff8daa9fff libsystem_dnssd.dylib (522.92.3) <1418DF66-01BE-3A87-8553-09EAA945F4FE> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8db32000 - 0x7fff8db74ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff8db9c000 - 0x7fff8dba4ffc libGFXShared.dylib (9.6.5) <FCCD0CD3-02FD-3A79-B048-A14745D76CC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8dba5000 - 0x7fff8dc70fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8dce6000 - 0x7fff8dd0dffb libsystem_info.dylib (449.1.4) <12CD9E42-8CEE-3A8D-B006-F8A6EB98804D> /usr/lib/system/libsystem_info.dylib 0x7fff8e49d000 - 0x7fff8e4eaff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8e863000 - 0x7fff8e8b1fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff8e8b2000 - 0x7fff8e8bdfff libGL.dylib (9.6.5) <A5F36623-33E8-379D-A423-8F873018CD79> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8e8be000 - 0x7fff8ea76ffb libicucore.A.dylib (511.36) <9AAC5980-2C1F-3B86-8A16-DB533F5E7C84> /usr/lib/libicucore.A.dylib 0x7fff8f385000 - 0x7fff8f66ffff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f670000 - 0x7fff8f698ffb libRIP.A.dylib (599.35.15) <408A708D-C1DA-3576-AADA-A44D5D5C6435> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8f6b3000 - 0x7fff8f718ffb com.apple.Heimdal (4.0 - 2.0) <C28DBCAE-01AC-363A-9046-3BD33F225526> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8f719000 - 0x7fff8fafaffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8fd6a000 - 0x7fff8fd6cffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib 0x7fff8fd6d000 - 0x7fff8fd7fff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8fd86000 - 0x7fff901b9ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff901ba000 - 0x7fff901bafff com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff901bb000 - 0x7fff9027fff7 com.apple.backup.framework (1.5.5 - 1.5.5) <CA77A4FC-7B76-30C7-94BE-FF4B8140D05A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff90290000 - 0x7fff90374ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff90375000 - 0x7fff905e5ffd com.apple.security (7.0 - 55471.14.40) <58F50B4A-FC1E-3AE0-A5DB-DD737E50AC17> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff9060d000 - 0x7fff90612fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff9077c000 - 0x7fff9078efff com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff907dd000 - 0x7fff9081bff7 libGLImage.dylib (9.6.5) <C242B319-6F4B-3FB3-8FCE-0B77424F0BED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9081c000 - 0x7fff9081efff libRadiance.dylib (1052) <82A880BE-DEFD-3445-9809-71043BC55AFC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90863000 - 0x7fff9095dfff libFontParser.dylib (111.1.6) <77253632-B3F6-3151-ABA0-C1EF458668A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff909b6000 - 0x7fff909dffff GLRendererFloat (9.6.5) <D216C628-95EC-346C-A4EE-C88A750ADF5F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff90a43000 - 0x7fff90ca1ff2 com.apple.RawCamera.bundle (5.06 - 753) <7315ED29-77A1-3990-9054-F00B96527C06> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff90f05000 - 0x7fff90f08ff7 libdyld.dylib (239.5) <CAE7A50D-F156-3D47-81C0-DC41EB975D38> /usr/lib/system/libdyld.dylib 0x7fff91825000 - 0x7fff91873ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib 0x7fff918ce000 - 0x7fff919b8fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff91f30000 - 0x7fff91f3bfff libkxld.dylib (2422.115.15) <8850BC2B-EB64-3B0F-8047-DCC113021292> /usr/lib/system/libkxld.dylib 0x7fff91f3c000 - 0x7fff91f3fffa libCGXType.A.dylib (599.35.15) <B0C05D71-86AB-3B47-AFB6-368647BAE5FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff91f40000 - 0x7fff91f40ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff91f7d000 - 0x7fff91f7effb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff91fe7000 - 0x7fff91febff7 libGIF.dylib (1052) <E51B4EFE-F99B-35F4-BE33-0456635EC7B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff91fec000 - 0x7fff91ff6fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff9204b000 - 0x7fff92080ffc com.apple.LDAPFramework (2.4.28 - 194.5) <5E501783-06E8-390C-AF34-A7FAD402F3E6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff920ff000 - 0x7fff920ffffd libOpenScriptingUtil.dylib (157.1) <D3B6E577-3CDB-3139-9B94-19496DFA7318> /usr/lib/libOpenScriptingUtil.dylib 0x7fff92100000 - 0x7fff9211bff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib 0x7fff9211c000 - 0x7fff92189ff1 com.apple.ApplicationServices.ATS (360 - 363.6) <828C2711-4577-3F75-B436-3BDF328DFB11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff921b9000 - 0x7fff921b9fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff921c5000 - 0x7fff922ccff7 com.apple.ImageIO.framework (3.3.0 - 1052) <6BFA69B9-A607-39BC-B302-E2E92E5BC7F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff922cd000 - 0x7fff92356fef libsystem_c.dylib (997.90.5) <889AA3F9-121C-3985-8B1D-5E908C5693BC> /usr/lib/system/libsystem_c.dylib 0x7fff92357000 - 0x7fff9236ffff com.apple.openscripting (1.4.1 - 157.1) <2C6C6498-D88E-3D9B-B933-9873890F382E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 34 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 60462841 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=249.3M resident=98.3M(39%) swapped_out_or_unallocated=151.0M(61%) Writable regions: Total=160.7G written=299.1M(0%) resident=346.1M(0%) swapped_out=120K(0%) unallocated=160.4G(100%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.9M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 5772K CG image 1424K CG raster data 24K CG shared images 212K CoreAnimation 12K CoreGraphics 4K CoreImage 8K Foundation 4K IOKit 65.2M IOKit (reserved) 6016K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 289.6M MALLOC (admin) 32K MALLOC_LARGE (reserved) 6144K reserved VM address space (unallocated) Memory Tag 242 12K OpenCL 24K OpenGL GLSL 1664K STACK GUARD 56.2M Stack 64.0M VM_ALLOCATE 3.4G VM_ALLOCATE (reserved) 32.0M reserved VM address space (unallocated) WebKit Malloc 64K WebKit Malloc (reserved) 160.0G reserved VM address space (unallocated) __DATA 24.3M __IMAGE 528K __LINKEDIT 84.0M __TEXT 165.3M __UNICODE 544K mapped file 1.2G shared memory 68K =========== ======= TOTAL 165.4G TOTAL, minus reserved VM space 5.3G
non_priority
jabref crash on macosx i got some issues on my old macbook that i normally use for writing stuff i have tested the latest master version from and the problem persists jabref mac os x java steps to reproduce start jabref select file new bibtex library or select file new biblatex library crash apple crash report process javaapplicationstub path applications jabref app contents macos javaapplicationstub identifier com version code type native parent process launchd responsible javaapplicationstub user id date time os version mac os x report version anonymous uuid aecb sleep wake uuid crashed thread exception type exc breakpoint sigtrap exception codes dyld error message symbol not found pthread set qos class self np referenced from library internet plug ins javaappletplugin plugin contents home lib libjfxwebkit dylib expected in usr lib libsystem b dylib thread dispatch queue com apple main thread libsystem platform dylib platform bzero variant merom libjfxwebkit dylib bmalloc zone zone std lock guard libjfxwebkit dylib bmalloc perprocess getslowcase libjfxwebkit dylib bmalloc vmheap tryallocatelargechunk unsigned long unsigned long bmalloc allocationkind libjfxwebkit dylib bmalloc heap tryallocatelarge std lock guard unsigned long unsigned long bmalloc allocationkind libjfxwebkit dylib bmalloc heap allocatesmallchunk std lock guard unsigned long libjfxwebkit dylib bmalloc heap allocatesmallpage std lock guard unsigned long std array libjfxwebkit dylib bmalloc heap allocatesmallbumprangesbymetadata std lock guard unsigned long bmalloc bumpallocator bmalloc fixedvector std array libjfxwebkit dylib bmalloc allocator refillallocatorslowcase bmalloc bumpallocator unsigned long libjfxwebkit dylib bmalloc allocator allocateslowcase unsigned long libjfxwebkit dylib wtf fastmalloc unsigned long libjfxwebkit dylib jsc executableallocator initializeallocator libjfxwebkit dylib void std call once proxy void libc dylib std call once unsigned long volatile void void void libjfxwebkit dylib jsc initializethreading libjfxwebkit dylib java com sun webkit webpage twkcreatepage libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib jvm doprivileged libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib jni invoke nonstatic jnienv javavalue jobject jnicalltype jmethodid jni argumentpusher thread libjvm dylib jni callvoidmethod libglass dylib com apple foundation nsthreadperformperform com apple corefoundation cfrunloop is calling out to a perform function com apple corefoundation com apple corefoundation cfrunlooprun com apple corefoundation cfrunlooprunspecific com apple hitoolbox runcurrenteventloopinmode com apple hitoolbox receivenexteventcommon com apple hitoolbox blockuntilnexteventmatchinglistinmodewithfilter com apple appkit dpsnextevent com apple appkit com apple appkit libglass dylib com apple foundation nsthreadperformperform com apple corefoundation cfrunloop is calling out to a perform function com apple corefoundation com apple corefoundation cfrunlooprun com apple corefoundation cfrunlooprunspecific libjli dylib createexecutionenvironment libjli dylib jli launch com com launcher main com main com start thread dispatch queue com apple libdispatch manager libsystem kernel dylib libdispatch dylib dispatch mgr invoke libdispatch dylib dispatch mgr thread thread libsystem kernel dylib semwait signal libsystem pthread dylib pthread join libjli dylib libjli dylib continueinnewthread libjli dylib jvminit libjli dylib jli launch com launcher main com main libjli dylib apple main libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib reflection invoke instanceklasshandle methodhandle handle bool objarrayhandle basictype objarrayhandle bool thread libjvm dylib reflection invoke method oopdesc handle objarrayhandle thread libjvm dylib jvm invokemethod libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib jni invoke static jnienv javavalue jobject jnicalltype jmethodid jni argumentpusher thread libjvm dylib jni callstaticvoidmethod libjli dylib javamain libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib run young rs sampling libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait for completed buffers libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib concurrentmarkthread sleepbeforenextcycle libjvm dylib concurrentmarkthread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib gangworker loop libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib wait libjvm dylib run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib vmthread loop libjvm dylib vmthread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java reference handler libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java finalizer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait thread java surrogate locker thread concurrent gc libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib surrogatelockerthread loop libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java signal dispatcher libsystem kernel dylib semaphore wait trap libjvm dylib check pending signals bool libjvm dylib signal thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib compilequeue get libjvm dylib compilebroker compiler thread loop libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java libjvm dylib vectorset test set unsigned int libjvm dylib phaseidealloop build loop early vectorset node list node stack libjvm dylib phaseidealloop build and optimize bool bool libjvm dylib compile optimize libjvm dylib compile compile cienv cimethod int bool bool bool libjvm dylib compile method cienv cimethod int libjvm dylib compilebroker invoke compiler on method compiletask libjvm dylib compilebroker compiler thread loop libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib compilequeue get libjvm dylib compilebroker compiler thread loop libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java libjvm dylib growablearray at grow int int const libjvm dylib dependencies note dep seen int cibaseobject libjvm dylib dependencies assert common dependencies deptype cibaseobject libjvm dylib graphbuilder invoke bytecodes code libjvm dylib graphbuilder iterate bytecodes for block int libjvm dylib graphbuilder iterate all blocks bool libjvm dylib graphbuilder graphbuilder compilation irscope libjvm dylib irscope irscope compilation irscope int cimethod int bool libjvm dylib ir ir compilation cimethod int libjvm dylib compilation build hir libjvm dylib compilation compile java method libjvm dylib compilation compile method libjvm dylib compilation compilation abstractcompiler cienv cimethod int bufferblob libjvm dylib compiler compile method cienv cimethod int libjvm dylib compilebroker invoke compiler on method compiletask libjvm dylib compilebroker compiler thread loop libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java service thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib parkcommon parkevent long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib servicethread service thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib monitor iwait thread long libjvm dylib monitor wait bool long bool libjvm dylib watcherthread sleep const libjvm dylib watcherthread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java timer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java javafx launcher libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java quantumrenderer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread cvdisplaylink libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait com apple corevideo cvdisplaylink waituntil unsigned long long com apple corevideo cvdisplaylink runiothread com apple corevideo startiothread void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib mach msg trap libsystem kernel dylib mach msg com apple corefoundation cfrunloopservicemachport com apple corefoundation cfrunlooprun com apple corefoundation cfrunlooprunspecific com apple appkit nseventthread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java awt shutdown libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java awt eventqueue libjvm dylib rewriter rewriter instanceklasshandle constantpoolhandle array thread libjvm dylib rewriter rewrite instanceklasshandle thread libjvm dylib instanceklass rewrite class thread libjvm dylib instanceklass link class impl instanceklasshandle bool thread libjvm dylib instanceklass link class thread libjvm dylib instanceklass initialize impl instanceklasshandle thread libjvm dylib instanceklass initialize thread libjvm dylib linkresolver resolve static call callinfo klasshandle symbol symbol klasshandle bool bool thread libjvm dylib linkresolver resolve invokestatic callinfo constantpoolhandle int thread libjvm dylib linkresolver resolve invoke callinfo handle constantpoolhandle int bytecodes code thread libjvm dylib interpreterruntime resolve invoke javathread bytecodes code libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib jvm doprivileged libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib jvm doprivileged libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java timer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java fileupdatemonitor libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java disposer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait thread java prism font disposer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait thread java queue flusher libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java swingworker pool thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java timerqueue libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java batik cleanerthread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread java swingworker pool thread libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib parker park bool long libjvm dylib unsafe park libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java keep alive timer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib os sleep thread long bool libjvm dylib jvm sleep libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread java image fetcher libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait libjvm dylib os platformevent park long libjvm dylib objectmonitor wait long bool thread libjvm dylib objectsynchronizer wait handle long thread libjvm dylib jvm monitorwait libjvm dylib javacalls call helper javavalue methodhandle javacallarguments thread libjvm dylib javacalls call virtual javavalue klasshandle symbol symbol javacallarguments thread libjvm dylib javacalls call virtual javavalue handle klasshandle symbol symbol thread libjvm dylib thread entry javathread thread libjvm dylib javathread thread main inner libjvm dylib javathread run libjvm dylib java start thread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread crashed dyld dyld fatal error dyld dyld fastbindlazysymbol imageloader unsigned long libdyld dylib dyld stub binder libjfxwebkit dylib bmalloc scavenger threadentrypoint bmalloc scavenger libjfxwebkit dylib void std thread proxy void bmalloc scavenger bmalloc scavenger void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread crashed with thread state bit rax rbx rcx rdx rdi rsi rbp rsp rip rfl logical cpu error code trap number binary images com applications jabref app contents macos javaapplicationstub libjli dylib library internet plug ins javaappletplugin plugin contents home lib jli libjli dylib libverify dylib library internet plug ins javaappletplugin plugin contents home lib libverify dylib libjava dylib library internet plug ins javaappletplugin plugin contents home lib libjava dylib libzip dylib library internet plug ins javaappletplugin plugin contents home lib libzip dylib libmanagement dylib library internet plug ins javaappletplugin plugin contents home lib libmanagement dylib libjvm dylib library internet plug ins javaappletplugin plugin contents home lib server libjvm dylib libosx dylib library internet plug ins javaappletplugin plugin contents home lib libosx dylib libosxapp dylib library internet plug ins javaappletplugin plugin contents home lib libosxapp dylib javanativefoundation system library frameworks javavm framework versions a frameworks javanativefoundation framework versions a javanativefoundation com apple java javaruntimesupport system library frameworks javavm framework versions a frameworks javaruntimesupport framework versions a javaruntimesupport com apple javavm system library frameworks javavm framework versions a javavm javalaunching system library privateframeworks javalaunching framework versions a javalaunching libosxui dylib library internet plug ins javaappletplugin plugin contents home lib libosxui dylib libjavafx font dylib library internet plug ins javaappletplugin plugin contents home lib libjavafx font dylib libnio dylib library internet plug ins javaappletplugin plugin contents home lib libnio dylib libprism dylib library internet plug ins javaappletplugin plugin contents home lib libprism dylib libgpusupport dylib system library privateframeworks gpusupport framework versions a libraries libgpusupport dylib libnet dylib library internet plug ins javaappletplugin plugin contents home lib libnet dylib libglass dylib library internet plug ins javaappletplugin plugin contents home lib libglass dylib com apple driver system library extensions bundle contents macos com apple system library extensions bundle contents macos libprism common dylib library internet plug ins javaappletplugin plugin contents home lib libprism common dylib libawt dylib library internet plug ins javaappletplugin plugin contents home lib libawt dylib libmlib image dylib library internet plug ins javaappletplugin plugin contents home lib libmlib image dylib libawt lwawt dylib library internet plug ins javaappletplugin plugin contents home lib libawt lwawt dylib libfontmanager dylib library internet plug ins javaappletplugin plugin contents home lib libfontmanager dylib cl kernels cl kernels cl kernels cl kernels libsunec dylib library internet plug ins javaappletplugin plugin contents home lib libsunec dylib bgra dylib system library frameworks opencl framework versions a libraries imageformats bgra dylib libdcpr dylib library internet plug ins javaappletplugin plugin contents home lib libdcpr dylib dylib library internet plug ins javaappletplugin plugin contents home lib dylib libjfxwebkit dylib library internet plug ins javaappletplugin plugin contents home lib libjfxwebkit dylib dyld usr lib dyld com apple diskarbitration system library frameworks diskarbitration framework versions a diskarbitration com apple securityhi system library frameworks carbon framework versions a frameworks securityhi framework versions a securityhi libsystem blocks dylib usr lib system libsystem blocks dylib libfontregistry dylib system library frameworks applicationservices framework versions a frameworks ats framework versions a resources libfontregistry dylib com apple searchkit system library frameworks coreservices framework versions a frameworks searchkit framework versions a searchkit com apple coregraphics system library frameworks coregraphics framework versions a coregraphics libcorevmclient dylib system library frameworks opengl framework versions a libraries libcorevmclient dylib libsystem sandbox dylib usr lib system libsystem sandbox dylib libsystem malloc dylib usr lib system libsystem malloc dylib com apple metadata system library frameworks coreservices framework versions a frameworks metadata framework versions a metadata com apple symbolication system library privateframeworks symbolication framework versions a symbolication com apple efilogin system library privateframeworks efilogin framework versions a efilogin com apple iosurface system library frameworks iosurface framework versions a iosurface libssl dylib usr lib libssl dylib libtidy a dylib usr lib libtidy a dylib com apple quartzcore system library frameworks quartzcore framework versions a quartzcore com apple discrecording system library frameworks discrecording framework versions a discrecording dylib system library frameworks imageio framework versions a resources dylib libcldcpuengine dylib system library frameworks opencl framework versions a libraries libcldcpuengine dylib libdiagnosticmessagesclient dylib usr lib libdiagnosticmessagesclient dylib com apple librarian system library privateframeworks librarian framework versions a librarian libcopyfile dylib usr lib system libcopyfile dylib com apple kerberos system library frameworks kerberos framework versions a kerberos com apple diskimagesframework system library privateframeworks diskimages framework versions a diskimages libcgcms a dylib system library frameworks coregraphics framework versions a resources libcgcms a dylib com apple appkit system library frameworks appkit framework versions c appkit com apple foundation system library frameworks foundation framework versions c foundation com apple dictionaryservices system library frameworks coreservices framework versions a frameworks dictionaryservices framework versions a dictionaryservices libtruetypescaler dylib system library frameworks applicationservices framework versions a frameworks ats framework versions a resources libtruetypescaler dylib libsystem stats dylib usr lib system libsystem stats dylib libsystem notify dylib usr lib system libsystem notify dylib com apple ae system library frameworks coreservices framework versions a frameworks ae framework versions a ae com apple help system library frameworks carbon framework versions a frameworks help framework versions a help com apple chunkinglibrary system library privateframeworks chunkinglibrary framework versions a chunkinglibrary libgpusupportmercury dylib system library privateframeworks gpusupport framework versions a libraries libgpusupportmercury dylib com apple hiservices system library frameworks applicationservices framework versions a frameworks hiservices framework versions a hiservices com apple framework iokit system library frameworks iokit framework versions a iokit com apple trustevaluationagent system library privateframeworks trustevaluationagent framework versions a trustevaluationagent libcvmspluginsupport dylib system library frameworks opengl framework versions a libraries libcvmspluginsupport dylib com apple cfopendirectory system library frameworks opendirectory framework versions a frameworks cfopendirectory framework versions a cfopendirectory libiconv dylib usr lib libiconv dylib liblaunch dylib usr lib system liblaunch dylib libjpeg dylib system library frameworks imageio framework versions a resources libjpeg dylib libvmisc dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libvmisc dylib libkeymgr dylib usr lib system libkeymgr dylib com apple vimage system library frameworks accelerate framework versions a frameworks vimage framework versions a vimage com apple coresymbolication system library privateframeworks coresymbolication framework versions a coresymbolication glengine system library frameworks opengl framework versions a resources glengine bundle glengine com apple commonauth system library privateframeworks commonauth framework versions a commonauth com apple applefscompression system library privateframeworks applefscompression framework versions a applefscompression com apple iconservices system library privateframeworks iconservices framework versions a iconservices com apple cocoa system library frameworks cocoa framework versions a cocoa com apple datadetectorscore system library privateframeworks datadetectorscore framework versions a datadetectorscore libsystem configuration dylib usr lib system libsystem configuration dylib libxslt dylib usr lib libxslt dylib libsystem kernel dylib usr lib system libsystem kernel dylib com apple aosnotification system library privateframeworks aosnotification framework versions a aosnotification libc dylib usr lib libc dylib com apple exceptionhandling system library frameworks exceptionhandling framework versions a exceptionhandling com apple securityfoundation system library frameworks securityfoundation framework versions a securityfoundation libxar dylib usr lib libxar dylib libglu dylib system library frameworks opengl framework versions a libraries libglu dylib libcompiler rt dylib usr lib system libcompiler rt dylib com apple ink framework system library frameworks carbon framework versions a frameworks ink framework versions a ink com apple coreservicesinternal system library privateframeworks coreservicesinternal framework versions a coreservicesinternal com apple hitoolbox system library frameworks carbon framework versions a frameworks hitoolbox framework versions a hitoolbox libc abi dylib usr lib libc abi dylib com apple coreimage system library frameworks quartzcore framework versions a frameworks coreimage framework versions a coreimage com apple shortcut system library privateframeworks shortcut framework versions a shortcut com apple bom system library privateframeworks bom framework versions a bom libheimdal dylib usr lib libheimdal dylib com apple speech recognition framework system library frameworks carbon framework versions a frameworks speechrecognition framework versions a speechrecognition com apple coretext system library frameworks coretext framework versions a coretext com apple performanceanalysis system library privateframeworks performanceanalysis framework versions a performanceanalysis com apple mediakit system library privateframeworks mediakit framework versions a mediakit dylib usr lib dylib com apple desktopservices system library privateframeworks desktopservicespriv framework versions a desktopservicespriv libunwind dylib usr lib system libunwind dylib com apple gss system library frameworks gss framework versions a gss com apple netauth system library privateframeworks netauth framework versions a netauth libcorestorage dylib usr lib libcorestorage dylib liblangid dylib usr lib liblangid dylib libbsm dylib usr lib libbsm dylib libglprogrammability dylib system library frameworks opengl framework versions a libraries libglprogrammability dylib libresolv dylib usr lib libresolv dylib libquarantine dylib usr lib system libquarantine dylib com apple corefoundation system library frameworks corefoundation framework versions a corefoundation libsystem network dylib usr lib system libsystem network dylib dylib usr lib dylib com apple print framework print system library frameworks carbon framework versions a frameworks print framework versions a print com apple generationalstorage system library privateframeworks generationalstorage framework versions a generationalstorage libpng dylib system library frameworks imageio framework versions a resources libpng dylib libcurl dylib usr lib libcurl dylib com apple coreservices system library frameworks coreservices framework versions a coreservices com apple crashreportersupport system library privateframeworks crashreportersupport framework versions a crashreportersupport com apple cfnetwork system library frameworks cfnetwork framework versions a cfnetwork com apple sharing system library privateframeworks sharing framework versions a sharing libcups dylib usr lib libcups dylib libdispatch dylib usr lib system libdispatch dylib libtiff dylib system library frameworks imageio framework versions a resources libtiff dylib com apple audio toolbox audiotoolbox system library frameworks audiotoolbox framework versions a audiotoolbox com apple launchservices system library frameworks coreservices framework versions a frameworks launchservices framework versions a launchservices libsystem platform dylib usr lib system libsystem platform dylib com apple debugsymbols system library privateframeworks debugsymbols framework versions a debugsymbols libsystem m dylib usr lib system libsystem m dylib com apple opengl system library frameworks opengl framework versions a opengl libunc dylib usr lib system libunc dylib com apple bsd servicemanagement system library frameworks servicemanagement framework versions a servicemanagement com apple systemconfiguration system library frameworks systemconfiguration framework versions a systemconfiguration libcrypto dylib usr lib libcrypto dylib com apple commonpanels system library frameworks carbon framework versions a frameworks commonpanels framework versions a commonpanels libxpc dylib usr lib system libxpc dylib com apple coredata system library frameworks coredata framework versions a coredata libobjc a dylib usr lib libobjc a dylib libpam dylib usr lib libpam dylib com apple corevideo system library frameworks corevideo framework versions a corevideo com apple opendirectory system library frameworks opendirectory framework versions a opendirectory com apple ioaccelerator system library privateframeworks ioaccelerator framework versions a ioaccelerator libz dylib usr lib libz dylib com apple audio coreaudio system library frameworks coreaudio framework versions a coreaudio com apple opencl system library frameworks opencl framework versions a opencl com apple scalableuserinterface system library frameworks quartzcore framework versions a frameworks scalableuserinterface framework versions a scalableuserinterface com apple accelerate veclib veclib system library frameworks accelerate framework versions a frameworks veclib framework versions a veclib com apple netfs system library frameworks netfs framework versions a netfs com apple coreservices osservices system library frameworks coreservices framework versions a frameworks osservices framework versions a osservices dylib usr lib dylib com apple ubiquity system library privateframeworks ubiquity framework versions a ubiquity libblas dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libblas dylib libsystem asl dylib usr lib system libsystem asl dylib libsystem b dylib usr lib libsystem b dylib libcsfde dylib usr lib libcsfde dylib com apple speech synthesis framework system library frameworks applicationservices framework versions a frameworks speechsynthesis framework versions a speechsynthesis com apple qd system library frameworks applicationservices framework versions a frameworks qd framework versions a qd com apple remoteviewservices system library privateframeworks remoteviewservices framework versions a remoteviewservices com apple tcc system library privateframeworks tcc framework versions a tcc com apple langanalysis system library frameworks applicationservices framework versions a frameworks langanalysis framework versions a langanalysis com apple helpdata system library privateframeworks helpdata framework versions a helpdata libcache dylib usr lib system libcache dylib com apple colorsync system library frameworks applicationservices framework versions a frameworks colorsync framework versions a colorsync libsystem pthread dylib usr lib system libsystem pthread dylib com apple accelerate accelerate system library frameworks accelerate framework versions a accelerate libsystem dnssd dylib usr lib system libsystem dnssd dylib libauto dylib usr lib libauto dylib libgfxshared dylib system library frameworks opengl framework versions a libraries libgfxshared dylib libvdsp dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libvdsp dylib libsystem info dylib usr lib system libsystem info dylib com apple print framework printcore system library frameworks applicationservices framework versions a frameworks printcore framework versions a printcore libcorecrypto dylib usr lib system libcorecrypto dylib libgl dylib system library frameworks opengl framework versions a libraries libgl dylib libicucore a dylib usr lib libicucore a dylib com apple coreservices carboncore system library frameworks coreservices framework versions a frameworks carboncore framework versions a carboncore librip a dylib system library frameworks coregraphics framework versions a resources librip a dylib com apple heimdal system library privateframeworks heimdal framework versions a heimdal liblapack dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a liblapack dylib libutil dylib usr lib libutil dylib com apple multitouchsupport framework system library privateframeworks multitouchsupport framework versions a multitouchsupport com apple vision facecore system library privateframeworks facecore framework versions a facecore com apple carbon system library frameworks carbon framework versions a carbon com apple backup framework system library privateframeworks backup framework versions a backup com apple coreui system library privateframeworks coreui framework versions a coreui com apple security system library frameworks security framework versions a security libmacho dylib usr lib system libmacho dylib com apple imagecapture system library frameworks carbon framework versions a frameworks imagecapture framework versions a imagecapture libglimage dylib system library frameworks opengl framework versions a libraries libglimage dylib libradiance dylib system library frameworks imageio framework versions a resources libradiance dylib libfontparser dylib system library frameworks applicationservices framework versions a frameworks ats framework versions a resources libfontparser dylib glrendererfloat system library frameworks opengl framework versions a resources glrendererfloat bundle glrendererfloat com apple rawcamera bundle system library coreservices rawcamera bundle contents macos rawcamera libdyld dylib usr lib system libdyld dylib libstdc dylib usr lib libstdc dylib dylib usr lib dylib libkxld dylib usr lib system libkxld dylib libcgxtype a dylib system library frameworks coregraphics framework versions a resources libcgxtype a dylib com apple audio units audiounit system library frameworks audiounit framework versions a audiounit libremovefile dylib usr lib system libremovefile dylib libgif dylib system library frameworks imageio framework versions a resources libgif dylib libcommoncrypto dylib usr lib system libcommoncrypto dylib com apple ldapframework system library frameworks ldap framework versions a ldap libopenscriptingutil dylib usr lib libopenscriptingutil dylib libcrfsuite dylib usr lib libcrfsuite dylib com apple applicationservices ats system library frameworks applicationservices framework versions a frameworks ats framework versions a ats com apple applicationservices system library frameworks applicationservices framework versions a applicationservices com apple imageio framework system library frameworks imageio framework versions a imageio libsystem c dylib usr lib system libsystem c dylib com apple openscripting system library frameworks carbon framework versions a frameworks openscripting framework versions a openscripting external modification summary calls made by other processes targeting this process task for pid thread create thread set state calls made by this process task for pid thread create thread set state calls made by all processes on this machine task for pid thread create thread set state vm region summary readonly portion of libraries total resident swapped out or unallocated writable regions total written resident swapped out unallocated region type virtual ats font support ats font support reserved reserved vm address space unallocated cg backing stores cg image cg raster data cg shared images coreanimation coregraphics coreimage foundation iokit iokit reserved reserved vm address space unallocated kernel alloc once malloc malloc admin malloc large reserved reserved vm address space unallocated memory tag opencl opengl glsl stack guard stack vm allocate vm allocate reserved reserved vm address space unallocated webkit malloc webkit malloc reserved reserved vm address space unallocated data image linkedit text unicode mapped file shared memory total total minus reserved vm space
0
134,464
5,226,885,466
IssuesEvent
2017-01-27 22:55:00
SynBioDex/pysbol2
https://api.github.com/repos/SynBioDex/pysbol2
closed
Methods componentDefinitions, moduleDefinitions, etc. are improperly implemented
Bug Priority Urgent
Methods such as componentDefinitions and moduleDefinitions are unreliable. Possibly due to SWIG wrapper.
1.0
Methods componentDefinitions, moduleDefinitions, etc. are improperly implemented - Methods such as componentDefinitions and moduleDefinitions are unreliable. Possibly due to SWIG wrapper.
priority
methods componentdefinitions moduledefinitions etc are improperly implemented methods such as componentdefinitions and moduledefinitions are unreliable possibly due to swig wrapper
1
268,097
28,565,760,380
IssuesEvent
2023-04-21 01:52:57
turkdevops/node
https://api.github.com/repos/turkdevops/node
closed
CVE-2021-23341 (High) detected in prismjs-1.21.0.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.21.0.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.</p> <p>Library home page: <a href="https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz">https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz</a></p> <p> Dependency Hierarchy: - :x: **prismjs-1.21.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/node/commit/816eb239406f6f1ea0705d8f7029bf859bdd56ae">816eb239406f6f1ea0705d8f7029bf859bdd56ae</a></p> <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> The package prismjs before 1.23.0 are vulnerable to Regular Expression Denial of Service (ReDoS) via the prism-asciidoc, prism-rest, prism-tap and prism-eiffel components. <p>Publish Date: 2021-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23341>CVE-2021-23341</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341</a></p> <p>Release Date: 2021-02-18</p> <p>Fix Resolution: 1.23.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23341 (High) detected in prismjs-1.21.0.tgz - autoclosed - ## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.21.0.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.</p> <p>Library home page: <a href="https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz">https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz</a></p> <p> Dependency Hierarchy: - :x: **prismjs-1.21.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/node/commit/816eb239406f6f1ea0705d8f7029bf859bdd56ae">816eb239406f6f1ea0705d8f7029bf859bdd56ae</a></p> <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> The package prismjs before 1.23.0 are vulnerable to Regular Expression Denial of Service (ReDoS) via the prism-asciidoc, prism-rest, prism-tap and prism-eiffel components. <p>Publish Date: 2021-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23341>CVE-2021-23341</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341</a></p> <p>Release Date: 2021-02-18</p> <p>Fix Resolution: 1.23.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in prismjs tgz autoclosed cve high severity vulnerability vulnerable library prismjs tgz lightweight robust elegant syntax highlighting a spin off project from dabblet library home page a href dependency hierarchy x prismjs tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package prismjs before are vulnerable to regular expression denial of service redos via the prism asciidoc prism rest prism tap and prism eiffel components 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 step up your open source security game with mend
0
822,469
30,873,838,348
IssuesEvent
2023-08-03 13:08:14
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Resolve Dependabot Alert] Got allows a redirect to a UNIX socket
medium-priority platform-cop-frontend platform-cop
### Description Upgrade `got` to a non vulnerable version. Might need to find an alternative to `yo`; upgraded to 4.3.1,the LSV, but that still uses a vulnerable version of `got`. ### Dependabot Alert: https://github.com/department-of-veterans-affairs/vets-website/security/dependabot/52
1.0
[Resolve Dependabot Alert] Got allows a redirect to a UNIX socket - ### Description Upgrade `got` to a non vulnerable version. Might need to find an alternative to `yo`; upgraded to 4.3.1,the LSV, but that still uses a vulnerable version of `got`. ### Dependabot Alert: https://github.com/department-of-veterans-affairs/vets-website/security/dependabot/52
priority
got allows a redirect to a unix socket description upgrade got to a non vulnerable version might need to find an alternative to yo upgraded to the lsv but that still uses a vulnerable version of got dependabot alert
1
254,708
27,413,656,469
IssuesEvent
2023-03-01 12:19:50
scm-automation-project/pip-simple-project
https://api.github.com/repos/scm-automation-project/pip-simple-project
closed
PyYAML-5.3.1.tar.gz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p></summary> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt,/requirements.txt</p> <p> <p>Found in HEAD commit: <a href="https://github.com/scm-automation-project/pip-simple-project/commit/233bab36cfdd5dae7b9ebdb711ff4a342195ae2d">233bab36cfdd5dae7b9ebdb711ff4a342195ae2d</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (PyYAML version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2020-14343](https://www.mend.io/vulnerability-database/CVE-2020-14343) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | PyYAML-5.3.1.tar.gz | Direct | 5.4 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-14343</summary> ### Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt,/requirements.txt</p> <p> Dependency Hierarchy: - :x: **PyYAML-5.3.1.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scm-automation-project/pip-simple-project/commit/233bab36cfdd5dae7b9ebdb711ff4a342195ae2d">233bab36cfdd5dae7b9ebdb711ff4a342195ae2d</a></p> </p> <p></p> ### Vulnerability Details <p> A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. <p>Publish Date: 2021-02-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-14343>CVE-2020-14343</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343</a></p> <p>Release Date: 2021-02-09</p> <p>Fix Resolution: 5.4</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
PyYAML-5.3.1.tar.gz: 1 vulnerabilities (highest severity is: 9.8) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p></summary> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt,/requirements.txt</p> <p> <p>Found in HEAD commit: <a href="https://github.com/scm-automation-project/pip-simple-project/commit/233bab36cfdd5dae7b9ebdb711ff4a342195ae2d">233bab36cfdd5dae7b9ebdb711ff4a342195ae2d</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (PyYAML version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2020-14343](https://www.mend.io/vulnerability-database/CVE-2020-14343) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | PyYAML-5.3.1.tar.gz | Direct | 5.4 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2020-14343</summary> ### Vulnerable Library - <b>PyYAML-5.3.1.tar.gz</b></p> <p>YAML parser and emitter for Python</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz">https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt,/requirements.txt</p> <p> Dependency Hierarchy: - :x: **PyYAML-5.3.1.tar.gz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/scm-automation-project/pip-simple-project/commit/233bab36cfdd5dae7b9ebdb711ff4a342195ae2d">233bab36cfdd5dae7b9ebdb711ff4a342195ae2d</a></p> </p> <p></p> ### Vulnerability Details <p> A vulnerability was discovered in the PyYAML library in versions before 5.4, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747. <p>Publish Date: 2021-02-09 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-14343>CVE-2020-14343</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14343</a></p> <p>Release Date: 2021-02-09</p> <p>Fix Resolution: 5.4</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_priority
pyyaml tar gz vulnerabilities highest severity is autoclosed vulnerable library pyyaml tar gz yaml parser and emitter for python library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt found in head commit a href vulnerabilities cve severity cvss dependency type fixed in pyyaml version remediation available high pyyaml tar gz direct details cve vulnerable library pyyaml tar gz yaml parser and emitter for python library home page a href path to dependency file requirements txt path to vulnerable library requirements txt requirements txt dependency hierarchy x pyyaml tar gz vulnerable library found in head commit a href vulnerability details a vulnerability was discovered in the pyyaml library in versions before where it is susceptible to arbitrary code execution when it processes untrusted yaml files through the full load method or with the fullloader loader applications that use the library to process untrusted input may be vulnerable to this flaw this flaw allows an attacker to execute arbitrary code on the system by abusing the python object new constructor this flaw is due to an incomplete fix for cve publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue
0
75,042
25,497,341,631
IssuesEvent
2022-11-27 20:52:17
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Warned that encryption isn't enabled before starting a DM
T-Defect
### Steps to reproduce 1. Open a DM with someone you haven't messaged before 2. Before sending a first message, observe the timeline ### Outcome #### What did you expect? "Will be end to end encrypted" or "Is encrypted" messaging, rather than "not encrypted" #### What happened instead? ![image](https://user-images.githubusercontent.com/1190097/204159088-619a99d6-4c45-4111-bf33-68eeeb4b83c8.png) ### Operating system _No response_ ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Warned that encryption isn't enabled before starting a DM - ### Steps to reproduce 1. Open a DM with someone you haven't messaged before 2. Before sending a first message, observe the timeline ### Outcome #### What did you expect? "Will be end to end encrypted" or "Is encrypted" messaging, rather than "not encrypted" #### What happened instead? ![image](https://user-images.githubusercontent.com/1190097/204159088-619a99d6-4c45-4111-bf33-68eeeb4b83c8.png) ### Operating system _No response_ ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? No
non_priority
warned that encryption isn t enabled before starting a dm steps to reproduce open a dm with someone you haven t messaged before before sending a first message observe the timeline outcome what did you expect will be end to end encrypted or is encrypted messaging rather than not encrypted what happened instead operating system no response application version no response how did you install the app no response homeserver no response will you send logs no
0
116,115
17,358,354,078
IssuesEvent
2021-07-29 16:59:09
tidharm/WebGoat8
https://api.github.com/repos/tidharm/WebGoat8
opened
CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz
security vulnerability
## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary> <p> <details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p> <p>Path to dependency file: WebGoat8/docs/package.json</p> <p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io/node_modules/socket.io-parser/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - socket.io-2.1.1.tgz - :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p> <p>Path to dependency file: WebGoat8/docs/package.json</p> <p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io-parser/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - browser-sync-ui-2.26.2.tgz - socket.io-client-2.2.0.tgz - :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/tidharm/WebGoat8/commit/5865d146eaf41c078df24548090e3cc3d407608b">5865d146eaf41c078df24548090e3cc3d407608b</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-xfhh-g9f5-x4m4">https://github.com/advisories/GHSA-xfhh-g9f5-x4m4</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: socket.io-parser - 3.3.2,3.4.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.2.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;socket.io:2.1.1;socket.io-parser:3.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"},{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.3.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;browser-sync-ui:2.26.2;socket.io-client:2.2.0;socket.io-parser:3.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-36049","vulnerabilityDetails":"socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-36049 (High) detected in socket.io-parser-3.2.0.tgz, socket.io-parser-3.3.0.tgz - ## CVE-2020-36049 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>socket.io-parser-3.2.0.tgz</b>, <b>socket.io-parser-3.3.0.tgz</b></p></summary> <p> <details><summary><b>socket.io-parser-3.2.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz</a></p> <p>Path to dependency file: WebGoat8/docs/package.json</p> <p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io/node_modules/socket.io-parser/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - socket.io-2.1.1.tgz - :x: **socket.io-parser-3.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>socket.io-parser-3.3.0.tgz</b></p></summary> <p>socket.io protocol parser</p> <p>Library home page: <a href="https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz">https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz</a></p> <p>Path to dependency file: WebGoat8/docs/package.json</p> <p>Path to vulnerable library: WebGoat8/docs/node_modules/socket.io-parser/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.3.tgz (Root Library) - browser-sync-ui-2.26.2.tgz - socket.io-client-2.2.0.tgz - :x: **socket.io-parser-3.3.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/tidharm/WebGoat8/commit/5865d146eaf41c078df24548090e3cc3d407608b">5865d146eaf41c078df24548090e3cc3d407608b</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049>CVE-2020-36049</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-xfhh-g9f5-x4m4">https://github.com/advisories/GHSA-xfhh-g9f5-x4m4</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: socket.io-parser - 3.3.2,3.4.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.2.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;socket.io:2.1.1;socket.io-parser:3.2.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"},{"packageType":"javascript/Node.js","packageName":"socket.io-parser","packageVersion":"3.3.0","packageFilePaths":["/docs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browser-sync:2.26.3;browser-sync-ui:2.26.2;socket.io-client:2.2.0;socket.io-parser:3.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"socket.io-parser - 3.3.2,3.4.1"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2020-36049","vulnerabilityDetails":"socket.io-parser before 3.4.1 allows attackers to cause a denial of service (memory consumption) via a large packet because a concatenation approach is used.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36049","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in socket io parser tgz socket io parser tgz cve high severity vulnerability vulnerable libraries socket io parser tgz socket io parser tgz socket io parser tgz socket io protocol parser library home page a href path to dependency file docs package json path to vulnerable library docs node modules socket io node modules socket io parser package json dependency hierarchy browser sync tgz root library socket io tgz x socket io parser tgz vulnerable library socket io parser tgz socket io protocol parser library home page a href path to dependency file docs package json path to vulnerable library docs node modules socket io parser package json dependency hierarchy browser sync tgz root library browser sync ui tgz socket io client tgz x socket io parser tgz vulnerable library found in head commit a href found in base branch main vulnerability details socket io parser before allows attackers to cause a denial of service memory consumption via a large packet because a concatenation approach is used 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 socket io parser isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree browser sync socket io socket io parser isminimumfixversionavailable true minimumfixversion socket io parser packagetype javascript node js packagename socket io parser packageversion packagefilepaths istransitivedependency true dependencytree browser sync browser sync ui socket io client socket io parser isminimumfixversionavailable true minimumfixversion socket io parser basebranches vulnerabilityidentifier cve vulnerabilitydetails socket io parser before allows attackers to cause a denial of service memory consumption via a large packet because a concatenation approach is used vulnerabilityurl
0
116,799
9,884,328,192
IssuesEvent
2019-06-24 21:48:16
ndouglas/azymus
https://api.github.com/repos/ndouglas/azymus
closed
Set up the demo/interactive testing apparatus.
:balance_scale: Test
Since it's so easy to write a basic sort of roguelike with `tcod`, it occurs to me that this is actually an excellent way to develop. Write a trivial interactive demonstration of each section of code. Instead of writing one roguelike, write hundreds. I'm going to see how possible this is. To do so, I'm actually going to create a tiny roguelike as a test framework, then see if I can I can make it sufficiently modular that I can use it as a sort of mock system.
1.0
Set up the demo/interactive testing apparatus. - Since it's so easy to write a basic sort of roguelike with `tcod`, it occurs to me that this is actually an excellent way to develop. Write a trivial interactive demonstration of each section of code. Instead of writing one roguelike, write hundreds. I'm going to see how possible this is. To do so, I'm actually going to create a tiny roguelike as a test framework, then see if I can I can make it sufficiently modular that I can use it as a sort of mock system.
non_priority
set up the demo interactive testing apparatus since it s so easy to write a basic sort of roguelike with tcod it occurs to me that this is actually an excellent way to develop write a trivial interactive demonstration of each section of code instead of writing one roguelike write hundreds i m going to see how possible this is to do so i m actually going to create a tiny roguelike as a test framework then see if i can i can make it sufficiently modular that i can use it as a sort of mock system
0
61,196
17,023,632,608
IssuesEvent
2021-07-03 03:01:24
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Link error in welcome message
Component: website Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 9.50pm, Wednesday, 8th September 2010]** I just signed up for OSM and received an automated message with a confirmation link ("[OpenStreetMap] Confirm your email address"). The message also contained some links for further information; one of them was this ("Catch up with the latest news via the OpenStreetMap blog or Twitter"): http://blog.openstreepmap.org/ As you can see, the URL says "streep" instead of "street" and is thus not functional. (Also, I found that this blog only consists of two posts, both of them almost a year old. Perhaps the link should not be corrected, but removed from the welcome message altogether.)
1.0
Link error in welcome message - **[Submitted to the original trac issue database at 9.50pm, Wednesday, 8th September 2010]** I just signed up for OSM and received an automated message with a confirmation link ("[OpenStreetMap] Confirm your email address"). The message also contained some links for further information; one of them was this ("Catch up with the latest news via the OpenStreetMap blog or Twitter"): http://blog.openstreepmap.org/ As you can see, the URL says "streep" instead of "street" and is thus not functional. (Also, I found that this blog only consists of two posts, both of them almost a year old. Perhaps the link should not be corrected, but removed from the welcome message altogether.)
non_priority
link error in welcome message i just signed up for osm and received an automated message with a confirmation link confirm your email address the message also contained some links for further information one of them was this catch up with the latest news via the openstreetmap blog or twitter as you can see the url says streep instead of street and is thus not functional also i found that this blog only consists of two posts both of them almost a year old perhaps the link should not be corrected but removed from the welcome message altogether
0
554,043
16,387,970,665
IssuesEvent
2021-05-17 12:59:33
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Alerts: Rework filters
enhancement priority ticket
The current filter implementation is complex and needs to be simplified. Proposal - keep using the current approach that when you click on a HREF a new filter entry is added <img width="190" alt="Screenshot 2021-05-06 at 10 46 50" src="https://user-images.githubusercontent.com/4493366/117269219-62a0ea00-ae58-11eb-9a75-a36ac01151c3.png"> - Add a + icon next to the filter bar for adding a custom filter - The filter entries will be represented as today or as HTML chips https://mdbootstrap.com/docs/b4/jquery/javascript/tags/ - filter entries cannot be edited inline as today by they can removed (click on the X icon) or edited. The happens with a click on the filter that opens the same page of the "Add Filter"
1.0
Alerts: Rework filters - The current filter implementation is complex and needs to be simplified. Proposal - keep using the current approach that when you click on a HREF a new filter entry is added <img width="190" alt="Screenshot 2021-05-06 at 10 46 50" src="https://user-images.githubusercontent.com/4493366/117269219-62a0ea00-ae58-11eb-9a75-a36ac01151c3.png"> - Add a + icon next to the filter bar for adding a custom filter - The filter entries will be represented as today or as HTML chips https://mdbootstrap.com/docs/b4/jquery/javascript/tags/ - filter entries cannot be edited inline as today by they can removed (click on the X icon) or edited. The happens with a click on the filter that opens the same page of the "Add Filter"
priority
alerts rework filters the current filter implementation is complex and needs to be simplified proposal keep using the current approach that when you click on a href a new filter entry is added img width alt screenshot at src add a icon next to the filter bar for adding a custom filter the filter entries will be represented as today or as html chips filter entries cannot be edited inline as today by they can removed click on the x icon or edited the happens with a click on the filter that opens the same page of the add filter
1
366,403
25,581,925,539
IssuesEvent
2022-12-01 05:33:34
master-co/css
https://api.github.com/repos/master-co/css
opened
📄 `vertical-align` example bug
bug documentation
### What is the improvement or update you wish to see? `vertical-align` ### Is there any context that might help us understand? <img width="758" alt="Screenshot 2022-12-01 at 1 32 39 PM" src="https://user-images.githubusercontent.com/33840671/204973596-197eaafe-a4a1-40d5-9f97-1f1505e66db9.png"> ### Does the docs page already exist? Please link to it. _No response_
1.0
📄 `vertical-align` example bug - ### What is the improvement or update you wish to see? `vertical-align` ### Is there any context that might help us understand? <img width="758" alt="Screenshot 2022-12-01 at 1 32 39 PM" src="https://user-images.githubusercontent.com/33840671/204973596-197eaafe-a4a1-40d5-9f97-1f1505e66db9.png"> ### Does the docs page already exist? Please link to it. _No response_
non_priority
📄 vertical align example bug what is the improvement or update you wish to see vertical align is there any context that might help us understand img width alt screenshot at pm src does the docs page already exist please link to it no response
0
515,556
14,965,258,411
IssuesEvent
2021-01-27 13:09:02
jbroutier/whatisflying-db
https://api.github.com/repos/jbroutier/whatisflying-db
opened
Missing ENAER aircraft types pictures
Category: Aircraft type Priority: Normal
Add pictures for the following aircraft types: - [ ] Ñamcú - [ ] T-35 Pillán
1.0
Missing ENAER aircraft types pictures - Add pictures for the following aircraft types: - [ ] Ñamcú - [ ] T-35 Pillán
priority
missing enaer aircraft types pictures add pictures for the following aircraft types ñamcú t pillán
1
84,360
3,663,926,478
IssuesEvent
2016-02-19 09:16:16
bedita/bedita
https://api.github.com/repos/bedita/bedita
opened
YouTube shortened URL are not interpreted
Module - Multimedia Priority - Normal Topic - Core Type - Enhancement
Since 2009 Google and Youtube shortens youtube urls, i.e.: https://www.youtube.com/watch?v=f_p9SO7u2HE[…] becomes https://youtu.be/f_p9SO7u2HE This kind of urls are not working in adding media "by URL".
1.0
YouTube shortened URL are not interpreted - Since 2009 Google and Youtube shortens youtube urls, i.e.: https://www.youtube.com/watch?v=f_p9SO7u2HE[…] becomes https://youtu.be/f_p9SO7u2HE This kind of urls are not working in adding media "by URL".
priority
youtube shortened url are not interpreted since google and youtube shortens youtube urls i e becomes this kind of urls are not working in adding media by url
1
226,042
17,295,619,934
IssuesEvent
2021-07-25 17:06:25
SJang1/korea-covid-19-remaining-vaccine-macro
https://api.github.com/repos/SJang1/korea-covid-19-remaining-vaccine-macro
closed
크롬 브라우저로 카카오 로그인 시 주의사항
documentation wontfix
- 크롬 브라우저 설정에서 **모든 쿠키 허용** 을 해주셔야 합니다. - **시크릿 모드** 에서 로그인하시면 **안됩니다.** - 응답형 디자인 모드 (모바일로 보기 모드)를 **꺼 주시고** 로그인을 해주셔야 합니다. (개발자도구에 익숙하지 않으신 분들은 문제가 없습니다.) - User-Agent를 건드리는 확장 프로그램이 있는 경우 꺼주셔야 합니다. - Chrome의 프로파일이 기본 프로파일이어야 합니다. - **로그인 상태 유지**를 체크해주세요. - 로그인 이후 [이 페이지](https://vaccine-map.kakao.com/map2?v=1)에 한번 이상 접근해야합니다.
1.0
크롬 브라우저로 카카오 로그인 시 주의사항 - - 크롬 브라우저 설정에서 **모든 쿠키 허용** 을 해주셔야 합니다. - **시크릿 모드** 에서 로그인하시면 **안됩니다.** - 응답형 디자인 모드 (모바일로 보기 모드)를 **꺼 주시고** 로그인을 해주셔야 합니다. (개발자도구에 익숙하지 않으신 분들은 문제가 없습니다.) - User-Agent를 건드리는 확장 프로그램이 있는 경우 꺼주셔야 합니다. - Chrome의 프로파일이 기본 프로파일이어야 합니다. - **로그인 상태 유지**를 체크해주세요. - 로그인 이후 [이 페이지](https://vaccine-map.kakao.com/map2?v=1)에 한번 이상 접근해야합니다.
non_priority
크롬 브라우저로 카카오 로그인 시 주의사항 크롬 브라우저 설정에서 모든 쿠키 허용 을 해주셔야 합니다 시크릿 모드 에서 로그인하시면 안됩니다 응답형 디자인 모드 모바일로 보기 모드 를 꺼 주시고 로그인을 해주셔야 합니다 개발자도구에 익숙하지 않으신 분들은 문제가 없습니다 user agent를 건드리는 확장 프로그램이 있는 경우 꺼주셔야 합니다 chrome의 프로파일이 기본 프로파일이어야 합니다 로그인 상태 유지 를 체크해주세요 로그인 이후 한번 이상 접근해야합니다
0
656,863
21,778,569,335
IssuesEvent
2022-05-13 16:07:57
DavidZamanian/Bachelor-thesis-blockchain-for-medical-records
https://api.github.com/repos/DavidZamanian/Bachelor-thesis-blockchain-for-medical-records
opened
Key distribution happens before permission settings are confirmed via MetaMask
bug High Priority BACKEND
I tried changing the order of the methods distributing the keys and updating the permission settings in `EHROverviewScreen`, but for some reason the key distribution never happens if the logically correct order is implemented. Thus, the incorrect order remains, but this should be fixed if development proceeds.
1.0
Key distribution happens before permission settings are confirmed via MetaMask - I tried changing the order of the methods distributing the keys and updating the permission settings in `EHROverviewScreen`, but for some reason the key distribution never happens if the logically correct order is implemented. Thus, the incorrect order remains, but this should be fixed if development proceeds.
priority
key distribution happens before permission settings are confirmed via metamask i tried changing the order of the methods distributing the keys and updating the permission settings in ehroverviewscreen but for some reason the key distribution never happens if the logically correct order is implemented thus the incorrect order remains but this should be fixed if development proceeds
1
494,380
14,256,517,585
IssuesEvent
2020-11-20 01:12:19
Ktt-Development/webdir
https://api.github.com/repos/Ktt-Development/webdir
closed
Default Front Matter is not immutable
bug priority
This issue was though to be #84 but this issue is the true culprit. When final front matter is created it pulls the direct source to the default front matter. In order to fix this we need to create a new hash map **AND** iterate through that map to make the lists point to new lists. Lists inside the new hash map will still point back to the old lists. https://github.com/Ktt-Development/webdir/blob/ca3a1552cd820e3382f7b66bd88dcee71c20b7a4/webdir-client/src/main/java/com/kttdevelopment/webdir/client/renderer/PageRenderer.java#L62-L68
1.0
Default Front Matter is not immutable - This issue was though to be #84 but this issue is the true culprit. When final front matter is created it pulls the direct source to the default front matter. In order to fix this we need to create a new hash map **AND** iterate through that map to make the lists point to new lists. Lists inside the new hash map will still point back to the old lists. https://github.com/Ktt-Development/webdir/blob/ca3a1552cd820e3382f7b66bd88dcee71c20b7a4/webdir-client/src/main/java/com/kttdevelopment/webdir/client/renderer/PageRenderer.java#L62-L68
priority
default front matter is not immutable this issue was though to be but this issue is the true culprit when final front matter is created it pulls the direct source to the default front matter in order to fix this we need to create a new hash map and iterate through that map to make the lists point to new lists lists inside the new hash map will still point back to the old lists
1
4,204
2,610,089,171
IssuesEvent
2015-02-26 18:27:00
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳豆豆怎么祛除
auto-migrated Priority-Medium Type-Defect
``` 深圳豆豆怎么祛除【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:33
1.0
深圳豆豆怎么祛除 - ``` 深圳豆豆怎么祛除【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:33
non_priority
深圳豆豆怎么祛除 深圳豆豆怎么祛除【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
0
25,201
5,143,347,333
IssuesEvent
2017-01-12 15:47:21
socketio/socket.io
https://api.github.com/repos/socketio/socket.io
closed
Usage XHR vs JSONP docs?
Closed due to inactivity Documentation
I can't find information on when JSONP is used and when XHR is used. I checked the readme's from: - this repository - engine.io-protocol - engine.io - engine.io-client I think I understand one of these is used when a client is in "polling" mode, but there is little information on why one of these would be selected. I understand I can force JSONP using the `forceJSONP` option and I could disable it by setting `jsonp` to false.
1.0
Usage XHR vs JSONP docs? - I can't find information on when JSONP is used and when XHR is used. I checked the readme's from: - this repository - engine.io-protocol - engine.io - engine.io-client I think I understand one of these is used when a client is in "polling" mode, but there is little information on why one of these would be selected. I understand I can force JSONP using the `forceJSONP` option and I could disable it by setting `jsonp` to false.
non_priority
usage xhr vs jsonp docs i can t find information on when jsonp is used and when xhr is used i checked the readme s from this repository engine io protocol engine io engine io client i think i understand one of these is used when a client is in polling mode but there is little information on why one of these would be selected i understand i can force jsonp using the forcejsonp option and i could disable it by setting jsonp to false
0
685,082
23,443,666,370
IssuesEvent
2022-08-15 17:20:06
NCAR/wrfcloud
https://api.github.com/repos/NCAR/wrfcloud
opened
Test and Evaluate different WRF configurations
priority: medium type: task
## Describe the Task ## CIMH produces 4 different forecasts [domains](http://nmm.cimh.edu.bb/#/), each in a different geographical region and different resolution (12km or 4km). Use these to generate data for different domains and cases to be used later for comparisons. Resources on Cheyenne allow us to run numerous cases now and archive the data for further evaluation later. Experiments to run: 1. 4 domains 2. 5th domain that'a union of all 4 (if time/resources allow) 3. For each domain, 1-2 high impact events and 1 week (or more, if time/resources allow) period of 00z initializations Goals for running this experiments: 1. Evaluate configurations against observations offline 4. Compare against CIMH baselines 5. Demonstrate verification capabilities 6. Can help inform implementation of verification components ### Time Estimate ### 1 month ### Sub-Issues ### Consider breaking the task down into sub-issues. - [ ] Generate data - [ ] Compare to original CIMH domains - [ ] Implement verification components ### Relevant Deadlines ### Data needs to be generated by Sep 30, 2022 since compute resources expire. Entire evaluation will take longer. ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** ### Projects and Milestone ### - [ ] Select **Project** - [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas** ## Task Checklist ## - [ ] Complete the issue definition above, including the **Time Estimate**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>/<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)**, **Project**, and **Development** issue Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
1.0
Test and Evaluate different WRF configurations - ## Describe the Task ## CIMH produces 4 different forecasts [domains](http://nmm.cimh.edu.bb/#/), each in a different geographical region and different resolution (12km or 4km). Use these to generate data for different domains and cases to be used later for comparisons. Resources on Cheyenne allow us to run numerous cases now and archive the data for further evaluation later. Experiments to run: 1. 4 domains 2. 5th domain that'a union of all 4 (if time/resources allow) 3. For each domain, 1-2 high impact events and 1 week (or more, if time/resources allow) period of 00z initializations Goals for running this experiments: 1. Evaluate configurations against observations offline 4. Compare against CIMH baselines 5. Demonstrate verification capabilities 6. Can help inform implementation of verification components ### Time Estimate ### 1 month ### Sub-Issues ### Consider breaking the task down into sub-issues. - [ ] Generate data - [ ] Compare to original CIMH domains - [ ] Implement verification components ### Relevant Deadlines ### Data needs to be generated by Sep 30, 2022 since compute resources expire. Entire evaluation will take longer. ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** ### Projects and Milestone ### - [ ] Select **Project** - [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas** ## Task Checklist ## - [ ] Complete the issue definition above, including the **Time Estimate**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>/<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)**, **Project**, and **Development** issue Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
priority
test and evaluate different wrf configurations describe the task cimh produces different forecasts each in a different geographical region and different resolution or use these to generate data for different domains and cases to be used later for comparisons resources on cheyenne allow us to run numerous cases now and archive the data for further evaluation later experiments to run domains domain that a union of all if time resources allow for each domain high impact events and week or more if time resources allow period of initializations goals for running this experiments evaluate configurations against observations offline compare against cimh baselines demonstrate verification capabilities can help inform implementation of verification components time estimate month sub issues consider breaking the task down into sub issues generate data compare to original cimh domains implement verification components relevant deadlines data needs to be generated by sep since compute resources expire entire evaluation will take longer define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas task checklist complete the issue definition above including the time estimate fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project and development issue select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
1
21,940
6,227,513,563
IssuesEvent
2017-07-10 20:56:10
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
Feature Request DateTimePicker (ValueChanged)
CodePlex
<b>brianlagunas[CodePlex]</b> <br />When will appear event ValueChanged?
1.0
Feature Request DateTimePicker (ValueChanged) - <b>brianlagunas[CodePlex]</b> <br />When will appear event ValueChanged?
non_priority
feature request datetimepicker valuechanged brianlagunas when will appear event valuechanged
0
288,614
24,920,443,867
IssuesEvent
2022-10-30 22:12:30
AY2223S1-CS2103-F09-1/tp
https://api.github.com/repos/AY2223S1-CS2103-F09-1/tp
closed
[PE-D][Tester F] Error message for invalid deadline delete command could be misleading
ped.Tester.F
Steps to reproduce: 1. Have an existing student (eg A1438807T) with a single deadline task 2. Try to delete the 5th deadline task of the same student (A1438807T) using delete -d i/A1438807T r/5 Actual: Error message indicating that the rank has to be a valid integer Expected: Perhaps an error message to indicate that the rank given is out of range might be more suitable ![image.png](https://raw.githubusercontent.com/marcusczh/ped/main/files/74c8df23-2fcf-474a-ab43-745d1cc87154.png) <!--session: 1666944017337-1adb9c80-5065-42fe-a125-2c9a88c8ee91--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FeatureFlaw` `severity.Low` original: marcusczh/ped#5
1.0
[PE-D][Tester F] Error message for invalid deadline delete command could be misleading - Steps to reproduce: 1. Have an existing student (eg A1438807T) with a single deadline task 2. Try to delete the 5th deadline task of the same student (A1438807T) using delete -d i/A1438807T r/5 Actual: Error message indicating that the rank has to be a valid integer Expected: Perhaps an error message to indicate that the rank given is out of range might be more suitable ![image.png](https://raw.githubusercontent.com/marcusczh/ped/main/files/74c8df23-2fcf-474a-ab43-745d1cc87154.png) <!--session: 1666944017337-1adb9c80-5065-42fe-a125-2c9a88c8ee91--> <!--Version: Web v3.4.4--> ------------- Labels: `type.FeatureFlaw` `severity.Low` original: marcusczh/ped#5
non_priority
error message for invalid deadline delete command could be misleading steps to reproduce have an existing student eg with a single deadline task try to delete the deadline task of the same student using delete d i r actual error message indicating that the rank has to be a valid integer expected perhaps an error message to indicate that the rank given is out of range might be more suitable labels type featureflaw severity low original marcusczh ped
0
753,503
26,350,000,089
IssuesEvent
2023-01-11 03:21:30
Suke0811/REMS
https://api.github.com/repos/Suke0811/REMS
closed
Poetry for dependency handling
enhancement Low Priority
use poetry for handling dependencies, python, libraries, and simulators.
1.0
Poetry for dependency handling - use poetry for handling dependencies, python, libraries, and simulators.
priority
poetry for dependency handling use poetry for handling dependencies python libraries and simulators
1
350,684
10,500,367,561
IssuesEvent
2019-09-26 10:20:01
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.esic.in - site is not usable
browser-firefox engine-gecko priority-normal
<!-- @browser: Firefox 70.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:70.0) Gecko/20100101 Firefox/70.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo= **Browser / Version**: Firefox 70.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: this site can not open **Steps to Reproduce**: this site can not open [![Screenshot Description](https://webcompat.com/uploads/2019/9/52ab27aa-ca56-47d2-aaa5-9bffe26678c7-thumb.jpeg)](https://webcompat.com/uploads/2019/9/52ab27aa-ca56-47d2-aaa5-9bffe26678c7.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190916074538</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> [{'level': 'error', 'log': ['The stylesheet https://www.esic.in/ESICInsurance1/Errors/ErrorPage404.htm was not loaded because its MIME type, text/html, is not text/css.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '0:0'}, {'level': 'error', 'log': ['ReferenceError: getdate is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '47:9'}, {'level': 'error', 'log': ['TypeError: Argument 1 of Range.setStartBefore is not an object.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '814:21'}, {'level': 'error', 'log': ['TypeError: Argument 1 of Range.setStartBefore is not an object.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '902:17'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.esic.in - site is not usable - <!-- @browser: Firefox 70.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:70.0) Gecko/20100101 Firefox/70.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo= **Browser / Version**: Firefox 70.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Site is not usable **Description**: this site can not open **Steps to Reproduce**: this site can not open [![Screenshot Description](https://webcompat.com/uploads/2019/9/52ab27aa-ca56-47d2-aaa5-9bffe26678c7-thumb.jpeg)](https://webcompat.com/uploads/2019/9/52ab27aa-ca56-47d2-aaa5-9bffe26678c7.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190916074538</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> <p>Console Messages:</p> <pre> [{'level': 'error', 'log': ['The stylesheet https://www.esic.in/ESICInsurance1/Errors/ErrorPage404.htm was not loaded because its MIME type, text/html, is not text/css.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '0:0'}, {'level': 'error', 'log': ['ReferenceError: getdate is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '47:9'}, {'level': 'error', 'log': ['TypeError: Argument 1 of Range.setStartBefore is not an object.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '814:21'}, {'level': 'error', 'log': ['TypeError: Argument 1 of Range.setStartBefore is not an object.'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '902:17'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '249:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}, {'level': 'error', 'log': ['ReferenceError: showModalDialog is not defined'], 'uri': 'https://www.esic.in/InsuranceGlobalWebV11/Employee/EditAllIPDetails.aspx?IPNumber=vvrSXvurmiCOCruQ0v25Mg==&employerCode=5P0H2vx6m2LQpKKD5V9BWZ1tOGut01jv&FlagDB=JUGm1Rbj4gM=&BaseDB=UNRF86AauDI=&Orphan=5vmQrXZYNNo=', 'pos': '228:29'}] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
site is not usable url browser version firefox operating system windows tested another browser no problem type site is not usable description this site can not open steps to reproduce this site can not open browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false console messages uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos level error log uri pos from with ❤️
1
440,638
12,702,149,927
IssuesEvent
2020-06-22 19:35:43
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
cols_width removes last column when table has rownames
Difficulty: [2] Intermediate Effort: [2] Medium Priority: ♨︎ Critical Type: ☹︎ Bug
I really like the package, thanks for developing it! I'm trying to set the width of columns in a table with `col_widths`, but when the table has one column specificied as `rowname_col`, the last column in the table isn't shown. **works as expected** ```r iris %>% gt() %>% cols_width( vars(Sepal.Width) ~ px(120), vars(Petal.Length) ~ px(120), vars(Petal.Width) ~ px(120), vars(Species) ~ px(120), everything() ~ px(250)) ``` ![Screenshot 2020-02-19 16 39 14](https://user-images.githubusercontent.com/7332030/74879057-61100280-5336-11ea-8a31-1281db6311bc.png) **Species column is removed when `Sepal.Length` made into rownames** ```r iris %>% gt(rowname_col = 'Sepal.Length') %>% cols_width( vars(Sepal.Width) ~ px(120), vars(Petal.Length) ~ px(120), vars(Petal.Width) ~ px(120), vars(Species) ~ px(120), everything() ~ px(250)) ``` ![Screenshot 2020-02-19 16 37 56](https://user-images.githubusercontent.com/7332030/74879018-4b024200-5336-11ea-98c9-2aa332bc033e.png)
1.0
cols_width removes last column when table has rownames - I really like the package, thanks for developing it! I'm trying to set the width of columns in a table with `col_widths`, but when the table has one column specificied as `rowname_col`, the last column in the table isn't shown. **works as expected** ```r iris %>% gt() %>% cols_width( vars(Sepal.Width) ~ px(120), vars(Petal.Length) ~ px(120), vars(Petal.Width) ~ px(120), vars(Species) ~ px(120), everything() ~ px(250)) ``` ![Screenshot 2020-02-19 16 39 14](https://user-images.githubusercontent.com/7332030/74879057-61100280-5336-11ea-8a31-1281db6311bc.png) **Species column is removed when `Sepal.Length` made into rownames** ```r iris %>% gt(rowname_col = 'Sepal.Length') %>% cols_width( vars(Sepal.Width) ~ px(120), vars(Petal.Length) ~ px(120), vars(Petal.Width) ~ px(120), vars(Species) ~ px(120), everything() ~ px(250)) ``` ![Screenshot 2020-02-19 16 37 56](https://user-images.githubusercontent.com/7332030/74879018-4b024200-5336-11ea-98c9-2aa332bc033e.png)
priority
cols width removes last column when table has rownames i really like the package thanks for developing it i m trying to set the width of columns in a table with col widths but when the table has one column specificied as rowname col the last column in the table isn t shown works as expected r iris gt cols width vars sepal width px vars petal length px vars petal width px vars species px everything px species column is removed when sepal length made into rownames r iris gt rowname col sepal length cols width vars sepal width px vars petal length px vars petal width px vars species px everything px
1
201,120
15,801,924,747
IssuesEvent
2021-04-03 07:10:58
Hzxin/ped
https://api.github.com/repos/Hzxin/ped
opened
Unclear description in UG for Edit-appt
severity.Medium type.DocumentationBug
In the UG, it states it only needs one optional field. ![image.png](https://raw.githubusercontent.com/Hzxin/ped/main/files/2556340a-4dde-4359-861a-6780b0cfab06.png) However, when i tried to edit a tag it shows wrong format ![image.png](https://raw.githubusercontent.com/Hzxin/ped/main/files/8b0e118d-f5e1-401b-89fa-e8d632ec6ea1.png) <!--session: 1617429896436-28efd936-a318-40c9-a2d5-eebb08497ce7-->
1.0
Unclear description in UG for Edit-appt - In the UG, it states it only needs one optional field. ![image.png](https://raw.githubusercontent.com/Hzxin/ped/main/files/2556340a-4dde-4359-861a-6780b0cfab06.png) However, when i tried to edit a tag it shows wrong format ![image.png](https://raw.githubusercontent.com/Hzxin/ped/main/files/8b0e118d-f5e1-401b-89fa-e8d632ec6ea1.png) <!--session: 1617429896436-28efd936-a318-40c9-a2d5-eebb08497ce7-->
non_priority
unclear description in ug for edit appt in the ug it states it only needs one optional field however when i tried to edit a tag it shows wrong format
0
723,571
24,901,547,612
IssuesEvent
2022-10-28 21:33:12
magento/magento2
https://api.github.com/repos/magento/magento2
closed
[Issue] Fix language in cookie_status.phtml
Component: Theme Progress: PR in progress Severity: S3 Priority: P4 Issue: ready for confirmation
This issue is automatically created based on existing pull request: magento/magento2#33742: Fix language in cookie_status.phtml --------- The cookie disabled message contains a poorly-worded sentence. This is a suggested fix to the sentence. Dropped "in the case". <!--- Thank you for contributing to Magento. To help us process this pull request we recommend that you add the following information: - Summary of the pull request, - Issue(s) related to the changes made, - Manual testing scenarios Fields marked with (*) are required. Please don't remove the template. --> <!--- Please provide a general summary of the Pull Request in the Title above --> ### Description (*) <!--- Please provide a description of the changes proposed in the pull request. Letting us know what has changed and why it needed changing will help us validate this pull request. --> ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> 1. Fixes magento/magento2#<issue_number> ### Manual testing scenarios (*) <!--- Please provide a set of unambiguous steps to test the proposed code change. Giving us manual testing scenarios will help with the processing and validation process. --> 1. ... 2. ... ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [ ] Pull request has a meaningful description of its purpose - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] README.md files for modified modules are updated and included in the pull request if any [README.md predefined sections](https://github.com/magento/devdocs/wiki/Magento-module-README.md) require an update - [ ] All automated tests passed successfully (all builds are green)
1.0
[Issue] Fix language in cookie_status.phtml - This issue is automatically created based on existing pull request: magento/magento2#33742: Fix language in cookie_status.phtml --------- The cookie disabled message contains a poorly-worded sentence. This is a suggested fix to the sentence. Dropped "in the case". <!--- Thank you for contributing to Magento. To help us process this pull request we recommend that you add the following information: - Summary of the pull request, - Issue(s) related to the changes made, - Manual testing scenarios Fields marked with (*) are required. Please don't remove the template. --> <!--- Please provide a general summary of the Pull Request in the Title above --> ### Description (*) <!--- Please provide a description of the changes proposed in the pull request. Letting us know what has changed and why it needed changing will help us validate this pull request. --> ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> 1. Fixes magento/magento2#<issue_number> ### Manual testing scenarios (*) <!--- Please provide a set of unambiguous steps to test the proposed code change. Giving us manual testing scenarios will help with the processing and validation process. --> 1. ... 2. ... ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [ ] Pull request has a meaningful description of its purpose - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] README.md files for modified modules are updated and included in the pull request if any [README.md predefined sections](https://github.com/magento/devdocs/wiki/Magento-module-README.md) require an update - [ ] All automated tests passed successfully (all builds are green)
priority
fix language in cookie status phtml this issue is automatically created based on existing pull request magento fix language in cookie status phtml the cookie disabled message contains a poorly worded sentence this is a suggested fix to the sentence dropped in the case thank you for contributing to magento to help us process this pull request we recommend that you add the following information summary of the pull request issue s related to the changes made manual testing scenarios fields marked with are required please don t remove the template description please provide a description of the changes proposed in the pull request letting us know what has changed and why it needed changing will help us validate this pull request related pull requests fixed issues if relevant if relevant please provide a list of fixed issues in the format magento there could be or more issues linked here and it will help us find some more information about the reasoning behind this change fixes magento manual testing scenarios please provide a set of unambiguous steps to test the proposed code change giving us manual testing scenarios will help with the processing and validation process questions or comments if relevant here you can ask questions or provide comments on your pull request for the reviewer for example if you need assistance with writing tests or would like some feedback on one of your development ideas contribution checklist pull request has a meaningful description of its purpose all commits are accompanied by meaningful commit messages all new or changed code is covered with unit integration tests if applicable readme md files for modified modules are updated and included in the pull request if any require an update all automated tests passed successfully all builds are green
1
277,601
8,629,993,233
IssuesEvent
2018-11-21 23:09:03
bounswe/bounswe2018group9
https://api.github.com/repos/bounswe/bounswe2018group9
closed
User Story #4 - Event Creation
Platform: Backend Platform: Frontend Priority: High
> As a user, I want to create events so that I can share my enthusiasm about cultural activities. **Acceptance Criteria:** - [x] **1.** User shall be able to create an event with a title, text description, performing artists, date and price. - [x] **2.** User shall be able to view an event by accessing it with its unique identifier. - [x] **3.** System shall be able to save an event information and assign unique identifier to each event. - [x] **4.** System shall be able to serve an event information.
1.0
User Story #4 - Event Creation - > As a user, I want to create events so that I can share my enthusiasm about cultural activities. **Acceptance Criteria:** - [x] **1.** User shall be able to create an event with a title, text description, performing artists, date and price. - [x] **2.** User shall be able to view an event by accessing it with its unique identifier. - [x] **3.** System shall be able to save an event information and assign unique identifier to each event. - [x] **4.** System shall be able to serve an event information.
priority
user story event creation as a user i want to create events so that i can share my enthusiasm about cultural activities acceptance criteria user shall be able to create an event with a title text description performing artists date and price user shall be able to view an event by accessing it with its unique identifier system shall be able to save an event information and assign unique identifier to each event system shall be able to serve an event information
1
28,738
23,471,532,107
IssuesEvent
2022-08-16 22:34:19
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
CI build failed: "Agent was purged, cancelling the pipeline"
blocking-clean-ci area-Infrastructure
CI build [1918768](https://dev.azure.com/dnceng/public/_build/results?buildId=1918768) failed with a cryptic error "Agent was purged, cancelling the pipeline" https://dev.azure.com/dnceng/public/_build/results?buildId=1918768&view=logs&j=86357178-b8b8-53d0-d37b-335a1e08c946 This issue was reported in another build as well and there is an unconfirmed hypothesis that it relates to an underlying issue in Azure scale sets. The infra team is investigating. <!-- runfo report start --> |Build|Kind|Start Time| |---|---|---| [1918768](https://dev.azure.com/dnceng/public/_build/results?buildId=1918768)|Rolling|2022-02-08| <!-- runfo report end -->
1.0
CI build failed: "Agent was purged, cancelling the pipeline" - CI build [1918768](https://dev.azure.com/dnceng/public/_build/results?buildId=1918768) failed with a cryptic error "Agent was purged, cancelling the pipeline" https://dev.azure.com/dnceng/public/_build/results?buildId=1918768&view=logs&j=86357178-b8b8-53d0-d37b-335a1e08c946 This issue was reported in another build as well and there is an unconfirmed hypothesis that it relates to an underlying issue in Azure scale sets. The infra team is investigating. <!-- runfo report start --> |Build|Kind|Start Time| |---|---|---| [1918768](https://dev.azure.com/dnceng/public/_build/results?buildId=1918768)|Rolling|2022-02-08| <!-- runfo report end -->
non_priority
ci build failed agent was purged cancelling the pipeline ci build failed with a cryptic error agent was purged cancelling the pipeline this issue was reported in another build as well and there is an unconfirmed hypothesis that it relates to an underlying issue in azure scale sets the infra team is investigating build kind start time
0
509,789
14,743,608,847
IssuesEvent
2021-01-07 14:09:51
kubeflow/website
https://api.github.com/repos/kubeflow/website
closed
NVIDIA Tesla K80 Accelerators not mentioned in the main Deploy via CLI webpage
area/docs kind/bug lifecycle/stale platform/gcp priority/p2
The default GCP configuration needs NVIDIA Tesla K80 Accelerators and zones which provide this accelerator need to be selected. This info is not mentioned in the main Deploy via CLI webpage and is in the Customizing Kubeflow on GKE webpage. Even though a user does not wish to customize their deployments, they need to know this info.
1.0
NVIDIA Tesla K80 Accelerators not mentioned in the main Deploy via CLI webpage - The default GCP configuration needs NVIDIA Tesla K80 Accelerators and zones which provide this accelerator need to be selected. This info is not mentioned in the main Deploy via CLI webpage and is in the Customizing Kubeflow on GKE webpage. Even though a user does not wish to customize their deployments, they need to know this info.
priority
nvidia tesla accelerators not mentioned in the main deploy via cli webpage the default gcp configuration needs nvidia tesla accelerators and zones which provide this accelerator need to be selected this info is not mentioned in the main deploy via cli webpage and is in the customizing kubeflow on gke webpage even though a user does not wish to customize their deployments they need to know this info
1
20,136
15,055,037,844
IssuesEvent
2021-02-03 18:13:54
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Check whether optimization was applied
comp-optimizers question question-answered usability
I'm experimenting with query settings to get the best possible performance from a query. Is there a way to check whether a setting related to optimization has been really applied? For example, I'm trying with `SETTINGS optimize_aggregation_in_order = 1`, but in some cases the optimization is disabled and there is no easy way of checking it without running the query. I tried `EXPLAIN SELECT ...` but it seems neither form of EXPLAIN outputs this information.
True
Check whether optimization was applied - I'm experimenting with query settings to get the best possible performance from a query. Is there a way to check whether a setting related to optimization has been really applied? For example, I'm trying with `SETTINGS optimize_aggregation_in_order = 1`, but in some cases the optimization is disabled and there is no easy way of checking it without running the query. I tried `EXPLAIN SELECT ...` but it seems neither form of EXPLAIN outputs this information.
non_priority
check whether optimization was applied i m experimenting with query settings to get the best possible performance from a query is there a way to check whether a setting related to optimization has been really applied for example i m trying with settings optimize aggregation in order but in some cases the optimization is disabled and there is no easy way of checking it without running the query i tried explain select but it seems neither form of explain outputs this information
0
261,174
8,225,183,018
IssuesEvent
2018-09-06 15:32:55
openbankingspace/tpp-issues
https://api.github.com/repos/openbankingspace/tpp-issues
opened
Barclays - Authorization Server failure
aspsp:barclays env:live issue:down priority:critical type:auth
# Barclays Authorization Server failure The Barclays Authorization Server appears to be down. <img width="603" alt="screen shot 2018-09-06 at 16 18 09" src="https://user-images.githubusercontent.com/618992/45168055-59b47200-b1f2-11e8-917d-bb05a8c34d08.png"> # Impact Very High. PSUs are unable to use Open Banking.
1.0
Barclays - Authorization Server failure - # Barclays Authorization Server failure The Barclays Authorization Server appears to be down. <img width="603" alt="screen shot 2018-09-06 at 16 18 09" src="https://user-images.githubusercontent.com/618992/45168055-59b47200-b1f2-11e8-917d-bb05a8c34d08.png"> # Impact Very High. PSUs are unable to use Open Banking.
priority
barclays authorization server failure barclays authorization server failure the barclays authorization server appears to be down img width alt screen shot at src impact very high psus are unable to use open banking
1
775
2,893,221,649
IssuesEvent
2015-06-15 16:50:19
Unidata/siphon
https://api.github.com/repos/Unidata/siphon
closed
create util for http get requests
Infrastructure
Create a util for doing basic http get requests with the siphon user agent string using the package Requests: http://docs.python-requests.org/en/latest/
1.0
create util for http get requests - Create a util for doing basic http get requests with the siphon user agent string using the package Requests: http://docs.python-requests.org/en/latest/
non_priority
create util for http get requests create a util for doing basic http get requests with the siphon user agent string using the package requests
0
59,168
14,369,079,808
IssuesEvent
2020-12-01 09:18:12
ignatandrei/stankins
https://api.github.com/repos/ignatandrei/stankins
closed
WS-2019-0103 (Medium) detected in handlebars-4.0.12.tgz
security vulnerability
## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - build-angular-0.10.7.tgz (Root Library) - istanbul-0.4.5.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ignatandrei/stankins/commit/525550ef1e023c62d5d53d2f2bce03d5d168d46e">525550ef1e023c62d5d53d2f2bce03d5d168d46e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57">https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57</a></p> <p>Release Date: 2019-05-30</p> <p>Fix Resolution: 4.1.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0103 (Medium) detected in handlebars-4.0.12.tgz - ## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/stankins/stankinsv2/solution/StankinsV2/StankinsAliveAngular/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - build-angular-0.10.7.tgz (Root Library) - istanbul-0.4.5.tgz - :x: **handlebars-4.0.12.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ignatandrei/stankins/commit/525550ef1e023c62d5d53d2f2bce03d5d168d46e">525550ef1e023c62d5d53d2f2bce03d5d168d46e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57">https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57</a></p> <p>Release Date: 2019-05-30</p> <p>Fix Resolution: 4.1.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm stankins solution stankinsaliveangular package json path to vulnerable library tmp ws scm stankins solution stankinsaliveangular node modules handlebars package json dependency hierarchy build angular tgz root library istanbul tgz x handlebars tgz vulnerable library found in head commit a href vulnerability details handlebars js before has remote code execution rce publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
556,800
16,491,334,560
IssuesEvent
2021-05-25 04:29:36
TheIOFoundation/ProjectLockdown
https://api.github.com/repos/TheIOFoundation/ProjectLockdown
opened
[ADM] Meeting Minutes: Weekly dev call (2021-05-24)
Module: ADM Project: PLD ⌨ Team: Devs ✔ Stage: Ready ❄ Priority: Low
![logo](https://user-images.githubusercontent.com/9198668/85232285-68543380-b430-11ea-8353-1aafb79baf78.png) # Recording 🎥 Call recording link: https://drive.google.com/file/d/1RyNj2RXZdZ2_HG-YM45S0YZa0byDlaEO/view?usp=sharing # Attending @JFQueralt Jeeva Jaison @jeff-knurek @YehualashetGit # Minutes ## Announcements - LinkedIn - add volunteer to your profile - Instagram/Twitter - "star" Github https://github.com/TheIOFoundation/ProjectLockdown ## "stand up" Jean - star github repo - meetings with Jeff & Yoyo - following up infra team to improve workflows - onboarding flow meeting with Muna - found interesting source for conference with related projects - will try to host on Airmeet - Airmeet providing beta for larger groups at a table - submit talks for IGF - progress from Kevin was good, need to coordinate with Monji - found another developer to help with backend - and someone from legal side of things - RightsCon times are in the calendar, including PLD demo (hopefully everyone has their ticket) - should be on slack to help answer questions that might come in - if any events of interest, please reach out - "Global Data Entry" in Basass provides a form to add data - it'll go to Salesforce, and gather more data from there - looking into PlantUML, which is integrated with StackEdit to edit markdown there - text based, for easier parsing - trying to automate notifications via slack - connecting some workspaces: Slack -> Connect Jeeva - working with Jaison on integration of Salesforce data sheets - working with ODN but still need some developement help - new requirement for contact type organization/private to align with gsheet Jaison - looking to learn more about Rest API - need some guidance from developers on how to interact with project - following up on topics of Airmeet - discussing issue with developer of plugin - looking to split sheets in two, for different Salesforce automation flows - N8n community is helping Jeff - working with Jean & Yoyo to define api that the frontend can use - connect with Daphne to get DB defined in smaller scale for DEI work - by having smaller examples that are built on what is used now, and then growing to meet the documenation of where we want to be, creates less overhead to get started on the project - work with Nicolas on presenting the new models/endpoints in Stoplight, but not able to acheive what I want - reached out to Stoplight for support - reviewing PRs from Kevin & Stanley Yehualashet - working how to work with Query String from browser to change UI - question on how to proceed ## "backlog grooming" - developer team is not on the call, so no tickets to go through ## Action items: - [ ] All Action Items completed
1.0
[ADM] Meeting Minutes: Weekly dev call (2021-05-24) - ![logo](https://user-images.githubusercontent.com/9198668/85232285-68543380-b430-11ea-8353-1aafb79baf78.png) # Recording 🎥 Call recording link: https://drive.google.com/file/d/1RyNj2RXZdZ2_HG-YM45S0YZa0byDlaEO/view?usp=sharing # Attending @JFQueralt Jeeva Jaison @jeff-knurek @YehualashetGit # Minutes ## Announcements - LinkedIn - add volunteer to your profile - Instagram/Twitter - "star" Github https://github.com/TheIOFoundation/ProjectLockdown ## "stand up" Jean - star github repo - meetings with Jeff & Yoyo - following up infra team to improve workflows - onboarding flow meeting with Muna - found interesting source for conference with related projects - will try to host on Airmeet - Airmeet providing beta for larger groups at a table - submit talks for IGF - progress from Kevin was good, need to coordinate with Monji - found another developer to help with backend - and someone from legal side of things - RightsCon times are in the calendar, including PLD demo (hopefully everyone has their ticket) - should be on slack to help answer questions that might come in - if any events of interest, please reach out - "Global Data Entry" in Basass provides a form to add data - it'll go to Salesforce, and gather more data from there - looking into PlantUML, which is integrated with StackEdit to edit markdown there - text based, for easier parsing - trying to automate notifications via slack - connecting some workspaces: Slack -> Connect Jeeva - working with Jaison on integration of Salesforce data sheets - working with ODN but still need some developement help - new requirement for contact type organization/private to align with gsheet Jaison - looking to learn more about Rest API - need some guidance from developers on how to interact with project - following up on topics of Airmeet - discussing issue with developer of plugin - looking to split sheets in two, for different Salesforce automation flows - N8n community is helping Jeff - working with Jean & Yoyo to define api that the frontend can use - connect with Daphne to get DB defined in smaller scale for DEI work - by having smaller examples that are built on what is used now, and then growing to meet the documenation of where we want to be, creates less overhead to get started on the project - work with Nicolas on presenting the new models/endpoints in Stoplight, but not able to acheive what I want - reached out to Stoplight for support - reviewing PRs from Kevin & Stanley Yehualashet - working how to work with Query String from browser to change UI - question on how to proceed ## "backlog grooming" - developer team is not on the call, so no tickets to go through ## Action items: - [ ] All Action Items completed
priority
meeting minutes weekly dev call recording 🎥 call recording link attending jfqueralt jeeva jaison jeff knurek yehualashetgit minutes announcements linkedin add volunteer to your profile instagram twitter star github stand up jean star github repo meetings with jeff yoyo following up infra team to improve workflows onboarding flow meeting with muna found interesting source for conference with related projects will try to host on airmeet airmeet providing beta for larger groups at a table submit talks for igf progress from kevin was good need to coordinate with monji found another developer to help with backend and someone from legal side of things rightscon times are in the calendar including pld demo hopefully everyone has their ticket should be on slack to help answer questions that might come in if any events of interest please reach out global data entry in basass provides a form to add data it ll go to salesforce and gather more data from there looking into plantuml which is integrated with stackedit to edit markdown there text based for easier parsing trying to automate notifications via slack connecting some workspaces slack connect jeeva working with jaison on integration of salesforce data sheets working with odn but still need some developement help new requirement for contact type organization private to align with gsheet jaison looking to learn more about rest api need some guidance from developers on how to interact with project following up on topics of airmeet discussing issue with developer of plugin looking to split sheets in two for different salesforce automation flows community is helping jeff working with jean yoyo to define api that the frontend can use connect with daphne to get db defined in smaller scale for dei work by having smaller examples that are built on what is used now and then growing to meet the documenation of where we want to be creates less overhead to get started on the project work with nicolas on presenting the new models endpoints in stoplight but not able to acheive what i want reached out to stoplight for support reviewing prs from kevin stanley yehualashet working how to work with query string from browser to change ui question on how to proceed backlog grooming developer team is not on the call so no tickets to go through action items all action items completed
1
186,972
21,993,027,468
IssuesEvent
2022-05-26 01:21:30
jeduardo824/map
https://api.github.com/repos/jeduardo824/map
opened
CVE-2022-29181 (High) detected in nokogiri-1.10.3.gem
security vulnerability
## CVE-2022-29181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.10.3.gem</b></p></summary> <p>Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.</p> <p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.10.3.gem">https://rubygems.org/gems/nokogiri-1.10.3.gem</a></p> <p>Path to dependency file: /map/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/nokogiri-1.10.3.gem</p> <p> Dependency Hierarchy: - capybara-3.18.0.gem (Root Library) - :x: **nokogiri-1.10.3.gem** (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> Nokogiri is an open source XML and HTML library for Ruby. Nokogiri prior to version 1.13.6 does not type-check all inputs into the XML and HTML4 SAX parsers, allowing specially crafted untrusted inputs to cause illegal memory access errors (segfault) or reads from unrelated memory. Version 1.13.6 contains a patch for this issue. As a workaround, ensure the untrusted input is a `String` by calling `#to_s` or equivalent. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29181>CVE-2022-29181</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>8.2</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: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29181">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29181</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: nokogiri - 1.13.6</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-2022-29181 (High) detected in nokogiri-1.10.3.gem - ## CVE-2022-29181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.10.3.gem</b></p></summary> <p>Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.</p> <p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.10.3.gem">https://rubygems.org/gems/nokogiri-1.10.3.gem</a></p> <p>Path to dependency file: /map/Gemfile.lock</p> <p>Path to vulnerable library: /var/lib/gems/2.3.0/cache/nokogiri-1.10.3.gem</p> <p> Dependency Hierarchy: - capybara-3.18.0.gem (Root Library) - :x: **nokogiri-1.10.3.gem** (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> Nokogiri is an open source XML and HTML library for Ruby. Nokogiri prior to version 1.13.6 does not type-check all inputs into the XML and HTML4 SAX parsers, allowing specially crafted untrusted inputs to cause illegal memory access errors (segfault) or reads from unrelated memory. Version 1.13.6 contains a patch for this issue. As a workaround, ensure the untrusted input is a `String` by calling `#to_s` or equivalent. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29181>CVE-2022-29181</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>8.2</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: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29181">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29181</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: nokogiri - 1.13.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in nokogiri gem cve high severity vulnerability vulnerable library nokogiri gem nokogiri 鋸 is an html xml sax and reader parser among nokogiri s many features is the ability to search documents via xpath or selectors library home page a href path to dependency file map gemfile lock path to vulnerable library var lib gems cache nokogiri gem dependency hierarchy capybara gem root library x nokogiri gem vulnerable library vulnerability details nokogiri is an open source xml and html library for ruby nokogiri prior to version does not type check all inputs into the xml and sax parsers allowing specially crafted untrusted inputs to cause illegal memory access errors segfault or reads from unrelated memory version contains a patch for this issue as a workaround ensure the untrusted input is a string by calling to s or equivalent 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution nokogiri step up your open source security game with whitesource
0
119,081
15,396,536,016
IssuesEvent
2021-03-03 20:47:03
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Design] DD4edu UAT Conversation Guide
design direct deposit vsa vsa-authenticated-exp vsa-ebenefits
## Background We need to create a conversation guide to go with the research plan for UAT. ## Tasks - [x] Create conversation guide - [x] Review with Matt/Samara/Jason ## Acceptance Criteria - [x] Share with Auth Exp + Lauren ALexanderson
1.0
[Design] DD4edu UAT Conversation Guide - ## Background We need to create a conversation guide to go with the research plan for UAT. ## Tasks - [x] Create conversation guide - [x] Review with Matt/Samara/Jason ## Acceptance Criteria - [x] Share with Auth Exp + Lauren ALexanderson
non_priority
uat conversation guide background we need to create a conversation guide to go with the research plan for uat tasks create conversation guide review with matt samara jason acceptance criteria share with auth exp lauren alexanderson
0
668,535
22,588,708,314
IssuesEvent
2022-06-28 17:35:20
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
support proxying the webapp to a non-root route
type/enhancement area/frontend priority/medium autoteam team/frontend
A user is trying to proxy the server and webapp to routes using nginx: ``` server { server_name ...; listen 443 ssl; ssl_certificate ...; ssl_certificate_key ...; proxy_set_header Host $host; client_header_buffer_size 3M; large_client_header_buffers 4 3M; location /airbyte/ { proxy_pass http://airbyte-webapp:80/; } location /airbyte-server/ { proxy_pass http://airbyte-server:8001/; } } ``` I _think_ this would just involve updating `routes.tsx` to read from a new environment variable that allows setting a prefix for the various routes. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368165402701) by [Unito](https://www.unito.io)
1.0
support proxying the webapp to a non-root route - A user is trying to proxy the server and webapp to routes using nginx: ``` server { server_name ...; listen 443 ssl; ssl_certificate ...; ssl_certificate_key ...; proxy_set_header Host $host; client_header_buffer_size 3M; large_client_header_buffers 4 3M; location /airbyte/ { proxy_pass http://airbyte-webapp:80/; } location /airbyte-server/ { proxy_pass http://airbyte-server:8001/; } } ``` I _think_ this would just involve updating `routes.tsx` to read from a new environment variable that allows setting a prefix for the various routes. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368165402701) by [Unito](https://www.unito.io)
priority
support proxying the webapp to a non root route a user is trying to proxy the server and webapp to routes using nginx server server name listen ssl ssl certificate ssl certificate key proxy set header host host client header buffer size large client header buffers location airbyte proxy pass location airbyte server proxy pass i think this would just involve updating routes tsx to read from a new environment variable that allows setting a prefix for the various routes ┆issue is synchronized with this by
1
382,140
11,301,321,861
IssuesEvent
2020-01-17 15:22:14
ComPWA/ComPWA
https://api.github.com/repos/ComPWA/ComPWA
closed
Change RootDataIO class into two functions
Priority: Medium Status: Completed Type: Enhancement Type: Maintenance
The class structure for RootDataIO is an overkill, since it does not provide any abstraction. It also not easy to use since the constructor and the functions both take parameters that are needed to make the IO work nicely The solution is to just implement to functions to read and write data from/to root files. **[Estimated effort: 1h]**
1.0
Change RootDataIO class into two functions - The class structure for RootDataIO is an overkill, since it does not provide any abstraction. It also not easy to use since the constructor and the functions both take parameters that are needed to make the IO work nicely The solution is to just implement to functions to read and write data from/to root files. **[Estimated effort: 1h]**
priority
change rootdataio class into two functions the class structure for rootdataio is an overkill since it does not provide any abstraction it also not easy to use since the constructor and the functions both take parameters that are needed to make the io work nicely the solution is to just implement to functions to read and write data from to root files
1
810,166
30,228,134,312
IssuesEvent
2023-07-06 03:33:09
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
[Bug]: 微页面设计器中只读表单切换对象时如果切换到的对象没有记录的话,表单中会显示切换对象之前的字段值
bug done priority: High
### Description 如果切换到的对象有记录的话(会返回第一条记录作为表单值),就没有这个问题,只有切换到的对象在数据库中没有任何记录的情况下才有此问题。 ![image](https://github.com/steedos/steedos-platform/assets/6219465/c66d2de4-dde5-4ed8-9644-a67c752dee0e) ### Steps To Reproduce 重现步骤 1. 新建一个表单或应用程序类型微页面并进入设计器 2. 拖动一个对象表单组件到画布 3. 切换表单的“对象”属性,当切换到的对象在数据库中有记录的话,会返回第一条记录显示在表单中,但是如果没有记录的话就能看到表单上显示了切换对象之前的字段值,比如从人员对象切换到合同对象(数据库中没有合同对象的记录),切换后表单上合同名称字段显示了用户姓名。 ### Version 版本 2.5.x
1.0
[Bug]: 微页面设计器中只读表单切换对象时如果切换到的对象没有记录的话,表单中会显示切换对象之前的字段值 - ### Description 如果切换到的对象有记录的话(会返回第一条记录作为表单值),就没有这个问题,只有切换到的对象在数据库中没有任何记录的情况下才有此问题。 ![image](https://github.com/steedos/steedos-platform/assets/6219465/c66d2de4-dde5-4ed8-9644-a67c752dee0e) ### Steps To Reproduce 重现步骤 1. 新建一个表单或应用程序类型微页面并进入设计器 2. 拖动一个对象表单组件到画布 3. 切换表单的“对象”属性,当切换到的对象在数据库中有记录的话,会返回第一条记录显示在表单中,但是如果没有记录的话就能看到表单上显示了切换对象之前的字段值,比如从人员对象切换到合同对象(数据库中没有合同对象的记录),切换后表单上合同名称字段显示了用户姓名。 ### Version 版本 2.5.x
priority
微页面设计器中只读表单切换对象时如果切换到的对象没有记录的话,表单中会显示切换对象之前的字段值 description 如果切换到的对象有记录的话(会返回第一条记录作为表单值),就没有这个问题,只有切换到的对象在数据库中没有任何记录的情况下才有此问题。 steps to reproduce 重现步骤 新建一个表单或应用程序类型微页面并进入设计器 拖动一个对象表单组件到画布 切换表单的“对象”属性,当切换到的对象在数据库中有记录的话,会返回第一条记录显示在表单中,但是如果没有记录的话就能看到表单上显示了切换对象之前的字段值,比如从人员对象切换到合同对象(数据库中没有合同对象的记录),切换后表单上合同名称字段显示了用户姓名。 version 版本 x
1
599,986
18,287,428,637
IssuesEvent
2021-10-05 11:56:07
LuPro/SlabelFish
https://api.github.com/repos/LuPro/SlabelFish
closed
Actually do proper input validation
high priority
defensive programming and such, this thing will probably crash left right and center if you just look at it weirdly
1.0
Actually do proper input validation - defensive programming and such, this thing will probably crash left right and center if you just look at it weirdly
priority
actually do proper input validation defensive programming and such this thing will probably crash left right and center if you just look at it weirdly
1