[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #6 from Vojtěch Zeisek  ---
Created attachment 155139
  --> https://bugs.kde.org/attachment.cgi?id=155139=edit
kile_syntax_7.png

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

[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #5 from Vojtěch Zeisek  ---
Created attachment 155138
  --> https://bugs.kde.org/attachment.cgi?id=155138=edit
kile_syntax_6.png

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

[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #4 from Vojtěch Zeisek  ---
Created attachment 155137
  --> https://bugs.kde.org/attachment.cgi?id=155137=edit
kile_syntax_5.png

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

[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #3 from Vojtěch Zeisek  ---
Created attachment 155136
  --> https://bugs.kde.org/attachment.cgi?id=155136=edit
kile_syntax_4.png

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

[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #2 from Vojtěch Zeisek  ---
Created attachment 155135
  --> https://bugs.kde.org/attachment.cgi?id=155135=edit
kile_syntax_3.png

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

[kile] [Bug 464048] Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

--- Comment #1 from Vojtěch Zeisek  ---
Created attachment 155134
  --> https://bugs.kde.org/attachment.cgi?id=155134=edit
kile_syntax_2.png

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

[kile] [Bug 464048] New: Broken syntax highlight when using constructions like '{}' or "${VAR}" in BASH source code

2023-01-09 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=464048

Bug ID: 464048
   Summary: Broken syntax highlight when using constructions like
'{}' or "${VAR}" in BASH source code
Classification: Applications
   Product: kile
   Version: 2.9.93
  Platform: OpenSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: editor
  Assignee: michel.lud...@gmail.com
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: ---

Created attachment 155133
  --> https://bugs.kde.org/attachment.cgi?id=155133=edit
kile_syntax_1.png

I'm using LaTeX package minted to show syntax highlight with R or BASH source
code. There are certain constructions which completely mess up syntax in whole
editor (see further).

I'll describe examples accompanied by screenshots. The discussed TeX source
file is at
https://github.com/V-Z/course-linux-command-line-bash-scripting-metacentrum/blob/master/presentation/linux_bash_metacentrum_course.tex
if needed.

File kile_syntax_1.png

Probably not the best example of syntax problems I found as I show on line 1749
wrong code, the syntax highlight behaves technically probably correctly, but
natural human reading would be different. Following examples are really
problematic.

Files kile_syntax_2.png and kile_syntax_3.png

I don't see any wrong code on my construction with find ... | parallel... As
You use (and as can be easily tested within Kile with the input file),
problematic construction is whatever like '{}' causing basically rest of file
to be yellow, at least to another such construction. As file kile_syntax_3.png
shows changing
find . -name '*.jpg' -print | parallel --bar convert '{}' '{.}.png'
to
find . -name '*.jpg' -print | parallel --bar convert {} {.}.png
(and similarly for other cases) fixes the display issue. In any case, rendering
of resulting PDF is correct. So I think this is clear bug of Kile or it's
syntax highlight component.

File kile_syntax_4.png

I admit that writing on beginning of line \(ToRemember\) isn't the best idea
(should be commented out or so), but what I think is bug of Kile or it's syntax
highlight component is fact that it breaks syntax highlight of the
\end{bashcode}, \end{frame} and following XeLaTeX code. Of course, if I comment
the problematic line with \(ToRemember\) using #, everything is fine.
Interestingly, line \Number doesn't cause any problem. Anyway, I think it's a
bug that whatever content of bascode minted environment influences following
XeLaTeX code.

File kile_syntax_5.png

Partially, Kile works correctly as the 1st slide contains incomplete 'case'
construction, but same problem as with previous example, I think whatever
inside bashcode minted environment shouldn't influence of highlight of
"standard" XeLaTeX code. Of course, if I add 'esac' to the end, this slide will
be OK, but the following will again break due to "o)" starting without "case".
More generally, I think it can happen often that You need to show some
construction on multiple slides, and I think the situation doesn't have good
solution now. Good think is that rendering of PDF is correct, so I think it's
problem with Kile.

Files kile_syntax_6.png and kile_syntax_7.png

It's similar problem as shown on files kile_syntax_2.png and kile_syntax_3.png.
Construction like "${VAR}" completely break syntax highlight in Kile editor.
And I think this is a bug.

Interestingly, I hadn't opened this for some time and I don't recall such
issues with previous versions (I use openSUSE Tumbleweed, which is
rolling-release, thus usually having newest versions of everything). Of course
I'd be happy to provide any further cooperation as I'd like to see this fixed.

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

[amarok] [Bug 372344] When playing random albums, playing of particular album commonly start by the second and not first song

2022-10-27 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=372344

--- Comment #2 from Vojtěch Zeisek  ---
Well, as it has been some time since the report, I now run Amarok
2.9.75git.20220614T014846~dc55a00143-3.1 and I don't observe this bug anymore.

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

[kate] [Bug 442746] Kate crashes in KateMDI::MainWindow::~MainWindow() when closing if remote files are opened

2021-09-22 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=442746

--- Comment #2 from Vojtěch Zeisek  ---
(In reply to Waqar Ahmed from comment #1)
> Do you have the replicode plugin enabled when it crashes?

No. I have modules external tools, project, search and replace, tree document
view and document switch.

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

[kate] [Bug 442746] New: Kate crashes when closing if remote files are opened

2021-09-20 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=442746

Bug ID: 442746
   Summary: Kate crashes when closing if remote files are opened
   Product: kate
   Version: 21.08.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: ---

Application: kate (21.08.1)

Qt Version: 5.15.2
Frameworks Version: 5.86.0
Operating System: Linux 5.14.2-1-default x86_64
Windowing System: X11
Drkonqi Version: 5.22.5
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
If I have in Kate some remote files (e.g. opened from SFTP server), or files
opened from KMail (e-mail attachments) and I close Kate, it crashes. If I close
Kate when only "classical" local files are opened, it terminates normally.

The crash can be reproduced every time.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Content of s_kcrashErrorMessage: [Current thread is 1 (Thread 0x7f69efbd4000
(LWP 2481))]
[KCrash Handler]
#6  0x55d981608373 in
qDeleteAll<__gnu_cxx::__normal_iterator > > >
(end=..., begin=...) at /usr/include/qt5/QtCore/qalgorithms.h:320
#7  qDeleteAll > > (c=...) at
/usr/include/qt5/QtCore/qalgorithms.h:328
#8  KateMDI::MainWindow::~MainWindow (__vtt_parm=,
this=, this=, __vtt_parm=) at
/usr/src/debug/kate-21.08.1-1.1.x86_64/kate/katemdi.cpp:778
#9  KateMainWindow::~KateMainWindow (this=, this=) at /usr/src/debug/kate-21.08.1-1.1.x86_64/kate/katemainwindow.cpp:203
#10 0x55d981608809 in KateMainWindow::~KateMainWindow (this=, this=) at
/usr/src/debug/kate-21.08.1-1.1.x86_64/kate/katemainwindow.cpp:203
#11 0x7f69f28c1d7f in QObject::event (this=0x55d984354f60,
e=0x55d986253c70) at kernel/qobject.cpp:1301
#12 0x7f69f40e1dd9 in KXmlGuiWindow::event(QEvent*) () from
/lib64/libKF5XmlGui.so.5
#13 0x7f69f347da7f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#14 0x7f69f28959ea in QCoreApplication::notifyInternal2
(receiver=0x55d984354f60, event=0x55d986253c70) at
kernel/qcoreapplication.cpp:1064
#15 0x7f69f2898a37 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55d981d38fb0) at
kernel/qcoreapplication.cpp:1821
#16 0x7f69f28ed843 in postEventSourceDispatch (s=s@entry=0x55d981ec5460) at
kernel/qeventdispatcher_glib.cpp:277
#17 0x7f69f08a480f in g_main_dispatch (context=0x7f69e8005000) at
../glib/gmain.c:3337
#18 g_main_context_dispatch (context=0x7f69e8005000) at ../glib/gmain.c:4055
#19 0x7f69f08a4b98 in g_main_context_iterate
(context=context@entry=0x7f69e8005000, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../glib/gmain.c:4131
#20 0x7f69f08a4c4f in g_main_context_iteration (context=0x7f69e8005000,
may_block=1) at ../glib/gmain.c:4196
#21 0x7f69f28ecec4 in QEventDispatcherGlib::processEvents
(this=0x55d981ec7790, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#22 0x7f69f28943eb in QEventLoop::exec (this=this@entry=0x7ffc96392460,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#23 0x7f69f289c6d0 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#24 0x55d9815f7ec0 in main (argc=, argv=) at
/usr/src/debug/kate-21.08.1-1.1.x86_64/kate/main.cpp:688
[Inferior 1 (process 2481) detached]

Possible duplicates by query: bug 442647, bug 442632, bug 442526, bug 442502,
bug 442147.

Reported using DrKonqi

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

[amarok] [Bug 432902] Amarok crashes when changing Media Source [BrowserCategory::clearAdditionalItems() ]

2021-05-07 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432902

--- Comment #8 from Vojtěch Zeisek  ---
The crash was caused by whatever problem in "Czech Radio (Ceska Radia)"
https://store.kde.org/p/1135783/ script. After uninstalling, Amarok doesn't
crash anymore. The script is normally installable and otherwise id doesn't
produce any error. I'm not sure if whatever error in external script should
cause crash of whole application... Might be such problematic scripts should be
removed from the KDE store...?

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

[amarok] [Bug 432903] Amarok crashes on exit [BrowserBreadcrumbWidget::addBreadCrumbItem(BrowserBreadcrumbItem*) ]

2021-05-07 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #11 from Vojtěch Zeisek  ---
The crash was caused by whatever problem in "Czech Radio (Ceska Radia)"
https://store.kde.org/p/1135783/ script. After uninstalling, Amarok doesn't
crash anymore. The script is normally installable and otherwise id doesn't
produce any error. I'm not sure if whatever error in external script should
cause crash of whole application... Might be such problematic scripts should be
removed from the KDE store...?

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

[amarok] [Bug 432902] Amarok crashes when changing Media Source

2021-02-25 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432902

--- Comment #6 from Vojtěch Zeisek  ---
It's same on latest Git version (b94c362c1d).

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

[amarok] [Bug 432903] Amarok crashes on exit [BrowserBreadcrumbWidget::addBreadCrumbItem(BrowserBreadcrumbItem*) ]

2021-02-25 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #9 from Vojtěch Zeisek  ---
It's same on latest Git version (b94c362c1d).

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

[amarok] [Bug 432903] Amarok crashes on exit [BrowserBreadcrumbWidget::addBreadCrumbItem(BrowserBreadcrumbItem*) ]

2021-02-23 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #8 from Vojtěch Zeisek  ---
I have
- https://store.kde.org/p/1135859 - CopyCover2
- https://store.kde.org/p/1135750 - Copy All Cover
- https://store.kde.org/p/1135783 - Czech Radio (Ceska Radia)

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

[amarok] [Bug 432903] Amarok crashes on exit

2021-02-22 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #5 from Vojtěch Zeisek  ---
I'm sorry, but when submitting the first report, package "amarok-debuginfo" was
already installed, as suggested by DrKonqi. From list "zypper info --requires
amarok" I tried to install all matching "-debuginfo" packages, and got only
"libtag-extras1-debuginfo, kirigami2-debuginfo, libmtp-debuginfo,
libphonon4qt5-debuginfo, libqt5-qtquickcontrols-debuginfo" (I have debug
repository enabled). When invoking the behavior in Amarok I get:

Application: Amarok (amarok), signal: Segmentation fault

[KCrash Handler]
#4  0x7f9fcbe4e164 in QWidget::setParent(QWidget*) () at
/usr/lib64/libQt5Widgets.so.5
#5  0x7f9fcc798260 in
BrowserBreadcrumbWidget::addBreadCrumbItem(BrowserBreadcrumbItem*)
(item=, this=0x562e6e6ba340) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:171
#6  BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) (list=, this=0x562e6e6ba340) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:120
#7  BrowserBreadcrumbWidget::updateBreadcrumbs() (this=0x562e6e6ba340) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:84
#8  0x7f9fcb291946 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f9fcc790aaf in BrowserCategoryList::viewChanged()
(this=0x562e6e9265a0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/build/src/amaroklib_autogen/H7W3GF2ISY/moc_BrowserCategoryList.cpp:198
#10 BrowserCategoryList::childViewChanged() (this=0x562e6e9265a0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserCategoryList.cpp:230
#11 0x7f9fcb291946 in  () at /usr/lib64/libQt5Core.so.5
#12 0x7f9fcc9c5649 in BrowserCategoryList::removeCategory(BrowserCategory*)
(category=0x562e6e2bf350, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserCategoryList.cpp:169
#13 ScriptableServiceManager::removeRunningScript(QString const&) (name=...,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/services/scriptable/ScriptableServiceManager.cpp:111
#14 ScriptItem::pause() (this=this@entry=0x562e6e5f7c80) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:148
#15 0x7f9fcc9c56d3 in ScriptItem::stop() (this=0x562e6e5f7c80) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:324
#16 ScriptItem::~ScriptItem() (this=0x562e6e5f7c80, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:355
#17 0x7f9fcc9c57b9 in ScriptItem::~ScriptItem() (this=0x562e6e5f7c80,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:356
#18 0x7f9fcb284f3e in QObjectPrivate::deleteChildren() () at
/usr/lib64/libQt5Core.so.5
#19 0x7f9fcb28fb54 in QObject::~QObject() () at /usr/lib64/libQt5Core.so.5
#20 0x7f9fcc9c4831 in ScriptManager::~ScriptManager() (this=0x562e6e387ea0,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptManager.cpp:72
#21 ScriptManager::destroy() () at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/scripting/scriptmanager/ScriptManager.cpp:78
#22 0x7f9fcc99ceb8 in App::~App() (this=0x7ffc8ae68760, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/App.cpp:221
#23 0x562e6d603109 in main(int, char**) (argc=,
argv=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/main.cpp:56
[Inferior 1 (process 1554) detached]

I'm sorry, I really don't know where to get more debug output. Some more
system/kdelibs packages...?

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

[amarok] [Bug 432902] Amarok crashes when changing Media Source

2021-02-22 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432902

--- Comment #4 from Vojtěch Zeisek  ---
I'm sorry, but when submitting the first report, package "amarok-debuginfo" was
already installed, as suggested by DrKonqi. From list "zypper info --requires
amarok" I tried to install all matching "-debuginfo" packages, and got only
"libtag-extras1-debuginfo, kirigami2-debuginfo, libmtp-debuginfo,
libphonon4qt5-debuginfo, libqt5-qtquickcontrols-debuginfo" (I have debug
repository enabled). When invoking the behavior in Amarok I get:

Application: Amarok (amarok), signal: Segmentation fault

[KCrash Handler]
#4  0x7f52c6e273e7 in QMutex::lock() () at /usr/lib64/libQt5Core.so.5
#5  0x7f52c700a194 in
QCoreApplicationPrivate::lockThreadPostEventList(QObject*) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f52c700b279 in QCoreApplication::postEvent(QObject*, QEvent*, int)
() at /usr/lib64/libQt5Core.so.5
#7  0x7f52c853f7e6 in BrowserCategory::clearAdditionalItems()
(this=0x560813ecbf40) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserCategory.cpp:168
#8  0x7f52c853fbca in
BrowserCategoryList::setActiveCategory(BrowserCategory*) (this=0x560813bb91d0,
category=category@entry=0x560813edbf70) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserCategoryList.cpp:202
#9  0x7f52c853fc8c in BrowserCategory::activate() (this=0x560813edbf70) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.6.x86_64/src/browsers/BrowserCategory.cpp:135
#10 0x7f52c703e946 in  () at /usr/lib64/libQt5Core.so.5
#11 0x7f52c7bb2f02 in QAction::triggered(bool) () at
/usr/lib64/libQt5Widgets.so.5
#12 0x7f52c7bb5741 in QAction::activate(QAction::ActionEvent) () at
/usr/lib64/libQt5Widgets.so.5
#13 0x7f52c7d2fa9a in  () at /usr/lib64/libQt5Widgets.so.5
#14 0x7f52c7d371d2 in  () at /usr/lib64/libQt5Widgets.so.5
#15 0x7f52c7bf934e in QWidget::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#16 0x7f52c7bb94ff in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#17 0x7f52c7bc03eb in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#18 0x7f52c700832a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#19 0x7f52c7bbf416 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
at /usr/lib64/libQt5Widgets.so.5
#20 0x7f52c7c11923 in  () at /usr/lib64/libQt5Widgets.so.5
#21 0x7f52c7c148be in  () at /usr/lib64/libQt5Widgets.so.5
#22 0x7f52c7bb94ff in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#23 0x7f52c700832a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#24 0x7f52c7474d03 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() at /usr/lib64/libQt5Gui.so.5
#25 0x7f52c744ac5c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() at /usr/lib64/libQt5Gui.so.5
#26 0x7f52b3762faa in  () at /usr/lib64/libQt5XcbQpa.so.5
#27 0x7f52bc9d6f57 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#28 0x7f52bc9d72d8 in  () at /usr/lib64/libglib-2.0.so.0
#29 0x7f52bc9d738f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#30 0x7f52c705f8bf in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#31 0x7f52c7006ceb in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#32 0x7f52c7d34bfc in  () at /usr/lib64/libQt5Widgets.so.5
#33 0x7f52c7d34d2f in QMenu::exec(QPoint const&, QAction*) () at
/usr/lib64/libQt5Widgets.so.5
#34 0x7f52c7d461da in  () at /usr/lib64/libQt5Widgets.so.5
#35 0x7f52c703e980 in  () at /usr/lib64/libQt5Core.so.5
#36 0x7f52c7ca6e4d in  () at /usr/lib64/libQt5Widgets.so.5
#37 0x7f52c7ca7126 in QAbstractButton::mousePressEvent(QMouseEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#38 0x7f52c7bf934e in QWidget::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#39 0x7f52c7bb94ff in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#40 0x7f52c7bc03eb in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#41 0x7f52c700832a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#42 0x7f52c7bbf416 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
at /usr/lib64/libQt5Widgets.so.5
#43 0x7f52c7c113b1 in  () at /usr/lib64/libQt5Widgets.so.5
#44 0x7f52c7c148be in  () at /usr/lib64/libQt5Widgets.so.5
#45 0x7f52c7bb94ff in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#46 0x7f52c700832a in QCoreApplication:

[amarok] [Bug 432902] Amarok crashes when changing Media Source

2021-02-18 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432902

--- Comment #2 from Vojtěch Zeisek  ---
Created attachment 135870
  --> https://bugs.kde.org/attachment.cgi?id=135870=edit
amarok --debug

Hello, I have packages amarok, amarok-debuginfo and amarok-lang, version
2.9.70git.20201222T022603~89d13c15ad-142.6, openSUSE Tumbleweed. I can
reproduce the bug every time on two computers. See attached log.

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

[amarok] [Bug 432903] Amarok crashes on exit

2021-02-18 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #3 from Vojtěch Zeisek  ---
Created attachment 135869
  --> https://bugs.kde.org/attachment.cgi?id=135869=edit
amarok --debug

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

[amarok] [Bug 432903] Amarok crashes on exit

2021-02-18 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

--- Comment #2 from Vojtěch Zeisek  ---
Hello, I have packages amarok, amarok-debuginfo and amarok-lang, version
2.9.70git.20201222T022603~89d13c15ad-142.6, openSUSE Tumbleweed. I can
reproduce the bug every time on two computers. See attached log.

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

[amarok] [Bug 432903] New: Amarok crashes on exit

2021-02-13 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432903

Bug ID: 432903
   Summary: Amarok crashes on exit
   Product: amarok
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: kf5

Application: amarok (2.9.70)

Qt Version: 5.15.2
Frameworks Version: 5.78.0
Operating System: Linux 5.10.12-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Every time I try to quit Amarok (e.g. by Ctrl+Q), it crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault

[KCrash Handler]
#4  0x7f923bc1c174 in QWidget::setParent(QWidget*) () at
/usr/lib64/libQt5Widgets.so.5
#5  0x7f923c565260 in
BrowserBreadcrumbWidget::addBreadCrumbItem(BrowserBreadcrumbItem*)
(item=, this=0x5612601956b0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:171
#6  BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) (list=, this=0x5612601956b0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:120
#7  BrowserBreadcrumbWidget::updateBreadcrumbs() (this=0x5612601956b0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserBreadcrumbWidget.cpp:84
#8  0x7f923b0608c6 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f923c55daaf in BrowserCategoryList::viewChanged()
(this=0x561260622a80) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/build/src/amaroklib_autogen/H7W3GF2ISY/moc_BrowserCategoryList.cpp:198
#10 BrowserCategoryList::childViewChanged() (this=0x561260622a80) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserCategoryList.cpp:230
#11 0x7f923b0608c6 in  () at /usr/lib64/libQt5Core.so.5
#12 0x7f923c792649 in BrowserCategoryList::removeCategory(BrowserCategory*)
(category=0x5612608a5660, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserCategoryList.cpp:169
#13 ScriptableServiceManager::removeRunningScript(QString const&) (name=...,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/services/scriptable/ScriptableServiceManager.cpp:111
#14 ScriptItem::pause() (this=this@entry=0x5612601410b0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:148
#15 0x7f923c7926d3 in ScriptItem::stop() (this=0x5612601410b0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:324
#16 ScriptItem::~ScriptItem() (this=0x5612601410b0, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:355
#17 0x7f923c7927b9 in ScriptItem::~ScriptItem() (this=0x5612601410b0,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptItem.cpp:356
#18 0x7f923b053efe in QObjectPrivate::deleteChildren() () at
/usr/lib64/libQt5Core.so.5
#19 0x7f923b05ead4 in QObject::~QObject() () at /usr/lib64/libQt5Core.so.5
#20 0x7f923c791831 in ScriptManager::~ScriptManager() (this=0x7f9218041000,
this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptManager.cpp:72
#21 ScriptManager::destroy() () at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/scripting/scriptmanager/ScriptManager.cpp:78
#22 0x7f923c769eb8 in App::~App() (this=0x7ffd272cac00, this=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/App.cpp:221
#23 0x56125ebef109 in main(int, char**) (argc=,
argv=) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/main.cpp:56
[Inferior 1 (process 25437) detached]

Possible duplicates by query: bug 405285, bug 357519, bug 356867, bug 356718,
bug 321518.

Reported using DrKonqi

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

[amarok] [Bug 432902] New: Amarok crashes when changing Media Source

2021-02-13 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=432902

Bug ID: 432902
   Summary: Amarok crashes when changing Media Source
   Product: amarok
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: kf5

Application: amarok (2.9.70)

Qt Version: 5.15.2
Frameworks Version: 5.78.0
Operating System: Linux 5.10.12-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
When I try to change Media Source by clicking on Media Source Home icon and
changing from Files to whatever, Amarok crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault

[KCrash Handler]
#4  0x7ff8fbb79347 in QMutex::lock() () at /usr/lib64/libQt5Core.so.5
#5  0x7ff8fbd5c154 in
QCoreApplicationPrivate::lockThreadPostEventList(QObject*) () at
/usr/lib64/libQt5Core.so.5
#6  0x7ff8fbd5d239 in QCoreApplication::postEvent(QObject*, QEvent*, int)
() at /usr/lib64/libQt5Core.so.5
#7  0x7ff8fd28f7e6 in BrowserCategory::clearAdditionalItems()
(this=0xdf685bf0) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserCategory.cpp:168
#8  0x7ff8fd28fbca in
BrowserCategoryList::setActiveCategory(BrowserCategory*) (this=0xdfbb39c0,
category=category@entry=0xdf397820) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserCategoryList.cpp:202
#9  0x7ff8fd28fc8c in BrowserCategory::activate() (this=0xdf397820) at
/usr/src/debug/amarok-2.9.70git.20201222T022603~89d13c15ad-142.5.x86_64/src/browsers/BrowserCategory.cpp:135
#10 0x7ff8fbd908c6 in  () at /usr/lib64/libQt5Core.so.5
#11 0x7ff8fc903f12 in QAction::triggered(bool) () at
/usr/lib64/libQt5Widgets.so.5
#12 0x7ff8fc906751 in QAction::activate(QAction::ActionEvent) () at
/usr/lib64/libQt5Widgets.so.5
#13 0x7ff8fca80aaa in  () at /usr/lib64/libQt5Widgets.so.5
#14 0x7ff8fca881e2 in  () at /usr/lib64/libQt5Widgets.so.5
#15 0x7ff8fc94a35e in QWidget::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#16 0x7ff8fc90a50f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#17 0x7ff8fc9113fb in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#18 0x7ff8fbd5a2ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#19 0x7ff8fc910426 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
at /usr/lib64/libQt5Widgets.so.5
#20 0x7ff8fc962933 in  () at /usr/lib64/libQt5Widgets.so.5
#21 0x7ff8fc9658ce in  () at /usr/lib64/libQt5Widgets.so.5
#22 0x7ff8fc90a50f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#23 0x7ff8fbd5a2ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#24 0x7ff8fc1c6b73 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() at /usr/lib64/libQt5Gui.so.5
#25 0x7ff8fc19cc5c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() at /usr/lib64/libQt5Gui.so.5
#26 0x7ff8e84e0fea in  () at /usr/lib64/libQt5XcbQpa.so.5
#27 0x7ff8f1753e57 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#28 0x7ff8f17541d8 in  () at /usr/lib64/libglib-2.0.so.0
#29 0x7ff8f175428f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#30 0x7ff8fbdb183f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#31 0x7ff8fbd58cab in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#32 0x7ff8fca85c0c in  () at /usr/lib64/libQt5Widgets.so.5
#33 0x7ff8fca85d3f in QMenu::exec(QPoint const&, QAction*) () at
/usr/lib64/libQt5Widgets.so.5
#34 0x7ff8fca971ea in  () at /usr/lib64/libQt5Widgets.so.5
#35 0x7ff8fbd90900 in  () at /usr/lib64/libQt5Core.so.5
#36 0x7ff8fc9f7e5d in  () at /usr/lib64/libQt5Widgets.so.5
#37 0x7ff8fc9f8136 in QAbstractButton::mousePressEvent(QMouseEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#38 0x7ff8fc94a35e in QWidget::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#39 0x7ff8fc90a50f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#40 0x7ff8fc9113fb in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#41 0x7ff8fbd5a2ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#42 0x7ff8fc910426 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, 

[kmail2] [Bug 408354] If default maildir folder is changed a new set of folders are stored under "/home/$user/file:"

2020-02-13 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=408354

Vojtěch Zeisek  changed:

   What|Removed |Added

 CC||vojtech.zei...@opensuse.org

--- Comment #10 from Vojtěch Zeisek  ---
I can confirm it on openSUSE Tumbleweed, KMail 5.13.2 (19.12.2), KDE Frameworks
5.66.0, Qt 5.14.1 (built against 5.14.1).

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

[krunner] [Bug 394353] New: Krunner keeps crashing

2018-05-17 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=394353

Bug ID: 394353
   Summary: Krunner keeps crashing
   Product: krunner
   Version: 5.12.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: ---

Application: krunner (5.12.5)

Qt Version: 5.10.0
Frameworks Version: 5.45.0
Operating System: Linux 4.16.8-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Almost every time when I press Alt+F2 and start to type, Krunner crashes nearly
immediately nearly every time.

The crash can be reproduced sometimes.

-- Backtrace:
Application: krunner (krunner), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fde23c34340 (LWP 30394))]

Thread 23 (Thread 0x7fdda9ffb700 (LWP 30473)):
#0  0x7fde1cca956c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fde1faa1efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fddf7deaad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fddf7deeb28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fddf7deeb82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7fddf7deca6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7fde1faa0ba0 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fde1cca359b in start_thread () at /lib64/libpthread.so.0
#10 0x7fde1f399a1f in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7fddaa7fc700 (LWP 30472)):
#0  0x7fde1cca956c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fde1faa1efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fddf7deaad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fddf7deeb28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fddf7deeb82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7fddf7deca6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7fde1faa0ba0 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fde1cca359b in start_thread () at /lib64/libpthread.so.0
#10 0x7fde1f399a1f in clone () at /lib64/libc.so.6

Thread 21 (Thread 0x7fddaaffd700 (LWP 30471)):
#0  0x7fde1cca956c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fde1faa1efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fddf7deaad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fddf7deeb28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fddf7deeb82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7fddf7deca6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7fde1faa0ba0 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fde1cca359b in start_thread () at /lib64/libpthread.so.0
#10 0x7fde1f399a1f in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7fddab7fe700 (LWP 30470)):
#0  0x7fde1cca956c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fde1faa1efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fddf7deaad5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fddf7deeb28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fddf7de9cfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fddf7deeb82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fddf7de9cfd in

[kmail2] [Bug 381392] When changing outgoing identity on replying, signature is not updated

2018-05-08 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=381392

--- Comment #6 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
I still sometimes see it as it is described in #1. It almost every time happens
with some conferences. E.g. my opensuse.org e-mail is just forwarding the mail
to another account. Then, when I reply to the conference, KMail pick-up default
identity for that account. When I change the identity in KMail to that
opensuse.org, footer signature is not updated accordingly...

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

[kmail2] [Bug 387931] KMail 5.7.0 is missing the show message structure option

2018-04-16 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=387931

Vojtěch Zeisek <vojtech.zei...@opensuse.org> changed:

   What|Removed |Added

 CC||vojtech.zei...@opensuse.org

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

[krunner] [Bug 392293] New: Krunner is crashing all the time

2018-03-25 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=392293

Bug ID: 392293
   Summary: Krunner is crashing all the time
   Product: krunner
   Version: 5.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: ---

Application: krunner (5.12.3)

Qt Version: 5.10.0
Frameworks Version: 5.43.0
Operating System: Linux 4.15.10-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Krunner keeps crashing all the time. When I run it (Alt+F2) a type something,
Krunner crashes as soon as I hit Enter to launch the application or so; or it
crashes during typing. It doesn't happen every time, but almost, i.e. extremely
often.

The crash can be reproduced sometimes.

-- Backtrace:
Application: krunner (krunner), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc3c2972800 (LWP 2756))]

Thread 15 (Thread 0x7fc370ff9700 (LWP 4646)):
#0  0x7fc3bc24356c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fc3bea09efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fc396f5ead5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fc396f62b28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fc396f5dcfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fc396f62b82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fc396f5dcfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7fc396f60a6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7fc3bea08ba0 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fc3bc23d59b in start_thread () at /lib64/libpthread.so.0
#10 0x7fc3be301a1f in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7fc3717fa700 (LWP 4645)):
[KCrash Handler]
#6  0x7fc38b6b3463 in  () at /usr/lib64/libsqlite3.so.0
#7  0x7fc38b6fb979 in  () at /usr/lib64/libsqlite3.so.0
#8  0x7fc38b6d6472 in  () at /usr/lib64/libsqlite3.so.0
#9  0x7fc38b702791 in  () at /usr/lib64/libsqlite3.so.0
#10 0x7fc38b72027b in  () at /usr/lib64/libsqlite3.so.0
#11 0x7fc38b729871 in sqlite3_step () at /usr/lib64/libsqlite3.so.0
#12 0x7fc38b9a575d in  () at
/usr/lib64/qt5/plugins/sqldrivers/libqsqlite.so
#13 0x7fc38b9a68db in  () at
/usr/lib64/qt5/plugins/sqldrivers/libqsqlite.so
#14 0x7fc3b9916824 in QSqlQuery::exec() () at /usr/lib64/libQt5Sql.so.5
#15 0x7fc3863c in  () at
/usr/lib64/qt5/plugins/krunner_bookmarksrunner.so
#16 0x7fc38bbc2340 in  () at
/usr/lib64/qt5/plugins/krunner_bookmarksrunner.so
#17 0x7fc38bbbffee in  () at
/usr/lib64/qt5/plugins/krunner_bookmarksrunner.so
#18 0x7fc397182740 in
Plasma::AbstractRunner::performMatch(Plasma::RunnerContext&) () at
/usr/lib64/libKF5Runner.so.5
#19 0x7fc396f622e8 in
ThreadWeaver::Executor::run(QSharedPointer const&,
ThreadWeaver::Thread*) () at /usr/lib64/libKF5ThreadWeaver.so.5
#20 0x7fc396f61060 in
ThreadWeaver::Job::execute(QSharedPointer const&,
ThreadWeaver::Thread*) () at /usr/lib64/libKF5ThreadWeaver.so.5
#21 0x7fc396f60b2d in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#22 0x7fc3bea08ba0 in  () at /usr/lib64/libQt5Core.so.5
#23 0x7fc3bc23d59b in start_thread () at /lib64/libpthread.so.0
#24 0x7fc3be301a1f in clone () at /lib64/libc.so.6

Thread 13 (Thread 0x7fc371ffb700 (LWP 4644)):
#0  0x7fc3bc24356c in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fc3bea09efb in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fc396f5ead5 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib64/libKF5ThreadWeaver.so.5
#3  0x7fc396f62b28 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#4  0x7fc396f5dcfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#5  0x7fc396f62b82 in  () at /usr/lib64/libKF5ThreadWeaver.so.5
#6  0x7fc396f5dcfd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib64/libKF5ThreadWeaver.so.5
#7  0x7fc396f60a6b in ThreadWeaver::Thread::run() () at
/usr/lib64/libKF5ThreadWeaver.so.5
#8  0x7fc3bea08ba0 in  () at /usr/lib64/libQt5Core.so.5
#9  0x7fc3bc23d59b in start_thread () at /lib64/libpthread.so.0
#10 0x7fc3be301a1f in clone () at /lib64/libc.so.6

Thread 12 (Thread 0x7fc3727fc700 (LWP 4643)):
#0  0x7fc3bc24356c 

[kmail2] [Bug 381392] When changing outgoing identity on replying, signature is not updated

2018-02-14 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=381392

--- Comment #2 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
Still present in KMail 5.7.1 (KF 5.42.0), Qt 5.10.0.

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

[plasmashell] [Bug 381711] New: Plasma crashes when manipulating plasmoids

2017-06-27 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=381711

Bug ID: 381711
   Summary: Plasma crashes when manipulating plasmoids
   Product: plasmashell
   Version: 5.10.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: vojtech.zei...@opensuse.org
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.2)

Qt Version: 5.9.0
Frameworks Version: 5.34.0
Operating System: Linux 4.11.6-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Plasma sometimes crashes when I'm manipulating with plasmoids. It usually
crashes after some action (widget is added, removed, ...). The desired action
is finished correctly, but the crash is bit annoying.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4f395098c0 (LWP 2526))]

