| Summary: | Crash using keyboard to rename folder after folder | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Jaime Torres <jtamate> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | akselmo, dolphin-bugs-null, elvis.angelaccio |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 19.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jaime Torres
2020-02-28 17:14:50 UTC
Can you reproduce this crash? If yes, please provide a valgrind log. As soon as I can use valgrind again I'll try to reproduce it. Lately valgrind always crashes dolphin (and other kde programs) before showing any window. Application: Dolphin (memcheck-amd64-linux), signal: Segmentation fault vgModuleLocal_do_syscall_for_client_WRK () at ../../coregrind/m_syswrap/syscall-amd64-linux.S:171 171 POP_di_si_dx_cx_8 FYI: I'm still unable to start dolphin under valgrind. At least I know where the problem is: The included PCRE versión in Qt5, which uses previous versions of https://github.com/zherczeg/sljit which causes, with development version of valgrind, the errors: ==32395== Conditional jump or move depends on uninitialised value(s) ==32395== at 0xF034DED: ??? (in /memfd:sljit (deleted)) ==32395== by 0xDF671F9: ??? before crashing. Any other Qt program that doesn't uses PCRE just runs as it used to. |