qwertycoin-org / qwertycoin

Qwertycoin is a decentralized peer-to-peer protocol for safe payments worldwide.
https://qwertycoin.org
MIT License
33 stars 29 forks source link

Minidump path: as default #127

Closed nnian closed 4 years ago

nnian commented 5 years ago

Hi @speqtr,

when i start qwertycoind, or in this case the simplewallet : I can't use the daemon or simplewallet, only via RPC commands.

foo@bar:/opt/QWC# ./simplewallet    
Minidump path:
speqtr commented 5 years ago

@nnian does it crash instantly?

nnian commented 5 years ago

It does not crash, it works in the background but i can't use the daemon or simplewallet. Other pool owners having the same issue. On a fresh installed Ubuntu 18.04 VM this error occurs too.

speqtr commented 5 years ago

Got it. I'll check it tomorrow on a clean Ubuntu 18.04 VM.

Just one more thing... which scenario should I use to confirm that it works as you expect it to?

exploshot commented 5 years ago

Proceed as in readme. Thats the most common way.

speqtr commented 5 years ago

OK.

nnian commented 5 years ago

I only start the ./simplewallet that's it.

root@poo:/opt/qwertycoin# ./simplewallet
Minidump path:
^C
root@poo:/opt/qwertycoin# ./simplewallet --help
Minidump path: root@pool:/opt/qwertycoin#
root@poo:/opt/qwertycoin#
speqtr commented 4 years ago

This is a story about one broken line of debug output that silently crashed command line tools.

The root of all evil in Breakpad.cpp:

std::wcout << L"Minidump path: "; // << minidumpPath << ", id: " << minidumpId << std::endl;

@nnian sorry for that. Don't know how I could forget to remove it.

speqtr commented 4 years ago

Fixed in PR #128.

nnian commented 4 years ago

This is a story about one broken line of debug output that silently crashed command line tools.

The root of all evil in Breakpad.cpp:

std::wcout << L"Minidump path: "; // << minidumpPath << ", id: " << minidumpId << std::endl;

@nnian sorry for that. Don't know how I could forget to remove it.

no problem. Everyone forgot to remove some debug outputs 💃