Bugs item #2520517, was opened at 2009-01-19 13:11
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2520517&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: None
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Yves Degoyon (sevyves)
Summary: [playlist] in gop crashes when deleted
Initial Comment:
having a "playlist" object in a gop and deleting the containing (gop-enabled) object, crashes Pd.
deleting playlist within the gop and then deleting the gop-object works fine.
backtraces and fixes later, when i find time ;-)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:24
Message:
This artifact has been marked as a duplicate of artifact 2842897 with
reason:
seems like the same core bug as this
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-01-19 13:54
Message:
hmm, seems to work now (with pd-vanilla and playlist from svn)
it definitely crashed with pd-extended and the giss-pdp-dv.pd patch
probably a problem with compiling against a different version of Pd as
used at runtime...
i'll investigate tomorrow
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2520517&group_…
Bugs item #2507851, was opened at 2009-01-14 15:07
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&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: pd-extended
Group: None
Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Holger (waffenladen)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: messed-up paths with pd_install
Initial Comment:
Since the latest pd-merge, when I do
cd packages/
make pd_install
or
some pd files get installed to double the DESTDIR-path, i. e. packages/build/home/hb/pd-extended/packages/build/usr/lib...
that is because in pd/src/makefile.in all entries getting paths from libpddir are prefixed with $(DESTDIR), but libpddir gets already prefixed with DESTDIR in Makefile.buildlayout...
so I patched pd/src/makefile.in (patch attached). Hope I'm not the only one with this problem...
Cheers,
Holger
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:23
Message:
This artifact has been marked as a duplicate of artifact 2000075 with
reason:
DESTDIR issue fixed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&group_…
Bugs item #2507851, was opened at 2009-01-14 15:07
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Holger (waffenladen)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: messed-up paths with pd_install
Initial Comment:
Since the latest pd-merge, when I do
cd packages/
make pd_install
or
some pd files get installed to double the DESTDIR-path, i. e. packages/build/home/hb/pd-extended/packages/build/usr/lib...
that is because in pd/src/makefile.in all entries getting paths from libpddir are prefixed with $(DESTDIR), but libpddir gets already prefixed with DESTDIR in Makefile.buildlayout...
so I patched pd/src/makefile.in (patch attached). Hope I'm not the only one with this problem...
Cheers,
Holger
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:23
Message:
This artifact has been marked as a duplicate of artifact 2000075 with
reason:
DESTDIR issue fixed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2507851&group_…
Bugs item #2000075, was opened at 2008-06-22 12:13
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2000075&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: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Federico Ferri (federico__)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'make install' installs 'lib' directory outside DESTDIR
Initial Comment:
when installing Pd to some PREFIX, but using a different DESTDIR, in order to package the contents, the lib directory gets installed outside the DESTDIR, causing a potential access violation (i.e. when running the install under a sandbox)
practical example:
$ cd pd-0.41-4/src
$ ./configure --prefix=/Applications/PureData
$ make
$ make DESTDIR=/home/me/pd-pkg-temp install
now if I look at the installed files, I find:
$ cd /home/me/pd-pkg-temp
$ find .
.
./bin
./bin/pd
./bin/pdsend
./bin/pdreceive
./man
./man/man1
./man/man1/pdsend.1.gz
./man/man1/pdreceive.1.gz
./man/man1/pd.1.gz
./include
./include/m_pd.h
which is good, but missing the whole 'lib' directory.
the 'lib' directory was installed in /Applications/PureData/lib, not respecting the DESTDIR setting
I could get a "permission denied" error if I didn't have write access to the real /Applications/PureData
(patch 1997142 solves the problem)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:19
Message:
fixed by the inclusion of patch 1997142
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2000075&group_…
Bugs item #2084665, was opened at 2008-08-30 21:45
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2084665&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.42
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Nobody/Anonymous (nobody)
Summary: change cursor in edit mode
Initial Comment:
this is a small but annoying little bug. when you switch to edit mode (selecting from the menu or by ctrl+e) the mouse cursor does not change immediately from arrow to hand, but only after you move the mouse. I think this should instantly change to give better visual feedback to the user.
this happens at least on 0.40-3 and 0.41-4 (I only had a look at mac os 10.5).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:16
Message:
This is a bug in Tcl/Tk on Mac OS X, I've tried everything that I could
find to fix it, but no luck.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-22 00:11
Message:
using [console show(---[sys_gui] I tried typing in the command directly to
Tcl/Tk and there was the same effect. It seems that Tcl/Tk doesn't update
the Mac OS X mouse pointer until the mouse moves.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-20 17:50
Message:
Confirmed on Mac OS X 10.5.6/Intel using Pd-vanilla 0.42-4 and Pd version
0.41.4-extended-20090419
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-13 19:21
Message:
I think this is only a problem on Mac OS X. There is a hack in place that
tries to update the cursor, but IIRC, it doesn't seem to work on Mac OS X.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2084665&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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: pd-extended
>Group: v0.42
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Nobody/Anonymous (nobody)
>Summary: GOP with envgen makes pd segfault on patch close
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: envgen makes pd segfault
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Patches item #2942881, was opened at 2010-01-30 13:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2942881&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: Accepted
Priority: 5
Private: No
Submitted By: Andras Muranyi (muranyia)
>Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: hu.po minor update
Initial Comment:
Changed a few of my previous translations upon seeing them at work
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 13:18
Message:
accepted with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=132…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2942881&group_…
Patches item #2958600, was opened at 2010-02-25 04:05
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2958600&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: abstractions
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Updated pddp/print objects
Initial Comment:
Here are some updated versions of pddp/print and pddp/print_long that display selectors correctly (or at least as correctly as vanilla [print] does). I also added a -d flag to both objects so you can explicitly show all selectors (-d for debug, but it could be changed to something else if there's a better arg). Help files are also included.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 13:13
Message:
I like the (pointer) display, very nice. I included that.
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=134…
The thing about the "list" selector is basically impossible to handle in
Pd. It should keep the 'list', 'symbol', etc. selector just as how it
received it. I think that would only be possible with a C external.
About the -d thing, I don't like adding that kind of syntax to objects.
IMHO that functionality should be in a separate object.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2958600&group_…
Hi all,
i'v checked out the current head of the pd-gui rewrite 0.43 branch from https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rew….
It compiles and runs fine on OSX 10.6.2, until you type a tilde (~) sign into an object, which throws the following exception - and crashes pd:
2010-03-22 10:39:50.626 Wish[7290:903] An uncaught exception was raised
2010-03-22 10:39:50.627 Wish[7290:903] *** -[NSCFString characterAtIndex:]: Range or index out of bounds
2010-03-22 10:39:50.628 Wish[7290:903] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFString characterAtIndex:]: Range or index out of bounds'
*** Call stack at first throw:
(
0 CoreFoundation 0x00007fff828b0444 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff8479d0f3 objc_exception_throw + 45
2 CoreFoundation 0x00007fff828b0267 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff828b01f4 +[NSException raise:format:] + 148
4 Foundation 0x00007fff857243d5 -[NSCFString characterAtIndex:] + 97
5 Tk 0x00000001000bdbcf Tk_SetCaretPos + 663
6 Tk 0x00000001000c3d94 Tk_MacOSXSetupTkNotifier + 699
7 Tcl 0x00000001001c62ae Tcl_DoOneEvent + 297
8 Tk 0x000000010001c07c Tk_MainLoop + 24
9 Tk 0x0000000100028ab0 Tk_MainEx + 1555
10 Wish 0x0000000100004545 0x0 + 4294985029
11 Wish 0x00000001000044a4 0x0 + 4294984868
12 ??? 0x0000000000000003 0x0 + 3
)
terminate called after throwing an instance of 'NSException'
pd: exiting
/usr/bin/wish: line 2: 7290 Abort trap "$(dirname $0)/../../System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish" "$@"
Anyone else encountered this problem ?
regards
-robert