Comment #3 on issue 6578 by [email protected]: [FMR] Free memory read in
base::BaseTimer<RenderWidgetHost,0>::TimerTask::ClearBaseTimer(void)
http://code.google.com/p/chromium/issues/detail?id=6578
I can't reproduce the timer thingy stated above, but I do get this error
quite often, is this a known one:
[E] IPR: Invalid pointer read in _tailMerge_WS2_32_dll {1 occurrence}
?A0xb292577f::WinsockInitSingleton::WinsockInitSingleton(void)
[c:\src\chromium\src\net\base\winsock_init.cc:18]
WinsockInitSingleton() : did_init_(false) {
WORD winsock_ver = MAKEWORD(2,2);
WSAData wsa_data;
=> did_init_ = (WSAStartup(winsock_ver, &wsa_data) == 0);
// The first time WSAGetLastError is called, the delay load helper
will
// resolve the address with GetProcAddress and fixup the import.
If a third
DefaultSingletonTraits<WinsockInitSingleton::?A0xb292577f>::New(void)
[c:\src\chromium\src\base\singleton.h:21]
Singleton<WinsockInitSingleton::?A0xb292577f,DefaultSingletonTraits<WinsockInitSingleton::?A0xb292577f>,WinsockInitSingleton::?A0xb292577f>::get(void)
[c:\src\chromium\src\base\singleton.h:129]
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---