-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDE File Manager closes while using an external HD #1585
Comments
*Connect an external hd, not open. |
I cannot reproduce this issue, any coredump stacktrace will be approciated, thanks! To get a coredump stacktrace, use gdb to launch the filemanager app and type Thanks again for the feedback. |
using gdb i got this: Thread 1 "dde-file-manage" received signal SIGABRT, Aborted. The last message is in portuguese, it means: "File or directory not found." |
What's the result after you got these info, type |
It didn't happen again (don't know why), so i'll close the issue...if i get this problem again i'll reopen. |
It happened again, the same message: Thread 1 "dde-file-manage" received signal SIGABRT, Aborted. After type bt:
It's really hard to reproduce, so maybe it's not a big problem, but it exists. |
Thx for the info, seems crash on Since the dde-qt5integration codebase already changed a lot, hope the v20 release cover this bugfix, and we'll looking into this issue if that release didn't fix the issue :) |
Sorry, this topic will be closed soon. If it is necessary to discuss it again, please create a new topic. |
Sometimes when i'm using DDE file manager to open an external HD, it just close, with no error message.
To Reproduce
Open an external hd, open it using ddfm and browse it a bit.
Expected behavior
DDE file manager closes.
Enviroments:
Distro & Version
Linux Deepin 15.11
Related package version
dde-file-manager v1.7 (4.8.8.2+c1)
Additional context
When i run dmesg --ctime, i got this (it happened three times):
[sáb nov 9 21:57:14 2019] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[sáb nov 9 21:57:14 2019] partition /media/rodrigo/a914ca84-0b43-4e14-aba2-246249f1f085 [8, 17] added, comm[28116]: mount
[sáb nov 9 22:05:04 2019] dde-file-manage[23487]: segfault at 68 ip 00007ff5ebb05193 sp 00007ffd4633b3d0 error 4 in libQt5Gui.so.5.7.1[7ff5eb978000+51e000]
[sáb nov 9 22:15:48 2019] dde-file-manage[29919]: segfault at 100000000 ip 00007f813b59618b sp 00007fff3c939050 error 4 in libQt5Gui.so.5.7.1[7f813b409000+51e000]
[sáb nov 9 22:16:49 2019] dde-file-manage[2267]: segfault at 68 ip 00007f5e1567a193 sp 00007ffd7cafe7a0 error 4 in libQt5Gui.so.5.7.1[7f5e154ed000+51e000]
The text was updated successfully, but these errors were encountered: