IRC channel logs

2023-07-23.log

back to list of logs

<chrislck>sneek: botsnack
<sneek>:)
<sneek>Welcome back chrislck!!
<atuin>hi, what
<atuin>hi, what's the best way to debug this warning: `GC Warning: Repeated allocation of very large block`
<rlb>atuin: I suspect that's from libgc, and so you might want to check out its repo/docs to try to understand what it's complaining about a bit better if you don't already know (I don't).
<rlb>Offhand, I'd guess that your program is doing what it says, and if that's not intentional, then might investigate there too.
<rlb>i.e. if you think your program might be unintentionally, repeatedly allocating something large.