g1itch / PyBitmessage

My development fork of PyBitmessage,

Home Page:https://pybitmessage-test.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The program start gets aborted by ICE if bitmessageqt starts too late

g1itch opened this issue · comments

No traceback, the message is:

ICE default IO error handler doing an exit(), pid = 1603, errno = 32

Maybe it's worth to try offloading any time consuming operations to other threads to ensure the fastest possible start of the bitmessageqt in the main thread.

have you tried this: https://stackoverflow.com/questions/20621070/ice-default-io-error-handler-doing-an-exit-pid-11281-errno-4

Thanks. Interesting, I'll look into it later. I open the issues here as memo for later research.