[krita] [Bug 376580] crash after working little while

2017-04-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #11 from Boudewijn Rempt  ---
Yes... Well, the git checkout should be fine, especially if you do a 

git reset --hard
git clean --fd

And then start with no existing build or install folder.

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread basse
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #10 from basse  ---
(In reply to Boudewijn Rempt from comment #9)
> Could you please check whether this fixes it? It's just a hunch, but could
> cause the backtrace. Though it's still weird I don't get it.


I updated and recompiled.. still happening. must be something in my build
environment then.. I'm using this to build it:
cmake ~/kf5/src/krita -DCMAKE_INSTALL_PREFIX=~/kf5/inst
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF

then I run it with this:
export XDG_DATA_DIRS=~/kf5/inst/share:$XDG_DATA_DIRS
~/kf5/inst/bin/krita

nothing too special... I'm running it on Kubuntu 16.10, Qt 5.6.1.. 

maybe I try to just clean everything out, download whole new git and let's
see.. 

.b

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #9 from Boudewijn Rempt  ---
Could you please check whether this fixes it? It's just a hunch, but could
cause the backtrace. Though it's still weird I don't get it.

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376580

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/dca1282a273af09f7b00c62f |ta/cab3b2103db741b52dc81858
   |d800d8aa1b1f500d|330c31f2860161d0

--- Comment #8 from Boudewijn Rempt  ---
Git commit cab3b2103db741b52dc81858330c31f2860161d0 by Boudewijn Rempt.
Committed on 11/04/2017 at 07:26.
Pushed by rempt into branch 'krita/3.1'.

M  +2-0libs/ui/canvas/kis_grid_config.h

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

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376580

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kri
   ||ta/dca1282a273af09f7b00c62f
   ||d800d8aa1b1f500d
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Boudewijn Rempt  ---
Git commit dca1282a273af09f7b00c62fd800d8aa1b1f500d by Boudewijn Rempt.
Committed on 11/04/2017 at 07:25.
Pushed by rempt into branch 'master'.

M  +2-0libs/ui/canvas/kis_grid_config.h

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

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread basse
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #6 from basse  ---
Created attachment 104960
  --> https://bugs.kde.org/attachment.cgi?id=104960=edit
traceback

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

[krita] [Bug 376580] crash after working little while

2017-04-11 Thread basse
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #5 from basse  ---
I did a "make clean" and "make" ... still getting the crash. attaching latest
trace.  anything else I could provide you with?

.b

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

[krita] [Bug 376580] crash after working little while

2017-04-10 Thread basse
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #4 from basse  ---

Hi..  sorry haven't noticed the comment until now.. and yes I build Krita
myself. 
so what is your recommendation?  "make clean" ? 

here's one line again.. from console..
QMetaType::registerType: Binary compatibility break -- Size mismatch for type
'KisGridConfig' [1034]. Previously registered size 84, now registering size 68.
KCrash: crashing... crashRecursionCounter = 2

so I guess it's still the same..  


.b

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

[krita] [Bug 376580] crash after working little while

2017-03-27 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=376580

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
Hi Basse,

Do you still build Krita yourself? It looks to me like the result of an unclean
build because the crash happens in  qRegisterNormalizedMetaType.

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

[krita] [Bug 376580] crash after working little while

2017-02-17 Thread basse
https://bugs.kde.org/show_bug.cgi?id=376580

--- Comment #2 from basse  ---
couple of more crashes just now..  this time I was testing how the whole
perspective assistant thing works.. I set up some assistant lines and tried to
figure out how to move the points after I had placed them... so I wasn't even
doing much... and then just noticed Krita is not responsive, and down we went
again. 

backtrace, well looks to be the same, so I'm not posting.

what is grid-config?

.b

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

[krita] [Bug 376580] crash after working little while

2017-02-17 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=376580

wolthera  changed:

   What|Removed |Added

   Severity|normal  |crash
 Ever confirmed|0   |1
 CC||griffinval...@gmail.com
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from wolthera  ---
Thanks for the backtrace, with a backtrace I can set it to confirmed, but...

... It crashes in the grid-config, what the hell?

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