Comment #5 on issue 24132 by [email protected]: Crash - TabStripModel::IsTabPinned(int) http://code.google.com/p/chromium/issues/detail?id=24132
See also http://crash/reportdetail?reportid=223c78f1684577ec . This crash has an index of 7. The tab strip thinks there are 8 tabs, but the model says there are none. I suspect CloseAllTabs was invoked on the model. In this case the tab strip doesn't update, so that the model and tabstrip are out of date. I'm going to change the code to disallow dragging in this case. -- 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 -~----------~----~----~----~------~----~------~--~---
