Bugs item #1285041, was opened at 2005-09-08 17:49
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1285041&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Georg Holzmann (grholzi)
Assigned to: Nobody/Anonymous (nobody)
Summary: writesf_open bug
Initial Comment:
in a construction like this
[savepanel]
|
[open $1(
|
[writesf~]
clicking directly on the [open( message kills Pd
gdb output:
0x080e7512 in writesf_open (x=0x811af68, s=0x81137e8,
argc=1, argv=0x80f92d0)
at d_soundfile.c:2312
2312 x->x_filename = filesym->s_name;
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-01-13 21:00
Message:
Logged In: YES
user_id=564396
fixed in 0.39-2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1285041&group_…
Bugs item #1602066, was opened at 2006-11-24 03:00
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602066&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.39.2
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemgui empty vertical offset crashes X on Linux
Initial Comment:
Steps to crash X windowing system on Linux using Pd:
1. Start X
2. Start Pd
3. Create a new patch
4. Create a new vslider in that patch
5. Open the properties window for that vslider
6. Set the label to x, and delete all text in the y-off field
7. to cause X to crash, click apply
at this point X starts to use 100% CPU and its memory usage shoots up, making the whole machine largely unresponsive and requiring X to be aborted with Ctrl-Alt-Backspace
Pd version 0.39-2
tcl 8.4.9
tk 8.4.9
X.org version 6.8.2
Kernel version 2.6.14-gentoo-r5
ATI proprietary video drivers
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 12:27
Message:
Logged In: YES
user_id=564396
Originator: NO
i cannot reproduce this with pd-0.40 and pd-0.41 (xorg 7.2)
could you confirm whether this bug still exists?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602066&group_…
Bugs item #1576865, was opened at 2006-10-13 23:16
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1576865&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.40.1
>Status: Closed
>Resolution: Fixed
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: namespace prefixes broken
Initial Comment:
It is no longer possible to use [prefix/classname]
syntax, which is essential to the namespaces because it
is the only way that two classes with the same root
classname could be used in the same patch, i.e. like
this, where each object is a different class:
[prepend]
[cxc/prepend]
[cyclone/prepend]
This is because with the new sys_onloadlist()
functionality that checks to see whether a class has
already been loaded. It only uses the direct
classname, not the prefix also.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 12:17
Message:
Logged In: YES
user_id=564396
Originator: NO
if you re-open this bug-report, could you please comment on why you do
so?
i attach an example that illustrates that namespaces work in pd-0,41;
i do not claim that they work in pd-0.40, since they don't;
afair, it has always been millers policy to fix bugs in new releases
rather than maintain old branches.
File Added: libdirtest.tgz
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2007-03-29 04:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-03-14 11:54
Message:
Logged In: YES
user_id=564396
Originator: NO
seems like this has been fixed in 0.41;
could you confirm this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1576865&group_…
Bugs item #1528731, was opened at 2006-07-26 03:18
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1528731&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: externals
Group: v0.39.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: hex loader doesn't work with namespace prefixes
Initial Comment:
When using a hex loader name like 0x3c0x7e.pd for [<~],
you can't use namespace prefixes since the / is only
interpreted as a hex value 0x2f.
For example, [zexy/<~] tries to load only
zexy0x2f0x3c0x7e.pd, and therefore fails.
An additional search path should be added after this
one where the / is used literally without being
translated into a hex code, then it would look for
zexy/0x3c0x7e.pd
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 11:48
Message:
Logged In: YES
user_id=564396
Originator: NO
how exactly do you think this should happen?
e.g. how should [path//] be resolved? "path0x2f0x2f.pd", "path/0x2f.pd",
"path0x2f/.pd" or "path//.pd"?
once there is a precise idea on how the problem should be solved, i can go
and implement it.
btw, i changed the category to "externals" since the hexloader is no
longer part of pd itself
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1528731&group_…
Bugs item #1607030, was opened at 2006-12-01 19:24
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1607030&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
>Group: v0.41.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: stffn (stffn)
Assigned to: Miller Puckette (millerpuckette)
Summary: Pd crach when closeing patch with GOP enabled subpatch open
Initial Comment:
Pd crach when closing a patch with a GOP enabled subpatch or abstrasion is open.
Attached is a patch that by following the procedure descibed in it will crash Pd. Note that the abstrasion isn't attached sine I can only attach one file.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 11:43
Message:
Logged In: YES
user_id=564396
Originator: NO
it also crashes with 0.41-test06 on linux
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-07-09 22:08
Message:
Logged In: YES
user_id=27104
Originator: NO
It crashes for me too on Pd-0.39-2, Pd-0.40-2, Pd-0.39.2-extended-rc4 on
Mac/Intel 10.4.10
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2006-12-01 19:26
Message:
Logged In: YES
user_id=1658640
Originator: YES
Attached is the abstracsion need to test the part/problem related to
abstrasions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1607030&group_…
Bugs item #1695855, was opened at 2007-04-07 00:16
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1695855&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.40.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Extra plugins not built properly on Linux x86-64
Initial Comment:
The -m32 flag must be removed from extra/expr~/makefile and extra/makefile in order to build x86-64 plugins. The configure script should detect this.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 11:38
Message:
Logged In: YES
user_id=564396
Originator: NO
seems to have been fixed in 0.41
btw, pd-0.40 is buggy on x86_64 anyhow (tables are broken)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1695855&group_…
Bugs item #1704511, was opened at 2007-04-20 19:45
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1704511&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
>Group: v0.40.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Del key does not work on Windows
Initial Comment:
Pressing the Del key does nothing. Instead it should remove the character to the right. I tested this on Windows XP with Pd 0.38-4, 0.39-2, and 0.40-2. This works on Mac OS X. I did not test on GNU/Linux.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 11:36
Message:
Logged In: YES
user_id=564396
Originator: NO
does it work once you have deleted a key with backspace? (sometimes
deleting is weird on linux)
apart from that: i just tested it with pd-0.40-1 on linux and both
backspace and delete work as expected)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1704511&group_…
Bugs item #1810282, was opened at 2007-10-09 19:02
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1810282&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pdpedia
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: objectnames containing "&" not working in pdpedia
Initial Comment:
some special character-objects don't work. e.g. the object [&&] points to ./%26%26 (which is ok, i think), which redirects to ./Main_Page (which is not ok).
other special characters work, e.g. [%] (which becomes ./%25)
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-10-16 11:34
Message:
Logged In: YES
user_id=564396
Originator: YES
a possible workaround is here
http://meta.wikimedia.org/wiki/Apache_config#Patches
while the patch mentioned there is for apache-1.3.26, it might well work
with the current host of pdpedia (which appears to be apache-1.3.33)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1810282&group_…