[choqok] [Bug 400117] crash on exit

2022-06-20 Thread Frédéric Brière
https://bugs.kde.org/show_bug.cgi?id=400117

Frédéric Brière  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=418312,
   ||https://bugs.kde.org/show_b
   ||ug.cgi?id=455644

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

[choqok] [Bug 400117] crash on exit

2022-06-20 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #34 from Mathias Homann  ---
(In reply to Frédéric Brière from comment #33)
> (In reply to Mathias Homann from comment #32)
> > I have built rpms for openSUSE with those two patches, and I'm still getting
> > a crash on exit every time I try. Backtrace's attached.
> 
> Despite what it looks like, this appears to be a different bug.  Could you
> file a separate issue for this one?  Thanks!

done that: https://bugs.kde.org/show_bug.cgi?id=455644

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

[choqok] [Bug 400117] crash on exit

2022-06-20 Thread Frédéric Brière
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #33 from Frédéric Brière  ---
(In reply to Mathias Homann from comment #32)
> I have built rpms for openSUSE with those two patches, and I'm still getting
> a crash on exit every time I try. Backtrace's attached.

Despite what it looks like, this appears to be a different bug.  Could you file
a separate issue for this one?  Thanks!

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

[choqok] [Bug 400117] crash on exit

2022-06-20 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.7.0) using Qt 5.15.2

I have built rpms for openSUSE with those two patches, and I'm still getting a
crash on exit every time I try. Backtrace's attached.

-- Backtrace (Reduced):
#5  0x7f6a60712b3f in QtPrivate::QSlotObjectBase::call (a=0x7ffecaee5ee0,
r=0x56220171b420, this=0x562201c178d0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#6  doActivate (sender=0x56220171b420, signal_index=7,
argv=0x7ffecaee5ee0) at kernel/qobject.cpp:3886
#7  0x7f6a60712b6c in doActivate (sender=0x562201a0c930,
signal_index=3, argv=0x7ffecaee5fa0) at kernel/qobject.cpp:3898
#8  0x7f6a6159ef83 in QWidgetTextControl::qt_metacall (this=0x562201a0c930,
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7ffecaee6090) at
.moc/moc_qwidgettextcontrol_p.cpp:489
#9  0x7f6a607128aa in doActivate (sender=0x562201a0c880,
signal_index=4, argv=0x7ffecaee6090) at kernel/qobject.cpp:3912

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

[choqok] [Bug 400117] crash on exit

