[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||jfeb...@gmail.com

--- Comment #12 from Boudewijn Rempt  ---
*** Bug 392326 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #13 from Boudewijn Rempt  ---
It doesn't seem like the issue is in sip, maybe we're really doing something
wrong. reopening.

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|UPSTREAM|---

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Melvin Vermeeren
https://bugs.kde.org/show_bug.cgi?id=391992

Melvin Vermeeren  changed:

   What|Removed |Added

 CC||m...@mel.vin

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

[krita] [Bug 391992] crash on close

2018-04-03 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/kri
   ||ta/ddf8e6b7fee6afc0bf4e3e05
   ||f6ea7d3a7cc3e94b
 Resolution|--- |FIXED

--- Comment #14 from Boudewijn Rempt  ---
Git commit ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b by Boudewijn Rempt.
Committed on 03/04/2018 at 10:57.
Pushed by rempt into branch 'master'.

Leak the dock widget factories for now

For some reason, deleting these item causes crashes with certain
versions of sip. Probably because the order of destruction of
registries is undefined and can happen after Python is destroyed.

M  +5-3libs/flake/KoDockRegistry.cpp

https://commits.kde.org/krita/ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b

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

[krita] [Bug 391992] crash on close

2018-04-03 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/ddf8e6b7fee6afc0bf4e3e05 |ta/a5bf320844ad14945b17e883
   |f6ea7d3a7cc3e94b|821b8cf81b24111e

--- Comment #15 from Boudewijn Rempt  ---
Git commit a5bf320844ad14945b17e883821b8cf81b24111e by Boudewijn Rempt.
Committed on 03/04/2018 at 11:21.
Pushed by rempt into branch 'krita/4.0'.

Leak the dock widget factories for now

For some reason, deleting these item causes crashes with certain
versions of sip. Probably because the order of destruction of
registries is undefined and can happen after Python is destroyed.
(cherry picked from commit ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b)

M  +5-3libs/flake/KoDockRegistry.cpp

https://commits.kde.org/krita/a5bf320844ad14945b17e883821b8cf81b24111e

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||b...@valdyas.org
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Boudewijn Rempt  ---
I cannot reproduce that either on Ubuntu or OpenSUSE (or Windows or macOS), so
I suspect it's something specific to arch or how Krita is build on arch. Are
you building from git, or from the as-yet unreleased Krita 4.0.0 tarball?

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #2 from Antonio Rojas  ---
>From the tarball

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #3 from Boudewijn Rempt  ---
Then it must be something to do with the build options... Could you attach the
cmakecache.txt file?

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #4 from Antonio Rojas  ---
Created attachment 111481
  --> https://bugs.kde.org/attachment.cgi?id=111481&action=edit
CMakeCache

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #5 from Boudewijn Rempt  ---
Hm... Could you check whether the crash goes away if you specify a build type?
It's unspecified at, probably defaults to fulldebug or something like that. Try
RelWithDebInfo or KritaDevs or Release.

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Quiralta
https://bugs.kde.org/show_bug.cgi?id=391992

Quiralta  changed:

   What|Removed |Added

 CC||rjquira...@gmail.com

--- Comment #6 from Quiralta  ---
I can reproduce this too, its been present for the last two weeks, I just
assumed its some update in Archlinux (as Krita often looks for a previous
version of some libraries) but this time I can't tell what is causing the
crash, which happens every close.

GDB gives me exactly the same error as Antonio, I'm building from the git
master, also on Arch/Plasma system, full clean builds.

my build command:
cmake -DCMAKE_INSTALL_PREFIX=$HOME/Downloads/Krita-git/inst
$HOME/Downloads/Krita-git/src -DWITH_GMIC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DPACKAGERS_BUILD=ON -DBUILD_TESTING=OFF -DPYTHON_EXECUTABLE=/usr/bin/python
-DPYQT_SIP_DIR_OVERRIDE=/usr/share/sip/PyQt5 -Wno-dev

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #7 from Antonio Rojas  ---
Downgrading sip to 4.19.7 fixes the problem

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #8 from Antonio Rojas  ---
This is the only significant change in sip 4.19.8

https://www.riverbankcomputing.com/hg/sip/rev/71bfa703c4ee

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #9 from Boudewijn Rempt  ---
Looks like you've found the issue :-) Now we'll have to tell Phil about it!

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

[krita] [Bug 391992] crash on close

2018-03-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UPSTREAM

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

[krita] [Bug 391992] crash on close

2018-03-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #10 from Boudewijn Rempt  ---
Notified the PyQt mailing list

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

[krita] [Bug 391992] crash on close

2018-03-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

Antonio Rojas  changed:

   What|Removed |Added

 CC||petr.ne...@gmail.com

--- Comment #11 from Antonio Rojas  ---
*** Bug 392215 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 391992] crash on close

2018-05-22 Thread Petr Nehez
https://bugs.kde.org/show_bug.cgi?id=391992

Petr Nehez  changed:

   What|Removed |Added

 CC|petr.ne...@gmail.com|

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||jfeb...@gmail.com

