Rusty Russell
6a9a091234
pytest: add another connection stress test, using multiple channels (bug #5254)
This one actually triggers an assert() on my machine, so though it
wasn't what I was looking for, let's include it:
```
lightning_connectd: connectd/connectd.c:1905: peer_conn_closed: Assertion `tal_count(peer->subds) == 0' failed.
lightning_connectd: FATAL SIGNAL 6 (version v0.11.0.1-15-gc812595)
0x55b3e1e21302 send_backtrace
common/daemon.c:33
0x55b3e1e213ac crashdump
common/daemon.c:46
0x7f44292ff08f ???
/build/glibc-SzIz7B/glibc-2.31/signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0
0x7f44292ff00b __GI_raise
../sysdeps/unix/sysv/linux/raise.c:51
0x7f44292de858 __GI_abort
/build/glibc-SzIz7B/glibc-2.31/stdlib/abort.c:79
0x7f44292de728 __assert_fail_base
/build/glibc-SzIz7B/glibc-2.31/assert/assert.c:92
0x7f44292effd5 __GI___assert_fail
/build/glibc-SzIz7B/glibc-2.31/assert/assert.c:101
0x55b3e1e125db peer_conn_closed
connectd/connectd.c:1905
0x55b3e1e17b4f destroy_subd
connectd/multiplex.c:1112
0x55b3e1e7fdf4 notify
ccan/ccan/tal/tal.c:240
0x55b3e1e8030b del_tree
ccan/ccan/tal/tal.c:402
0x55b3e1e8035d del_tree
ccan/ccan/tal/tal.c:412
0x55b3e1e806a7 tal_free
ccan/ccan/tal/tal.c:486
0x55b3e1e6ef59 io_close
ccan/ccan/io/io.c:450
0x55b3e1e17429 write_to_subd
connectd/multiplex.c:957
0x55b3e1e6e1a3 next_plan
ccan/ccan/io/io.c:59
0x55b3e1e6eebc io_do_always
ccan/ccan/io/io.c:435
0x55b3e1e70baa handle_always
ccan/ccan/io/poll.c:304
0x55b3e1e70ea1 io_loop
ccan/ccan/io/poll.c:385
0x55b3e1e12dd5 main
connectd/connectd.c:2159
0x7f44292e0082 __libc_start_main
../csu/libc-start.c:308
0x55b3e1e0885d ???
???:0
0xffffffffffffffff ???
???:0
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-07-18 20:50:04 -05:00
..
2021-05-24 12:17:48 +09:30
2021-12-06 10:05:39 +10:30
2022-07-17 08:51:02 +09:30
2022-03-18 09:20:11 +10:30
2021-07-14 14:38:00 -05:00
2021-05-12 11:25:41 +09:30
2021-08-26 12:44:02 +09:30
2022-03-10 10:21:41 +10:30
2022-06-21 06:52:35 +09:30
2022-07-15 22:16:27 +09:30
2022-07-18 20:50:04 -05:00
2021-11-17 12:10:07 +10:30
2022-07-17 23:26:07 +02:00
2022-07-16 14:19:05 +09:30
2022-07-15 12:24:00 -05:00
2022-03-18 09:20:11 +10:30
2022-07-13 12:29:50 -05:00
2022-07-12 12:42:05 -05:00
2022-07-17 08:51:02 +09:30
2022-06-27 17:21:35 +09:30
2022-07-04 22:14:06 +02:00
2022-03-10 10:21:41 +10:30