2022-06-19 Thread Gerald Cox
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #31 from Gerald Cox  ---
(In reply to Frédéric Brière from comment #30)
> (In reply to Frédéric Brière from comment #27)
> > I submitted a draft merge request fixing this a long time ago, but kinda
> > forgot about it and left it to rot since then.  My bad.  It should be good
> > to go now.
> 
> Man, that was some really ambiguous phrasing on my part.  I meant to say
> that the *patch* is no longer stuck and is now ready for review.  (So, no
> more need for the usual "can you still reproduce it and if so on what OS?"
> song and dance.)  Sorry for any confusion this has caused.

Thanks for the update.  I've tested and it resolves the crash issue!  

Hopefully, they will be merged quickly, but just in case they aren't, I've gone
ahead and applied the patches for Fedora 37, Fedora 36 and Fedora 35; and am in
the process of getting them pushed to the appropriate test repositories.  In
the meantime, if someone wants to use before that happens, you can download
them directory from Fedora Koji here:  

https://koji.fedoraproject.org/koji/packageinfo?packageID=8123

People have been waiting for almost 4 years to get this fixed, I didn't want
them to have to wait any longer.  ;-)

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

[choqok] [Bug 400117] crash on exit

2022-06-19 Thread Frédéric Brière
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #30 from Frédéric Brière  ---
(In reply to Frédéric Brière from comment #27)
> I submitted a draft merge request fixing this a long time ago, but kinda
> forgot about it and left it to rot since then.  My bad.  It should be good
> to go now.

Man, that was some really ambiguous phrasing on my part.  I meant to say that
the *patch* is no longer stuck and is now ready for review.  (So, no more need
for the usual "can you still reproduce it and if so on what OS?" song and
dance.)  Sorry for any confusion this has caused.

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

[choqok] [Bug 400117] crash on exit

2022-06-19 Thread Gerald Cox
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #29 from Gerald Cox  ---
(In reply to Mathias Homann from comment #28)
> (In reply to Frédéric Brière from comment #27)
> > (In reply to Justin Zobel from comment #23)
> > > I can't replicate this with Choqok 1.7.0 on Fedora 36. Can everyone please
> > > test and confirm if the crash is still reproducible?
> > 
> > This bug involves calling a method on a destroyed object, so whether or not
> > it will trigger a crash may depend on random factors.
> > 
> > I submitted a draft merge request fixing this a long time ago, but kinda
> > forgot about it and left it to rot since then.  My bad.  It should be good
> > to go now.
> 
> choqok 1.7.0, plasma 5.25, openSUSE Tumbleweed - still crashing.

I've looked here:  https://github.com/KDE/choqok
and the fix hasn't been merged as far as I can tell.  It won't be packaged
until the patch is merged.

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

[choqok] [Bug 400117] crash on exit

2022-06-19 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #28 from Mathias Homann  ---
(In reply to Frédéric Brière from comment #27)
> (In reply to Justin Zobel from comment #23)
> > I can't replicate this with Choqok 1.7.0 on Fedora 36. Can everyone please
> > test and confirm if the crash is still reproducible?
> 
> This bug involves calling a method on a destroyed object, so whether or not
> it will trigger a crash may depend on random factors.
> 
> I submitted a draft merge request fixing this a long time ago, but kinda
> forgot about it and left it to rot since then.  My bad.  It should be good
> to go now.

choqok 1.7.0, plasma 5.25, openSUSE Tumbleweed - still crashing.

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

[choqok] [Bug 400117] crash on exit

2022-06-19 Thread Frédéric Brière
https://bugs.kde.org/show_bug.cgi?id=400117

Frédéric Brière  changed:

   What|Removed |Added

 CC||fbri...@fbriere.net

--- Comment #27 from Frédéric Brière  ---
(In reply to Justin Zobel from comment #23)
> I can't replicate this with Choqok 1.7.0 on Fedora 36. Can everyone please
> test and confirm if the crash is still reproducible?

This bug involves calling a method on a destroyed object, so whether or not it
will trigger a crash may depend on random factors.

I submitted a draft merge request fixing this a long time ago, but kinda forgot
about it and left it to rot since then.  My bad.  It should be good to go now.

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

[choqok] [Bug 400117] crash on exit

2022-05-16 Thread Gui Do
https://bugs.kde.org/show_bug.cgi?id=400117

Gui Do  changed:

   What|Removed |Added

 CC|sicher-mit-li...@mailbox.or |
   |g   |

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

[choqok] [Bug 400117] crash on exit

2022-05-16 Thread Gerald Cox
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #26 from Gerald Cox  ---
(In reply to Justin Zobel from comment #23)
> I can't replicate this with Choqok 1.7.0 on Fedora 36. Can everyone please
> test and confirm if the crash is still reproducible?
> 
> Operating System: Fedora Linux 36
> KDE Plasma Version: 5.24.5
> KDE Frameworks Version: 5.93.0
> Qt Version: 5.15.3
> Kernel Version: 5.17.6-300.fc36.x86_64 (64-bit)
> Graphics Platform: Wayland
> Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
> Memory: 31.3 GiB of RAM
> Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2

Yes, it is still occurring, but now not every time.  I guess you could say that
is an improvement, but still not fixed.

 .',;;,'.  
 .';::;,.- 
  .;cc;. OS: Fedora Linux 36 (Workstation
Edition) x86_64 
.:cc:.   Host: 80K4 Lenovo ideapad 500-15ACZ 
  .;c;.:dddl:.;ccc;. Kernel: 5.17.7-300.fc36.x86_64 
 .:c;OWMKOOXMWd;ccc:.Uptime: 2 days, 48 mins 
.:c;KMMc;cc;xMMc:ccc:.   Packages: 3170 (rpm) 
,cc;MMM.;cc;;WW::,   Shell: bash 5.1.16 
:cc;MMM.;:   Resolution: 1920x1080 
:ccc;oxOOOo;MMM0OOk.;:   DE: Plasma 5.24.5 
cc:0MMKxdd:;MMMkddc.;;   WM: kwin 
c:XM0';;MMM.;'   Theme: Adwaita [GTK3] 
c;MMo;c;MMW.;ccc;Icons: breeze [GTK2], Adwaita [GTK3] 
c;0MNc.ccc.xMMd:ccc; Terminal: konsole 
cc;dNMWXXXWM0::cc:,  CPU: AMD A10-8700P Radeon R6 4C+6G (4)
@ 1.800GHz 
;.:odl:.;cc:,.   GPU: AMD ATI Radeon R5/R6/R7 Graphics 
::'. Memory: 4662MiB / 7469MiB 
.:cc:;,..
  '::cc::;,.

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

[choqok] [Bug 400117] crash on exit

2022-05-15 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=400117

Antonio Rojas  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

--- Comment #25 from Antonio Rojas  ---
Yes, this is still an issue

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

[choqok] [Bug 400117] crash on exit

2022-05-15 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #24 from Mathias Homann  ---
Still crashing here.
Operating System: openSUSE Tumbleweed 20220512
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.2
Kernel Version: 5.17.5-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4771 CPU @ 3.50GHz
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1050/PCIe/SSE2

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

[choqok] [Bug 400117] crash on exit

2022-05-14 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=400117

Justin Zobel  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com

--- Comment #23 from Justin Zobel  ---
I can't replicate this with Choqok 1.7.0 on Fedora 36. Can everyone please test
and confirm if the crash is still reproducible?

Operating System: Fedora Linux 36
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.3
Kernel Version: 5.17.6-300.fc36.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2

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

[choqok] [Bug 400117] crash on exit

2021-11-28 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.7.0) using Qt 5.15.2

- What I was doing when the application crashed:

quit chokoq with ctrl-q. this reproducibly happens EVERY time chocoq is closed.

-- Backtrace (Reduced):
#6  QStackedWidget::indexOf (this=0x4fcd4efb80a92cdd, widget=0x55e3864a31e0) at
widgets/qstackedwidget.h:86
#7  0x7f591f8e5ff1 in Choqok::UI::ChoqokTabBar::removePage
(this=0x55e3843f8030, widget=) at
/usr/src/debug/choqok-1.7.0-3.2.x86_64/libchoqok/ui/choqoktabbar.cpp:411
#8  0x7f591e318043 in QtPrivate::QSlotObjectBase::call (a=0x7ffe4251b2c0,
r=0x55e3843f8030, this=0x55e3864a9e20) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#9  doActivate (sender=0x55e3864a31e0, signal_index=0,
argv=0x7ffe4251b2c0) at kernel/qobject.cpp:3886
[...]
#11 0x7f591e3115bf in QObject::destroyed (this=this@entry=0x55e3864a31e0,
_t1=, _t1@entry=0x55e3864a31e0) at .moc/moc_qobject.cpp:219

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

[choqok] [Bug 400117] crash on exit

2021-08-16 Thread Frédéric Brière
https://bugs.kde.org/show_bug.cgi?id=400117

Frédéric Brière  changed:

   What|Removed |Added

 CC||jh...@web.de

--- Comment #21 from Frédéric Brière  ---
*** Bug 441060 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2021-04-23 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=400117

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[choqok] [Bug 400117] crash on exit

2021-02-28 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=400117

Antonio Rojas  changed:

   What|Removed |Added

 CC||sicher-mit-li...@mailbox.or
   ||g

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

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

[choqok] [Bug 400117] crash on exit

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[choqok] [Bug 400117] crash on exit

2020-11-12 Thread Oron Peled
https://bugs.kde.org/show_bug.cgi?id=400117

Oron Peled  changed:

   What|Removed |Added

 CC||o...@actcom.co.il

--- Comment #18 from Oron Peled  ---
Qt Version: 5.15.1
Frameworks Version: 5.75.0
Operating System: Linux 5.8.18-300.fc33.x86_64 x86_64
Windowing system: X11
Distribution: Fedora 33 (Thirty Three)

-- Information about the crash:


The crash can be reproduced every time.

-- Backtrace:
Application: Choqok (choqok), signal: Segmentation fault

[KCrash Handler]
#4  0x7f65af28daae in QStackedWidget::indexOf(QWidget*) const () from
/lib64/libQt5Widgets.so.5
#5  0x7f65afadf855 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /lib64/libchoqok.so.1
#6  0x7f65ae71c266 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#7  0x7f65ae716aef in QObject::destroyed(QObject*) () from
/lib64/libQt5Core.so.5
#8  0x7f65af120a03 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#9  0x7f659020ba11 in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so
#10 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#11 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#12 0x7f65af28d789 in QStackedWidget::~QStackedWidget() () from
/lib64/libQt5Widgets.so.5
#13 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#14 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#15 0x7f65afae301d in Choqok::UI::ChoqokTabBar::~ChoqokTabBar() () from
/lib64/libchoqok.so.1
#16 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#17 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#18 0x7f659018311d in
TwitterApiMicroBlogWidget::~TwitterApiMicroBlogWidget() () from
/lib64/libtwitterapihelper.so.1
#19 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#20 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#21 0x7f65af28d789 in QStackedWidget::~QStackedWidget() () from
/lib64/libQt5Widgets.so.5
#22 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#23 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#24 0x7f65af2afb29 in QTabWidget::~QTabWidget() () from
/lib64/libQt5Widgets.so.5
#25 0x7f65ae714a4a in QObjectPrivate::deleteChildren() () from
/lib64/libQt5Core.so.5
#26 0x7f65af120746 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#27 0x55afd68a325f in MainWindow::~MainWindow() ()
#28 0x55afd68a332d in MainWindow::~MainWindow() ()
#29 0x7f65ae714c2d in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#30 0x7f65af9a5019 in KXmlGuiWindow::event(QEvent*) () from
/lib64/libKF5XmlGui.so.5
#31 0x7f65af0e515f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#32 0x7f65ae6edbf8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#33 0x7f65ae6f0837 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#34 0x7f65ae6f4038 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#35 0x55afd68a1cfa in main ()
[Inferior 1 (process 7489) detached]

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

[choqok] [Bug 400117] crash on exit

2020-07-27 Thread Gerald Cox
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #17 from Gerald Cox  ---
Created attachment 130447
  --> https://bugs.kde.org/attachment.cgi?id=130447=edit
New crash information added by DrKonqi

choqok (1.7.0) using Qt 5.14.2

- What I was doing when the application crashed:

Closed application from system tray.  Information currently in the report is
from 1.6.0 - this information is from 1.7.0.

-- Backtrace (Reduced):
#5  0x7fd8c1aca675 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /lib64/libchoqok.so.1
#6  0x7fd8c0711f76 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#7  0x7fd8c070c8b3 in QObject::destroyed(QObject*) () from
/lib64/libQt5Core.so.5
#8  0x7fd8c10c6d83 in QWidget::~QWidget() () from /lib64/libQt5Widgets.so.5
#9  0x7fd8c1ab654d in Choqok::UI::TimelineWidget::~TimelineWidget() () from
/lib64/libchoqok.so.1

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

[choqok] [Bug 400117] crash on exit

2020-07-27 Thread Gerald Cox
https://bugs.kde.org/show_bug.cgi?id=400117

Gerald Cox  changed:

   What|Removed |Added

 CC||gb...@bzb.us

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

[choqok] [Bug 400117] crash on exit

2020-05-13 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

Christoph Feck  changed:

   What|Removed |Added

 CC||dac...@public-files.de

--- Comment #16 from Christoph Feck  ---
*** Bug 420358 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2020-05-06 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

Christoph Feck  changed:

   What|Removed |Added

 CC||li...@osit.cc

--- Comment #15 from Christoph Feck  ---
*** Bug 420155 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2020-02-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #14 from Christoph Feck  ---
app.exec() runs the application, so it will almost always crash in there. The
actual reason for the crash is probably a double widget deletion, or trying to
act on an already deleted widget.

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

[choqok] [Bug 400117] crash on exit

2020-02-07 Thread Öyvind Saether
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #13 from Öyvind Saether  ---
Created attachment 125738
  --> https://bugs.kde.org/attachment.cgi?id=125738=edit
I get the crash on quitting on Fedora 31 with 5.13.2. Compiled it form today's
git.

line 103 in main.cpp is return app.exec(); so it's bizarre that it would crash
doing that.

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

[choqok] [Bug 400117] crash on exit

2020-02-07 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=400117

Andrea Scarpino  changed:

   What|Removed |Added

 CC||oyvi...@everdot.org

--- Comment #12 from Andrea Scarpino  ---
*** Bug 417260 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2020-02-05 Thread Andrea Scarpino
https://bugs.kde.org/show_bug.cgi?id=400117

Andrea Scarpino  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #11 from Andrea Scarpino  ---
*** Bug 417191 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2019-09-04 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.6.0) using Qt 5.13.0

latest build from git still crashes on exit.

-- Backtrace (Reduced):
#7  0x7f60e1e378e1 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /usr/lib64/libchoqok.so.1
#8  0x7f60df1ca3ff in QtPrivate::QSlotObjectBase::call (a=0x7cd7c4c0,
r=0x55cbcde1b080, this=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
[...]
#11 0x7f60df1caa4f in QObject::destroyed (this=this@entry=0x55cbce9d12b0,
_t1=, _t1@entry=0x55cbce9d12b0) at .moc/moc_qobject.cpp:219
#12 0x7f60e026a5b3 in QWidget::~QWidget (this=0x55cbce9d12b0,
__in_chrg=) at kernel/qwidget.cpp:1674
#13 0x7f60b60cf34d in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so

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

[choqok] [Bug 400117] crash on exit

2019-08-16 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.6.0) using Qt 5.13.0

- What I was doing when the application crashed:

same as usual: quit choqok.



ceterum censeo carthaginem esse delendam.

-- Backtrace (Reduced):
#6  0x7f5e49ec60c0 in QListData::shared_null () from
/usr/lib64/libQt5Core.so.5
#7  0x7f5e4ca758e1 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /usr/lib64/libchoqok.so.1
[...]
#9  0x7f5e49e08a4f in QObject::destroyed(QObject*) () from
/usr/lib64/libQt5Core.so.5
#10 0x7f5e4aea85b3 in QWidget::~QWidget() () from
/usr/lib64/libQt5Widgets.so.5
#11 0x7f5e20d4434d in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so

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

[choqok] [Bug 400117] crash on exit

2019-07-31 Thread André Fettouhi
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #8 from André Fettouhi  ---
If isn't Choqok itself that it causing the crash upon exit, what implementation
on Arch etc. is creating it. This still happens on the latest git. On a side
note I saw a change in changelog. Is there a version 1.7.0 now?

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

[choqok] [Bug 400117] crash on exit

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

Christoph Feck  changed:

   What|Removed |Added

 CC||a.fetto...@gmail.com

--- Comment #7 from Christoph Feck  ---
*** Bug 407919 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2019-06-12 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=400117

avlas  changed:

   What|Removed |Added

 CC||jsar...@gmail.com

--- Comment #6 from avlas  ---
Same thing here. Also, https://bugs.kde.org/show_bug.cgi?id=407919 in Arch
seems a duplicate of this one.

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

[choqok] [Bug 400117] crash on exit

2019-05-08 Thread Brandon Taylor
https://bugs.kde.org/show_bug.cgi?id=400117

--- Comment #5 from Brandon Taylor  ---
Upon running a version of Choqok compiled from source on GitHub, I can
reproduce the bug on KDE neon in addition to bug reports filed relating to
crashes when quitting Choqok on openSUSE Leap. However, the problem does not
occur on quitting Choqok -- compiled from the exact same source code as before
-- on Manjaro Linux. I can therefore hypothesize that this may not be a problem
with Choqok itself; but rather, with some components of KDE implementations on
openSUSE and KDE neon.

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

[choqok] [Bug 400117] crash on exit

2019-04-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

Christoph Feck  changed:

   What|Removed |Added

 CC||donnie126_2...@hotmail.com

--- Comment #4 from Christoph Feck  ---
*** Bug 406100 has been marked as a duplicate of this bug. ***

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

[choqok] [Bug 400117] crash on exit

2018-11-29 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.6.0) using Qt 5.11.2

