← Back to team overview

kicad-developers team mailing list archive

Re: Regression Testing

 

On 05/02/2013 12:18 AM, Lorenzo Marcantonio wrote:
> On Wed, May 01, 2013 at 04:09:58PM -0500, Dick Hollenbeck wrote:
>> On 05/01/2013 11:27 AM, Lorenzo Marcantonio wrote:
>>> On Wed, May 01, 2013 at 05:38:48PM +0200, Miguel Angel Ajo wrote:
>>>> If the object is obtained via GetBoard() , it won't be deleted by python
>>>> because he doesn't own it.
>>>
>>> Yes but *nothing* prevents C++ to delete an object which is 'held' (not
>>> created) by python (that's the reason for python being best extended: it
>>> like to manage objects itself). AFAIK at the moment all the object are
>>> created and delete from the C++ side only so python has objects
>>> disappearing under its feet.
>>
>>
>> Can you back this up please with either an example or a web reference.
> 
> Do the thing I suggested. board = GetBoard() in the python console, file
> new, use the board reference. I found it in the hard way during plotting
> tests.


Please, just give us a script or the commands that causes the crash, a bug report can be
created.




Follow ups

References