From kde-devel Fri Oct 17 21:25:37 2008 From: Rafael =?utf-8?b?RmVybsOhbmRleiA=?= =?utf-8?b?TMOzcGV6?= Date: Fri, 17 Oct 2008 21:25:37 +0000 To: kde-devel Subject: Re: Fix for kfilewidget.cpp Message-Id: <20081017232537.xgg21wyh6gwkc4sc () mail ! kollide ! net> X-MARC-Message: https://marc.info/?l=kde-devel&m=122427841902562 Hi, > My origonal post has a fix that got around this core dump, ie doing checks > for null pointers. I know... but my point is that a 'null pointer' should never happen there (since d is assigned on KFileWidget constructor, and thus, is never null). It would be great some context information on the backtrace (like, what KOffice code did the call), also it is crucial to know where exactly on the showEvent() the dump happened. I prefer to understand the problem deeply than adding a null pointer check blindly that we don't actually understand why is it happening. Regards, Rafael Fernández López. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<