Hey Grant, 2009/9/7 Grant Gray <[email protected]>: > I haven't determined the root cause yet, but ultimately it appears recursive > calls to propagateLayoutItemsOk() in WContainerWidget tries to dereference > parameter "item" when it is NULL. > > Simply testing item for NULL prevents the segfault and doesn't appear to have > any side-effects, but I wonder if this is the correct thing to do? I suspect > there are deeper issues with my containers/layout that are the real root > cause.
That appears to be a proper bug with the proper fix. > The following debug is produced prior to the segfault: > Improper load() implementation: base implementation not called? That however is quite suspicious: are you by any chance specializing load() in one of your widgets? I do not think it causes the observed bug though. Regards, koen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