- What I was doing when the application crashed:

and yet another crash on quit. I don't know what else to add here., same as the
rest

-- Backtrace (Reduced):
#7  0x7f7066b3b611 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /usr/lib64/libchoqok.so.1
#8  0x7f7063f5250f in QtPrivate::QSlotObjectBase::call (a=0x7ffda782e300,
r=0x557c4969c0e0, this=0x557c49e7df20) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:376
[...]
#11 0x7f7063f52b6f in QObject::destroyed (this=this@entry=0x557c49e51790,
_t1=, _t1@entry=0x557c49e51790) at .moc/moc_qobject.cpp:214
#12 0x7f7064f9562b in QWidget::~QWidget (this=0x557c49e51790,
__in_chrg=) at kernel/qwidget.cpp:1671
#13 0x7f703aeb1d6d in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so

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

[choqok] [Bug 400117] crash on exit

2018-11-12 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.6.0) using Qt 5.11.2

- What I was doing when the application crashed:

still the same - crash on quit. no peculiar behavior prior to the crash.

-- Backtrace (Reduced):
#7  0x7fbfaf2fc611 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /usr/lib64/libchoqok.so.1
#8  0x7fbfac71a50f in QtPrivate::QSlotObjectBase::call (a=0x7fff563c5520,
r=0x555817347e40, this=0x555817d20250) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:376
[...]
#11 0x7fbfac71ab6f in QObject::destroyed (this=this@entry=0x555817d19150,
_t1=, _t1@entry=0x555817d19150) at .moc/moc_qobject.cpp:214
#12 0x7fbfad75962b in QWidget::~QWidget (this=0x555817d19150,
__in_chrg=) at kernel/qwidget.cpp:1671
#13 0x7fbf83697d6d in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so

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

