Re: The “finalized” SMOB type

2016-10-09 Thread Artyom Poptsov
Hello Ludovic, thanks for pointing that out. IIRC, I saw this kind of errors during testing but I thought I fixed them. What Guile-SSH version do you use? Here's 'free_session' procedure from Guile-SSH version 0.10.0: --8<---cut here---start->8--- size_t fre

Re: The “finalized” SMOB type

2016-10-09 Thread David Kastrup
Artyom Poptsov writes: > Hello Ludovic, > > thanks for pointing that out. IIRC, I saw this kind of errors during > testing but I thought I fixed them. What Guile-SSH version do you use? > > Here's 'free_session' procedure from Guile-SSH version 0.10.0: > > size_t > free_session (SCM session_smo

Re: The “finalized” SMOB type

2016-10-09 Thread Ludovic Courtès
Hi Artyom, Artyom Poptsov skribis: > thanks for pointing that out. IIRC, I saw this kind of errors during > testing but I thought I fixed them. What Guile-SSH version do you use? I just realized I was still using 0.9.0, sorry for the confusion! > Here's 'free_session' procedure from Guile-SS

Re: The “finalized” SMOB type

2016-10-09 Thread Artyom Poptsov
Hello Ludovic and David, thanks for all the comments on the smob freeing callbacks. Apparently I misread the documentation so the bug was introduced. I've changed the callback procedures as was suggested; the patches included in Guile-SSH version 0.10.1 released a few moments ago. - Artyom --