New issue 85884 by eugene.d...@gmail.com: Chromium 88766 crashed
http://code.google.com/p/chromium/issues/detail?id=85884
Chrome Version: about:version is not available anymore. Version 88766
(latest for now)
OS: Windows Vista x64 Ultimate, Windows Vista x32 Home Basic
Crash ID: Failed to get the id following the guidelines (windbg is not
available for me)
> Can you reproduce this crash?
Constantly
> What steps will reproduce the problem?
0. Updated to 88766
1. run
2. immediate crash (Whoa! Chromium crashed.... relaunch?)
3. Relaunch -> the same.
> What is the expected result?
Browser is launched.
> What happens instead?
Crash (Whoa!...) and windows window about problem details
Attachments:
crash_88766.xml 6.5 KB
crash.jpg 66.6 KB
Also cygwin run:
$
/cygdrive/c/Users/eugene.dubrovka/AppData/Local/Chromium/Application/chrome.exe
--version
[2176:4280:276883850:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
[5584:5004:276884739:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
[4656:952:276885410:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
[6116:4008:276886205:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
[1208:5808:276886923:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
[5632:2136:276887640:ERROR:extension_prefs.cc(949)] Bad or missing
pref 'state' for extension 'ahfgeienlihckogmohjhadlkjgocpleb'
libprotobuf ERROR .\src\google\protobuf\message_lite.cc:123] Can't parse
message of type "in_memory_url_index.InMemoryURLIndexCacheItem" because it
is missing required fields: (cannot determine
missing fields for lite message)
If I'm correct then this is a DEP (data execution protection) error.
The exact same error happens when using the latest chromium on Ubuntu 10.10
(Maverick) x86_64 as well. I also tried "chromium --no-sandbox" to no avail.
$ dpkg -l | grep chromium
ii chromium-browser
14.0.791.0~svn20110612r88800-0ubuntu1~ucd1~maverick Chromium browser
ii chromium-browser-inspector
14.0.791.0~svn20110612r88800-0ubuntu1~ucd1~maverick page inspector
for the chromium-browser
ii chromium-codecs-ffmpeg-extra
14.0.791.0~svn20110612r88800-0ubuntu1~ucd1~maverick Extra ffmpeg
codecs for the Chromium Browser
Backtraces attached attached for your debugging goodness.
Attachments:
chromium-bt-nosandbox.log 32.8 KB
chromium-bt.log 39.6 KB
This issue appears to be resolved somewhere between versions 88895 and
88977 inclusive. None of the changelogs sound like they intentionally
address the issue, but it is no longer present in my current (88977) build.
88942 fixes it for me.
If you are running a random build of Chromium, you need to do some of the
work yourself and figure out what's going on.
I'm using latest from
http://commondatastorage.googleapis.com/chromium-browser-continuous/?path=/Win
I thought that these builds should be somewhat "stable".
As I'm not a C-developer I just have to wait until it resolves.
89207 has resolved the issue on Win Vista Ultimate x64
Comment #11 on issue 85884 by mih...@chromium.org: Chromium 88766 crashed
http://code.google.com/p/chromium/issues/detail?id=85884
Closing since it appears that this no longer occurs.