Thread 11 (Thread 0x7f4e399a7700 (LWP 23014)):
#0  0x7f4f32b2308d in poll () at /lib64/libc.so.6
#1  0x7f4f2d950ce9 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f4f2d950dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4f3343e75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f4f333e7d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4f3321a05a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f4f3321e73e in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f4f323e64e7 in start_thread () at /lib64/libpthread.so.0
#8  0x7f4f32b2ca2f in clone () at /lib64/libc.so.6

Thread 10 (Thread 0x7f4e389a5700 (LWP 3497)):
#0  0x7f4f28daf96d in pa_pstream_unref () at
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#1  0x7f4f28dafec3 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#2  0x7f4f28db072f in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#3  0x7f4f29b59508 in pa_mainloop_dispatch () at /usr/lib64/libpulse.so.0
#4  0x7f4f29b598de in pa_mainloop_iterate () at /usr/lib64/libpulse.so.0
#5  0x7f4f29b59960 in pa_mainloop_run () at /usr/lib64/libpulse.so.0
#6  0x7f4f29b677c9 in  () at /usr/lib64/libpulse.so.0
#7  0x7f4f28dc00b8 in  () at /usr/lib64/pulseaudio/libpulsecommon-10.0.so
#8  0x7f4f323e64e7 in start_thread () at /lib64/libpthread.so.0
#9  0x7f4f32b2ca2f in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f4e0700 (LWP 3496)):
#0  0x7f4f32b2308d in poll () at /lib64/libc.so.6
#1  0x7f4f2d950ce9 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f4f2d950dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4f3343e75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f4f333e7d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4f3321a05a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f4f36363d45 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f4f3321e73e in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f4f323e64e7 in start_thread () at /lib64/libpthread.so.0
#9  0x7f4f32b2ca2f in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f4e6bd71700 (LWP 3054)):
#0  0x7f4f2d995b34 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f4f2d950889 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f4f2d950d68 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f4f2d950dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f4f3343e75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f4f333e7d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f4f3321a05a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f4e6e608f37 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#8  0x7f4f3321e73e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f4f323e64e7 in start_thread () at /lib64/libpthread.so.0
#10 0x7f4f32b2ca2f in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f4e81303700 (LWP 2725)):
#0  0x7ffd6bfeda01 in clock_gettime ()
#1  0x7f4f32b39f86 in clock_gettime () at /lib64/libc.so.6
#2  0x7f4f3343da31 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f4f3343c309 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f4f3343c885 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f4f3343ddae in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f4f2d950228 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f4f2d950c1b in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f4f2d950dfc in g_main_context_iteration () at

