[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #42 from Lubos Lunak --- > It looks almost correct. I would just remove the following debug (TD3) part > from get_debug_addr_entry_common: Updated. > It is a little tricky to know how to interpret endianness for these "3-

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #149672|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #38 from Lubos Lunak --- > But the error handling in get_debug_addr_entry looks off. > The second argument is DW_FORM form. But it is given either a DW_FORM, > DW_LLE or DW_LRE. > I think it would be better if the second ar

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148380|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148368|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #31 from Lubos Lunak --- > So I reviewed, tested and applied the first four numbered ones. What would > be correct order for the next three patches/attachements? In the order they are listed in the attachment list here. If you m

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-06-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #28 from Lubos Lunak --- > But this also handles DW_FORM_rnglistx and DW_FORM_loclistx. > Shouldn't setup_cu_bases also handle these? The 2nd patch does that. The 7 patches should be applied in the order they are attached. You

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-27 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #20 from Lubos Lunak --- They affect compilations does using Clang when it generates DWARF5. So presumably they also affect older versions if explicitly asked to generate DWARF5, but otherwise no. BTW, since you're not going to actually

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #18 from Lubos Lunak --- Created attachment 148380 --> https://bugs.kde.org/attachment.cgi?id=148380=edit support DW_FORM_addrx3 and DW_FORM_strx3 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #17 from Lubos Lunak --- Created attachment 148376 --> https://bugs.kde.org/attachment.cgi?id=148376=edit treat DW_TAG_skeleton_unit like DW_TAG_compile_unit Ok, I've figured out the split-dwarf debug line problem too, this fi

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148240|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148233|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-25 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148243|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-25 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148242|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-25 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148234|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-20 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #10 from Lubos Lunak --- The only remaining issue I can see is that DWARF5 + -gsplit-dwarf does not output source locations in backtraces. So far I have not been able to find out which part of Valgrind code is responsible, the furthest I

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #7 from Lubos Lunak --- Created attachment 148243 --> https://bugs.kde.org/attachment.cgi?id=148243=edit implement support for missing DW_LLE_* and DW_RLE_* values -- You are receiving this mail because: You are watching all

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148239|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #6 from Lubos Lunak --- Created attachment 148242 --> https://bugs.kde.org/attachment.cgi?id=148242=edit read dwarf5 DW_FORM_rnglistx and DW_FORM_loclistx Removed left-over debug statement. -- You are receiving this mail because:

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #5 from Lubos Lunak --- Created attachment 148240 --> https://bugs.kde.org/attachment.cgi?id=148240=edit avoid warning about missing DW_AT_*_base in skip_DIE() -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Lubos Lunak changed: What|Removed |Added Attachment #148235|0 |1 is obsolete

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #3 from Lubos Lunak --- Created attachment 148235 --> https://bugs.kde.org/attachment.cgi?id=148235=edit valgrind patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #2 from Lubos Lunak --- Created attachment 148234 --> https://bugs.kde.org/attachment.cgi?id=148234=edit valgrind patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 452758] Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 --- Comment #1 from Lubos Lunak --- Created attachment 148233 --> https://bugs.kde.org/attachment.cgi?id=148233=edit valgrind patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 452758] New: Valgrind does not read properly DWARF5 as generated by Clang14

2022-04-19 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=452758 Bug ID: 452758 Summary: Valgrind does not read properly DWARF5 as generated by Clang14 Product: valgrind Version: 3.19 GIT Platform: Other OS: Linux

[valgrind] [Bug 395682] Reading debug info of binaries with readonly PT_LOAD segments

2018-07-15 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=395682 Lubos Lunak changed: What|Removed |Added CC||l.lu...@kde.org -- You are receiving this mail

[valgrind] [Bug 384727] [PATCH]valgrind does not support debug info for read only segments (generated by LLD)

2018-07-14 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=384727 --- Comment #5 from Lubos Lunak --- (In reply to Ivo Raisr from comment #3) > Please could you try one of the patches from bug > https://bugs.kde.org/show_bug.cgi?id=395682 > These two bugs seem to be very similar. Yes, the patch from bu

[valgrind] [Bug 384727] [PATCH]valgrind does not support debug info for read only segments (generated by LLD)

2018-07-04 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=384727 Lubos Lunak changed: What|Removed |Added Summary|valgrind does not support |[PATCH]valgrind does

[valgrind] [Bug 384727] valgrind does not support debug info for read only segments (generated by LLD)

2018-07-04 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=384727 Lubos Lunak changed: What|Removed |Added CC||l.lu...@kde.org --- Comment #2 from Lubos Lunak

[plasmashell] [Bug 384392] konsole (always), kwrite (sometimes) doesn't restore "Application menu" in title bar after restore session

2017-12-06 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=384392 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@kde.org -

[ksmserver] [Bug 382764] Save and restore environment variables per application

2017-07-27 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=382764 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-05-03 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379254 --- Comment #19 from Lubos Lunak <l.lu...@kde.org> --- As this bugreport shows, throwing such errors to stderr means that nobody will notice them, and then distros will happily ship broken apps (that said, I've noticed that kcm_autostart does n

[kwin] [Bug 365042] kwin doesnt place winecfg's window centered

2017-05-02 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=365042 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@k

[ksmserver] [Bug 379367] Trying to end plasma wayland session results in ksm-logout-greeter crashing

2017-05-02 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379367 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Component|general |ui -- You are rec

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-05-02 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379254 --- Comment #17 from Lubos Lunak <l.lu...@kde.org> --- So I've intentionally broken one of my local autostart .desktop files and that does cause the problem, and it's indeed somewhat annoying that the whole startup is blocked by it. And, looking a

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379254 --- Comment #14 from Lubos Lunak <l.lu...@kde.org> --- Given comments above, I find it rather clear that the actual problem is with the broken .desktop files (in one distro, possibly, kdeconnectd doesn't have such a problem on openSUSE). So it

[ksmserver] [Bug 379254] ksmserver errors after updating to Plasma 5.9.5

2017-04-27 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=379254 --- Comment #7 from Lubos Lunak <l.lu...@kde.org> --- I cannot reproduce (openSUSE42.2 + 5.9.5 packages), nor I can quite see why this should break (apparently KRun::runApplication() works elsewhere, so why not here). What exactly do the error d

[klipper] [Bug 348390] Klipper does not copy selected things

2017-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=348390 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[klipper] [Bug 251222] First entry is not checked when something is copied by CTRL-C or mouse selection, even after choosing it in klipper window after copy

2017-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=251222 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[klipper] [Bug 348390] Klipper does not copy selected things

2017-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=348390 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[klipper] [Bug 251222] First entry is not checked when something is copied by CTRL-C or mouse selection, even after choosing it in klipper window after copy

2017-04-26 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=251222 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[ksmserver] [Bug 369391] ksmserver captures and discards standard output/error - debug information lost

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=369391 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[ksmserver] [Bug 370528] Autostart, stderr is closed if daemonized (conky)

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=370528 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[ksmserver] [Bug 369391] ksmserver captures and discards standard output/error - debug information lost

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=369391 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit|https://commits.kde.org/pla |https://commits.kde.o

[ksmserver] [Bug 370528] Autostart, stderr is closed if daemonized (conky)

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=370528 --- Comment #4 from Lubos Lunak <l.lu...@kde.org> --- Git commit c7d21ae2b834bd101d8dba1edaea05edcdb6e8f5 by Luboš Luňák. Committed on 21/04/2017 at 12:00. Pushed by lunakl into branch 'Plasma/5.9'. use KProcess instead of QProcess to launc

[kwin] [Bug 377756] Restore windows to correct position and activity

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=377756 --- Comment #2 from Lubos Lunak <l.lu...@kde.org> --- Git commit 71908e79626b240d1c32ee88d726c227fa7d6a2d by Luboš Luňák. Committed on 21/04/2017 at 12:00. Pushed by lunakl into branch 'Plasma/5.9'. recognize the WM even if given with a ful

[ksmserver] [Bug 370528] Autostart, stderr is closed if daemonized (conky)

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=370528 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit||https://commits.kde.o

[ksmserver] [Bug 369391] ksmserver captures and discards standard output/error - debug information lost

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=369391 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Latest Commit||https://commits.kde.o

[kwin] [Bug 377756] Restore windows to correct position and activity

2017-04-21 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=377756 --- Comment #1 from Lubos Lunak <l.lu...@kde.org> --- Git commit 7fca524e0846fd16558a4ac085afa551a9f22c99 by Luboš Luňák. Committed on 21/04/2017 at 11:59. Pushed by lunakl into branch 'Plasma/5.8'. recognize the WM even if given with a ful

[klipper] [Bug 251222] First entry is not checked when something is copied by CTRL-C or mouse selection, even after choosing it in klipper window after copy

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=251222 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest

[klipper] [Bug 348390] Klipper does not copy selected things

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=348390 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |FIXED

[klipper] [Bug 221206] Klipper does not allow to select (and thus to make it ready for pasting) most recently added (sic!) clipboard entry

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=221206 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@k

[klipper] [Bug 221206] Klipper does not allow to select (and thus to make it ready for pasting) most recently added (sic!) clipboard entry

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=221206 --- Comment #20 from Lubos Lunak <l.lu...@kde.org> --- As per comment #16, the original problem. The other problems appear to be unrelated and are e.g. bug #348390. -- You are receiving this mail because: You are watching all bug changes.

[klipper] [Bug 376590] Unable to paste but entry into klipper

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=376590 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[klipper] [Bug 376561] An option to copy an entry to the clipboard to paste

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=376561 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |REMIND

[klipper] [Bug 222764] Unable to paste content

2017-04-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=222764 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |REMIND

[ksmserver] [Bug 365237] session not saved/restored upon logout/login

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=365237 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[ksmserver] [Bug 361229] Firefox recalled session at system start has no internet connection.

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=361229 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[ksmserver] [Bug 351801] With restore session enabled, kde also launches scripts that have been autostarted

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=351801 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[ksmserver] [Bug 369391] ksmserver captures and discards standard output/error - debug information lost

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=369391 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[ksmserver] [Bug 370528] Autostart, stderr is closed if daemonized (conky)

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=370528 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |FIXED

[kwin] [Bug 361236] Aurorae crashes in QQmlBinding::write on creation - Qt 5.6

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=361236 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@kde.org -

[kwin] [Bug 374408] kwin crashes at various times for unknown reasons

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=374408 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |DUPLICATE

[kwin] [Bug 361236] Aurorae crashes in QQmlBinding::write on creation - Qt 5.6

2017-04-13 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=361236 --- Comment #115 from Lubos Lunak <l.lu...@kde.org> --- *** Bug 374408 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 361236] Aurorae crashes in QQmlBinding::write on creation - Qt 5.6

2017-04-11 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=361236 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|CONFIRMED |RESOLVED Reso

[ksmserver] [Bug 338578] On login, all applications open in the same virtual desktop, not where they were before logout

2017-03-22 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=338578 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Resolution|--- |WAITINGF

[ksmserver] [Bug 327695] Do not resume the application Calibre [maybe other java based applications]

2017-03-22 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=327695 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[kwin] [Bug 377756] Restore windows to correct position and activity

2017-03-22 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=377756 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@kde.org -

[kwin] [Bug 377756] Restore windows to correct position and activity

2017-03-18 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=377756 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added Component|general |general P

[kwin] [Bug 363224] Kwin crashes from time to time (this time using Virtual Machine Manager)

2017-03-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=363224 --- Comment #59 from Lubos Lunak <l.lu...@kde.org> --- Created attachment 104621 --> https://bugs.kde.org/attachment.cgi?id=104621=edit proposed fix As seen in the Valgrind log, this is basically bug #347490. The supposed fix 30e6ae34d7 for

[kwin] [Bug 363224] Kwin crashes from time to time (this time using Virtual Machine Manager)

2017-03-17 Thread Lubos Lunak
https://bugs.kde.org/show_bug.cgi?id=363224 Lubos Lunak <l.lu...@kde.org> changed: What|Removed |Added CC||l.lu...@kde.org --- Comme