On Fri, 1 Mar 2002 18:31:14 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> I recently found out about Valgrind (http://devel-home.kde.org/~sewardj/), Interesting link, thanks! NB> It reported a lot of problems with event.cpp: NB> NB> ==19837== Invalid write of size 8 NB> ==19837== at 0x4084BE07: (within /lib/libm-2.2.4.so) NB> ==19837== by 0x40486C1F: wxSplitterWindow::DrawSash(wxDC&) (../wxWindows/src/generic/splitter.cpp:553) NB> ==19837== by 0x4048594D: wxSplitterWindow::OnPaint(wxPaintEvent&) (../wxWindows/src/generic/splitter.cpp:155) NB> ==19837== by 0x40519653: wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) (../wxWindows/src/common/event.cpp:887) NB> ==19837== Address 0xBFFFE458 is not stack'd, malloc'd or free'd Why event.cpp? It seems to complain about the splitter code - but the trouble is that I don't see anything wrong there. NB> and some with others: NB> NB> ==19837== Invalid read of size 4 NB> ==19837== at 0x4084BE07: (within /lib/libm-2.2.4.so) NB> ==19837== by 0x40459AAE: wxListLineData::SetAttributes(wxDC*, wxListItemAttr (../wxWindows/src/generic/listctrl.cpp:1642) NB> ==19837== by 0x40459CC5: _ZN14wxListLineData16DrawInReportModeEP4wxDCRK6wxRectS4_b (../wxWindows/src/generic/listctrl.cpp:1690) NB> ==19837== by 0x4045D169: wxListMainWindow::OnPaint(wxPaintEvent&) (../wxWindows/src/generic/listctrl.cpp:2755) NB> ==19837== Address 0xBFFFE4E8 is not stack'd, malloc'd or free'd NB> NB> ==19837== Invalid read of size 2 NB> ==19837== at 0x4089EB20: (within /lib/libc-2.2.4.so) NB> ==19837== by 0x405B0530: wxMimeTypesManagerImpl::ReadMailcap(wxString (../wxW NB> indows/src/unix/mimetype.cpp:2432) NB> ==19837== by 0x405AC6BF: wxMimeTypesManagerImpl::GetMimeInfo(wxString (../wxWindows/src/unix/mimetype.cpp:1373) NB> ==19837== by 0x405AC22E: wxMimeTypesManagerImpl::Initialize(int, wxString (../wxWindows/src/unix/mimetype.cpp:1304) NB> ==19837== Address 0x40D62700 is not stack'd, malloc'd or free'd Nor here in fact... NB> Do you think it is interesting for wxdevelopers? Yes, I think so - it would be nice if someone there could have a look at this. Thanks, VZ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
