Skip to content
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

Error while deswappifying #3

Open
jakubauskas opened this issue Jul 20, 2022 · 0 comments
Open

Error while deswappifying #3

jakubauskas opened this issue Jul 20, 2022 · 0 comments

Comments

@jakubauskas
Copy link

Traceback (most recent call last):
  File "deswappify_auto.py", line 559, in step
    self.deswappify_child()
  File "deswappify_auto.py", line 416, in deswappify_child
    self.wait_for_futures()
  File "deswappify_auto.py", line 453, in wait_for_futures
    read, f, size,start,end,cswap,exc_info = fut.result()
  File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 425, in result
    return self.__get_result()
  File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "/usr/lib64/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "deswappify_auto.py", line 476, in read
    r = len(f.read(size-read))
MemoryError
Traceback (most recent call last):
  File "deswappify_auto.py", line 671, in <module>
    main()
  File "deswappify_auto.py", line 668, in main
    ds.deswappify_pid(int(pid))
  File "deswappify_auto.py", line 443, in deswappify_pid
    self.step(self.DESWAP_CHILD)
  File "deswappify_auto.py", line 563, in step
    raise e
  File "deswappify_auto.py", line 559, in step
    self.deswappify_child()
  File "deswappify_auto.py", line 416, in deswappify_child
    self.wait_for_futures()
  File "deswappify_auto.py", line 453, in wait_for_futures
    read, f, size,start,end,cswap,exc_info = fut.result()
  File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 425, in result
    return self.__get_result()
  File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "/usr/lib64/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "deswappify_auto.py", line 476, in read
    r = len(f.read(size-read))
MemoryError
[ERROR] Application triggered possible bug. Please report back the following information so it can be fixed.
Traceback (most recent call last):
  File "deswappify_auto.py", line 557, in step
    self.deswappify_parent()
  File "deswappify_auto.py", line 385, in deswappify_parent
    work_done = self.select_new_process()
  File "deswappify_auto.py", line 349, in select_new_process
    subprocess.check_call([sys.executable] + sys.argv + ["-n"] + [str(p[1]) for p in pids])
  File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', 'deswappify_auto.py', '-d', '-v', 'info', '--pc_during_idle', '3', '-n', '1530']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "deswappify_auto.py", line 671, in <module>
    main()
  File "deswappify_auto.py", line 665, in main
    ds.step(ds.DESWAP_PARENT)
  File "deswappify_auto.py", line 563, in step
    raise e
  File "deswappify_auto.py", line 557, in step
    self.deswappify_parent()
  File "deswappify_auto.py", line 385, in deswappify_parent
    work_done = self.select_new_process()
  File "deswappify_auto.py", line 349, in select_new_process
    subprocess.check_call([sys.executable] + sys.argv + ["-n"] + [str(p[1]) for p in pids])
  File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', 'deswappify_auto.py', '-d', '-v', 'info', '--pc_during_idle', '3', '-n', '1530']' returned non-zero exit status 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant