Re: [PD] [; pd init(

2007-09-20 Thread Jamie Bullock
On Tue, 2007-09-18 at 10:51 -0700, Miller Puckette wrote: init is one of many messages that Pd and its gui send back and forth, which aren't intended to have any user-level functionality... of course, some of those messages like connect have proved useful at the user level; but none of them

Re: [PD] [; pd init(

2007-09-20 Thread Steffen
On 18/09/2007, at 19.34, Frank Barknecht wrote: [; pd init( crashes Pd here (Linux), Thanks for testing. so it's clearly a bug somewhere. Or rather here, according to gdb: #38 0xb7d0b161 in vsnprintf () from /lib/tls/libc.so.6 Woo. That's all double dutch to me - or rather an argot i

Re: [PD] [; pd init(

2007-09-20 Thread Miller Puckette
It's possible to crash Pd using dynamic editing (deleting objects reentrantly) and I don't know how to get around the problem without sacrificing run-time efficiency. If I can ever figure out how to do this safely I'll document it and make it official -- but since so many users are already using

Re: [PD] [; pd init(

2007-09-20 Thread martin.peach
Steffen wrote: On 18/09/2007, at 19.34, Frank Barknecht wrote: [; pd init( crashes Pd here (Linux), Thanks for testing. so it's clearly a bug somewhere. Or rather here, according to gdb: #38 0xb7d0b161 in vsnprintf () from /lib/tls/libc.so.6 Woo. That's all double dutch to me

Re: [PD] [; pd init(

2007-09-20 Thread Mathieu Bouchard
On Thu, 20 Sep 2007, Miller Puckette wrote: It's possible to crash Pd using dynamic editing (deleting objects reentrantly) That might be why I want to use reference counting everywhere. and I don't know how to get around the problem without sacrificing run-time efficiency. Actually, even

Re: [PD] [; pd init(

2007-09-20 Thread Tim Blechmann
On Thu, 2007-09-20 at 15:17 -0400, Mathieu Bouchard wrote: On Thu, 20 Sep 2007, Miller Puckette wrote: It's possible to crash Pd using dynamic editing (deleting objects reentrantly) That might be why I want to use reference counting everywhere. i can say from my own experience, that

Re: [PD] [; pd init(

2007-09-19 Thread Roman Haefeli
On Tue, 2007-09-18 at 23:40 -0700, Ken Restivo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 18, 2007 at 02:15:02PM -0400, Mathieu Bouchard wrote: On Tue, 18 Sep 2007, Miller Puckette wrote: init is one of many messages that Pd and its gui send back and forth,

Re: [PD] [; pd init(

2007-09-19 Thread ild0012
On Tue, Sep 18, 2007 at 11:40:35PM -0700, Ken Restivo wrote: Google hasn't helped me find it. I'd like to have this around in case it becomes useful. Any idea where it might be? - -ken just dig in the src, you will be able to figure all of them out if you know how to read it ..

[PD] [; pd init(

2007-09-18 Thread Steffen
When I send 'init' to pd i get this printed to the console: consistency check failed: glob_initfromgui And then Pd gets in-functional. All I can is to shut the gui from the menu, but a pd process keeps running and uses like 60% cpu time. I don't know the correct term to describe this

Re: [PD] [; pd init(

2007-09-18 Thread Mathieu Bouchard
On Tue, 18 Sep 2007, Miller Puckette wrote: init is one of many messages that Pd and its gui send back and forth, which aren't intended to have any user-level functionality... of course, some of those messages like connect have proved useful at the user level; but none of them are guaranteed to