Le 18/07/12 17:43, Richard Heck a écrit :
Looks like you never backported this particular fix. If you decide to
do it, I'll backport my patch too.
Which thing didn't I backport?
This one, I think.
JMarc
commit 9283cbdbcb3b33da28d2ecca6cd5665f39c7b388
Author: Richard Heck <rgh...@comcast.net>
Date: Fri Jan 13 03:31:01 2012 +0000
Fix crash reported on list when renaming a child buffer and
then trying to compile.
There are really two problems here. One is that the renamed
buffer needs to be reloaded. All kinds of files, etc, may not
exist any more, if we've been saved to a new directory; our
children e.g. may not be in the right place. And, in this case,
we may no longer be a child of our old parent. Reloading will
fix all of that.
On reload, though, we need to clear our parent, since we may
not have one any more. It will get reset if need be.