[kopete] [Bug 436513] kopete crashed on exit

2021-12-21 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=436513

--- Comment #10 from Wolfgang Bauer  ---
*** Bug 393807 has been marked as a duplicate of this bug. ***

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

[kopete] [Bug 436513] kopete crashed on exit

2021-12-21 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=436513

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||danielwohl...@gmx.de

--- Comment #9 from Wolfgang Bauer  ---
*** Bug 400283 has been marked as a duplicate of this bug. ***

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

[kopete] [Bug 436513] kopete crashed on exit

2021-12-21 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=436513

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||sh...@sorbom.com

--- Comment #8 from Wolfgang Bauer  ---
*** Bug 393662 has been marked as a duplicate of this bug. ***

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

[kopete] [Bug 436513] kopete crashed on exit

2021-12-21 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=436513

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||kdeuser@saur0n.science

--- Comment #7 from Wolfgang Bauer  ---
*** Bug 401181 has been marked as a duplicate of this bug. ***

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

[kopete] [Bug 436513] kopete crashed on exit

2021-10-01 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=436513

Oleg Solovyov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kopete/commit/d7c8d986d
   ||3c5e955749f14bb35e551ee8658
   ||3639
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Oleg Solovyov  ---
Git commit d7c8d986d3c5e955749f14bb35e551ee86583639 by Oleg Solovyov.
Committed on 01/10/2021 at 13:19.
Pushed by aacid into branch 'master'.

ChatMessagePart: return if view() is nullptr

M  +4-0kopete/chatwindow/chatmessagepart.cpp

https://invent.kde.org/network/kopete/commit/d7c8d986d3c5e955749f14bb35e551ee86583639

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

[kopete] [Bug 436513] kopete crashed on exit

2021-10-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=436513

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kopete/-/merge_requests/1

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

[kopete] [Bug 436513] kopete crashed on exit

2021-10-01 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=436513

--- Comment #4 from Oleg Solovyov  ---
We have use-after-free:
KHTMLView::~KHTMLView() is caused by KopeteWindow::~KopeteWindow()

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

[kopete] [Bug 436513] kopete crashed on exit

2021-09-30 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=436513

--- Comment #3 from Oleg Solovyov  ---
Made some investigation:

d->m_view is null

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

[kopete] [Bug 436513] kopete crashed on exit

2021-09-30 Thread Oleg Solovyov
https://bugs.kde.org/show_bug.cgi?id=436513

Oleg Solovyov  changed:

   What|Removed |Added

 CC||mcp...@altlinux.org

--- Comment #2 from Oleg Solovyov  ---
Same happens with me. Kopete 21.08.1

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

[kopete] [Bug 436513] kopete crashed on exit

2021-05-02 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=436513

--- Comment #1 from Mathias Homann  ---
Created attachment 138106
  --> https://bugs.kde.org/attachment.cgi?id=138106=edit
New crash information added by DrKonqi

kopete (1.13.0) using Qt 5.15.2

- What I was doing when the application crashed:

again, crash on exit.


there is no additional iformation to be added.

-- Backtrace (Reduced):
#4  KHTMLPart::begin(QUrl const&, int, int) (this=this@entry=0x557e2be9af40,
url=..., xOffset=xOffset@entry=0, yOffset=yOffset@entry=0) at
/usr/src/debug/khtml-5.81.0-lp152.218.1.x86_64/src/khtml_part.cpp:2074
#5  0x7f47aee2b037 in ChatMessagePart::writeTemplate()
(this=this@entry=0x557e2be9af40) at
/usr/src/debug/kopete-21.04.0-lp152.2.4.x86_64/kopete/chatwindow/chatmessagepart.cpp:1291
#6  0x7f47aee328ad in ChatMessagePart::changeStyle() (this=0x557e2be9af40)
at
/usr/src/debug/kopete-21.04.0-lp152.2.4.x86_64/kopete/chatwindow/chatmessagepart.cpp:1269
#7  0x7f47aee27185 in ChatMessagePart::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) (_o=, _c=,
_id=, _a=) at
/usr/src/debug/kopete-21.04.0-lp152.2.4.x86_64/build/kopete/chatwindow/kopetechatwindow_shared_autogen/EWIEGA46WW/moc_chatmessagepart.cpp:238
#8  0x7f47ddbaf63b in QObject::event(QEvent*) (this=0x557e2be9af40,
e=0x557e2c152500) at kernel/qobject.cpp:1314

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

[kopete] [Bug 436513] kopete crashed on exit

2021-05-02 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=436513

Mathias Homann  changed:

   What|Removed |Added

 CC||mathias.hom...@opensuse.org

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