Skip to content

Commit

Permalink
NXDRIVE-2169: [Windows] psutil is crashing the application
Browse files Browse the repository at this point in the history
For some reason, the bug was not triggered on our CI (GitHub VM).
The bug was reported upstream (giampaolo/psutil#1763).
  • Loading branch information
Mickaël Schoentgen authored and BoboTiG committed May 19, 2020
1 parent f0b9008 commit 2dec6ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docs/changes/4.4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Release date: `2020-xx-xx`

- [NXDRIVE-2016](https://jira.nuxeo.com/browse/NXDRIVE-2016): Upgrade Python from 3.7.4 to 3.7.7
- [NXDRIVE-2146](https://jira.nuxeo.com/browse/NXDRIVE-2146): Do not package `Qt5RemoteObjects` DLL and shared library
- [NXDRIVE-2169](https://jira.nuxeo.com/browse/NXDRIVE-2169): [Windows] `psutil` is crashing the application

## Tests

Expand All @@ -40,6 +41,7 @@ Release date: `2020-xx-xx`

- Added `importlib-metadata` 1.6.0
- Added `zipp` 3.1.0
- Downgraded `psutil` from 5.7.0 to 5.6.7
- Upgraded `boto3` from 1.12.19 to 1.13.0
- Upgraded `botocore` from 1.15.19 to 1.16.0
- Upgraded `certifi` from 2019.11.28 to 2020.4.5.1
Expand Down
24 changes: 12 additions & 12 deletions tools/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ tools/deps/nuxeo-python-client-764c064.zip[s3] \
pathtools==0.1.2 \
--hash=sha256:7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
# via watchdog
psutil==5.7.0 \
--hash=sha256:298af2f14b635c3c7118fd9183843f4e73e681bb6f01e12284d4d70d48a60953 \
--hash=sha256:75e22717d4dbc7ca529ec5063000b2b294fc9a367f9c9ede1f65846c7955fd38 \
--hash=sha256:f344ca230dd8e8d5eee16827596f1c22ec0876127c28e800d7ae20ed44c4b310 \
--hash=sha256:e2d0c5b07c6fe5a87fa27b7855017edb0d52ee73b71e6ee368fae268605cc3f5 \
--hash=sha256:a02f4ac50d4a23253b68233b07e7cdb567bd025b982d5cf0ee78296990c22d9e \
--hash=sha256:1413f4158eb50e110777c4f15d7c759521703bd6beb58926f1d562da40180058 \
--hash=sha256:d008ddc00c6906ec80040d26dc2d3e3962109e40ad07fd8a12d0284ce5e0e4f8 \
--hash=sha256:73f35ab66c6c7a9ce82ba44b1e9b1050be2a80cd4dcc3352cc108656b115c74f \
--hash=sha256:60b86f327c198561f101a92be1995f9ae0399736b6eced8f24af41ec64fb88d4 \
--hash=sha256:d84029b190c8a66a946e28b4d3934d2ca1528ec94764b180f7d6ea57b0e75e26 \
--hash=sha256:685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
psutil==5.6.7 \
--hash=sha256:1b1575240ca9a90b437e5a40db662acd87bbf181f6aa02f0204978737b913c6b \
--hash=sha256:28f771129bfee9fc6b63d83a15d857663bbdcae3828e1cb926e91320a9b5b5cd \
--hash=sha256:21231ef1c1a89728e29b98a885b8e0a8e00d09018f6da5cdc1f43f988471a995 \
--hash=sha256:b74b43fecce384a57094a83d2778cdfc2e2d9a6afaadd1ebecb2e75e0d34e10d \
--hash=sha256:e85f727ffb21539849e6012f47b12f6dd4c44965e56591d8dec6e8bc9ab96f4a \
--hash=sha256:b560f5cd86cf8df7bcd258a851ca1ad98f0d5b8b98748e877a0aec4e9032b465 \
--hash=sha256:094f899ac3ef72422b7e00411b4ed174e3c5a2e04c267db6643937ddba67a05b \
--hash=sha256:fd2e09bb593ad9bdd7429e779699d2d47c1268cbde4dda95fcd1bd17544a0217 \
--hash=sha256:70387772f84fa5c3bb6a106915a2445e20ac8f9821c5914d7cbde148f4d7ff73 \
--hash=sha256:10b7f75cc8bd676cfc6fa40cd7d5c25b3f45a0e06d43becd7c2d2871cbb5e806 \
--hash=sha256:ffad8eb2ac614518bbe3c0b8eb9dffdb3a8d2e3a7d5da51c5b974fb723a5c5aa
pycparser==2.20 \
--hash=sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705 \
--hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0
Expand Down

0 comments on commit 2dec6ce

Please sign in to comment.