Re: [XenAccess-devel] linux_predict_sysmap_name called twice?
Status: Beta
Brought to you by:
bdpayne
From: Bryan D. P. <br...@th...> - 2006-07-18 14:54:28
|
> (and not freeing the return value of the first call to > this function), everything works fine, so it seems the > second time virDomainLookupByID is called it doesn't > work. Sorry for all the questions, but I have a couple more :-) * What version of libvirt are you using? Is it installed via rpm / yum or straight from sources? If from source, are you using any patches or vanilla sources? * In your original email you show a nice output of the function call graph. Did you use a tool to get that or did you manually add printf to each function for printing out the info? I'm not quite sure what is causing this problem yet, but we'll figure it out. Normally I would suggest upgrading to the latest svn revision, but the code that you're having trouble with has not changed in quite some time. Nevertheless, if you have the time to try the latest version from svn, I would be interested in knowing if it behaves differently. My guess is that it will be the same. Thanks, bryan |