码迷,mamicode.com
首页 > 其他好文 > 详细

Assertion `px != 0' failed

时间:2018-12-06 20:50:18      阅读:660      评论:0      收藏:0      [点我收藏+]

标签:abort   you   reference   core dump   type   href   https   pre   amp   

  • 错误信息
/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

标签:abort   you   reference   core dump   type   href   https   pre   amp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!