Hello GnuGK is crashed after 3 reload commands one after other (with around 1 sec interval between each). It crashed well after 3rd. Any ideas ? Disk is not full. All other time I can do reload very well without crash. Cpu have less then 3% load. OS=RedHat Here is details: 2003/10/24 20:17:41.742 5 GkStatus.cxx(664) Auth client rule=regex 2003/10/24 20:17:41.742 5 GkStatus.cxx(680) Auth client rule=regex, ip-param not found, using regex 2003/10/24 20:17:41.742 2 GkStatus.cxx(345) GK GkStatus got command reload 2003/10/24 20:17:41.743 5 Toolkit.cxx(618) Try name /tmp/gnugk.ini-7791 2003/10/24 20:17:41.769 0 assert.cxx(105) PWLib Assertion fail: config instance not set, file config.cxx, line 757, Error=4 Toolkit.cxx(611) // generate a unique name Toolkit.cxx(612) do { Toolkit.cxx(613)#ifdef WIN32 Toolkit.cxx(614) m_tmpconfig = m_ConfigFilePath + "-" + PString(PString::Unsigned, rand()%10000); Toolkit.cxx(615)#else Toolkit.cxx(616) m_tmpconfig = "/tmp/gnugk.ini-" + PString(PString::Unsigned, rand()%10000); Toolkit.cxx(617)#endif Toolkit.cxx(618) PTRACE(5, "Try name "<< m_tmpconfig); Toolkit.cxx(619) } while (PFile::Exists(m_tmpconfig)); Toolkit.cxx(620) Toolkit.cxx(621)#ifdef WIN32 Toolkit.cxx(622) // Does WIN32 support symlink? Toolkit.cxx(623) if (PFile::Copy(m_ConfigFilePath, m_tmpconfig)) Toolkit.cxx(624)#else Toolkit.cxx(625) Toolkit.cxx(626) if (symlink(m_ConfigFilePath, m_tmpconfig)==0) Toolkit.cxx(627)#endif Toolkit.cxx(628) m_Config = new PConfig(m_tmpconfig, m_ConfigDefaultSection); Toolkit.cxx(629) else // Oops! Create temporary config file failed, use the original one Toolkit.cxx(630) m_Config = new PConfig(m_ConfigFilePath, m_ConfigDefaultSection); Ivanov ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/