Dear list,
This is my first post to the list and I hope I was meant to post this here and not to the devel list. I checked the list before hand and this doesn't seem to be an already submitted bug.
While fiddling around with structs I discovered that if a struct name is not given pd will crash.
For example, [struct float x float y float abc] will crash as soon as I
click anywhere outside the object. [struct structName float x] is ok.
Typing [struct] by itself is ok too.
By "crash" I mean that the application closes immediately without giving me any opportunity to save my working file.
I am using the extended version of pd, not the original and I don't know if this problem is unique to this version or present in both.
Happy hacking. :)
Yours,
David
I ran into (what I think was) this yesterday, but couldn't reproduce it. I was running CVS stable_0_38 and CVS HEAD both dl'ed and built yesterday. (are stable_0_38 and HEAD different?).
-Ian
David Marrs wrote:
Dear list,
This is my first post to the list and I hope I was meant to post this here and not to the devel list. I checked the list before hand and this doesn't seem to be an already submitted bug.
While fiddling around with structs I discovered that if a struct name is not given pd will crash.
For example, [struct float x float y float abc] will crash as soon as I click anywhere outside the object. [struct structName float x] is ok.
Typing [struct] by itself is ok too.By "crash" I mean that the application closes immediately without giving me any opportunity to save my working file.
I am using the extended version of pd, not the original and I don't know if this problem is unique to this version or present in both.
Happy hacking. :)
Yours,
David
Hallo, David Marrs hat gesagt: // David Marrs wrote:
This is my first post to the list and I hope I was meant to post this here and not to the devel list. I checked the list before hand and this doesn't seem to be an already submitted bug.
Yes, this is the perfect list, and welcom aboard.
While fiddling around with structs I discovered that if a struct name is not given pd will crash.
For example, [struct float x float y float abc] will crash as soon as I click anywhere outside the object. [struct structName float x] is ok.
Typing [struct] by itself is ok too.
Yes, I get this, too, using 0.37.1 official, but not always, if struct doesn't have a name. Here are my test results, which combinations do crash or not:
wrong, but no crash:
struct float x
struct symbol x
struct float float
struct float float x
struct float float float
struct float float x float y
crash:
struct float x float
struct float x float y
struct symbol x float y
struct something x float y
Frank Barknecht _ ______footils.org__