[choqok] [Bug 400117] crash on exit

2018-10-21 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

Mathias Homann  changed:

   What|Removed |Added

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

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

[choqok] [Bug 400117] crash on exit

2018-10-21 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=400117

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

choqok (1.6.0) using Qt 5.11.2

- What I was doing when the application crashed:


same thing again: quit choqok with ctrl-q and it crashed.

-- Backtrace (Reduced):
#7  0x7f17c38ad611 in Choqok::UI::ChoqokTabBar::removePage(QWidget*) ()
from /usr/lib64/libchoqok.so.1
#8  0x7f17c0ccb50f in QtPrivate::QSlotObjectBase::call (a=0x7ffcc08b8460,
r=0x556f8a0b2c60, this=0x556f8a75a640) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:376
[...]
#11 0x7f17c0ccbb6f in QObject::destroyed (this=this@entry=0x556f8a72db40,
_t1=, _t1@entry=0x556f8a72db40) at .moc/moc_qobject.cpp:214
#12 0x7f17c1d0a62b in QWidget::~QWidget (this=0x556f8a72db40,
__in_chrg=) at kernel/qwidget.cpp:1671
#13 0x7f1797c57d6d in TwitterTimelineWidget::~TwitterTimelineWidget() ()
from /usr/lib64/qt5/plugins/choqok_twitter.so

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