clone method causing Stack Overflow in IE under jQuery 1.4.2 (but not jQuery 1.3.2)

clone method causing Stack Overflow in IE under jQuery 1.4.2 (but not jQuery 1.3.2)

I have an application that is showing a stack overflow error in IE when moved from jQuery 1.3.2 to jQuery 1.4.2.  The error occurs when calling the clone() method, passing in true to clone events with the element.  I'm guessing that this is related to the change in 1.4 to clone data as well as events when passing in true to the clone() method.
 
Is anyone familiar with this error and how I might be able to mitigate it?
 
Thanks,
Brian Dukes