[kmail2] [Bug 381392] New: When changing outgoing identity, footer is not changed

2017-06-19 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=381392

Bug ID: 381392
   Summary: When changing outgoing identity, footer is not changed
   Product: kmail2
   Version: Git (master)
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-b...@kde.org
  Reporter: vojtech.zei...@opensuse.org
  Target Milestone: ---

I use KMail 5.5.2 on openSUSE Tumbleweed (KF 5.34.0, Qt 5.7.1). When answering
an e-mail, if I change identity, the signature in footer is not changed. The
signature was set in the signature tab of the identity editor. If I compose new
e-mail (i.e. not replying), this works. It happens only when replying to e-mail
(typically needed if I answer conference e-mail).

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

[kmail2] [Bug 360031] KMail sometimes crashes on startup

2017-05-26 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=360031

--- Comment #8 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
I'm now running openSUSE TW with KMail (and respective KF, Plasma, ...) 5.5.1
and I haven't seen this bug for months. I was never really using NVIDIA
graphics - on notebook with Intel+NVIDIA I use only the Intel card. Kernel sees
the NVIDIA card (BIOS doesn't allow disabling it completely, but it is
inactive) and loads nouveau driver (currently 1.0.15), but it is not in real
use. So I doubt it has any effect.

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

[kmail2] [Bug 283991] Email Address Completition Incomplete

2017-05-26 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=283991

--- Comment #14 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
This bug is still sporadically present in 5.5.1. It helps to clear cache of
respective addressbook in Akonadi Console. This is just a workaround, as such
need should not happen.

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

[Akonadi] [Bug 332109] Excessive IO usage of akonadi_baloo feeder

2016-11-12 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=332109

--- Comment #7 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
OK, so this is another problem and this bug can be closed.

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

[Akonadi] [Bug 332109] Excessive IO usage of akonadi_baloo feeder

2016-11-11 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=332109

--- Comment #5 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
After some time of peace, I do hit it again in baloo 5.26.0 (openSUSE TW,
Plasma 5.8.2)...

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

[amarok] [Bug 372344] New: When playing random albums, playing of particular album commonly start by the second and not first song

2016-11-11 Thread Vojtěch Zeisek
https://bugs.kde.org/show_bug.cgi?id=372344

Bug ID: 372344
   Summary: When playing random albums, playing of particular
album commonly start by the second and not first song
   Product: amarok
   Version: 2.8.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Playback
  Assignee: amarok-bugs-d...@kde.org
  Reporter: vojtech.zei...@opensuse.org
CC: ma...@laitl.cz
  Target Milestone: 2.9

When playing random albums, playing of particular album commonly start by the
second and not first song. It doesn't happen every time, but still fairly
commonly.

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

