Re: [tcljava-dev] Jacl 1.3.2 socket flush problem
Brought to you by:
mdejong
From: Neil M. <ne...@cs...> - 2005-07-26 01:41:47
|
This is the same problem that I reported a few days ago. Mo posted a patch to the list which fixes the problem. See http://sourceforge.net/mailarchive/forum.php? forum_id=3849&max_rows=25&style=flat&viewmonth=200507&viewday=21 Cheers, -- Neil On 26 Jul 2005, at 01:34, Martti Tienhaara wrote: >> 1. Call for testers for Jacl/TclBlend 1.3.2 pre-release (Mo >> DeJong) >> > > I get a problem with socket flush on the binary release version of > Jacl 1.3.2 on Fedora Core3, Sun Java jdk1.5.0_02. When I run the > identical sequence with Jacl 1.3.1 it runs fine. > > [martti@puppy jacl132]$ ./jaclsh > % set chan [socket localhost 51002] > sock0 > % puts $chan "hello" > % flush $chan > Exception in thread "main" tcl.lang.TclRuntimeError: > FlushCmd.cmdProc() Error: IOException when flushing sock0 > at tcl.lang.FlushCmd.cmdProc(FlushCmd.java:50) > at tcl.lang.AutoloadStub.cmdProc(Extension.java:144) > at tcl.lang.Parser.evalObjv(Parser.java:818) > at tcl.lang.Parser.eval2(Parser.java:1221) > at tcl.lang.Interp.eval(Interp.java:2222) > at tcl.lang.Interp.eval(Interp.java:2306) > at tcl.lang.Interp.recordAndEval(Interp.java:2361) > at tcl.lang.ConsoleThread$1.processEvent(Shell.java:321) > at tcl.lang.Notifier.serviceEvent(Notifier.java:444) > at tcl.lang.Notifier.doOneEvent(Notifier.java:585) > at tcl.lang.Shell.main(Shell.java:151) > > -- > Martti Tienhaara (ma...@da...) > DASH Software Ltd. > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > |