How are you launching it from the Terminal?  Can you tell me the exact
invocation?  $PATH and working directory too?

Can you log the value of path after PathService::Get(base::FILE_EXE,
&path) in chrome::GetVersionedDirectory(),
chrome/common/chrome_paths_mac.mm:72?

Mark

Mikhail Naganov wrote:
> Hi all,
>
> Starting from today, I can't run Chromium from Terminal, unless I'm
> running it under gdb. I'm getting the following bunch of error
> messages (on a Release build):
>
> 2009-10-16 01:58:30.040 Chromium[48250:10b] *** Assertion failure in
> -[BrowserWindowController initWithWindowNibPath:owner:],
> /SourceCache/AppKit/AppKit-949.54/AppKit.subproj/NSWindowController.m:107
> 2009-10-16 01:58:30.042 Chromium[48250:10b] An uncaught exception was raised
> 2009-10-16 01:58:30.043 Chromium[48250:10b] Invalid parameter not
> satisfying: windowNibPath
> 2009-10-16 01:58:30.043 Chromium[48250:10b] *** Terminating app due to
> uncaught exception 'NSInternalInconsistencyException', reason:
> 'Invalid parameter not satisfying: windowNibPath'
> 2009-10-16 01:58:30.044 Chromium[48250:10b] Stack: (
>   2417545195,
>   2485780027,
>   2417544651,
>   2463723204,
>   2433132475,
>   36896176,
>   36889665,
>   36840062,
>   36542144,
>   36543780,
>   36611717,
>   36618850,
>   36622599,
>   36646971,
>   35731773
> )
> Trace/BPT trap
>
> If I launch Chromium from Finder, XCode, or under gdb in Terminal, it
> works fine. I've done a clean rebuild of Chromium, and I'm seeing this
> behavior on two machines. Does anyone have a similar problem, or maybe
> have a clue what goes wrong?

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to