Bugs item #2712965, was opened at 2009-03-25 19:31
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2712965&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Print object has problems with the name argument in Vista
Initial Comment:
Print object has problems with the name argument in Vista. Itseems if the argument contains an underscore or CAPS (as it does in select-help.pd or print-help.pd) then Pd-extended crashes. Putting quotes around the strings fixes the problem in these examples.
Pd version 0.40.3-extended-20080721
Reported first:
http://lists.puredata.info/pipermail/pd-list/2008-06/062988.html
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:47
Message:
This artifact has been marked as a duplicate of artifact 2998579 with
reason:
print with long names crash
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2009-05-02 22:23
Message:
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: Hans-Christoph Steiner (eighthave)
Date: 2009-04-18 00:46
Message:
no problem for me on Windows XP SP3 using Pd 0.41.4-extended-20090417 or
Pd-vanilla
0.42-4. If you still have this problem, please reopen this bug.
Attached is the patch I used to test this bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2712965&group_…
Bugs item #2924862, was opened at 2010-01-02 05:51
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2924862&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: print help
Initial Comment:
print help crashes pd in vista
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:46
Message:
This artifact has been marked as a duplicate of artifact 2998579 with
reason:
print with long names crash
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-01-16 21:20
Message:
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: Hans-Christoph Steiner (eighthave)
Date: 2010-01-02 11:01
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, etc.
For example:
Pd version 0.41.4-extended
Mac OS X 10.5.7/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2924862&group_…
Bugs item #2924862, was opened at 2010-01-02 05:51
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2924862&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: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: print help
Initial Comment:
print help crashes pd in vista
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:46
Message:
This artifact has been marked as a duplicate of artifact 2998579 with
reason:
print with long names crash
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-01-16 21:20
Message:
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: Hans-Christoph Steiner (eighthave)
Date: 2010-01-02 11:01
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, etc.
For example:
Pd version 0.41.4-extended
Mac OS X 10.5.7/Intel
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2924862&group_…
Patches item #1838468, was opened at 2007-11-26 00:57
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1838468&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: made [print] display all arguments in its posts to pd window
Initial Comment:
Just like the subject says, I made [print] accept an A_GIMME, the arguments are then converted into a symbol, then that symbol is display as before.
I suppose x->x_sym could be a char* instead.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:45
Message:
I had to change the code a bit for new Windows Vista/7 weirdness:
Following this discussion:
http://lists.puredata.info/pipermail/pd-list/2010-05/078312.html
I committed this to try to fix it:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=135…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-12-04 17:00
Message:
Logged In: YES
user_id=27104
Originator: NO
updated to fix minor bugs:
http://pure-data.cvs.sourceforge.net/pure-data/pd/src/x_interface.c?r1=1.3.…
File Added: made_print_post_all_arguments-0.40.3.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-26 01:16
Message:
Logged In: YES
user_id=27104
Originator: NO
http://pure-data.cvs.sourceforge.net/pure-data/pd/src/x_interface.c?r1=1.3&…
File Added: made_print_post_all_arguments-0.40.3.patch
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-26 01:16
Message:
Logged In: YES
user_id=27104
Originator: NO
http://pure-data.cvs.sourceforge.net/pure-data/pd/src/x_interface.c?r1=1.3&…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1838468&group_…
Bugs item #2913280, was opened at 2009-12-12 09:08
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2913280&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: Graph-On-Parent
Group: v0.42
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Miller Puckette (millerpuckette)
Summary: GOP abstraction can crash pd if content is reloaded
Initial Comment:
if abs1 is an abstraction (maybe empty)
if abs2 is a GOP abstraction that use abs1
opening an other instance of abs1 and saving it will crash pd.
see attachement.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:37
Message:
Confirmed on Mac OS X/10.5.8 Intel using Pd-extended 0.42.5-rc2.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-12-12 09:49
Message:
confirmed (linux; Pd-vanilla-0.42.5)
it does _not_ crash on 0.41-4 on the same machine.
a quick backtrace shows that the crash appears in canvas_doclear() because
the gl_editor of the argument x is NULL.
----------------------------------------------------------------------
Comment By: Cyrille Henry (nusmuk)
Date: 2009-12-12 09:09
Message:
i forget to say that this is on linux, pd vanilla 0.42
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2913280&group_…
Bugs item #2932195, was opened at 2010-01-14 12:36
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2932195&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: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Matteo Sisti Sette (sistisette)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: this crashes pd extended
Initial Comment:
Sorry for the generic title but I really can't isolate the problem.
When I try to open this attached patch on Windows Vista, pd Extended immediately crashes. The patch has no loadbangs and does absolutely nothing without user input.
100% of the times I open it, it crashes.
Since it first crashed when I was trying to create a [print] object, I have tried to remove all [print]s with a text editor (changing them for [pd]s just to avoid messing up connections) and could open it without crash. However, if I then go on editing the patch, creating and deleting objects, it usually crashes in a few minutes.
I suspect the cause is in some of these objects:
[dirpanel]
[folder_list]
and/or, possibly,
[sys_gui]
because I tried creating a new fresh patch with none of these and play around and I couldn't have it crash - while if I create some of these objects and then keep editing the patch, chances are that it crashes very soon.
But it may be some generic problem with all externals...
Windows vista, pd-extended 0.41.4
I have been using pd Vanilla for a long time and never had such a problem.on the same machine
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 15:22
Message:
Using Pd-extended 0.42.5-rc2 on Windows XP and Windows 7, I could not
reproduce this. Try a nightly build of 0.42.5.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2932195&group_…
Bugs item #2940517, was opened at 2010-01-26 16:39
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&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: Graph-On-Parent
Group: v0.42
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: mseta (mseta)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: GOP-related crash with rrad.split~
Initial Comment:
Some patches crash pd immediately upon opening.
I found a small patch that exhibits such
behaviour. Loading individual externs and
abstractions from that patch dos not cause problems, only
opening this patch as is. Backtrace is below.
This is on Karmic and 0.42.5-extended-20100110 (this is the last
version I tried but had exactly the same issue with some november and
december build).
Hans confirmed the behaviour on Pd-0.42.5-extended-20091217 on Mac OS X 10.5.8/Intel.
./MiS
Program received signal SIGSEGV, Segmentation fault.
text_xpix (x=0x8520918, glist=0x0) at g_graph.c:619
619 g_graph.c: No such file or directory.
in g_graph.c
bt
#0 rtext_senditup (x=0x0, action=<value optimized out>,
widthp=<value optimized out>, heightp=0xbfffe818, indexp=0xbfffe814)
at g_rtext.c:164
#1 0x0807d5b1 in rtext_width (x=0x0) at g_rtext.c:357
#2 0x08077d8f in text_getrect (z=0x86d2798, glist=0x86dde50, xp1=0xbfffe8bc,
yp1=0xbfffe8b8, xp2=0xbfffe8b4, yp2=0xbfffe8b0) at g_text.c:1014
#3 0x08074d9e in graph_getrect (z=0x86dde50, glist=0x8680e78, xp1=0xbfffe91c,
yp1=0xbfffe918, xp2=0xbfffe914, yp2=0xbfffe910) at g_graph.c:921
#4 0x080966e9 in gobj_shouldvis (x=0x86dde50, glist=0x8680e78)
at g_editor.c:80
#5 0x080743b4 in glist_getcanvas (x=0x86dde50) at g_graph.c:188
#6 0x0807e1db in rtext_new (glist=0x86dde50, who=0x86de078) at g_rtext.c:62
#7 0x080992a0 in canvas_create_editor (x=0x86dde50) at g_editor.c:902
#8 0x0807dbb4 in glist_findrtext (gl=0x86dde50, who=0x86d2798)
at g_rtext.c:347
#9 0x08079dfc in text_vis (z=0x86d2798, glist=0x86dde50, vis=1)
at g_text.c:1080
#10 0x016e775a in text_visfn_hax0r (o=0x86d2798, can=0x86dde50, vis=1)
at src/classes2.cxx.fcs:1076
#11 0x08075b74 in graph_vis (gr=0x86dde50, parent_glist=0x8680e78, vis=1)
at g_graph.c:853
#12 0x08075b74 in graph_vis (gr=0x8680e78, parent_glist=0x8680d00, vis=1)
at g_graph.c:853
#13 0x080722f4 in canvas_map (x=0x8680d00, f=1) at g_canvas.c:657
#14 0x080b6556 in pd_typedmess (x=0x8680d00, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:792
#15 0x080b613c in pd_typedmess (x=0x88161b0, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:813
#16 0x080bb47a in binbuf_eval (x=0x8532ac0, target=<value optimized out>,
argc=0, argv=0x0) at m_binbuf.c:726
#17 0x080c7447 in socketreceiver_read (x=0x85327e8, fd=6) at s_inter.c:558
#18 0x080c8549 in sys_domicrosleep (microsec=<value optimized out>,
pollem=<value optimized out>) at s_inter.c:196
#19 0x080c3760 in m_pollingscheduler () at m_sched.c:510
#20 m_mainloop () at m_sched.c:560
#21 0x080c6509 in sys_main (argc=2, argv=0xbffff334) at s_main.c:304
#22 0x080ce1ab in main (argc=2, argv=0xbffff334) at s_entry.c:32
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 14:45
Message:
This still happens on Mac OS X 10.5.8/Intel using Pd-extended 0.42.5-rc2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&group_…
Bugs item #2940517, was opened at 2010-01-26 16:39
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&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: mseta (mseta)
Assigned to: Hans-Christoph Steiner (eighthave)
>Summary: GOP-related crash with rrad.split~
Initial Comment:
Some patches crash pd immediately upon opening.
I found a small patch that exhibits such
behaviour. Loading individual externs and
abstractions from that patch dos not cause problems, only
opening this patch as is. Backtrace is below.
This is on Karmic and 0.42.5-extended-20100110 (this is the last
version I tried but had exactly the same issue with some november and
december build).
Hans confirmed the behaviour on Pd-0.42.5-extended-20091217 on Mac OS X 10.5.8/Intel.
./MiS
Program received signal SIGSEGV, Segmentation fault.
text_xpix (x=0x8520918, glist=0x0) at g_graph.c:619
619 g_graph.c: No such file or directory.
in g_graph.c
bt
#0 rtext_senditup (x=0x0, action=<value optimized out>,
widthp=<value optimized out>, heightp=0xbfffe818, indexp=0xbfffe814)
at g_rtext.c:164
#1 0x0807d5b1 in rtext_width (x=0x0) at g_rtext.c:357
#2 0x08077d8f in text_getrect (z=0x86d2798, glist=0x86dde50, xp1=0xbfffe8bc,
yp1=0xbfffe8b8, xp2=0xbfffe8b4, yp2=0xbfffe8b0) at g_text.c:1014
#3 0x08074d9e in graph_getrect (z=0x86dde50, glist=0x8680e78, xp1=0xbfffe91c,
yp1=0xbfffe918, xp2=0xbfffe914, yp2=0xbfffe910) at g_graph.c:921
#4 0x080966e9 in gobj_shouldvis (x=0x86dde50, glist=0x8680e78)
at g_editor.c:80
#5 0x080743b4 in glist_getcanvas (x=0x86dde50) at g_graph.c:188
#6 0x0807e1db in rtext_new (glist=0x86dde50, who=0x86de078) at g_rtext.c:62
#7 0x080992a0 in canvas_create_editor (x=0x86dde50) at g_editor.c:902
#8 0x0807dbb4 in glist_findrtext (gl=0x86dde50, who=0x86d2798)
at g_rtext.c:347
#9 0x08079dfc in text_vis (z=0x86d2798, glist=0x86dde50, vis=1)
at g_text.c:1080
#10 0x016e775a in text_visfn_hax0r (o=0x86d2798, can=0x86dde50, vis=1)
at src/classes2.cxx.fcs:1076
#11 0x08075b74 in graph_vis (gr=0x86dde50, parent_glist=0x8680e78, vis=1)
at g_graph.c:853
#12 0x08075b74 in graph_vis (gr=0x8680e78, parent_glist=0x8680d00, vis=1)
at g_graph.c:853
#13 0x080722f4 in canvas_map (x=0x8680d00, f=1) at g_canvas.c:657
#14 0x080b6556 in pd_typedmess (x=0x8680d00, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:792
#15 0x080b613c in pd_typedmess (x=0x88161b0, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:813
#16 0x080bb47a in binbuf_eval (x=0x8532ac0, target=<value optimized out>,
argc=0, argv=0x0) at m_binbuf.c:726
#17 0x080c7447 in socketreceiver_read (x=0x85327e8, fd=6) at s_inter.c:558
#18 0x080c8549 in sys_domicrosleep (microsec=<value optimized out>,
pollem=<value optimized out>) at s_inter.c:196
#19 0x080c3760 in m_pollingscheduler () at m_sched.c:510
#20 m_mainloop () at m_sched.c:560
#21 0x080c6509 in sys_main (argc=2, argv=0xbffff334) at s_main.c:304
#22 0x080ce1ab in main (argc=2, argv=0xbffff334) at s_entry.c:32
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 14:45
Message:
This still happens on Mac OS X 10.5.8/Intel using Pd-extended 0.42.5-rc2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&group_…
Bugs item #2940517, was opened at 2010-01-26 16:39
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&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: mseta (mseta)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: mystery crash of pd-extended 0.42.5
Initial Comment:
Some patches crash pd immediately upon opening.
I found a small patch that exhibits such
behaviour. Loading individual externs and
abstractions from that patch dos not cause problems, only
opening this patch as is. Backtrace is below.
This is on Karmic and 0.42.5-extended-20100110 (this is the last
version I tried but had exactly the same issue with some november and
december build).
Hans confirmed the behaviour on Pd-0.42.5-extended-20091217 on Mac OS X 10.5.8/Intel.
./MiS
Program received signal SIGSEGV, Segmentation fault.
text_xpix (x=0x8520918, glist=0x0) at g_graph.c:619
619 g_graph.c: No such file or directory.
in g_graph.c
bt
#0 rtext_senditup (x=0x0, action=<value optimized out>,
widthp=<value optimized out>, heightp=0xbfffe818, indexp=0xbfffe814)
at g_rtext.c:164
#1 0x0807d5b1 in rtext_width (x=0x0) at g_rtext.c:357
#2 0x08077d8f in text_getrect (z=0x86d2798, glist=0x86dde50, xp1=0xbfffe8bc,
yp1=0xbfffe8b8, xp2=0xbfffe8b4, yp2=0xbfffe8b0) at g_text.c:1014
#3 0x08074d9e in graph_getrect (z=0x86dde50, glist=0x8680e78, xp1=0xbfffe91c,
yp1=0xbfffe918, xp2=0xbfffe914, yp2=0xbfffe910) at g_graph.c:921
#4 0x080966e9 in gobj_shouldvis (x=0x86dde50, glist=0x8680e78)
at g_editor.c:80
#5 0x080743b4 in glist_getcanvas (x=0x86dde50) at g_graph.c:188
#6 0x0807e1db in rtext_new (glist=0x86dde50, who=0x86de078) at g_rtext.c:62
#7 0x080992a0 in canvas_create_editor (x=0x86dde50) at g_editor.c:902
#8 0x0807dbb4 in glist_findrtext (gl=0x86dde50, who=0x86d2798)
at g_rtext.c:347
#9 0x08079dfc in text_vis (z=0x86d2798, glist=0x86dde50, vis=1)
at g_text.c:1080
#10 0x016e775a in text_visfn_hax0r (o=0x86d2798, can=0x86dde50, vis=1)
at src/classes2.cxx.fcs:1076
#11 0x08075b74 in graph_vis (gr=0x86dde50, parent_glist=0x8680e78, vis=1)
at g_graph.c:853
#12 0x08075b74 in graph_vis (gr=0x8680e78, parent_glist=0x8680d00, vis=1)
at g_graph.c:853
#13 0x080722f4 in canvas_map (x=0x8680d00, f=1) at g_canvas.c:657
#14 0x080b6556 in pd_typedmess (x=0x8680d00, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:792
#15 0x080b613c in pd_typedmess (x=0x88161b0, s=0x851fbc0, argc=1,
argv=0xbfffef3c) at m_class.c:813
#16 0x080bb47a in binbuf_eval (x=0x8532ac0, target=<value optimized out>,
argc=0, argv=0x0) at m_binbuf.c:726
#17 0x080c7447 in socketreceiver_read (x=0x85327e8, fd=6) at s_inter.c:558
#18 0x080c8549 in sys_domicrosleep (microsec=<value optimized out>,
pollem=<value optimized out>) at s_inter.c:196
#19 0x080c3760 in m_pollingscheduler () at m_sched.c:510
#20 m_mainloop () at m_sched.c:560
#21 0x080c6509 in sys_main (argc=2, argv=0xbffff334) at s_main.c:304
#22 0x080ce1ab in main (argc=2, argv=0xbffff334) at s_entry.c:32
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 14:45
Message:
This still happens on Mac OS X 10.5.8/Intel using Pd-extended 0.42.5-rc2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2940517&group_…
Bugs item #3012451, was opened at 2010-06-07 05:11
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3012451&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: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: plugin~ help patch needs replacement
Initial Comment:
We have known for years that the plugin~ help patch can crash Pd if the requested LADSPA plugins are not present on the user's system. The issue has been addressed on the mailing list dozens of times, and a corrected help patch posted years ago by Frank Barknecht, however it has not been updated. As a final attempt, I post it here in the hopes that someone will take a few minutes to deal with this finally.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-06-14 14:22
Message:
I committed some kind of version of this help patch.
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=136…
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2010-06-07 08:02
Message:
hmm, i tried both this help-patch and the one that comes with
PdX-0.42rc1.
both crash.
therefore:
- the attached patch doesn't fix any problem, since the crash can be
triggered by the user at any time (the bug is in [plugin~] not in any
help-patch)
- the attached patch doesn't fix the symptoms either
anyhow, thanks for the report
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3012451&group_…