0x6d61676e7573 / gtk-weechat

GTK3 client for weechat, ported from qweechat.
GNU General Public License v3.0
21 stars 2 forks source link

Seems to hang for me #2

Open xnox opened 4 years ago

xnox commented 4 years ago

I connect to my weechat relay, scroll window list, open a channel, and title for it changes, but no scrollback loaded for it.

And then the window just freezes.

Is there anyway for me to crank up the debugging, to see how / why the graphical mainloop appears to hang up?

0x6d61676e7573 commented 4 years ago

Interesting, what happens if you terminate by ctrl-c in the terminal? Just wondering what the traceback shows. Also what python and GTK version are you using?

craftyguy commented 4 years ago

This might help: #5

Without that change, this app was basically locking up for over a minute on my system (ARM-based..) as it churned through memory operations when it starts/connects.