
Linux指令
Linux指令
长沙有肥鱼
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Minimal BASH-like line editing is supported.For the fist word,TAB lists possible ...
Minimal BASH-like line editing is supported.For the fist word,TAB lists possible command completions.Anywhere else TAB lists possible device or file completions.原创 2023-01-04 18:06:19 · 11680 阅读 · 3 评论 -
Segmentation fault (core dumped) 和double free or corruption (out)Aborted (core dumped)
代码链接:GitHub - gaoxiang12/slambookContribute to gaoxiang12/slambook development by creating an account on GitHub.https://github.com/gaoxiang12/slambook今天在编译高博视觉SLAM十四讲第一版的第八章代码时候出现了两个错误,虽然解决了,但是不是道为什么会这样,本来是买的第二版的书,但是在B站上看到的视频和第二版不一样,于是找出来编译看看,里面有代码需要修改,修改.原创 2021-11-07 19:56:26 · 2231 阅读 · 0 评论 -
*** buffer overflow detected ***: terminatedAborted (core dumped)解决
在执行一个程序的时候出现了下面的这个错误,明明在Ubuntu下面已经编译好了,执行的时候除了问题,于是换了台电脑尝试还是一样*** buffer overflow detected ***: terminatedAborted (core dumped)于是在程序上查找问题,于是找到了下面的定义char 变量时候,str1的长度不够,因而导致溢出,于是将其改为100,再次编译时,就发现程序能够正常执行改为:...原创 2021-11-06 21:55:18 · 8489 阅读 · 1 评论 -
Ubuntu如何查看Eigen版本
这两天折腾高博的SLAM,需要查看各种版本,今天把查看Eigen的指令记下来:gedit /usr/include/eigen3/Eigen/src/Core/util/Macros.h之后会打开Macros.h文件原创 2021-08-28 12:04:38 · 7633 阅读 · 0 评论