[kmail2] [Bug 368400] New: KMail sometimes crashes

2016-09-07 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368400

Bug ID: 368400
   Summary: KMail sometimes crashes
   Product: kmail2
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: vojtech.zei...@opensuse.org

Application: kmail (5.3.0 (QtWebEngine))

Qt Version: 5.6.1
Frameworks Version: 5.25.0
Operating System: Linux 4.7.2-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Without any aparent reason or user intervention, KMail sometimes crashes. It is
running in background and the user can do whatever different.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7efe4be75940 (LWP 2315))]

Thread 41 (Thread 0x7efcad21c700 (LWP 4911)):
#0  0x7efe48c20a1d in poll () at /lib64/libc.so.6
#1  0x7efe3e296036 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7efe3e29614c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7efe49763aeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7efe4970b76a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7efe495313b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7efe495362d8 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#8  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 40 (Thread 0x7efdfe17e700 (LWP 4532)):
#0  0x7efe3e2da034 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7efe3e294fde in g_main_context_acquire () at
/usr/lib64/libglib-2.0.so.0
#2  0x7efe3e295ee5 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7efe3e29614c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7efe49763aeb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7efe4970b76a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7efe495313b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7efe495362d8 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#9  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 39 (Thread 0x7efcafffd700 (LWP 4486)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe34f91129 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7efe34f91840 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7efe34f91a10 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7efe34f8e5cd in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#6  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 38 (Thread 0x7efd78d59700 (LWP 4485)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe34f91129 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7efe34f91840 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7efe34f91a10 in  () at /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7efe34f8e5cd in  () at /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#6  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 37 (Thread 0x7efd7995a700 (LWP 4419)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe39a13163 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7efe39d49781 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#4  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 36 (Thread 0x7efd7a15b700 (LWP 4418)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe39a13163 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7efe39d49781 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#4  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 35 (Thread 0x7efd7a95c700 (LWP 4417)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe39a13163 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7efe39d49781 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7efe3eab9474 in start_thread () at /lib64/libpthread.so.0
#4  0x7efe48c293ed in clone () at /lib64/libc.so.6

