Wesley Shillingford

Results 26 comments of Wesley Shillingford

``` [ RUN ] conflicts.adjusted_difficulty conflicts.cpp:247: Failure Expected equality of these values: 11 nodes.active.size () Which is: 10 ``` Fails consistently when running TSAN on Ubuntu/GCC **FIXED** (no longer able...

``` [ RUN ] network.send_node_id_handshake nano/core_test/network:247: Failure Expected equality of these values: 0 system.nodes[0]->network.size () Which is: 1 ``` Fails consistently when running TSAN on Ubuntu/GCC **FIXED** in https://github.com/nanocurrency/nano-node/pull/2612

``` [ RUN ] receivable_processor.send_with_receive /workspace/nano/core_test/network.cpp:337: Failure Expected equality of these values: system.nodes[0]->config.receive_minimum.number () Which is: 1000000000000000000000000 system.nodes[1]->balance (key2.pub) Which is: 0 ``` **FIXED** in #1940

``` [ RUN ] rpc.work_peer_bad d:\agent\_work\2\s\src\vctools\crt\crtw32\stdcpp\thr\mutex.c(51): mutex destroyed while busy ``` [Stack trace](https://imgur.com/S4GSflr)

``` [ RUN ] network.replace_port c:\users\wesley\documents\raiblocks\nano\core_test\network.cpp(2037): error: Expected equality of these values: system.nodes[0]->network.udp_channels.size () Which is: 1 0 [ FAILED ] network.replace_port (129 ms) ``` **FIXED** in #2630

``` [ RUN ] node.vote_by_hash_republish /workspace/nano/core_test/node.cpp:2196: Failure Value of: system.poll () Actual: Deadline expired ```

I also agree it would be nice if wallets supported the "blob" qr code for sending from an account, for instance if the customer needs a refund can get it...

Can you run `docker exec ${NANO_NAME} nano_node --debug_generate_crash_report > crash_report.txt` and post the contents of that file please (where ${NANO_NAME} is the name of the docker container)

Ah yeh that command outputs to a file `nano_node_crash_report.txt` not to standard output which you've attached thanks.