New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QubesManager: OSError: Cannot allocate memory (when clicking on "VM Settings" button) #2083

Closed
qjoo opened this Issue Jun 19, 2016 · 2 comments

Comments

3 participants
@qjoo

qjoo commented Jun 19, 2016

Qubes OS version:

R3.1
qubes-manager 3.1.3-1


Expected behavior:

Settings should open

Actual behavior:

Error Message show up:

[Dom0] Houston, we have a problem...

OSError: Cannot allocate memory
This is most likely a bug in the Qubes Manager

----
line: self.pid = os.fork()
func: _execute_child
line no.: 1224
file: /usr/lib64/python2.7/subprocess.py
----
line errread, errwrite)
func: __init__
line no.: 711
file: /usr/lib64/python2.7/subprocess.py
----
line: lspci = subprocess.Popen(["/usr/sbin/lspci",], stdout = subprocess.PIPE)
func: __init_devices_tab__
line no.: 705
file: /usr/lib64/python2.7/site-packages/qubesmanager/settings.py
----
line: self.__init_devices_tab__()
func: __init__
line no.: 94
file: /usr/lib64/python2.7/site-packages/qubesmanager/settings.py
----
line: "basic")
func: action_settings_triggered
line no.: 1288
file: /usr/lib64/python2.7/site-packages/qubesmanager/main.py

Steps to reproduce the behavior:

General notes:

dom0 has 4GB of RAM assigned, 4VMs are running (using another 4GB of RAM)


Related issues:

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Dec 16, 2017

Member

@qjoo, is this still an issue in R3.2?

Member

andrewdavidwong commented Dec 16, 2017

@qjoo, is this still an issue in R3.2?

@marmarta

This comment has been minimized.

Show comment
Hide comment
@marmarta

marmarta Jul 12, 2018

3.1 is no longer supported, so barring any new reports, I'm closing this one.

3.1 is no longer supported, so barring any new reports, I'm closing this one.

@marmarta marmarta closed this Jul 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment