On Dec 27, 2006, at 1:25 PM, Scott Atchley wrote:

zsh: segmentation fault (core dumped)  pvfs2-ping -m /mnt/pvfs2

The segfault is in my cleanup code and I am looking into it.

Scott

This happened because BMI called BMI_meth_set_info() after BMI_meth_finalize(). I now handle this case. Are there any other calls (other than possibly BMI_meth_method_addr_lookup() and BMI_meth_rev_lookup_unexpected()) that can be called after BMI_meth_finalize()?


<hickup>

We should probably just make sure that nothing gets called after BMI_meth_finalize. Do you know where exactly those calls are being made?

-sam

Scott
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers


_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to