From maintainers-request at octave dot org Mon Nov 7 21:57:42 2005 Subject: Re: FC4 and listen From: "Dmitri A. Sergatskov" To: Paul Kienzle Cc: octave maintainers mailing list Date: Mon, 7 Nov 2005 20:56:40 -0700 On 11/7/05, Paul Kienzle wrote: > Can you please try the same test on a FC4 machine? No need to compile > - Paul > > Here is the result on FC4/PPC (iBook G4) machine (octave is Q.S. rpm, and octave forge self-compiled from cvs): octave:1> listen (1234, "debug") listening on port 1234 trying to accept connected server: got connection from 127.0.0.1 waiting for command trying to accept received command !!!x after 9827us read 22 byte command in 33us evaluating (22) send('bounce sock3 4') done command panic: Segmentation fault -- stopping myself... attempting to save variables to `octave-core'... save to `octave-core' complete reaping all children done reaping children failed to accept Octave pid: 29657 accept: Interrupted system call trying to accept ------- and in another terminal: [dima at localhost demo]$ ./octsync.tcl 1234 bounce 5 at time 0ms length of head=8 !!!x<14> cmd= bounce 4 at time 41ms yucky exit ----- The core dump worries me. I will try on FC4/x86 shortly... Dmitri. --