Bug 1629982 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thanks! Unfortunately I'm not having much luck reproducing.

Separate NSS:
```
kjacobs-44776:neqo kjacobs$ echo $NSS_DIR
/Users/kjacobs/repos/nss
kjacobs-44776:neqo kjacobs$ echo $DYLD_LIBRARY_PATH
/Users/kjacobs/repos/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Combined build (with updated neqo-crypto/build.rs):
```
kjacobs-44776:neqo kjacobs$ cargo build
     ...
    Finished dev [unoptimized + debuginfo] target(s) in 2m 06s
kjacobs-44776:neqo kjacobs$ ls ./target/debug/build
kjacobs-44776:neqo kjacobs$ cd ./target/debug/build/neqo-crypto-71e8b705e7f49c93/out/nss
kjacobs-44776:nss kjacobs$ hg log -r .
changeset:   15581:bb4462a16de8
tag:         NSS_3_52_BETA2
...
kjacobs-44776:nss kjacobs$ cd ~/repos/neqo/
kjacobs-44776:neqo kjacobs$ unset NSS_DIR
kjacobs-44776:neqo kjacobs$ export DYLD_LIBRARY_PATH=/Users/kjacobs/repos/neqo/target/debug/build/neqo-crypto-71e8b705e7f49c93/out/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Note, in both cases I occasionally get 
```thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidInput, error: "cannot set a 0 duration timeout" }', src/libcore/result.rs:1188:5```, but that's almost certainly unrelated.

Let me know if I might have missed something above. Out of curiosity, have you reproduced on another machine/OS?
Thanks! Unfortunately I'm not having much luck reproducing.

Separate NSS:
```
kjacobs-44776:neqo kjacobs$ echo $NSS_DIR
/Users/kjacobs/repos/nss
kjacobs-44776:neqo kjacobs$ echo $DYLD_LIBRARY_PATH
/Users/kjacobs/repos/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Combined build (with updated neqo-crypto/build.rs):
```
kjacobs-44776:neqo kjacobs$ cargo build
     ...
    Finished dev [unoptimized + debuginfo] target(s) in 2m 06s
kjacobs-44776:neqo kjacobs$ ls ./target/debug/build
kjacobs-44776:neqo kjacobs$ cd ./target/debug/build/neqo-crypto-71e8b705e7f49c93/out/nss
kjacobs-44776:nss kjacobs$ hg log -r .
changeset:   15581:bb4462a16de8
tag:         NSS_3_52_BETA2
...
kjacobs-44776:nss kjacobs$ cd ~/repos/neqo/
kjacobs-44776:neqo kjacobs$ unset NSS_DIR
kjacobs-44776:neqo kjacobs$ export DYLD_LIBRARY_PATH=/Users/kjacobs/repos/neqo/target/debug/build/neqo-crypto-71e8b705e7f49c93/out/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Note, in both cases I occasionally get 
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidInput, error: "cannot set a 0 duration timeout" }', src/libcore/result.rs:1188:5
```, but that's almost certainly unrelated.

Let me know if I might have missed something above. Out of curiosity, have you reproduced on another machine/OS?
Thanks! Unfortunately I'm not having much luck reproducing.

Separate NSS:
```
kjacobs-44776:neqo kjacobs$ echo $NSS_DIR
/Users/kjacobs/repos/nss
kjacobs-44776:neqo kjacobs$ echo $DYLD_LIBRARY_PATH
/Users/kjacobs/repos/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Combined build (with updated neqo-crypto/build.rs):
```
kjacobs-44776:neqo kjacobs$ cargo build
     ...
    Finished dev [unoptimized + debuginfo] target(s) in 2m 06s
kjacobs-44776:neqo kjacobs$ ls ./target/debug/build
kjacobs-44776:neqo kjacobs$ cd ./target/debug/build/neqo-crypto-71e8b705e7f49c93/out/nss
kjacobs-44776:nss kjacobs$ hg log -r .
changeset:   15581:bb4462a16de8
tag:         NSS_3_52_BETA2
...
kjacobs-44776:nss kjacobs$ cd ~/repos/neqo/
kjacobs-44776:neqo kjacobs$ unset NSS_DIR
kjacobs-44776:neqo kjacobs$ export DYLD_LIBRARY_PATH=/Users/kjacobs/repos/neqo/target/debug/build/neqo-crypto-71e8b705e7f49c93/out/dist/Debug/lib/
for n in {1..25}; do ./target/debug/neqo-client https://cloudflare-quic.com/; done
... <success>
```

Note, in both cases I occasionally get 
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidInput, error: "cannot set a 0 duration timeout" }', src/libcore/result.rs:1188:5
```
but that's almost certainly unrelated.

Let me know if I might have missed something above. Out of curiosity, have you reproduced on another machine/OS?

Back to Bug 1629982 Comment 10