|
Store a stacktrace of PrefService destruction in PrefChangeRegistrar
Store a stacktrace of PrefService destruction in PrefChangeRegistrar to debug a
race condition: ~PrefChangeRegistrar causes a crash. The current hypothesis is
that this is caused because the PrefChangeRegistrar is registered to a Profile
that is already destroyed. This code stores stacktrace when the Profile's
PrefService is destroyed to see whether this is correct.
BUG= 373435
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271416
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -0 lines) |
Patch |
 |
M |
base/prefs/pref_change_registrar.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_change_registrar.cc
|
View
|
1
2
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_member.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_member.cc
|
View
|
1
2
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_notifier.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_notifier_impl.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_notifier_impl.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_notifier_impl_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_observer.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_service.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/prefs/pref_value_store_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|