sigsegv on xmaxima exit



On Sun, 2010-04-11 at 19:10 +0100, Jaime Villate wrote:
> I tried to fix it at some point but I do not understand That
> object_class MAXTkmaxima. 

I looked at it again and it now seemed extremely obvious :)

The function closeMaxima, defined in
 interfaces/xmaxima/Tkmaxima/RunMaxima.tcl
was closing the socket to Maxima without first ending the Maxima
session. Sending  an exit(); command before the socket is closed solves
the problem.

I have committed the fix to the CVS repository. Thanks for your bug
reports and please keep sending them.
Cheers,
Jaime