Re: Thread + Socket + Pipes Bug?

2003-08-15 Thread Neil Jerram
Robert == Robert Marlow [EMAIL PROTECTED] writes: Robert I've still got the guile-1.6.4 version I have installed available Robert though. I've put it in webspace at: Robert http://system.piscescom.com/~rmarlow/guile-1.6.4.tar.bz2 Robert If you want to try that. I'll continue to

Re: Thread + Socket + Pipes Bug?

2003-08-14 Thread Robert Marlow
Ok, got 1.7 installed. No go though - for me it just segfaults as soon as the client closes the TCP port. strace gives me this at the end: read(6, , 1) = 0 shutdown(6, 2 /* send and receive */) = 0 kill(23511, SIGRTMIN) = 0 kill(23511, SIGRTMIN)

Re: Thread + Socket + Pipes Bug?

2003-08-14 Thread Neil Jerram
bobstopper == bobstopper [EMAIL PROTECTED] writes: bobstopper Ok, well that's pretty annoying. That's certainly what bobstopper I do to get it complaining. [...] Do you have anything bobstopper related installed which might be working around the bobstopper problem? Well I'm

Re: Thread + Socket + Pipes Bug?

2003-08-14 Thread Neil Jerram
Robert, I'm having trouble reproducing the problem, and I also have some questions about the code. 1. Repro Can you be precise about dumping data to port 6008. I've tried running with just ./buggy.scm in one window, and the following in another window... [EMAIL PROTECTED] ~]$ telnet localhost

Re: Thread + Socket + Pipes Bug?

2003-08-14 Thread bobstopper
Hi Neil Thanks for your response. My responses are below On Sun, Aug 10, 2003 at 10:19:52PM +0100, Neil Jerram wrote: Robert, I'm having trouble reproducing the problem, and I also have some questions about the code. 1. Repro Can you be precise about dumping data to port 6008. I've

Thread + Socket + Pipes Bug?

2003-08-07 Thread Robert Marlow
Hi I've been spending ages on this bug and can't figure it out. I'm pretty sure it's not a bug in something I've done so I'm submitting it here as a possible guile bug. If it's not a bug in guile, many apologies but please let me know what's gone wrong. I've attached two trimmed-down scripts