--- Log opened Wed Jul 24 00:00:19 2019 01:06 -!- k3tan [~k3tan@unaffiliated/k3tan] has joined #c-lightning 01:14 < m-schmoock> cdecker: I had a hard crash last night on the v0.7.1 release version. fail somewhere in gossipd routing with a sergfaul/nullpointer 01:14 < m-schmoock> 2019-07-22T00:20:21.945Z lightning_gossipd(14956): backtrace: (null):0 ((null)) 0x7ff3600587df 01:14 < m-schmoock> 2019-07-22T00:20:21.945Z lightning_gossipd(14956): backtrace: gossipd/routing.h:67 (is_chan_public) 0x5555e602bedc 01:14 < m-schmoock> 2019-07-22T00:20:21.945Z lightning_gossipd(14956): backtrace: gossipd/routing.c:1957 (remove_channel_from_store) 0x5555e6030fb7 01:14 < m-schmoock> 2019-07-22T00:20:21.946Z lightning_gossipd(14956): backtrace: gossipd/routing.c:2520 (route_prune) 0x5555e60329c9 01:14 < m-schmoock> 2019-07-22T00:20:21.946Z lightning_gossipd(14956): backtrace: gossipd/gossipd.c:1997 (gossip_refresh_network) 0x5555e603788e 01:14 < m-schmoock> 2019-07-22T00:20:21.946Z lightning_gossipd(14956): backtrace: common/timeout.c:39 (timer_expired) 0x5555e6042cc1 01:14 < m-schmoock> 2019-07-22T00:20:21.946Z lightning_gossipd(14956): backtrace: gossipd/gossipd.c:3075 (main) 0x5555e603a2c0 01:14 < m-schmoock> Is this known? Btw, will have some more time again soon to develop on cln ;) 01:16 < m-schmoock> at least it was stsable for weeks 01:57 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-vgkmggljhskafqke] has left #c-lightning [] 01:57 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-vgkmggljhskafqke] has joined #c-lightning 02:38 < m-schmoock> I added an issue, didnt look (to me) like this is known. https://github.com/ElementsProject/lightning/issues/2837 03:20 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 03:23 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Client Quit] 03:51 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 04:04 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 04:06 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 06:22 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 250 seconds] 06:34 -!- ghost43_ is now known as ghost43 07:55 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 09:45 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 09:46 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 10:07 -!- michaelfolkson [~textual@82-132-221-26.dab.02.net] has joined #c-lightning 10:39 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 260 seconds] 10:47 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 11:12 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 248 seconds] 11:14 -!- michaelfolkson [~textual@82-132-221-26.dab.02.net] has quit [Quit: Sleep mode] 11:17 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 11:40 -!- Kostenko [~Kostenko@195.12.50.233] has quit [Ping timeout: 245 seconds] 11:54 -!- Kostenko [Kostenko@gateway/vpn/nordvpn/kostenko] has joined #c-lightning 12:37 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 13:23 -!- michaelfolkson [~textual@92.19.76.0] has joined #c-lightning 13:26 -!- michaelfolkson [~textual@92.19.76.0] has quit [Client Quit] 14:35 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 15:40 -!- michaelfolkson [~textual@92.19.76.0] has joined #c-lightning 15:50 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 15:51 -!- rh0nj [~rh0nj@88.99.167.175] has joined #c-lightning 15:57 -!- michaelfolkson [~textual@92.19.76.0] has quit [Quit: Sleep mode] 16:17 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 16:47 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 17:11 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 19:17 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Ping timeout: 272 seconds] 19:20 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #c-lightning 19:20 < rusty> niftynei: https://github.com/ElementsProject/lightning/pull/2841 19:27 <@niftynei> hm. thanks rusty. what flag do you use to build for 32-bit machines? 19:27 < rusty> niftynei: -m32 should do it, though I was on a rPi so it was native. Note you'll need all the matching libs to use -m32 19:28 <@niftynei> ok, gtk 19:32 -!- cdecker [~cdecker@mail.snyke.net] has quit [Ping timeout: 246 seconds] 19:49 < rusty> niftynei: hmm, another 32 bt build issue, pushed 19:49 * rusty thinks he should run "make check" on the rPi... 20:57 < rusty> Hmm, do you think we should put a formatting hint in the JSON responses? I'm writing a 'helpme' plugin, and it simply returns strings. It's really only usable with 'lightning-cli -H'... 21:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-vgkmggljhskafqke] has left #c-lightning [] 21:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-vgkmggljhskafqke] has joined #c-lightning 21:27 < aj> rusty: openapi/swagger is a neat way of describing apis in a parsable way; though it seems to have become a startup or something since i last looked at it :-/ 21:28 < rusty> aj: vs graphql? 21:29 < aj> rusty: graphql melted my brain when i tried looking at it, i think? 21:30 < aj> or maybe it was trying to do sql-ish things with it that melted my brain 21:31 < aj> okay, thanks, you just explained graphql to me :) 21:31 < rusty> aj: yeah, terrible name... 21:31 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 21:34 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 248 seconds] 22:41 -!- Amperture [~amp@24.136.5.183] has quit [Remote host closed the connection] 22:47 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 23:37 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning --- Log closed Thu Jul 25 00:00:20 2019