Thanks Alex - half a dozen worked in my example :)
I completely get the idea of the inefficiency of CELLS=1 - the segfault
however seems like a silent bug (more likely some optimistic avoidance of a
NULL check somewhere perhaps). What do you think?
I say this because, even with CELLS=1, most of t
On Wed, Nov 29, 2023 at 08:08:33PM -0800, C K Kashyap wrote:
> Thanks Alex - half a dozen worked in my example :)
Great :)
> I completely get the idea of the inefficiency of CELLS=1 - the segfault
OK
> however seems like a silent bug (more likely some optimistic avoidance of a
> NULL check some