Thread 34 (Thread 0x7efd7b15d700 (LWP 4416)):
#0  0x7efe3eabf09f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7efe39a13163 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7efe39d49781 in  () at /usr/lib64/libQt5WebKit.so.5
#3  

[akregator] [Bug 346466] Akregator sometimes crashes

2016-05-09 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346466

Vojtěch Zeisek <vojtech.zei...@opensuse.org> changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
I wasn't able to reproduce the bug again with the latest version.

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

[kopete] [Bug 360029] Kopete sometimes crashes on exit

2016-05-09 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360029

Vojtěch Zeisek <vojtech.zei...@opensuse.org> changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
I wasn't able to reproduce the problem since then.

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

[Baloo] [Bug 361707] New: Baloo keeps crashing

2016-04-13 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361707

Bug ID: 361707
   Summary: Baloo keeps crashing
   Product: Baloo
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: m...@vhanda.in
  Reporter: vojtech.zei...@opensuse.org
CC: pinak.ah...@gmail.com

Application: baloo_file (5.21.0)

Qt Version: 5.6.0
Frameworks Version: 5.21.0
Operating System: Linux 4.1.20-11-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
Every time I turn on the computer, baloo is after some time crashing. "balooctl
status" shows indexing doesn't move forward - it is still in about 1/3 of files
and the number and index size doesn't grow up.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Segmentation
fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2331e75780 (LWP 1964))]

Thread 3 (Thread 0x7f2327189700 (LWP 1966)):
#0  0x7f232f9b7bbd in poll () at /lib64/libc.so.6
#1  0x7f232c3e1e64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f232c3e1f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f23305c63fb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f233057404b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f23303b05da in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f233176a095 in  () at /usr/lib64/libQt5DBus.so.5
#7  0x7f23303b5079 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f232ea060a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f232f9bffed in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f2326787700 (LWP 3190)):
#0  0x7f232f9b7bbd in poll () at /lib64/libc.so.6
#1  0x7f232c3e1e64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f232c3e1f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f23305c63fb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f233057404b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x004155de in  ()
#6  0x7f23303b1ede in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f23303b5079 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f232ea060a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f232f9bffed in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f2331e75780 (LWP 1964)):
[KCrash Handler]
#6  0x7f232d6cd25c in mdb_get () at /usr/lib64/liblmdb-0.9.14.so
#7  0x7f2330c6555d in Baloo::IdTreeDB::get(unsigned long long) () at
/usr/lib64/libKF5BalooEngine.so.5
#8  0x7f2330c62a50 in Baloo::DocumentUrlDB::getId(unsigned long long,
QByteArray const&) const () at /usr/lib64/libKF5BalooEngine.so.5
#9  0x7f2330c74421 in Baloo::Transaction::documentId(QByteArray const&)
const () at /usr/lib64/libKF5BalooEngine.so.5
#10 0x0041d8f3 in  ()
#11 0x0041e232 in  ()
#12 0x7f23305a0253 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib64/libQt5Core.so.5
#13 0x0041eb2a in  ()
#14 0x0042 in  ()
#15 0x7f23305a0253 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib64/libQt5Core.so.5
#16 0x7f233061904e in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal) () at /usr/lib64/libQt5Core.so.5
#17 0x7f23305acd89 in QSocketNotifier::event(QEvent*) () at
/usr/lib64/libQt5Core.so.5
#18 0x7f23305760cc in QCoreApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Core.so.5
#19 0x7f2330576005 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#20 0x7f23305c71ae in  () at /usr/lib64/libQt5Core.so.5
#21 0x7f232c3e1c84 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#22 0x7f232c3e1ed8 in  () at /usr/lib64/libglib-2.0.so.0
#23 0x7f232c3e1f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#24 0x7f23305c63dc in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#25 0x7f233057404b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#26 0x7f233057bf56 in QCoreApplication::exec() () at
/usr/lib64/libQt5Core.so.5
#27 0x0040a902 in  ()
#28 0x7f232f8fcb05 in __libc_start_main () at /lib64/libc.so.6
#29 0x0040aa7e in _start ()

