s1s0 / toped

Cross platform, open source IC layout editor
http://www.toped.org.uk/
GNU General Public License v2.0
15 stars 8 forks source link

Delete of cell with children will crash #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cell delete is impossible for referenced cells and this was the only
limitation of this function. Toped is crashing now if an unreferenced cell
which has children (references) is deleted. It crashes on assert in
SGHierTree which clearly states that the method shall be called for
childless cells. In other words the problem is somewhere in the function
implementation. Most likely it was introduced with the library changes
quite some time ago.

Original issue reported on code.google.com by krustev....@gmail.com on 23 May 2010 at 3:41

GoogleCodeExporter commented 9 years ago
Fixes in r1529 and r1530.
This function was completely broken. Starting with the function itself, going 
trough
the undo implementation and not forgetting about the troubles with online 
updates of
the hierarchy cell browser.
It's simply embracing how this get into the release (most likely recent two 
releases!) 

Original comment by krustev....@gmail.com on 5 Jun 2010 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by krustev....@gmail.com on 1 Apr 2012 at 12:19