TPolyLine crashes applications

From: Andre Lebedev <lebedev_at_fas.harvard.edu>
Date: Fri, 17 Feb 2006 14:38:17 -0500


Hello.

We ran into the following problem with CVS version of ROOT built on Fedora Core 3 (and other flavors of Linux). If I run the following macro and roll the mouse over the canvas, ROOT becomes unhappy:

TH2F h("h", "h", 10, 0, 10, 10, 0, 10)
h.Draw()
TPolyLine l(0)
l.Draw()

Our event diplay crashes under similar circumstances. While I can address the issue in the event display, it seems that this bug should be addressed at a different level.

Regards,
Andre. Received on Fri Feb 17 2006 - 20:38:33 MET

This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:31:57 MET