Comment 10 for bug 1743332

Revision history for this message
Lorenzo Marcantonio (l-marcantonio) wrote :

OK, I tripped another one trying to replicate the 'original' use case: created a new symbol in the library, placed it and tried to duplicate id. Well, almost, instead of C for duplicate I hit M for move and it triggered anyway...

I'd say that most of the errors are from the presumably-ffxed PART_BUFFER freed memory usage, so there is hope. The fatal one however is most puzzling since it's from wxSocket accessing a completely invalid address. Maybe some runaway write pointer?

To crosscheck I'll pull the patch and retry. With some luck everything is cascaded from the original issue.