On Thu, Jul 9, 2009 at 7:45 PM, Hua Su <[email protected]> wrote: > It reads several threads exited and some notifications leaked. I don't know > what those line of messages mean. Although I Chrome still works well to > browse web pages, are there internal errors within Chrome? >
If you can build and run the code in Visual Studio, you can probably find out (a) where that message gets printed and (b) what those notification numbers correspond to, leading to (c) who's allocating them where. But if not: these *could be* bugs but likely aren't (I rewrote all our uses of notifications a month or two ago to use some auto-cleanup classes, but there are a number of places where a singleton needs a notification). PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
