Summary: | Crash on files coping into BestCrypt container | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Alexander Sashnov <sashnov> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | AESNI in AT&T assembler for IA-64 |
Description
Alexander Sashnov
2017-03-30 10:25:29 UTC
I'm so sorry. This report is invalid and may be closed/forgotten. I'm a developer of BestCrypt for Linux and this crash can be reproduced only on development version 3.1.0 where hardware AES (AESNI) was introduced. This crash is not reproduced on current 3.0.4 version of BestCrypt for Linux because it doesn't have AESNI. I will find a real reason. PS. Ubuntu 16.04 with Unity desktop doesn't crash. Crash is also reproduces on Fedora 25 with KDE. PPS. Sometimes KWin and other programm crashes also, not only Dolphin. Created attachment 104815 [details]
AESNI in AT&T assembler for IA-64
I created an attachment with AT&T IA-64 assembler code to illustrate what causes this hell. It is not fixed yet now so any help is appreciated. I fixed my code by adding calls kernel_fpu_begin() and kernel_fpu_end() in my kernel module so KDE works perfectly now. Okey, closing. |