Re: [PD] Crasher bug

2017-10-02 Thread Dan Wilcox
More useful is to print the frame within the pd code where the crash occurred. In this case, try the following in lldb: f 6 f That should print the section of code with the crashing function and/or variable underlined. The stuff below in the kernel is no so useful to see. > On Oct 2, 2017, at

Re: [PD] Crasher bug

2017-10-02 Thread Roman Haefeli
On Mon, 2017-10-02 at 13:14 +0200, Dan Wilcox wrote: > If you want more info, you can compile pd with debugging symbols > added via: > > ./configure --enable-debug CFLAGS="-g" > > I'm going to add the "-g" back to the default debug settings as it's > needed for useful stack frame info, etc. > >

Re: [PD] Crasher bug

2017-10-02 Thread Dan Wilcox
: > > From: Roman Haefeli mailto:reduz...@gmail.com>> > To: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" > mailto:pd-list@lists.iem.at>> > Subject: Re: [PD] Crasher bug > Message-ID: <1506929734.2070.4.ca...@gmail.com > <mailto:1506929734.2

Re: [PD] Crasher bug

2017-10-02 Thread Roman Haefeli
On Son, 2017-10-01 at 22:16 +0200, Roman Haefeli wrote: > Hey all > > Attached patch crashes Pd, at least on Ubuntu 16.04 amd64. Pd 0.48 > and > 0.47-1 seems affected, but not 0.46-7. Also, I cannot make it crash > with the current 0.48 release for Windows under Wine. I couldn't test > it on macOS

Re: [PD] Crasher bug

2017-10-01 Thread Peter P.
* Roman Haefeli [2017-10-01 22:17]: > Hey all > > Attached patch crashes Pd, at least on Ubuntu 16.04 amd64. Pd 0.48 and > 0.47-1 seems affected, but not 0.46-7. Also, I cannot make it crash > with the current 0.48 release for Windows under Wine. I couldn't test > it on macOS, but the original pa

Re: [PD] crasher bug

2014-09-17 Thread Ivica Ico Bukvic
On 09/17/2014 11:10 AM, Miller Puckette wrote: I believe the bug, at its simplest, was this: Make an empty patch (in Pd 0.46, say), set it as GOP, save it, close it, open it again, un-set GOP, and kaboom. Amazing I never saw that before... M Thank you both for the clarification. It seems pd-

Re: [PD] crasher bug

2014-09-17 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bug confirmed with Pd-0.46.0 ("test1") compiled 13:01:01 Aug 16 2014. ++ Jack Le 17/09/2014 17:10, Miller Puckette a écrit : > I believe the bug, at its simplest, was this: > > Make an empty patch (in Pd 0.46, say), set it as GOP, save it, > close

Re: [PD] crasher bug

2014-09-17 Thread Miller Puckette
I believe the bug, at its simplest, was this: Make an empty patch (in Pd 0.46, say), set it as GOP, save it, close it, open it again, un-set GOP, and kaboom. Amazing I never saw that before... M On Wed, Sep 17, 2014 at 05:57:13AM -0400, Ivica Ico Bukvic wrote: > Trying to reproduce this in pd-

Re: [PD] crasher bug

2014-09-17 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ivica, sorry that was late night. I'll put more detail: make two pd documents, let's say MAIN.pd and text.pd. then, in MAIN.pd create [test] as an abstraction. make it GOP. from MAIN.pd rightclick on [test] and coose help the context menu to open

Re: [PD] crasher bug

2014-09-17 Thread Ivica Ico Bukvic
Trying to reproduce this in pd-l2ork. What do you mean by the last sentence? Delete all the objects? Is this on the MAIN.pd or inside text.pd? Also, unchecking the GOP option, if that applies to test, haven't we already deleted it in the previous step? Or, have you actually saved the text patch

Re: [PD] crasher bug

2014-09-16 Thread Miller Puckette
OK -- I fixed the crash bug and also suppressed opening the patch as its own help file (that was unintentional anyway). OTOH I didn't add a pre-check to see if the help file was available when the object gets right-clicked on... that's a bigger change and on some systems it might make the menu slo

Re: [PD] crasher bug

2014-09-16 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2014 01:09 AM, Miller Puckette wrote: > okay, but can you reproduce it? > >> I can :) - I hadn't read far enough down the original mail to see >> that this is indeed a Pd vanilla bug - no externs at all. This >> might be very helpful as I've

Re: [PD] crasher bug

2014-09-16 Thread Miller Puckette
On Wed, Sep 17, 2014 at 12:38:18AM +0900, Max wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/16/2014 10:26 PM, IOhannes m zmölnig wrote: > > On 09/16/2014 01:18 PM, Max wrote: > >> here is how to reproduce it: > >> > >> make two pd documents, let's say MAIN.pd and text.pd. th

Re: [PD] crasher bug

2014-09-16 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/16/2014 10:26 PM, IOhannes m zmölnig wrote: > On 09/16/2014 01:18 PM, Max wrote: >> here is how to reproduce it: >> >> make two pd documents, let's say MAIN.pd and text.pd. then, in >> MAIN.pd open test.pd as an abstraction. make it GOP. from MA

Re: [PD] crasher bug

2014-09-16 Thread IOhannes m zmölnig
On 09/16/2014 01:18 PM, Max wrote: > here is how to reproduce it: > > make two pd documents, let's say MAIN.pd and text.pd. then, in MAIN.pd > open test.pd as an abstraction. make it GOP. from MAIN rightclick and > coose help the context menu to open the not existing help file. The > GOP abstracti

Re: [PD] crasher bug

2014-09-16 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here is how to reproduce it: make two pd documents, let's say MAIN.pd and text.pd. then, in MAIN.pd open test.pd as an abstraction. make it GOP. from MAIN rightclick and coose help the context menu to open the not existing help file. The GOP abstracti

[PD] crasher bug

2014-09-16 Thread Max
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi list, i got this at two incidents: terminate called after throwing an instance of 'boost::exception_detail::clone_impl > ' pure virtual method called terminate called recursively but I can't reproduce it now. I was doing something like this: maki