Anonymous - 2001-06-27

when I use the class Keydata,
I found when the constructor called, there will be Segmentation Fault and core dump
my platform is sunos 5.7
I trace the source code ,find if they  have file operations,error will occur,such as :
Keydata::cfgFile.close()
or Keydata::cfgFile.open()

why did this happen?