Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Issue 342112: Try to add more sanity checking to help track down a crash.... (Closed)

Created:
11 years, 1 month ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Try to add more sanity checking to help track down a crash. BUG=20511 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30908

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -18 lines) Patch
M chrome/browser/autocomplete/autocomplete.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_popup_model.cc View 1 chunk +6 lines, -1 line 1 comment Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc View 4 chunks +7 lines, -2 lines 2 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_win.h View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/views/autocomplete/autocomplete_popup_win.cc View 3 chunks +19 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Peter Kasting
11 years, 1 month ago (2009-11-04 00:08:25 UTC) #1
sky
http://codereview.chromium.org/342112/diff/1/3 File chrome/browser/autocomplete/autocomplete_popup_model.cc (right): http://codereview.chromium.org/342112/diff/1/3#newcode182 Line 182: CHECK(FALSE); nit: FALSE -> false http://codereview.chromium.org/342112/diff/1/4 File chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc ...
11 years, 1 month ago (2009-11-04 00:27:47 UTC) #2
Peter Kasting
http://codereview.chromium.org/342112/diff/1/4 File chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc (right): http://codereview.chromium.org/342112/diff/1/4#newcode745 Line 745: popup_->Show(); On 2009/11/04 00:27:47, sky wrote: > Do ...
11 years, 1 month ago (2009-11-04 00:59:58 UTC) #3
sky
LGTM On Tue, Nov 3, 2009 at 4:59 PM, <pkasting@chromium.org> wrote: > > http://codereview.chromium.org/342112/diff/1/4 > ...
11 years, 1 month ago (2009-11-04 01:03:07 UTC) #4
oshima
Hi, looks like this broke linux_view. I'm getting Check failed: is_open == is_open_. I'm trying ...
11 years, 1 month ago (2009-11-05 00:32:47 UTC) #5
Peter Kasting
On 2009/11/05 00:32:47, oshima wrote: > Hi, looks like this broke linux_view. I'm getting > ...
11 years, 1 month ago (2009-11-05 00:34:00 UTC) #6
oshima
On Wed, Nov 4, 2009 at 4:34 PM, <pkasting@chromium.org> wrote: > On 2009/11/05 00:32:47, oshima ...
11 years, 1 month ago (2009-11-05 00:37:49 UTC) #7
oshima
11 years, 1 month ago (2009-11-05 00:55:47 UTC) #8
Here is the change that fixed the failure.

http://codereview.chromium.org/363018

Does this make sense to you? I'm going to test it on windows now.

- oshima

On Wed, Nov 4, 2009 at 4:37 PM, oshima <oshima@chromium.org> wrote:

>
>
> On Wed, Nov 4, 2009 at 4:34 PM, <pkasting@chromium.org> wrote:
>
>> On 2009/11/05 00:32:47, oshima wrote:
>>
>>> Hi, looks like this broke linux_view. I'm getting
>>>
>>
>>  Check failed: is_open == is_open_.
>>>
>>
>>  I'm trying to fix this now, but let me know if you already
>>> started working on it.
>>>
>>
>> I haven't, but I'm very interested in why that would be failing.
>>
>>
> May be the word "broke" was too strong. Could be that the condition has
> already been broken,
> and your change just might have revealed it. I just started looking at, so
> I'll let you know.
>
> - oshima
>
>>
>> http://codereview.chromium.org/342112
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698