Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQrexec deadlock on large transfers in both directions simultaneusly #1347
Comments
rootkovska
added
bug
C: other
P: critical
labels
Oct 19, 2015
rootkovska
added this to the Release 3.0 updates milestone
Oct 19, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 20, 2015
Member
I guess it's qrexec fault:
https://github.com/QubesOS/qubes-core-agent-linux/blob/master/qrexec/qrexec-agent-data.c#L224:
/* FIXME: use buffered write here to prevent deadlock */
I can reproduce it using Split GPG, but failed to write artificial test for it (at least for now).
|
I guess it's qrexec fault:
I can reproduce it using Split GPG, but failed to write artificial test for it (at least for now). |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 20, 2015
Member
but failed to write artificial test for it (at least for now).
Never mind, it was a typo...
Never mind, it was a typo... |
added a commit
to marmarek/old-qubes-core-admin
that referenced
this issue
Oct 25, 2015
marmarek
changed the title from
SplitGPG fails to handle large files
to
Qrexec deadlock on large transfers in both directions simultaneusly
Oct 30, 2015
added a commit
to QubesOS/qubes-core-admin-linux
that referenced
this issue
Oct 30, 2015
marmarek
closed this
in
QubesOS/qubes-core-agent-linux@97a3793
Oct 30, 2015
added a commit
to QubesOS/qubes-linux-utils
that referenced
this issue
Oct 30, 2015
added a commit
to QubesOS/qubes-linux-utils
that referenced
this issue
Oct 30, 2015
added a commit
to QubesOS/qubes-core-admin-linux
that referenced
this issue
Oct 30, 2015
added a commit
to QubesOS/qubes-core-agent-linux
that referenced
this issue
Oct 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 30, 2015
Member
Automated announcement from builder-github
The package qubes-core-vm-3.0.19-1.fc20 has been pushed to the r3.0 testing repository for the Fedora fc20 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r3.0-current-testing
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-fc20-testing
label
Oct 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 30, 2015
Member
Automated announcement from builder-github
The package qubes-core-vm-3.0.19-1.fc21 has been pushed to the r3.0 testing repository for the Fedora fc21 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r3.0-current-testing
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-fc21-testing
label
Oct 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 1, 2015
Member
Automated announcement from builder-github
The package qubes-core-agent_3.0.19-1+deb8u1 has been pushed to the r3.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-jessie-testing
label
Nov 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 1, 2015
Member
Automated announcement from builder-github
The package qubes-core-agent_3.0.19-1+deb7u1 has been pushed to the r3.0 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.0-wheezy-testing
label
Nov 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 12, 2015
Member
Automated announcement from builder-github
The package qubes-core-vm-3.0.19-1.fc20 has been pushed to the r3.0 stable repository for the Fedora fc20 template.
To install this update, please use the standard update command:
sudo yum update
|
Automated announcement from builder-github The package
|
marmarek
added
r3.0-fc20-stable
and removed
r3.0-fc20-testing
labels
Nov 12, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 12, 2015
Member
Automated announcement from builder-github
The package qubes-core-vm-3.0.19-1.fc21 has been pushed to the r3.0 stable repository for the Fedora fc21 template.
To install this update, please use the standard update command:
sudo yum update
|
Automated announcement from builder-github The package
|
marmarek
added
r3.0-fc21-stable
and removed
r3.0-fc21-testing
labels
Nov 12, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 12, 2015
Member
Automated announcement from builder-github
The package qubes-core-agent_3.0.19-1+deb8u1 has been pushed to the r3.0 stable repository for the Debian jessie template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
marmarek
added
r3.0-jessie-stable
and removed
r3.0-jessie-testing
labels
Nov 12, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 12, 2015
Member
Automated announcement from builder-github
The package qubes-core-agent_3.0.19-1+deb7u1 has been pushed to the r3.0 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
|
Automated announcement from builder-github The package
|
rootkovska commentedOct 19, 2015
On a my mutt + Split GPG setup I can't seem to be able to send an encrypted email with any larger attachment (say ~2MB). I suspect some race condition problem in SplitGPG (or, less likely in qrexec).
To reproduce:
dd if=/dev/urandom of=blob.bin bs=1k count=2kFWIW, this is the relevant fragment of my mutt's SplitGPG config: