Allan Wind

Results 65 comments of Allan Wind

I typically subscribe to an author's feed after seeing their article references on an aggregating site. This means my use case would be to add every new feed to be...

Sorry, I should have included that: #0 malloc_consolidate ***@***.***=0x7f48a142bb80 ) at malloc.c:4475 idx = fb = 0x7f48a142bbb0 maxfb = 0x7f48a142bbd8 p = 0x2020202030312020 nextp = unsorted_bin = 0x7f48a142bbe0 first_unsorted =...

Here is another after refresh finished: #0 malloc_consolidate ***@***.***=0x7fa1debb6b80 ) at malloc.c:4475 idx = fb = 0x7fa1debb6bb0 maxfb = 0x7fa1debb6bd8 p = 0x2020202031202020 nextp = unsorted_bin = 0x7fa1debb6be0 first_unsorted =...

On 2021-11-05T06:18:43, Alexander Batischev wrote: >Ugh. Segfaults in malloc mean heap corruption, which is hard to >debug because *anything* in our code could be corrupting it — the >fact that...

c4ba15093fe558102b954a3b91c52e9e82019e5c is the first bad commit. Surprisingly old and as good as it gets in terms of a minimal diff.

Revert doesn't work as `msg_` is now reference, but I tried `(void) msg_;` instead of `msg = msg_;` and still segfaults.

I mark feeds as read as I go along so it was surprising to me that search didn't return the articles that I had just read. It took an embarrassing...

> It'd be nice to combine them; for example, GitHub lets me do queries like "foobar" (which is like a simple search) and "foobar author:Minoru type:issue" (which is more like...

I added `run-on-startup end; open` to my config and newsboat 2.13.0 fails with ``Loading configuration...unknown command `run-on-startup'`` but it's a valid command in r2.24-70-g41f1b. This is the behavior you are...

Thanks for the clarification.