You are not logged in.

#1 2020-09-17 13:45:03

interrupt
Member
Registered: 2018-04-08
Posts: 6

bpython consuming 100% cpu and more and more memory in idle state

Everytime I start

$ bpython

it jumps immediately up to 100% cpu load.

Running

# top

shows as well that it progressively occupies more and more memory as a function of time.

After a few minutes doing nothing it already consumes 2.5 gb ram.

This behavior doesn't happen when I just start the plain

$ python

interpreter.

It is "bpython version 0.19 on top of Python 3.8.5" and installed via pacman. But I also tried to remove it and install it via pip and got the same weird behavior.

Anyone any idea?

Offline

#2 2020-09-17 15:19:31

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: bpython consuming 100% cpu and more and more memory in idle state

I see the same bug here.

I went and looked up the bug tracker for bpython and found this bug entry here:

https://github.com/bpython/bpython/issues/806

This seems to be the problem for me here. If I start bpython in my home folder I see the bug, but when I start it in a sub-folder then it's fine.

Offline

Board footer

Powered by FluxBB