--- Comment #12 from Boudewijn Rempt  ---
*** Bug 392326 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #13 from Boudewijn Rempt  ---
It doesn't seem like the issue is in sip, maybe we're really doing something
wrong. reopening.

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|UPSTREAM|---

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

[krita] [Bug 391992] crash on close

2018-03-28 Thread Melvin Vermeeren
https://bugs.kde.org/show_bug.cgi?id=391992

Melvin Vermeeren  changed:

   What|Removed |Added

 CC||m...@mel.vin

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

[krita] [Bug 391992] crash on close

2018-04-03 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit||https://commits.kde.org/kri
   ||ta/ddf8e6b7fee6afc0bf4e3e05
   ||f6ea7d3a7cc3e94b
 Resolution|--- |FIXED

--- Comment #14 from Boudewijn Rempt  ---
Git commit ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b by Boudewijn Rempt.
Committed on 03/04/2018 at 10:57.
Pushed by rempt into branch 'master'.

Leak the dock widget factories for now

For some reason, deleting these item causes crashes with certain
versions of sip. Probably because the order of destruction of
registries is undefined and can happen after Python is destroyed.

M  +5-3libs/flake/KoDockRegistry.cpp

https://commits.kde.org/krita/ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b

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

[krita] [Bug 391992] crash on close

2018-04-03 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/ddf8e6b7fee6afc0bf4e3e05 |ta/a5bf320844ad14945b17e883
   |f6ea7d3a7cc3e94b|821b8cf81b24111e

--- Comment #15 from Boudewijn Rempt  ---
Git commit a5bf320844ad14945b17e883821b8cf81b24111e by Boudewijn Rempt.
Committed on 03/04/2018 at 11:21.
Pushed by rempt into branch 'krita/4.0'.

Leak the dock widget factories for now

For some reason, deleting these item causes crashes with certain
versions of sip. Probably because the order of destruction of
registries is undefined and can happen after Python is destroyed.
(cherry picked from commit ddf8e6b7fee6afc0bf4e3e05f6ea7d3a7cc3e94b)

M  +5-3libs/flake/KoDockRegistry.cpp

https://commits.kde.org/krita/a5bf320844ad14945b17e883821b8cf81b24111e

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||b...@valdyas.org
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Boudewijn Rempt  ---
I cannot reproduce that either on Ubuntu or OpenSUSE (or Windows or macOS), so
I suspect it's something specific to arch or how Krita is build on arch. Are
you building from git, or from the as-yet unreleased Krita 4.0.0 tarball?

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #2 from Antonio Rojas  ---
>From the tarball

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #3 from Boudewijn Rempt  ---
Then it must be something to do with the build options... Could you attach the
cmakecache.txt file?

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #4 from Antonio Rojas  ---
Created attachment 111481
  --> https://bugs.kde.org/attachment.cgi?id=111481&action=edit
CMakeCache

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #5 from Boudewijn Rempt  ---
Hm... Could you check whether the crash goes away if you specify a build type?
It's unspecified at, probably defaults to fulldebug or something like that. Try
RelWithDebInfo or KritaDevs or Release.

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Quiralta
https://bugs.kde.org/show_bug.cgi?id=391992

Quiralta  changed:

   What|Removed |Added

 CC||rjquira...@gmail.com

--- Comment #6 from Quiralta  ---
I can reproduce this too, its been present for the last two weeks, I just
assumed its some update in Archlinux (as Krita often looks for a previous
version of some libraries) but this time I can't tell what is causing the
crash, which happens every close.

GDB gives me exactly the same error as Antonio, I'm building from the git
master, also on Arch/Plasma system, full clean builds.

my build command:
cmake -DCMAKE_INSTALL_PREFIX=$HOME/Downloads/Krita-git/inst
$HOME/Downloads/Krita-git/src -DWITH_GMIC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DPACKAGERS_BUILD=ON -DBUILD_TESTING=OFF -DPYTHON_EXECUTABLE=/usr/bin/python
-DPYQT_SIP_DIR_OVERRIDE=/usr/share/sip/PyQt5 -Wno-dev

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #7 from Antonio Rojas  ---
Downgrading sip to 4.19.7 fixes the problem

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #8 from Antonio Rojas  ---
This is the only significant change in sip 4.19.8

https://www.riverbankcomputing.com/hg/sip/rev/71bfa703c4ee

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

[krita] [Bug 391992] crash on close

2018-03-18 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #9 from Boudewijn Rempt  ---
Looks like you've found the issue :-) Now we'll have to tell Phil about it!

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

[krita] [Bug 391992] crash on close

2018-03-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UPSTREAM

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

[krita] [Bug 391992] crash on close

2018-03-19 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=391992

--- Comment #10 from Boudewijn Rempt  ---
Notified the PyQt mailing list

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

[krita] [Bug 391992] crash on close

2018-03-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=391992

Antonio Rojas  changed:

   What|Removed |Added

 CC||petr.ne...@gmail.com

--- Comment #11 from Antonio Rojas  ---
*** Bug 392215 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 391992] crash on close

2018-05-22 Thread Petr Nehez
https://bugs.kde.org/show_bug.cgi?id=391992

Petr Nehez  changed:

   What|Removed |Added

 CC|petr.ne...@gmail.com|

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