I'm getting the following errors from Chromium (Debug build, no
changes) when I start it up on OSX.

----
3/10/09 11:21:12 AM [0x0-0x249249].com.google.Chromium[38454]
[38454:523:140260397767755:ERROR:/Users/blinks/chromium/src/chrome/
common/temp_scaffolding_stubs.cc(215)] Not implemented reached in
static bool Upgrade::IsBrowserAlreadyRunning()
3/10/09 11:21:12 AM [0x0-0x249249].com.google.Chromium[38454]
[38454:523:140260453842865:ERROR:/Users/blinks/chromium/src/chrome/
common/temp_scaffolding_stubs.cc(195)] Not implemented reached in
static bool FirstRun::IsChromeFirstRun()
3/10/09 11:21:12 AM [0x0-0x249249].com.google.Chromium[38454]
[38454:523:140260793722624:FATAL:/Users/blinks/chromium/src/chrome/
common/pref_service.cc(96)] Check failed: false.
3/10/09 11:21:12 AM [0x0-0x249249].com.google.Chromium[38454]
[38454:523:140260793722624:FATAL:/Users/blinks/chromium/src/chrome/
common/pref_service.cc(96)] Check failed: false.
3/10/09 11:21:12 AM [0x0-0x249249].com.google.Chromium[38454]
[38454:523:140260793722624:FATAL:/Users/blinks/chromium/src/chrome/
common/pref_service.cc(96)] Check failed: false.
3/10/09 11:21:13 AM com.apple.launchd[360]
([0x0-0x249249].com.google.Chromium[38454]) Exited with exit code:
133
----

(Copied/pasted from Console.)

This particular build is straight from Subversion, with an open tree:

----
$ svn info
Path: .
URL: http://src.chromium.org/svn/trunk/src
Repository Root: http://src.chromium.org/svn
Repository UUID: 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Revision: 11341
Node Kind: directory
Schedule: normal
Last Changed Author: [email protected]
Last Changed Rev: 11341
Last Changed Date: 2009-03-10 10:21:41 -0700 (Tue, 10 Mar 2009)
----

I've searched already for this error, doesn't seem like there's
anything interesting or useful out there except for something (perhaps
related?) that notes this should be fixed last week:

----
Commit 1c2e9fd2012435a193f10adcb80a1e0b1a36f418 (http://github.com/
chromium/chromium/commit/1c2e9fd2012435a193f10adcb80a1e0b1a36f418):

Register SSLManager preferences on linux and mac.

This should fix the following error:
FATAL:common/pref_service.cc(314)] Check failed: false. Trying to read
an
unregistered pref: security.mixed_content_filtering

Review URL: http://codereview.chromium.org/39006

git-svn-id: svn://svn.chromium.org/chrome/trunk/s...@10903
0039d316-1c4b-4281-b951-d872f2087c98
----

Thanks for any help.  I'm building with a script I wrote, in case
that's any help:

----
#!/bin/bash
curl "http://chromium-status.appspot.com/current"; 2>/dev/null \
  | egrep "<div.*>.*</div>" -o
echo "Ctrl-C to exit the build."
sleep 3
depot_tools/gclient sync
xcodebuild -project src/chrome/chrome.xcodeproj
----

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to