Possible duplicates by query: bug 359672, bug 355210, bug 353223.

Reported using DrKonqi

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


[kopete] [Bug 360029] Kopete sometimes crashes on exit

2016-03-12 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360029

--- Comment #2 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
DrKonqi reported the backtrace is very useful. :-( OK, I'll install it. It is
irregular , so let's see if I can reproduce it.

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

[kmail2] [Bug 360031] New: KMail sometimes crashes on startup

2016-03-03 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360031

Bug ID: 360031
   Summary: KMail sometimes crashes on startup
   Product: kmail2
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: vojtech.zei...@opensuse.org

Application: kmail (5.1.2)

Qt Version: 5.5.1
Operating System: Linux 4.1.15-8-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
Sometimes, when I start KMail, it shows information it has crashed, but the
application is restarted and works normally. Apart of little disturbance on the
beginning, it works perfectly.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f42488e5800 (LWP 28645))]

Thread 18 (Thread 0x7f4223c28700 (LWP 28646)):
#0  0x7f42458d7bbd in poll () at /lib64/libc.so.6
#1  0x7f42388ff422 in  () at /usr/lib64/libxcb.so.1
#2  0x7f423890100f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7f42259533c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f42461e732f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 17 (Thread 0x7f422191f700 (LWP 28660)):
#0  0x7f42458d7bbd in poll () at /lib64/libc.so.6
#1  0x7f423b6bae64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f423b6baf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f4246419d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f42463c0d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f42461e261a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f42461e732f in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#8  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 16 (Thread 0x7f4201749700 (LWP 28680)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236756733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236756759 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 15 (Thread 0x7f41b2dd6700 (LWP 28695)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f423646275d in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7f41b25d5700 (LWP 28696)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236463733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 13 (Thread 0x7f41b1dd4700 (LWP 28697)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236463733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 12 (Thread 0x7f41b15d3700 (LWP 28698)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236463733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 11 (Thread 0x7f41b0dd2700 (LWP 28699)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236463733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 10 (Thread 0x7f419bfff700 (LWP 28700)):
#0  0x7f423bbdb03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4236463733 in  () at /usr/lib64/libQt5WebKit.so.5
#2  0x7f4236785031 in  () at /usr/lib64/libQt5WebKit.so.5
#3  0x7f423bbd70a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f42458dffed in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f419b7fe700 (LWP 28701)):
#0  0x7f423bbdb03f in 

[kopete] [Bug 360029] New: Kopete sometimes crashes on exit

2016-03-03 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360029

Bug ID: 360029
   Summary: Kopete sometimes crashes on exit
   Product: kopete
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kopete-bugs-n...@kde.org
  Reporter: vojtech.zei...@opensuse.org

Application: kopete (1.8.2)
KDE Platform Version: 4.14.17
Qt Version: 4.8.6
Operating System: Linux 4.1.15-8-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:

Sometimes, when quiting Kopete (Ctrl+Q), it crashes without any apparent
reason.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kopete (kopete), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f77a9576800 (LWP 8778))]

Thread 3 (Thread 0x7f778eee6700 (LWP 9156)):
#0  0x7f77a589fbbd in poll () at /lib64/libc.so.6
#1  0x7f77a0932e64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f77a0932f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f77a6fd9fde in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f77a6fabd4f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f77a6fac045 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f778fd66cf6 in QCA::SyncThread::run() () at /usr/lib64/libqca.so.2
#7  0x7f77a6eabbbf in  () at /usr/lib64/libQtCore.so.4
#8  0x7f77a2ad70a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f77a58a7fed in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f778e6e5700 (LWP 9157)):
#0  0x7f77a093269c in g_main_context_query () at
/usr/lib64/libglib-2.0.so.0
#1  0x7f77a0932dcf in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f77a0932f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f77a6fd9fde in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f77a6fabd4f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f77a6fac045 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f77a6ea94df in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f77901c7855 in  () at /usr/lib64/kde4/kopete_jabber.so
#8  0x7f77a6eabbbf in  () at /usr/lib64/libQtCore.so.4
#9  0x7f77a2ad70a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f77a58a7fed in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f77a9576800 (LWP 8778)):
[KCrash Handler]
#6  0x7f77900e7d10 in JabberClient::client() const () at
/usr/lib64/kde4/kopete_jabber.so
#7  0x7f77900e7d49 in JabberClient::rootTask() const () at
/usr/lib64/kde4/kopete_jabber.so
#8  0x7f77900dc7c8 in  () at /usr/lib64/kde4/kopete_jabber.so
#9  0x7f77900e0e13 in  () at /usr/lib64/kde4/kopete_jabber.so
#10 0x7f77900e1e8d in  () at /usr/lib64/kde4/kopete_jabber.so
#11 0x7f77a6fc10fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#12 0x7f779013bdee in  () at /usr/lib64/kde4/kopete_jabber.so
#13 0x7f77a6fc549e in QObject::event(QEvent*) () at
/usr/lib64/libQtCore.so.4
#14 0x7f77a60ca79c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQtGui.so.4
#15 0x7f77a60d0cdd in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQtGui.so.4
#16 0x7f77a7a0ee1a in KApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libkdeui.so.5
#17 0x7f77a6fad18d in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQtCore.so.4
#18 0x7f77a6fb045d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/libQtCore.so.4
#19 0x7f77a6fda7fe in  () at /usr/lib64/libQtCore.so.4
#20 0x7f77a0932c84 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#21 0x7f77a0932ed8 in  () at /usr/lib64/libglib-2.0.so.0
#22 0x7f77a0932f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#23 0x7f77a6fd9fbe in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#24 0x7f77a61676a6 in  () at /usr/lib64/libQtGui.so.4
#25 0x7f77a6fabd4f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#26 0x7f77a6fac045 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#27 0x7f77a6fb1499 in QCoreApplication::exec() () at
/usr/lib64/libQtCore.so.4
#28 0x5557e5623626 in  ()
#29 0x7f77a57e4b05 in __libc_start_main () at /lib64/libc.so.6
#30 0x5557e562367f in _start ()

Reported using DrKonqi

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


[akregator] [Bug 360022] New: Akregator crashes when reloading an article

2016-03-03 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360022

Bug ID: 360022
   Summary: Akregator crashes when reloading an article
   Product: akregator
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: vojtech.zei...@opensuse.org

Application: akregator (5.1.2)

Qt Version: 5.5.1
Operating System: Linux 4.1.15-8-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:

Any time I reload an article (F5 or right-click and reload), Akregator crashes.
Unlike version from KDE4, after restart it does not ask if user wishes to
restore the session.

The crash can be reproduced every time.

-- Backtrace:
Application: Akregator (akregator), signal: Illegal instruction
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcfce35c800 (LWP 10529))]

