Comment #5 on issue 17179 by [email protected]: Freeze for 15s when opening option dialog box http://code.google.com/p/chromium/issues/detail?id=17179
It's probably better to start strace after chrome has started, also add -tt to get timestamps. So run google-chrome and wait for it to load, then "strace -p <pid> -p <pid> -tt -f 2> strace_chrome" with one -p <pid> for each google-chrome pid, then open the options, once it appears ^C the strace. (It'd be nice if there was an easy way to figure out which pid corresponded to the UI thread.) Also, if you use an empty profile (google-chrome --user-data-dir=/tmp/emptydir), does it still occur? -- 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 -~----------~----~----~----~------~----~------~--~---
