>> Author: vfr >> Date: Mon Nov 16 01:18:52 2009 >> New Revision: 32038 >> URL: http://www.lyx.org/trac/changeset/32038 >> >> Log: >> Fix bug #6240: Adding table row causes exception that >>triggers infinite loop in code. > >I think the right fix is instead to pass the buffer to the >new cells at construction...
Well, there is one cell created at construction and then cloned several times. During this cloning, the buffer is not copied, so it has to be done afterwards like you said in the commit when you removed the previous fix. I'm out of ideas. >Abdel. Vincent