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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?