Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice::initialize hangs on Panther

Ice on Panther has a good part of allTests now. However, I encountered a strange problem with Ice::initialzie in IceSSL/configuration and others. The program just hang while calling Ice::initialze. The strange part is that IceSSL tests are not the only one use this but it only hangs in IceSSL/Freeze.

I am tracking it down with gdb now but I can't step into the codes. I got an the following strange error while I run the program in gdb. Looks like it has something to do with the share library management.

Reading symbols for shared libraries warning: Trying to remove a section from the ordered section list that did not exist at 0x0.

Any pointer and suggestion are appreciated.