[PD-dev] Sporadic crashes of Pd

2012-03-07 Thread Roman Haefeli
Hi all While developing on and playing with netpd2, Pd sometimes crashes. This hadn't happened so frequently until recently, so I didn't investigate it further. However, with running more and bigger patches I seem to experience those crashes more often and I started running pd inside gdb to get

[PD-dev] [ pure-data-Patches-3438752 ] pd -rt crashes if pd-watchdog cannot be found

2012-03-07 Thread SourceForge . net
Patches item #3438752, was opened at 2011-11-16 04:37 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3438752group_id=55736 Please note that this message will contain a full copy of the comment

[PD-dev] comport profiling, switching default poll time to 10ms

2012-03-07 Thread Hans-Christoph Steiner
I was doing some comport profiling using an Arduino and Firmata. I noticed that at the default poll time of 1ms, that there were many fruitless calls to comport_tick() before any bytes where read. And that the bytes are always read and written in clusters, no matter the poll time. The