[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-28 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=450121

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/606c57747 |hics/krita/commit/000f36f9a
   |95cdb32c50d08086a52f6a743ee |1dd2f512337cbfa294414cd6c6c
   |1dd9|c0d3

--- Comment #4 from Dmitry Kazakov  ---
Git commit 000f36f9a1dd2f512337cbfa294414cd6c6cc0d3 by Dmitry Kazakov.
Committed on 28/02/2022 at 13:48.
Pushed by dkazakov into branch 'krita/5.0'.

Fix custom brush widget to not activate null brush resource when overriding
Related: bug 449226

M  +3-3plugins/paintops/libpaintop/kis_clipboard_brush_widget.cpp
M  +6-4plugins/paintops/libpaintop/kis_custom_brush_widget.cpp

https://invent.kde.org/graphics/krita/commit/000f36f9a1dd2f512337cbfa294414cd6c6cc0d3

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

[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-28 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=450121

Dmitry Kazakov  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/606c57747
   ||95cdb32c50d08086a52f6a743ee
   ||1dd9

--- Comment #3 from Dmitry Kazakov  ---
Git commit 606c5774795cdb32c50d08086a52f6a743ee1dd9 by Dmitry Kazakov.
Committed on 28/02/2022 at 13:13.
Pushed by dkazakov into branch 'master'.

Fix custom brush widget to not activate null brush resource when overriding
Related: bug 449226

M  +3-3plugins/paintops/libpaintop/kis_clipboard_brush_widget.cpp
M  +6-4plugins/paintops/libpaintop/kis_custom_brush_widget.cpp

https://invent.kde.org/graphics/krita/commit/606c5774795cdb32c50d08086a52f6a743ee1dd9

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

[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-16 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=450121

Tiar  changed:

   What|Removed |Added

 CC||[email protected]
   Assignee|[email protected] |[email protected]
 Status|CONFIRMED   |ASSIGNED

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

[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-14 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=450121

Halla Rempt  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||[email protected]
 Ever confirmed|0   |1

--- Comment #2 from Halla Rempt  ---
Crash log: 

Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisPredefinedBrushChooser::slotUpdateBrushModeButtonsState
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:432
432
cmbBrushMode->setCurrentIndex(int(m_brush->brushApplication()));
(gdb) 
(gdb) bt
#0  KisPredefinedBrushChooser::slotUpdateBrushModeButtonsState
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:432
#1  0x7fffe06aca56 in KisPredefinedBrushChooser::updateBrushTip
(this=0x56181750, resource=..., 
isChangingBrushPresets=)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:404
#2  0x7fffe06afa03 in KisPredefinedBrushChooser::slotOpenStampBrush
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:319
#3  0x7fffe06b08ab in KisPredefinedBrushChooser::qt_static_metacall
(_o=, 
_c=, _id=, _a=)
at
/home/halla/dev/b-krita/plugins/paintops/libpaintop/kritalibpaintop_autogen/include/moc_kis_predefined_brush_chooser.cpp:145
#4  0x75a9c100 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#5  0x76596256 in QAbstractButton::clicked(bool) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#6  0x7659647e in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#7  0x765978c3 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#8  0x76597a85 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#9  0x764e3a5e in QWidget::event(QEvent*) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#10 0x764a10d6 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#11 0x764aa897 in QApplication::notify(QObject*, QEvent*) ()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#12 0x77c3e28e in KisApplication::notify (this=0x7fffd660,
receiver=0x5addd840, 
event=0x7fffcb30) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#13 0x75a706ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#14 0x764a9ac7 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#15 0x764ffb2d in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#16 0x76502b64 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#17 0x764a10d6 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#18 0x764aa5d0 in QApplication::notify(QObject*, QEvent*) ()
   from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#19 0x77c3e28e in KisApplication::notify (this=0x7fffd660,
receiver=0x63916310, 
event=0x7fffd030) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#20 0x75a706ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#21 0x75e61fa3 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#22 0x75e638db in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#23 0x75e3d98c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#24 0x701f254e in ?? () from /home/halla/dev/deps/lib/libQt5XcbQpa.so.5
#25 0x7305e17d in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x7305e400 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7305e4a3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x75ac8645 in
QEventDispatcherGlib::processEvents(QFlags) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#29 0x75a6f29b in
QEventLoop::exec(QFlags) ()
   from /home/halla/dev/deps/lib/libQt5Core.so.5
#30 0x75a76ff6 in QCoreApplication::exec() () from
/home/halla/dev/deps/lib/libQt5Core.so.5
#31 0xd60f in main (argc=, argv=)
at /home/halla/dev/krita/krita/main.cc:699

-- 
You are receiving this mail because:
You are watc

[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-12 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=450121

Alvin Wong  changed:

   What|Removed |Added

  Component|Brush Engine/Shape  |Resource Management
 CC||[email protected]

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

[krita] [Bug 450121] Krita crashes when trying to create a brush tip with the same name as an already deleted brush tip.

2022-02-12 Thread Rogelio Orozco
https://bugs.kde.org/show_bug.cgi?id=450121

--- Comment #1 from Rogelio Orozco  ---
Created attachment 146657
  --> https://bugs.kde.org/attachment.cgi?id=146657&action=edit
.

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