Issue 4022: Chrome: Crash Report - Stack Signature:  
NotificationService::Notify(NotificationType,NotificationSource const  
&,NotificationDetails const &)-B65883
http://code.google.com/p/chromium/issues/detail?id=4022

Comment #7 by [EMAIL PROTECTED]:
This looks like it's some kind of corruption. The code on the stack isn't  
actually
the notification service, but _msize_base. The crashing code is:

0043E414 53               push        ebx
0043E415 57               push        edi
0043E416 FF 35 CC E5 4A 00 push        dword ptr [__crtheap (4AE5CCh)]
0043E41C FF 15 4C E2 44 00 call        dword ptr [EMAIL PROTECTED]  
(44E24Ch)]
0043E422 8B F0            mov         esi,eax

The crash is calling [__imp__HeapSize] dereferencing 0x6c412d74. I think  
this means
the variable at [__imp__HeapSize] is invalid. It is a little weird that the  
address
0x44E24C falls within chrome.exe, but the calling code is in chrome.dll.



-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to