
02-24-2003
|
 |
ZeroC Staff
|
|
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
|
|
Join Date: Feb 2003
Location: California
Posts: 971
|
|
Quote:
Originally posted by mike
Mark,
I'm using gcc 3.2, xerces-c++ 2.1.0, OpenSSL 0.9.6, e2fsprogs 1.27, bzip2 1.0.2, Berkeley DB 4.1.25. Are there any others I need to check?
|
No, thanks.
Quote:
Putting in some print statements, I end up in DefaultsAndOverrides.cpp
getProperty("Ice.Default.Host") succeeds
defaultHost.empty() is true, if-block entered.
const_cast<string&>(defaultHost) =getLocalHost(true); fails
Does this help?
Mike
|
I might be missing something, but I don't see how getLocalHost can cause a NullHandleException. Can you narrow it down a bit further? The getLocalHost function is defined in src/Ice/Network.cpp.
- Mark
|