[PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Antoine Villeret
hi all, I got some crashes with iemnet's tcpserver gdb tells : [New Thread 0x7fffb9ffb700 (LWP 7828)] Program received signal SIGPIPE, Broken pipe. [Switching to Thread 0x7fffea57a700 (LWP 7713)] 0x773b52cc in __libc_send (fd=optimized out, buf=optimized out, n=optimized out,

[PD-dev] [pure-data:patches] #513 automake build fixes

2013-07-02 Thread IOhannes m zmölnig
--- ** [patches:#513] automake build fixes** **Status:** open **Labels:** puredata 0.45 **Created:** Tue Jul 02, 2013 10:37 AM UTC by IOhannes m zmölnig **Last Updated:** Tue Jul 02, 2013 10:37 AM UTC **Owner:** Miller Puckette after the latest updates in the puredata git repository

Re: [PD-dev] [pure-data:patches] #513 automake build fixes

2013-07-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi miller, On 2013-07-02 12:37, IOhannes m zmölnig wrote: after the latest updates in the puredata git repository (0.45.0test), the automake build-system is broken, since files have been removed from the source-tree. as much as i personally

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Antoine Villeret
hi again, just saw this thread right after posting mine : http://lists.puredata.info/pipermail/pd-list/2013-07/103236.html sorry for bothering here is attached three small patches that make PD crash raw_client and raw_server work well together but when I try to connect more client (eg. 10 with

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-02 13:39, Antoine Villeret wrote: I realize that with iemnet's version of tcpclient/tcpserver, if two client connect at the same time to server, only on receive data not the other, that's a different bug, please report it. (please

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Die, 2013-07-02 at 13:39 +0200, Antoine Villeret wrote: hi again, just saw this thread right after posting mine : http://lists.puredata.info/pipermail/pd-list/2013-07/103236.html sorry for bothering here is attached three small patches that make PD crash raw_client and

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Antoine Villeret
2013/7/2 IOhannes m zmoelnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-02 13:39, Antoine Villeret wrote: I realize that with iemnet's version of tcpclient/tcpserver, if two client connect at the same time to server, only on receive data not the other,

[PD-dev] [pure-data:bugs] #1090 tcpserver crashes on SIGPIPE

2013-07-02 Thread Antoine Villeret
--- ** [bugs:#1090] tcpserver crashes on SIGPIPE** **Status:** open **Labels:** iemnet **Created:** Tue Jul 02, 2013 07:01 PM UTC by Antoine Villeret **Last Updated:** Tue Jul 02, 2013 07:01 PM UTC **Owner:** nobody here are attached 3 patches demonstrating the bug the raw_server.pd should

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Martin Peach
On 2013-07-02 14:38, Antoine Villeret wrote: all of this is quite complex for a not so difficult task : I want to make several instance of Pd talking to each other on one machine I started with udpsend/udpreceive but I found no way to do broadcast on localhost and I do need to have lots of

[PD-dev] [pure-data:bugs] #1091 crash when Sample Rate of audio interface is changed

2013-07-02 Thread max
--- ** [bugs:#1091] crash when Sample Rate of audio interface is changed** **Status:** open **Created:** Tue Jul 02, 2013 08:46 PM UTC by max **Last Updated:** Tue Jul 02, 2013 08:46 PM UTC **Owner:** Miller Puckette Pd-vanilla 0.44 and Pd-extended on OS X crash when the Sample Rate of the

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Die, 2013-07-02 at 20:38 +0200, Antoine Villeret wrote: Hi roman, the code around networking object are some workarounds for differents bugs, the first was a crash when client number reach 32, but it seems to be fixed, I can't reproduce this anymore the second was something strange

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Mit, 2013-07-03 at 00:16 +0200, Roman Haefeli wrote: then I tried udpserver which doesn't work (at least the version in the pd's SVN) then I switch to tcpserver and I got a lots of troubles... Things look good as long as you think you only need streams. As soon as you figure out that