首页 > 其他 > 详细

Assertion `px != 0' failed

时间:2018-12-06 19:22:40      阅读:555      评论:0      收藏:0      [点我收藏+]
  • 错误信息
/usr/include/boost/smart_ptr/shared_ptr.hpp:646: typename boost::detail::sp_dereference<t>::type boost::shared_ptr<t>::operator*() const [with T = pcl::PointCloud<pcl::pointxyz>; typename boost::detail::sp_dereference<t>::type = pcl::PointCloud<pcl::pointxyz>&]: Assertion `px != 0' failed. Aborted (core dumped)

Assertion ‘px != 0‘ failed. means that you‘re using a boost::shared_ptr before it‘s initialized somewhere.

Assertion `px != 0' failed

原文:https://www.cnblogs.com/ChrisCoder/p/10078353.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!