[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=382483

Martin Flöser  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

--- Comment #9 from Martin Flöser  ---
Let's mark it properly: INVALID.

Please be more careful when reporting issues caused by using unstable packages.
This wastes quite some time for us.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Marco Parillo
https://bugs.kde.org/show_bug.cgi?id=382483

Marco Parillo  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Marco Parillo  ---
(In reply to Dmitry Shachnev from comment #7)
> > E: Unable to locate package libqt5core5a-dbgsym
> 
> Sorry, I should have mentioned that you need to enable the debug section of
> the PPA. Please open
> /etc/apt/sources.list.d/ci-train-ppa-service-ubuntu-2819-artful.list file as
> root in your favourite editor. There should be a line like this there:
> 
> deb http://ppa.launchpad.net/ci-train-ppa-service/2819/ubuntu artful main
> 
> Add a new line after it, replacing main with main/debug, i.e.:
> 
> deb http://ppa.launchpad.net/ci-train-ppa-service/2819/ubuntu artful
> main/debug
> 
> Then run apt update. APT will complain about some missing files in that
> section, but the -dbgsym packages should be available now.

Strange, but yesterday, before I tried to add the other packages, I routinely
sudo apt update && sudo apt full-upgrade -y.

As usual, I got a few new packages yesterday, and today, today when I intended
to add the debugging symbols via the tty, instead plasma started normally, but
I do not know what might have caused the success today. Anyway, today, I could
launch krunner to invoke kinfocenter (which reports Plasma 5.10.3, FW 5.36, and
Qt 5.9.1). The kicker application launcher works, and I could launch discover,
kate, system settings, konsole, konversation, and ksysguard.

Since I have rebooted my VM three times, all successfully, I will try to close
this bug with resolved, fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Dmitry Shachnev
https://bugs.kde.org/show_bug.cgi?id=382483

--- Comment #7 from Dmitry Shachnev  ---
> E: Unable to locate package libqt5core5a-dbgsym

Sorry, I should have mentioned that you need to enable the debug section of the
PPA. Please open
/etc/apt/sources.list.d/ci-train-ppa-service-ubuntu-2819-artful.list file as
root in your favourite editor. There should be a line like this there:

deb http://ppa.launchpad.net/ci-train-ppa-service/2819/ubuntu artful main

Add a new line after it, replacing main with main/debug, i.e.:

deb http://ppa.launchpad.net/ci-train-ppa-service/2819/ubuntu artful main/debug

Then run apt update. APT will complain about some missing files in that
section, but the -dbgsym packages should be available now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Marco Parillo
https://bugs.kde.org/show_bug.cgi?id=382483

--- Comment #6 from Marco Parillo  ---
(In reply to Dmitry Shachnev from comment #4)
> Yes, please install these packages and try to get another stacktrace:
> 
>   sudo apt install libqt5core5a-dbgsym libqt5widgets5-dbgsym
> libqt5script5-dbgsym libqt5qml5-dbgsym libqt5gui5-dbgsym kwin-x11-dbgsym
> kwin-common-dbgsym
> 
> The Qt packages here are from my PPA, for kwin debug packages you may need
> to add the Ubuntu debug repository as described here:
> https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.
> ddeb_packages.

E: Unable to locate package libqt5core5a-dbgsym

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Marco Parillo
https://bugs.kde.org/show_bug.cgi?id=382483

--- Comment #5 from Marco Parillo  ---
(In reply to Christoph Feck from comment #2)
> Could you please start kwin_x11 from Konsole and add the error output here?

kwin_x11: FATAL ERROR while trying to open display

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-19 Thread Dmitry Shachnev
https://bugs.kde.org/show_bug.cgi?id=382483

Dmitry Shachnev  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from Dmitry Shachnev  ---
Yes, please install these packages and try to get another stacktrace:

  sudo apt install libqt5core5a-dbgsym libqt5widgets5-dbgsym
libqt5script5-dbgsym libqt5qml5-dbgsym libqt5gui5-dbgsym kwin-x11-dbgsym
kwin-common-dbgsym

The Qt packages here are from my PPA, for kwin debug packages you may need to
add the Ubuntu debug repository as described here:
https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=382483

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Martin Flöser  ---
Please install debug symbols and attach a new backtrace.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=382483

--- Comment #2 from Christoph Feck  ---
Could you please start kwin_x11 from Konsole and add the error output here?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 382483] KWin Crashes on Qt5.9

2017-07-18 Thread Marco Parillo
https://bugs.kde.org/show_bug.cgi?id=382483

Marco Parillo  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/T6531

--- Comment #1 from Marco Parillo  ---
Test steps: https://phabricator.kde.org/T6531

-- 
You are receiving this mail because:
You are watching all bug changes.