Thread 3 (Thread 0x7fcfad7a7700 (LWP 10530)):
#0  0x7fcfca0b5bbd in poll () at /lib64/libc.so.6
#1  0x7fcfc094e422 in  () at /usr/lib64/libxcb.so.1
#2  0x7fcfc095000f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7fcfaf4d23c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7fcfca9c532f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7fcfc31990a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7fcfca0bdfed in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fcfa6ec7700 (LWP 10531)):
#0  0x7fcfca0b5bbd in poll () at /lib64/libc.so.6
#1  0x7fcfc2c7ce64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fcfc2c7cf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fcfcabf7d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fcfcab9ed53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fcfca9c061a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fcfca9c532f in  () at /usr/lib64/libQt5Core.so.5
#7  0x7fcfc31990a4 in start_thread () at /lib64/libpthread.so.0
#8  0x7fcfca0bdfed in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fcfce35c800 (LWP 10529)):
[KCrash Handler]
#6  0x7fcfcac59b90 in QListData::shared_null () at
/usr/lib64/libQt5Core.so.5
#7  0x7fcfcaba8f09 in QMetaObject::cast(QObject*) const () at
/usr/lib64/libQt5Core.so.5
#8  0x7fcfccf53b0f in  () at /usr/lib64/libKF5XmlGui.so.5
#9  0x7fcfcaba0fc3 in
QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#10 0x7fcfcc242e08 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#11 0x7fcfcc2492e9 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#12 0x7fcfcaba0e95 in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#13 0x7fcfcc29c277 in  () at /usr/lib64/libQt5Widgets.so.5
#14 0x7fcfcc29e353 in  () at /usr/lib64/libQt5Widgets.so.5
#15 0x7fcfcc242e7c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#16 0x7fcfcc247cc8 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#17 0x7fcfcaba0e95 in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#18 0x7fcfcb0f2964 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() at /usr/lib64/libQt5Gui.so.5
#19 0x7fcfcb0f4175 in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
() at /usr/lib64/libQt5Gui.so.5
#20 0x7fcfcb0d9268 in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() at /usr/lib64/libQt5Gui.so.5
#21 0x7fcfaf4fd200 in  () at /usr/lib64/libQt5XcbQpa.so.5
#22 0x7fcfc2c7cc84 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#23 0x7fcfc2c7ced8 in  () at /usr/lib64/libglib-2.0.so.0
#24 0x7fcfc2c7cf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#25 0x7fcfcabf7d6c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#26 0x7fcfcab9ed53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#27 0x7fcfcaba68f6 in QCoreApplication::exec() () at
/usr/lib64/libQt5Core.so.5
#28 0x0040a8ab in main ()

Reported using DrKonqi

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


[digikam] [Bug 357696] New: DigiKam crashes at startup

2016-01-08 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357696

Bug ID: 357696
   Summary: DigiKam crashes at startup
   Product: digikam
   Version: 4.6.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-de...@kde.org
  Reporter: vojtech.zei...@opensuse.org

Application: digikam (4.6.0)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-29-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
Digikam crashes every time I start it.

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2ea83f8880 (LWP 27698))]

Thread 5 (Thread 0x7f2e8911b700 (LWP 27699)):
#0  0x7f2ea0eceffd in recvmsg () at /lib64/libc.so.6
#1  0x7f2ea8470fb9 in udev_monitor_receive_device () at
/usr/lib64/libudev.so.1
#2  0x7f2e897d98fb in linux_udev_event_thread_main () at
/usr/lib64/libusb-1.0.so.0
#3  0x7f2e9ee190a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f2ea0ece08d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f2e81b63700 (LWP 27700)):
#0  0x7f2e9ee1d05f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f2ea19adc86 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQtCore.so.4
#2  0x005e44ae in  ()
#3  0x7f2ea19ad79f in  () at /usr/lib64/libQtCore.so.4
#4  0x7f2e9ee190a4 in start_thread () at /lib64/libpthread.so.0
#5  0x7f2ea0ece08d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f2e81362700 (LWP 27701)):
#0  0x7f2ea0ec5c5d in poll () at /lib64/libc.so.6
#1  0x7f2e99010be4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f2e99010cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f2ea1adc0de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f2ea1aade6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f2ea1aae165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f2ea19ab0bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f2ea1a8f783 in  () at /usr/lib64/libQtCore.so.4
#8  0x7f2ea19ad79f in  () at /usr/lib64/libQtCore.so.4
#9  0x7f2e9ee190a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f2ea0ece08d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f2e80b61700 (LWP 27703)):
#0  0x7f2e9ee1d05f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f2ea19adc86 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQtCore.so.4
#2  0x7f2ea61b93fa in  () at /usr/lib64/libdigikamcore.so.4.6.0
#3  0x7f2ea19ad79f in  () at /usr/lib64/libQtCore.so.4
#4  0x7f2e9ee190a4 in start_thread () at /lib64/libpthread.so.0
#5  0x7f2ea0ece08d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f2ea83f8880 (LWP 27698)):
[KCrash Handler]
#5  0x7f2ea0f0cfe6 in __strcmp_ssse3 () at /lib64/libc.so.6
#6  0x7f2e66a0ffee in QMetaType::registerNormalizedType(QByteArray const&,
void (*)(void*), void* (*)(void const*), void (*)(void*), void* (*)(void*, void
const*), int, QFlags, QMetaObject const*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f2e66f0ff57 in  () at /usr/lib64/libQt5Gui.so.5
#8  0x7f2ea82b58ea in call_init.part () at /lib64/ld-linux-x86-64.so.2
#9  0x7f2ea82b59d3 in _dl_init_internal () at /lib64/ld-linux-x86-64.so.2
#10 0x7f2ea82b9b08 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#11 0x7f2ea82b57a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#12 0x7f2ea82b92fb in _dl_open () at /lib64/ld-linux-x86-64.so.2
#13 0x7f2e97a3502b in dlopen_doit () at /lib64/libdl.so.2
#14 0x7f2ea82b57a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#15 0x7f2e97a355dd in _dlerror_run () at /lib64/libdl.so.2
#16 0x7f2e97a350c1 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#17 0x7f2e6ccba59f in  () at /usr/lib64/libvlccore.so.7
#18 0x7f2e6cca3d5d in  () at /usr/lib64/libvlccore.so.7
#19 0x7f2e6cca4057 in  () at /usr/lib64/libvlccore.so.7
#20 0x7f2e6cca42c9 in  () at /usr/lib64/libvlccore.so.7
#21 0x7f2e6cca4534 in  () at /usr/lib64/libvlccore.so.7
#22 0x7f2e6cca4a87 in  () at /usr/lib64/libvlccore.so.7
#23 0x7f2e6cc3c49d in libvlc_InternalInit () at /usr/lib64/libvlccore.so.7
#24 0x7f2e6ca0d623 in libvlc_new () at /usr/lib64/libvlc.so.5
#25 0x7f2e6cf3eec9 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#26 0x7f2e6cf24728 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7f2e6cf251eb in qt_plugin_instance () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7f2ea1a93641 in 

[Phonon] [Bug 357696] DigiKam crashes at startup

2016-01-08 Thread Vojtěch Zeisek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357696

--- Comment #1 from Vojtěch Zeisek <vojtech.zei...@opensuse.org> ---
Problem was caused by somehow broken phono-backend-vlc
https://build.opensuse.org/package/show/openSUSE:13.2:Update/phonon-backend-vlc
I don't know if it is upstream or distributional problem. The package came from
here https://build.opensuse.org/package/show/openSUSE:13.2:Update/digikam

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