Issue 3364: Downloading crashes Dev channel Chrome 0.3.154.0 (Build 2776) http://code.google.com/p/chromium/issues/detail?id=3364
Comment #2 by [EMAIL PROTECTED]: So I see that this is the browser process. Google crash reporting is not enabled or google_update.exe is not running so unhandled exceptions are handled in-process. Now, there is an unhandled exeception, but during processing the browser generates another unhandled exception so windows comes along and generates its own crash dump, so we are only seeing the second exception, not the original one. On the second exception: The first thread seems to be waiting on the semaphore for another thread to finish creating the dump, the actual thread that creates the dump is probably the second thread: 1 Id: fb0.a78 Suspend: 0 Teb: 7ffdd000 Unfrozen ChildEBP RetAddr Args to Child WARNING: Stack unwind information not available. Following frames may be wrong. 00d1f700 00000000 00000000 00d1f750 7c80b9c7 ntdll+0xe4f4 But as you can see the stack in this second thread has been blasted. Maybe we can look in the disk to see if our own dump got generated so we can get to the original (initial exception) issue. -- 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
