Re: RPM Libraries Crash in our custom library

2012-06-19 Thread Rajasekhar
Thanks very much for you suggestion . Although we are using headerLink in our code ,the problem seems to be the way we are calling it .In our code we are looking for hdrVec, a globally exported virtual function table and finding the functions we need by absolute offset. This is working till rpm

Re: RPM Libraries Crash in our custom library

2012-06-19 Thread Jeffrey Johnson
On Jun 19, 2012, at 12:04 PM, Rajasekhar wrote: Thanks very much for you suggestion . Although we are using headerLink in our code ,the problem seems to be the way we are calling it .In our code we are looking for hdrVec, a globally exported virtual function table and finding the

Re: RPM Libraries Crash in our custom library

2012-06-14 Thread Jeffrey Johnson
On Jun 14, 2012, at 6:49 AM, Rajasekhar wrote: The rpm version we are using is 4.8 and platform is RHEL6 and the valgrind output is attached. This issue we are observing only we have two kernels already installed already on the machine and with one kernel the transaction going just fine .

Re: RPM Libraries Crash in our custom library

2012-06-12 Thread Jeffrey Johnson
On Jun 11, 2012, at 2:55 AM, Rajasekhar wrote: Problem : Unable to install the kernel rpm when we are trying to install the rpm via our customized backend library . This case is observed when we have two kernels already installed and we are trying to install the third kernel