文件管理器会闪退
Tofloor
poster avatar
要讲武德
deepin
2018-05-23 01:55
Author
更新1.7后在加了颜色标记的文件上再右键-标记信息就会退出


录的gif深度深度影音打不开,vlc打开就是个图片。 不知道怎么回事。这是录了个mp4


Reply Favorite View the author
All Replies
avatar
shihua
deepin
2018-05-23 03:27
#1
你好! 我是github那个SHIHUAMarryMe.
这个bug我这边没办法复现.

推荐你这样:
装一个coredump.在文件管理器崩溃的时候回记录下来崩溃时候的堆栈信息.
然后你把这个堆栈信息发过来我看看
Reply View the author
avatar
shihua
deepin
2018-05-23 16:56
#2
本帖最后由 shihua 于 2018-5-23 09:19 编辑

生成coredump文件需要另外安装两个包:
  dde-file-manager-dbgsym
  libdde-file-manager-dbgsym

然后你运行文件管理器崩溃后把生成的core.xxxxxxxx.xxxx.xxxx文件发送给我就好啦.

Reply View the author
avatar
要讲武德
deepin
2018-05-23 18:26
#3
https://bbs.deepin.org/post/156810
生成coredump文件需要另外安装两个包:
  dde-file-manager-dbgsym
  libdde-file-manager-dbgsym

貌似生成了一个文件,就叫core 。 太大传不了放仓库了
Reply View the author
avatar
pingpp00
deepin
2018-05-23 19:09
#4
https://bbs.deepin.org/post/156810
貌似生成了一个文件,就叫core 。 太大传不了放仓库了

使用gdb dde-file-manager     r运行,再进行操作,崩溃后输入bt,可以显示崩溃信息
Reply View the author
avatar
要讲武德
deepin
2018-05-23 19:16
#5
https://bbs.deepin.org/post/156810
使用gdb dde-file-manager     r运行,再进行操作,崩溃后输入bt,可以显示崩溃信息 ...

这样运行不会强退了,但是会卡死
  1. Thread 1 "dde-file-manage" received signal SIGSEGV, Segmentation fault.
  2. 0x00007ffff433ac8b in _int_malloc (av=av@entry=0x7ffff465bb00 , bytes=bytes@entry=120) at malloc.c:3387
  3. 3387        malloc.c: 没有那个文件或目录.
Copy the Code



Reply View the author
avatar
shihua
deepin
2018-05-24 17:45
#6
https://bbs.deepin.org/user/66900 崩溃点是看到了, 崩溃的地方却是界面tag编辑框显示的时候. 我这边还是复现不了.
对了你能看一下你的dtk版本吗?
apt policy libdtkwidget
Reply View the author
avatar
要讲武德
deepin
2018-05-24 19:25
#7
https://bbs.deepin.org/post/156810
@licardo 崩溃点是看到了, 崩溃的地方却是界面tag编辑框显示的时候. 我这边还是复现不了.
对了你能看一下 ...

0.3.3-1
Reply View the author
avatar
MeowSprite
deepin
2018-05-24 22:40
#8
本帖最后由 MeowSprite 于 2018-5-24 14:57 编辑

我这边是可以复现诶,神奇。看了下是dtk的问题,DCrumbEdit::appendCrumb函数调用参数出问题了,导致循环调用爆栈了,很早就改过了了,等更新dtk吧。
Reply View the author