[vbox-dev] an assert that requires a small fix
Nikolay Igotti
nikolay.igotti at oracle.com
Thu Jan 27 01:53:06 PST 2011
Hi Mihai,
Thanks for report, fixed.
Nikolay.
Mihai Hanor wrote:
> Hello,
>
> vbox\src\VBox\Main\src-all\eventimpl.cpp
>
> The iterator used at line 901:
> Assert(pit->second >= 0);
> is invalid if we previously executed the erase map method, included by the "if" branch:
> mOwner->m->mPendingMap.erase(pit); // line 898
>
> With page heap enabled, it always complains about memory access violation at line 901.
>
>
>
>
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
More information about the vbox-dev
mailing list