commit 01543a00e48294140995709915891d7f7745bdb2 Author: Stephen R. van den Berg srb@cuci.nl Date: Mon Jul 6 03:40:03 2020 +0200
Stdio.Buffer: Check for PIKE_T_FUNCTION before acting on objects.
src/modules/_Stdio/buffer.cmod | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-)
Both caused segmentation faults. Mostly because the buffer.cmod code is not good with asynchronously destructed objects.
Where did the segfaults occur then, exactly? What has output's type been at segfault, if not PIKE_T_FUNCTION?