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

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

Open
g1itch opened this issue Oct 22, 2021 · 2 comments
Open
Labels

Comments

@g1itch
Copy link
Owner

g1itch commented Oct 22, 2021

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.

@g1itch g1itch added the bug label Oct 22, 2021
@PeterSurda
Copy link

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

@g1itch
Copy link
Owner Author

g1itch commented Oct 22, 2021

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.

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

No branches or pull requests

2 participants