[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2021-02-28 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=394032

emohr  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #8 from emohr  ---
It seems that this report is related to very old unmaintained version. A lot
changed since then, especially the timeline got a complete rewrite and it is
likely that this has been fixed.
Feel free to reopen this bug or create a new report if this is still happening
with the latest version (https://kdenlive.org/en/download/)

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-11-17 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=394032

emohr  changed:

   What|Removed |Added

  Flags||corner_case+
 CC||fritzib...@gmx.net

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-06-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #7 from averageradi...@gmail.com ---
Nevermind. The program still crashes under Gnome. However, I did try your
suggestion of running Kdenlive under Plasma and it works fine. So it seems to
be something specific to running under Gnome.

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #6 from averageradi...@gmail.com ---
Created attachment 113060
  --> https://bugs.kde.org/attachment.cgi?id=113060=edit
Packages installed with sudo dnf group install kde-desktop-environment

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #5 from averageradi...@gmail.com ---
(In reply to Christoph Feck from comment #4)
> Could be related to:
> 
> > #36 0x7f7f2bdf83a0 in QGtk3Dialog::exec()
> 
> If you still can reproduce this issue, could you test with the normal Plasma
> file dialogs, instead of GTK dialogs?

I realized late last week that I could reproduce this even by just trying to
safe a blank project after creating it.

Based on your suggestion, I realized I don't even have the KDE login option, so
I installed it with `sudo dnf group install kde-desktop-environment`.

Now Kdenlive no longer crashes, even from within Gnome! I guess it was missing
some shared library? Which I guess means that the dependency graph of Kdenlive
is missing something - this might be a Fedora packaging issue. If you have any
ideas on what the library might be, I can open a bug report with Fedora. I'll
attach the dnf log for what was installed with kde-desktop-environment.

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-05-31 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394032

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |grave

--- Comment #4 from Christoph Feck  ---
Could be related to:

> #36 0x7f7f2bdf83a0 in QGtk3Dialog::exec()

If you still can reproduce this issue, could you test with the normal Plasma
file dialogs, instead of GTK dialogs?

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #3 from averageradi...@gmail.com ---
The pstacks show that the thread is moving, but it's always rooted in
ProjectManager::saveFileAs

I'm glad to run any other gdb commands if someone has any quick questions (I'm
generally proficient in gdb). I can also provide the core file although it's
861MB gzipped, so I don't know the best way to share that. Attaching pstacks
and top -H output. I'm on Fedora 27 x64; Linux x270 4.16.5-200.fc27.x86_64; QT
5.9.4-4.fc27

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #2 from averageradi...@gmail.com ---
Created attachment 112522
  --> https://bugs.kde.org/attachment.cgi?id=112522=edit
pstacks and top -H output

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

[kdenlive] [Bug 394032] Infinite loop in ProjectManager::saveFileAs (reproducible)

2018-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394032

--- Comment #1 from averageradi...@gmail.com ---
The core dump shows the following stack:

(gdb) bt
#0  0x7f7f4ae039fc in QWeakPointer::~QWeakPointer()
(this=0x7ffc85d2d830, __in_chrg=) at
../../include/QtCore/../../src/corelib/tools/qsharedpointer_impl.h:568
#1  0x7f7f4ae02a16 in QPointer::~QPointer()
(this=0x7ffc85d2d830, __in_chrg=) at
../../include/QtCore/../../src/corelib/kernel/qpointer.h:53
#2  0x7f7f4ae02a16 in
QAbstractAnimationPrivate::setState(QAbstractAnimation::State)
(this=0x562b845604d0, newState=newState@entry=QAbstractAnimation::Stopped) at
animation/qabstractanimation.cpp:984
#3  0x7f7f4ae02b17 in QAbstractAnimation::stop()
(this=this@entry=0x562b82881540) at animation/qabstractanimation.cpp:1387
#4  0x7f7f4ae02bf4 in QAbstractAnimation::setCurrentTime(int)
(this=this@entry=0x562b82881540, msecs=) at
animation/qabstractanimation.cpp:1341
#5  0x7f7f4ae02aa7 in
QAbstractAnimationPrivate::setState(QAbstractAnimation::State)
(this=0x562b845604d0, newState=QAbstractAnimation::Running) at
animation/qabstractanimation.cpp:1018
#6  0x7f7f4fa16e7a in QWidgetAnimator::animate(QWidget*, QRect const&,
bool) (this=this@entry=0x562b7e384528, widget=, 
widget@entry=0x562b7fd1c8c0, _final_geometry=..., animate=,
animate@entry=false) at widgets/qwidgetanimator.cpp:107
#7  0x7f7f4fa56a14 in QDockAreaLayoutInfo::apply(bool)
(this=0x562b8435ac40, animate=animate@entry=false) at
widgets/qdockarealayout.cpp:1569
#8  0x7f7f4fa56ae9 in QDockAreaLayoutInfo::apply(bool)
(this=this@entry=0x562b7e384188, animate=animate@entry=false) at
widgets/qdockarealayout.cpp:1557
#9  0x7f7f4fa56c70 in QDockAreaLayout::apply(bool)
(this=this@entry=0x562b7e3840a8, animate=animate@entry=false) at
widgets/qdockarealayout.cpp:3228
#10 0x7f7f4fa86d07 in QMainWindowLayoutState::apply(bool)
(animated=, this=0x562b7e383fd0) at
widgets/qmainwindowlayout.cpp:525
#11 0x7f7f4fa86d07 in
QMainWindowLayout::applyState(QMainWindowLayoutState&, bool)
(this=this@entry=0x562b7e383fb0, newState=..., animate=animate@entry=false) at
widgets/qmainwindowlayout.cpp:2644
#12 0x7f7f4fa8969e in QMainWindowLayout::setGeometry(QRect const&)
(this=0x562b7e383fb0, _r=...) at widgets/qmainwindowlayout.cpp:1919
#13 0x7f7f4f948bb8 in QLayoutPrivate::doResize(QSize const&)
(this=this@entry=0x562b7e3551a0, r=...) at kernel/qlayout.cpp:589
#14 0x7f7f4f949c69 in QLayout::activate() (this=) at
kernel/qlayout.cpp:1114
#15 0x7f7f4f96ada7 in QWidget::setVisible(bool) (this=0x562b7e513b50,
visible=) at kernel/qwidget.cpp:8308
#16 0x7f7f4fa11c3d in QToolBarLayout::layoutActions(QSize const&)
(this=this@entry=0x562b7e42a3a0, size=...) at widgets/qtoolbarlayout.cpp:572
#17 0x7f7f4fa124ed in QToolBarLayout::setGeometry(QRect const&)
(this=0x562b7e42a3a0, rect=...) at widgets/qtoolbarlayout.cpp:399
#18 0x7f7f4f948bb8 in QLayoutPrivate::doResize(QSize const&)
(this=this@entry=0x562b7e3e0500, r=...) at kernel/qlayout.cpp:589
#19 0x7f7f4f949c69 in QLayout::activate() (this=) at
kernel/qlayout.cpp:1114
#20 0x7f7f4f96ada7 in QWidget::setVisible(bool) (this=0x562b7e4c7910,
visible=) at kernel/qwidget.cpp:8308
#21 0x7f7f4fa125bd in QToolBarLayout::setGeometry(QRect const&)
(this=0x562b7e42a3a0, rect=...) at widgets/qtoolbarlayout.cpp:424
#22 0x7f7f4f948bb8 in QLayoutPrivate::doResize(QSize const&)
(this=this@entry=0x562b7e3e0500, r=...) at kernel/qlayout.cpp:589
#23 0x7f7f4f949c69 in QLayout::activate() (this=) at
kernel/qlayout.cpp:1114
#24 0x7f7f4f92c8fa in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=, receiver=0x562b7e4c7370, e=0x7f7f2c012fa0) at
kernel/qapplication.cpp:3713
#25 0x7f7f4f934174 in QApplication::notify(QObject*, QEvent*)
(this=0x7ffc85d2f800, receiver=0x562b7e4c7370, e=0x7f7f2c012fa0) at
kernel/qapplication.cpp:3481
#26 0x7f7f4afd1be7 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
(receiver=0x562b7e4c7370, event=event@entry=0x7f7f2c012fa0) at
kernel/qcoreapplication.cpp:1016
#27 0x7f7f4afd436b in QCoreApplication::sendEvent(QObject*, QEvent*)
(event=0x7f7f2c012fa0, receiver=) at
kernel/qcoreapplication.h:233
#28 0x7f7f4afd436b in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (receiver=receiver@entry=0x0, event_type=event_type@entry=0,
data=0x562b7db83a80)
at kernel/qcoreapplication.cpp:1676
#29 0x7f7f4afd4888 in QCoreApplication::sendPostedEvents(QObject*, int)
(receiver=receiver@entry=0x0, event_type=event_type@entry=0) at
kernel/qcoreapplication.cpp:1530
#30 0x7f7f4b022e43 in postEventSourceDispatch(GSource*, GSourceFunc,
gpointer) (s=0x562b7dcad5b0) at kernel/qeventdispatcher_glib.cpp:276
#31 0x7f7f42aa2b77 in g_main_dispatch (context=0x7f7f2c004ff0) at
gmain.c:3142
#32 0x7f7f42aa2b77 in g_main_context_dispatch
(context=context@entry=0x7f7f2c004ff0) at gmain.c:3795
#33 0x7f7f42aa2f20 in g_main_context_iterate