suse - SIGILL with code 2 when C++ method returns on SLES11 -
in 1 of test program have method call returns string
object.
xms::string propval = connfact->getstringproperty("prop_name");
xms::string
class representing string.
when test code runs on suse linux 11, sigill code 2 after getstringproperty
method returns , before assigning return value propval
. ideally copy constructor of xms::string
should have been called sigill.
what reason? happens on sues linux 11, not on other os windows or aix or rhel.
Comments
Post a Comment