--- Log opened Wed Jun 12 00:00:39 2019 00:36 < m-schmoock> rusty: https://github.com/ElementsProject/lightning/issues/2733 i found one more nullpointer 00:42 < m-schmoock> I dont have much time today, I could look at it this evening though 00:43 < rusty> m-schmoock: hmm.... running under valgrind might actually pinpoint this. But I can't see how line 1451 can crash... 00:53 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 00:53 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #c-lightning 00:57 < m-schmoock> rusty: note that revision was: 7961a81 00:57 < m-schmoock> I retried yesterday and the day before on my mainnode 00:58 < m-schmoock> since there was no change in the way setchannelfee or listchannel stuff operates I think its same on master, but if you insist I can upgrade :D 00:59 < m-schmoock> not sure if its a good idea to provoke a valgrind crash on mainnet node 01:00 < m-schmoock> its this line: " list_for_each(&peer->channels, channel, list) { 01:01 < m-schmoock> and the nullpointer happens in the generated iterator code, thats why the stacktrace has "(null):0 ((null)) 0x7f9bdb11d8af" 01:18 < t0mix> is there any problem with running multiple lightningd on single machine? if they each run on different port, but all communicate with single bitcoind. ..could that work? 01:19 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #c-lightning 01:21 < t0mix> I'm thinking about having 2-3 spark wallets, each connected to separate lightningd. each lightnind will have single private channel open with my main lightningd. I hope that make sense =D 01:55 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 264 seconds] 01:59 -!- darosior [6dbe8dc1@gateway/web/freenode/ip.109.190.141.193] has joined #c-lightning 02:00 < m-schmoock> rusty: im retrying on master now ... 02:00 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #c-lightning 02:13 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:43 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:04 < rusty> m-schmoock: looks like corruption elsewhere, hence running under valgrind. Can't think of anything we've fixed recently whihc would explain it :( 03:05 < m-schmoock> ok. should I try on mainnet node? or is this risky? 03:07 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 256 seconds] 03:11 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 03:11 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 03:12 -!- booyah [~bb@193.25.1.157] has joined #c-lightning 03:12 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 272 seconds] 03:12 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 03:16 < rusty> m-schmoock: it's safe... just slow! 03:18 < rusty> m-schmoock: recompiling now, I'm going to run setchannelfees all in a loop just to test! 03:23 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 03:24 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:34 < m-schmoock> kk. will try 03:34 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:57 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 245 seconds] 03:59 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 246 seconds] 03:59 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 04:13 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 04:22 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 245 seconds] 04:23 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 245 seconds] 04:23 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 04:33 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 04:35 < m-schmoock> rusty: I added valgrind output to the ticket 04:36 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 04:46 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 04:46 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 04:47 -!- booyah [~bb@193.25.1.157] has joined #c-lightning 04:48 -!- michaelfolkson [~textual@213.208.214.66] has quit [Quit: Sleep mode] 04:49 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 248 seconds] 04:51 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 04:51 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 245 seconds] 04:53 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 05:02 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 05:05 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 05:37 <@cdecker> t0mix: you can indeed run as many c-lightning instances as you want on a single machine, and they can share a single bitcoind easily. They share no state at all. 05:49 < t0mix> ヽ(。ᗜ°)ノperfetto 06:00 -!- michaelfolkson [~textual@213.208.214.66] has quit [Quit: Sleep mode] 06:55 < m-schmoock> cdecker: I have again a "pending node_announcement ... malformed" and then hard crash bug on master... shall I open a ticket or is this known? 06:55 < m-schmoock> I also have a gossip store that reproduces this 06:57 -!- gnusha [~gnusha@unaffiliated/kanzure/bot/gnusha] has joined #c-lightning 06:57 -!- Topic for #c-lightning: Chat about the C-lightning implementation: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.7.0 Logs at http://gnusha.org/c-lightning/ 06:57 -!- Topic set by rusty [~rusty@pdpc/supporter/bronze/rusty] [Fri Mar 1 13:43:22 2019] 06:57 [Users #c-lightning] 06:57 [@cdecker ] [ ctrlbreak ] [ ghost43 ] [ kanzure ] [ nothingmuch ] [ rusty ] 06:57 [@niftynei ] [ cubancorona] [ gnusha ] [ keymone ] [ Nukeops ] [ spinza ] 06:57 [ achow101 ] [ CubicEarth ] [ grubles ] [ Kostenko ] [ qubenix ] [ StopAndDecrypt] 06:57 [ adam3us ] [ d3spwn ] [ gwillen ] [ lio17 ] [ queip ] [ t0mix ] 06:57 [ berndj ] [ darosior ] [ harding ] [ m-schmoock ] [ rafalcpp ] [ tigermousr ] 06:57 [ bitonic-cjp ] [ designwish ] [ instagibbs ] [ michaelsdunn1] [ rh0nj ] [ tweaks ] 06:57 [ blockstream_bot] [ dmkathayat_] [ jb55 ] [ midnightmagic] [ roasbeef ] [ Victorsueca ] 06:57 [ booyah ] [ drolmer ] [ jonasschnelli ] [ molz ] [ RonNa ] [ warren ] 06:57 [ cncr04s ] [ fiatjaf ] [ justanotheruser] [ Nebraskka ] [ rotarydialer] [ windsok ] 06:57 [ copumpkin ] [ GAit ] [ k3tan ] [ nibbier ] [ RubenSomsen ] [ wraithm ] 06:57 -!- Irssi: #c-lightning: Total of 60 nicks [2 ops, 0 halfops, 0 voices, 58 normal] --- Log closed Wed Jun 12 06:57:46 2019 --- Log opened Wed Jun 12 06:57:46 2019 06:57 -!- gnusha [~gnusha@unaffiliated/kanzure/bot/gnusha] has joined #c-lightning 06:57 -!- Topic for #c-lightning: Chat about the C-lightning implementation: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.7.0 Logs at http://gnusha.org/c-lightning/ 06:57 -!- Topic set by rusty [~rusty@pdpc/supporter/bronze/rusty] [Fri Mar 1 13:43:22 2019] 06:57 [Users #c-lightning] 06:57 [@cdecker ] [ ctrlbreak ] [ ghost43 ] [ kanzure ] [ nothingmuch ] [ rusty ] 06:57 [@niftynei ] [ cubancorona] [ gnusha ] [ keymone ] [ Nukeops ] [ spinza ] 06:57 [ achow101 ] [ CubicEarth ] [ grubles ] [ Kostenko ] [ qubenix ] [ StopAndDecrypt] 06:57 [ adam3us ] [ d3spwn ] [ gwillen ] [ lio17 ] [ queip ] [ t0mix ] 06:57 [ berndj ] [ darosior ] [ harding ] [ m-schmoock ] [ rafalcpp ] [ tigermousr ] 06:57 [ bitonic-cjp ] [ designwish ] [ instagibbs ] [ michaelsdunn1] [ rh0nj ] [ tweaks ] 06:57 [ blockstream_bot] [ dmkathayat_] [ jb55 ] [ midnightmagic] [ roasbeef ] [ Victorsueca ] 06:57 [ booyah ] [ drolmer ] [ jonasschnelli ] [ molz ] [ RonNa ] [ warren ] 06:57 [ cncr04s ] [ fiatjaf ] [ justanotheruser] [ Nebraskka ] [ rotarydialer] [ windsok ] 06:57 [ copumpkin ] [ GAit ] [ k3tan ] [ nibbier ] [ RubenSomsen ] [ wraithm ] 06:57 -!- Irssi: #c-lightning: Total of 60 nicks [2 ops, 0 halfops, 0 voices, 58 normal] 06:58 -!- Channel #c-lightning created Mon Mar 13 17:49:31 2017 06:58 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 06:58 -!- Irssi: Join to #c-lightning was synced in 56 secs 06:59 <@cdecker> Hm, try opening a new bug, amending the old one might get lost 06:59 < m-schmoock> these gossip crashes are becoming a bit annoying ;) 07:03 -!- michaelfolkson [~textual@213.208.214.66] has quit [Quit: Sleep mode] 07:09 <@cdecker> Yep 07:10 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 07:12 < m-schmoock> cdecker: done: https://github.com/ElementsProject/lightning/issues/2735 07:12 -!- michaelfolkson [~textual@213.208.214.66] has quit [Client Quit] 07:13 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 07:15 -!- michaelfolkson [~textual@213.208.214.66] has quit [Client Quit] 07:22 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 07:50 -!- michaelfolkson [~textual@213.208.214.66] has quit [Quit: Sleep mode] 07:56 -!- michaelfolkson [~textual@213.208.214.66] has joined #c-lightning 07:57 -!- darosior [6dbe8dc1@gateway/web/freenode/ip.109.190.141.193] has quit [Ping timeout: 256 seconds] 07:57 -!- michaelfolkson [~textual@213.208.214.66] has quit [Client Quit] 08:33 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 08:33 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 08:34 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 268 seconds] 08:39 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 08:44 -!- michaelfolkson [~textual@82-132-241-190.dab.02.net] has joined #c-lightning 09:04 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Quit: Leaving] 09:16 -!- michaelfolkson [~textual@82-132-241-190.dab.02.net] has quit [Quit: Sleep mode] 09:33 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:34 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 09:35 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 09:37 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has joined #c-lightning 09:38 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #c-lightning 10:30 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 248 seconds] 10:30 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 10:30 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 10:37 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 10:49 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 10:49 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 245 seconds] 10:49 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 246 seconds] 10:55 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 11:14 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has quit [Quit: Sleep mode] 11:17 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 256 seconds] 11:37 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 12:35 -!- darosior [5ba5be47@gateway/web/freenode/ip.91.165.190.71] has joined #c-lightning 12:50 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has joined #c-lightning 12:58 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 12:58 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 245 seconds] 12:58 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 248 seconds] 13:04 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 13:23 -!- gabuqo [~gabuqo@gateway/tor-sasl/gabuqo] has joined #c-lightning 14:49 -!- cncr04s [~cncr04s@unaffiliated/cncr04s] has quit [Quit: See you real soon!] 14:57 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has joined #c-lightning 14:57 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 246 seconds] 14:57 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Ping timeout: 248 seconds] 15:03 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has quit [Quit: Sleep mode] 15:04 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 15:10 -!- cncr04s [~cncr04s@unaffiliated/cncr04s] has joined #c-lightning 15:14 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:24 < rusty> Found it! Damn, it was staring me in the face. 15:43 -!- gabuqo [~gabuqo@gateway/tor-sasl/gabuqo] has quit [Remote host closed the connection] 15:44 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:56 -!- darosior [5ba5be47@gateway/web/freenode/ip.91.165.190.71] has quit [Quit: Page closed] 16:02 -!- Amperture [~amp@24.136.5.183] has joined #c-lightning 16:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 17:15 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:23 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 256 seconds] 17:26 < m-schmoock> rusty: nice, works 17:27 < m-schmoock> sorry, my fault. on of my first commits... 17:29 < m-schmoock> good we fixed it before 0.7.1, the feature was still not released yet 17:30 < rusty> m-schmoock: thanks, now working on the other bug you found. Got it, thinking of neatest fix... 17:30 < m-schmoock> gn8 its really late/early here... 17:31 < m-schmoock> and good coding 17:31 < rusty> m-schmoock: NP... rc1 will be tagged in a few hours (I hop!) 17:31 < m-schmoock> :D 17:32 < m-schmoock> you can merge it 17:32 < rusty> Thanks, will do! 18:12 < rusty> niftynei: any chance of some quick review? 18:29 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 18:33 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Client Quit] 18:39 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 19:16 -!- harding [~harding@li1258-130.members.linode.com] has quit [Quit: leaving] 19:19 -!- harding [~harding@c-73-112-147-20.hsd1.nj.comcast.net] has joined #c-lightning 19:50 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 19:51 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #c-lightning 19:59 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 20:05 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 20:15 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 21:41 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 256 seconds] 22:34 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has joined #c-lightning 23:01 -!- mode/#c-lightning [+o rusty] by ChanServ 23:01 -!- rusty changed the topic of #c-lightning to: Chat about the C-lightning implementation: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.7.1rc1 Logs at http://gnusha.org/c-lightning/ 23:02 -!- mode/#c-lightning [-o rusty] by rusty 23:02 < rusty> W00t! Moar bugs! 23:05 -!- michaelfolkson [~textual@90-145-125-186.bbserv.nl] has quit [Quit: Sleep mode] 23:13 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] --- Log closed Thu Jun 13 00:00:40 2019