From maintainers-request at octave dot org Tue Nov 8 21:22:30 2005 Subject: Re: FC4 and listen From: "Dmitri A. Sergatskov" To: "John W. Eaton" CC: Paul Kienzle , octave maintainers mailing list Date: Tue, 08 Nov 2005 20:19:03 -0700 John W. Eaton wrote: > On 7-Nov-2005, Dmitri A. Sergatskov wrote: > > | 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 > > What compiler version was used to build Octave? What version was used > for Octave Forge? On FC4/x86, both were built with gcc version 4.0.1 20050727 (Red Hat 4.0.1-5) (I did a rebuild of Quentin's octave rpm) On FC4/PPC I used binary rpm, that was built with gcc-4 as well but perhaps a previous patch level... > > jwe > Sincerely, Dmitri. --