[akregator] [Bug 262271] Akregator fetched feeds with incorrect content (overlapping with each other) with dates in future.

2017-03-21 Thread Rewarp
https://bugs.kde.org/show_bug.cgi?id=262271

Rewarp  changed:

   What|Removed |Added

 CC||rew...@thestrayworld.com

--- Comment #9 from Rewarp  ---
I have feeds being pulled from the year 2106!

http://i.imgur.com/6CGI1VV.png

Here the feed for the podcast The Bugle from which the problem originates,
though knowing the host, they will probably find this to be the basis of a pun
run.

URL of the episode to confirm that it is indeed, not from the future:

http://bugle.prx.org/2013/12/bugle-253-lenin-in-a-dress/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+thebuglefeed+%28The+Bugle%29

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377656] akonadiserver is aborting

2017-03-21 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377656

--- Comment #6 from Steve  ---
Some information printed to the console around the time of another abort:

org.kde.pim.akonadicore: Got a stale notification for an item which was already
removed. 2061954 ""
org.kde.pim.akonadicore: Got a stale notification for an item which was already
removed. 2061955 ""
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-cmd.socket"
org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket: Remote closed"
org.kde.pim.akonadicore: Error on fetching collection statistics:  ""
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-cmd.socket"
org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket: Remote closed"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
org.kde.pim.akonadicore: "QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.jJx32f/akonadiserver-ntf.socket"
"Unknown error."
org.kde.pim.akonadicore: Error on fetching collection statistics:  ""
"Unknown error."
org.kde.pim.akonadicore: Error on fetching collection statistics:  ""

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377656] akonadiserver is aborting

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377656

Daniel Vrátil  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||dvra...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377656] akonadiserver is aborting

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377656

Daniel Vrátil  changed:

   What|Removed |Added

 CC||m...@vowleyfarm.co.uk

--- Comment #5 from Daniel Vrátil  ---
*** Bug 377871 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377871] "Filed to write data to stream"

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377871

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 377656 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377897] Findings from code review

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377897

--- Comment #2 from Daniel Vrátil  ---
Thanks for the review! 

The leaked FDs are false positives, as the FD is passed into QLocalSocket which
then takes ownership and ensures they are freed when the QLocalSocket is
destroyed.

The "identical branches" warnings are from a generated code (code generated by
Qt during compilation), so nothing I can fix easily.

I fixed the missing return, missing break, and double return issues. Thanks
again!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377897] Findings from code review

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377897

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||17.04
  Latest Commit||https://commits.kde.org/ako
   ||nadi/92c529c2cae9f9661b938f
   ||bbbe84a1fa180c832f
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil  ---
Git commit 92c529c2cae9f9661b938fbbbe84a1fa180c832f by Daniel Vrátil.
Committed on 22/03/2017 at 00:27.
Pushed by dvratil into branch 'Applications/17.04'.

Fix missing break/return statements

Thanks to Steve Grubb for pointing those out.
FIXED-IN: 17.04

M  +1-0src/core/changerecorder_p.cpp
M  +0-2src/private/protocol.cpp
M  +2-0src/server/handler.cpp

https://commits.kde.org/akonadi/92c529c2cae9f9661b938fbbbe84a1fa180c832f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

Daniel Vrátil  changed:

   What|Removed |Added

 CC||pe...@prh.myzen.co.uk

--- Comment #175 from Daniel Vrátil  ---
*** Bug 346695 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 346695] KMail2 generates duplicates of e-mails

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=346695

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #5 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #174 from Daniel Vrátil  ---
*** Bug 333035 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 333035] Supposable timing problem causes duplicate mails after filtering

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=333035

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 363723] Kmail crashes when "Server supports sieve" enabled

2017-03-21 Thread Wouter Haffmans
https://bugs.kde.org/show_bug.cgi?id=363723

--- Comment #17 from Wouter Haffmans  ---
I still experience this crash with the current (2017-03-21) source build.

Digging through the code and the stack trace, it seems the problem is in
libksieve's VacationCheckJob::getNextScript() method.

This code does a range of mScriptPos check on a list mAvailableScripts (through
isLastScript()), but then doesn't return. This causes
"mAvailableScripts[mScriptPos]" (line 185 in vacationcheckjob.cpp) to be out of
range and triggers the crash.

It seems to me that adding a return statement if the last script is reached
will solve the crash, but I haven't confirmed that yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 362398] duplicate mails but different size shown

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=362398

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #173 from Daniel Vrátil  ---
*** Bug 362398 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

Daniel Vrátil  changed:

   What|Removed |Added

 CC||lukasz.wojnilow...@gmail.co
   ||m

--- Comment #172 from Daniel Vrátil  ---
*** Bug 323980 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 323980] Duplicate messages if antispam filter enabled

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=323980

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #8 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

Daniel Vrátil  changed:

   What|Removed |Added

 CC||xda...@ngi.it

--- Comment #171 from Daniel Vrátil  ---
*** Bug 293918 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 293918] kmail2 duplicates some messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=293918

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #18 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

Daniel Vrátil  changed:

   What|Removed |Added

 CC||kol...@aon.at

--- Comment #170 from Daniel Vrátil  ---
*** Bug 322676 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 322676] massive regression - lots and lots of duplicate emails

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=322676

Daniel Vrátil  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

Daniel Vrátil  changed:

   What|Removed |Added

 CC||gugs...@free.fr

--- Comment #169 from Daniel Vrátil  ---
*** Bug 377344 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377344] Some emails are duplicated

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377344

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #168 from Daniel Vrátil  ---
*** Bug 322126 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 322126] emails get filtered twice and thus duplicated in kmail2

2017-03-21 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=322126

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||dvra...@kde.org

--- Comment #14 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 283682 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 345211] mails in ~/.local/share/local-mail don't show up any more

2017-03-21 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=345211

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377897] New: Findings from code review

2017-03-21 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377897

Bug ID: 377897
   Summary: Findings from code review
   Product: Akonadi
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: sgr...@redhat.com
  Target Milestone: ---

Leaked FD:
akonadi-16.12.2/src/rds/bridgeconnection.cpp:96: open_fn: Returning handle
opened by "socket".
akonadi-16.12.2/src/rds/bridgeconnection.cpp:96: var_assign: Assigning: "fd" =
handle returned from "socket(1, SOCK_STREAM, 0)".
akonadi-16.12.2/src/rds/bridgeconnection.cpp:103: noescape: Resource "fd" is
not freed or pointed-to in "connect".
akonadi-16.12.2/src/rds/bridgeconnection.cpp:107: leaked_handle: Handle
variable "fd" going out of scope leaks the handle.

Missing return statements:
akonadi-16.12.2/src/server/handler.cpp:216: unterminated_case: The case for
value "Akonadi::Protocol::Command::SubscriptionChangeNotification" is not
terminated by a 'break' statement.
akonadi-16.12.2/src/server/handler.cpp:219: fallthrough: The above case falls
through to this one.
akonadi-16.12.2/src/server/handler.cpp:222: fallthrough: The above case falls
through to this one.

Identical branches:
akonadi-16.12.2/x86_64-redhat-linux-gnu/src/agentbase/moc_preprocessorbase.cpp:87:
implicit_else: The code from the above if-then branch is identical to the code
after the if statement.
akonadi-16.12.2/x86_64-redhat-linux-gnu/src/agentbase/moc_preprocessorbase.cpp:85:
identical_branches: The same code is executed when the condition "_id < 0" is
true or false, because the code in the if-then branch and after the if
statement is identical.

The identical branches is in other files, too. You can probably grep on it.

Missing Break:
akonadi-16.12.2/src/core/changerecorder_p.cpp:95: unterminated_case: The case
for value "Akonadi::ChangeRecorderPrivate::Collection" is not terminated by a
'break' statement.
akonadi-16.12.2/src/core/changerecorder_p.cpp:97: fallthrough: The above case
falls through to this one.

Double return statements, is the first one supposed to be there?:
akonadi-16.12.2/src/private/protocol.cpp:8019: unreachable: This code cannot be
reached: "return stream;".

Another double return:
akonadi-16.12.2/src/private/protocol.cpp:8025: unreachable: This code cannot be
reached: "return stream;".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 377395] Kontact is crashing during start up

2017-03-21 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377395

--- Comment #3 from Steve  ---
I was able to get a core dump to get a full backtrace. Only including some
lines right before the crash.

#1  0x7ff0688d54fe in KCrash::defaultCrashHandler(int) ()
at /lib64/libKF5Crash.so.5
#2  0x7ff0635157e0 in  () at /usr/lib64/libc-2.23.so
#3  0x7ff05e964b3e in
QtWebEngineCore::NetworkDelegateQt::OnBeforeURLRequest(net::URLRequest*,
base::Callback const&, GURL*) (this=0x7ff03a50,
request=, callback=..., newUrl=0x7ff00069b140)
at
/usr/src/debug/qtwebengine-opensource-src-5.6.2/src/core/network_delegate_qt.cpp:111
requestInfo = {d_ptr = {d = 0x7ff000608710}}
resourceInfo = 0x7ff000560920
resourceType = content::RESOURCE_TYPE_STYLESHEET
navigationType = 0
qUrl = {d = 0x7ff00041cf60}
interceptor = 0x55c3ceecdd50
renderProcessId = -277647872
renderFrameId = 1305607009
params = 
  {url = {d = 0x7ff00041cfc0}, isMainFrameRequest = 2, navigationType =
32752, renderProcessId = 3, renderFrameId = 0}
__FUNCTION__ = "OnBeforeURLRequest"
#4  0x7ff05f258210 in
net::NetworkDelegate::NotifyBeforeURLRequest(net::URLRequest*,
base::Callback const&, GURL*) (this=0x7ff03a50,
request=request@entry=0x7ff00069b030, callback=...,
new_url=new_url@entry=0x7ff00069b140)
at
/usr/src/debug/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/net/base/network_delegate.cc:26
tracking_profile = 
  {scoped_profile_ = {birth_ = 0x0, stopwatch_ = {start_time_ =
{ms_ = 0}, wallclock_duration_ms_ = 0, current_thread_data_ = 0x0,
excluded_duration_ms_ = 0, parent_ = 0x0}}}
#5  0x7ff05f21c800 in net::URLRequest::Start() (this=0x7ff00069b030)
at
/usr/src/debug/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/net/url_request/url_request.cc:514
tracking_profile25 = 
  {scoped_profile_ = {birth_ = 0x0, stopwatch_ = {start_time_ =
{ms_ = 0}, wallclock_duration_ms_ = 0, current_thread_data_ = 0x0,
excluded_duration_ms_ = 0, parent_ = 0x0}}}
error = 
---Type  to continue, or q  to quit---
tracking_profile = 
  {scoped_profile_ = {birth_ = 0x0, stopwatch_ = {start_time_ =
{ms_ = 0}, wallclock_duration_ms_ = 0, current_thread_data_ = 0x0,
excluded_duration_ms_ = 0, parent_ = 0x0}}}
tracking_profile2 = 
  {scoped_profile_ = {birth_ = 0x0, stopwatch_ = {start_time_ =
{ms_ = 0}, wallclock_duration_ms_ = 0, current_thread_data_ = 0x0,
excluded_duration_ms_ = 0, parent_ = 0x0}}}
#6  0x7ff05f447da0 in content::ResourceLoader::StartRequestInternal()
(this=0x7ff0003b9900)
at
/usr/src/debug/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/content/browser/loader/resource_loader.cc:498

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377894] New: Cannot add folders under KMail-Folder

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377894

Bug ID: 377894
   Summary: Cannot add folders under KMail-Folder
   Product: kmail2
   Version: 4.14.10
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: folders
  Assignee: kdepim-bugs@kde.org
  Reporter: we...@germanynet.de
  Target Milestone: ---

It does not seem possible to add a new folder under the top level folder called
KMail-Folder (in German: KMail-Ordner).
This bug can be found through internet searches in versions since back in 2011.
The workaround by using akonadiconsole is still functional.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 371826] Kmail new mail systray icon invisible unless hovered

2017-03-21 Thread Enrique Bravo
https://bugs.kde.org/show_bug.cgi?id=371826

Enrique Bravo  changed:

   What|Removed |Added

 CC||ebr...@openmailbox.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377656] akonadiserver is aborting

2017-03-21 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377656

--- Comment #4 from Steve  ---
In src/server/connection.cpp at line 404, there should probably be a try/catch
around the Protocol::serialize() call:

void Connection::sendResponse(qint64 tag, const Protocol::Command &response)
{
if (Tracer::self()->currentTracer() != QLatin1String("null")) {
Tracer::self()->connectionOutput(m_identifier, QByteArray::number(tag)
+ ' ' + response.debugString().toUtf8());
}
QDataStream stream(m_socket);
stream << tag;
Protocol::serialize(m_socket, response);
}

because way down at the bottom in src/private/datastream_p_p.h at line 92, we
find:

if (mDev->write((char *)&val, sizeof(T)) != sizeof(T)) {
throw Akonadi::ProtocolException("Failed to write data to stream");
}

Does this help?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377892] New: Akonadi Service Not Opertational

2017-03-21 Thread Martyn Yates
https://bugs.kde.org/show_bug.cgi?id=377892

Bug ID: 377892
   Summary: Akonadi Service Not Opertational
   Product: Akonadi
   Version: 5.4.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: marty...@gmx.com
  Target Milestone: ---

Application: akonadi_control (5.4.3)

Qt Version: 5.7.1
Frameworks Version: 5.31.0
Operating System: Linux 4.10.3-1-default x86_64
Distribution: "openSUSE Tumbleweed"

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

Started Kmail from application menu.
Crash dialog pops up.
About 30 seconds later Kmail window opens with:

'The Akonadi personal information management service is not operational.'
Details...

The details button does not respond.

The crash can be reproduced every time.

-- Backtrace:
Application: Akonadi Control (akonadi_control), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7faeeca0a4c0 (LWP 12626))]

Thread 3 (Thread 0x7faed1cc3700 (LWP 12628)):
#0  0x7ffc57742b12 in clock_gettime ()
#1  0x7faeea5bc326 in clock_gettime () from /lib64/libc.so.6
#2  0x7faeeaf60771 in qt_clock_gettime (ts=0x7faed1cc2a20, clock=) at tools/qelapsedtimer_unix.cpp:109
#3  do_gettime (frac=, sec=) at
tools/qelapsedtimer_unix.cpp:164
#4  qt_gettime () at tools/qelapsedtimer_unix.cpp:173
#5  0x7faeeb0dce09 in QTimerInfoList::updateCurrentTime
(this=this@entry=0x7faecc002ed0) at kernel/qtimerinfo_unix.cpp:91
#6  0x7faeeb0dd3b5 in QTimerInfoList::timerWait (this=0x7faecc002ed0,
tm=...) at kernel/qtimerinfo_unix.cpp:388
#7  0x7faeeb0de75e in timerSourcePrepareHelper (timeout=0x7faed1cc2af4,
src=) at kernel/qeventdispatcher_glib.cpp:132
#8  timerSourcePrepare (source=, timeout=0x7faed1cc2af4) at
kernel/qeventdispatcher_glib.cpp:165
#9  0x7faee7ac8d7d in g_main_context_prepare () from
/usr/lib64/libglib-2.0.so.0
#10 0x7faee7ac97bb in ?? () from /usr/lib64/libglib-2.0.so.0
#11 0x7faee7ac99ac in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#12 0x7faeeb0df18b in QEventDispatcherGlib::processEvents
(this=0x7faecc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#13 0x7faeeb088aea in QEventLoop::exec (this=this@entry=0x7faed1cc2cc0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x7faeeaeb6813 in QThread::exec (this=) at
thread/qthread.cpp:507
#15 0x7faeec0cf385 in ?? () from /usr/lib64/libQt5DBus.so.5
#16 0x7faeeaebb4c8 in QThreadPrivate::start (arg=0x7faeec340d20) at
thread/qthread_unix.cpp:368
#17 0x7faeea2ab537 in start_thread () from /lib64/libpthread.so.0
#18 0x7faeea5af04f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7faedecee700 (LWP 12627)):
#0  0x7faeea5a57bd in poll () from /lib64/libc.so.6
#1  0x7faee6b5d3e0 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7faee6b5f179 in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7faee1259889 in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#4  0x7faeeaebb4c8 in QThreadPrivate::start (arg=0x15371e0) at
thread/qthread_unix.cpp:368
#5  0x7faeea2ab537 in start_thread () from /lib64/libpthread.so.0
#6  0x7faeea5af04f in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7faeeca0a4c0 (LWP 12626)):
[KCrash Handler]
#6  0x7faeea4f6ff0 in raise () from /lib64/libc.so.6
#7  0x7faeea4f86ea in abort () from /lib64/libc.so.6
#8  0x0042ee82 in akMessageHandler (type=, context=...,
msg=...) at /usr/src/debug/akonadi-16.12.3/src/shared/akdebug.cpp:169
#9  0x7faeeaea00f8 in qt_message_print (message=..., context=...,
msgType=QtFatalMsg) at global/qlogging.cpp:1647
#10 qt_message(QtMsgType, const QMessageLogContext &, const char *, typedef
__va_list_tag __va_list_tag *) (msgType=msgType@entry=QtFatalMsg, context=...,
msg=msg@entry=0x431568 "akonadiserver already running!",
ap=ap@entry=0x7ffc5769ee60) at global/qlogging.cpp:278
#11 0x7faeeaea1c69 in QMessageLogger::fatal
(this=this@entry=0x7ffc5769f070, msg=msg@entry=0x431568 "akonadiserver already
running!") at global/qlogging.cpp:790
#12 0x0041a3cb in AgentManager::AgentManager (this=0x15937c0,
verbose=, parent=) at
/usr/src/debug/akonadi-16.12.3/src/akonadicontrol/agentmanager.cpp:72
#13 0x0040ac78 in main (argc=, argv=) at
/usr/src/debug/akonadi-16.12.3/src/akonadicontrol/main.cpp:89

Possible duplicates by query: bug 375104.

Reported using DrKonqi

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 377395] Kontact is crashing during start up

2017-03-21 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377395

--- Comment #2 from Steve  ---
I've had about 20 recurrences of this bug today. Sometimes one of the threads
is holding a mutex in the video drivers. The only solution is to reboot the
whole system. I've rebooted my system about 10 times today. I have also spent 5
hours trying to access my email so that I can work. Between akonadi aborting
and kontact crashing on start up, the whole mess is unusable. Not to mention
that when it filters an email it has to resync the whole inbox which has > 150k
emails in it. This alone takes 45 minutes on a good day.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377885] KMail opens Redirect Message dialog for Google Forms

2017-03-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=377885

--- Comment #3 from Laurent Montel  ---
So you are not allow to fill form in kmail you can't send it as I forbid it.
but you have "redirect message" as you activated shortcut for redirect message.

So it's a bug indeed.
I will investigate soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 322126] emails get filtered twice and thus duplicated in kmail2

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=322126

ianse...@btinternet.com changed:

   What|Removed |Added

 CC||ianse...@btinternet.com

--- Comment #13 from ianse...@btinternet.com ---
This works for me.  
Uncheck the "Apply filter to incoming messages" on each filter.  
Now just click on the inbox and click 'Folders/Apply all filters on Folder' so
filters are applied manually.  
It has so far not produced a duplicate email so its looking like filters on
incoming is the culprit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=283682

ianse...@btinternet.com changed:

   What|Removed |Added

 CC||ianse...@btinternet.com

--- Comment #167 from ianse...@btinternet.com ---
(In reply to megalithic from comment #166)
> Hello, it happens for me on mail coming in via POP so not IMAP related in my
> case - more details of my experience above on  Comment 148 megalithic
> 2015-11-05 22:00:56 UTC

Try uncheck the "Apply filter to incoming messages" on each filter.  Now just
click on the inbox and click 'Folders/Apply all filters on Folder'.  It has so
far not produced a duplicate email for so its looking like filters on incoming
emails is the culprit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377371] Duplicate emails -akonadiserver 5.4.2

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377371

ianse...@btinternet.com changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from ianse...@btinternet.com ---
Closing this bug as it seems with my tests that its down to filters on incoming
messages. If i uncheck the "Apply filter to incoming messages" on each filter
and then just click on the inbox and click 'Folders/Apply all filters on
Folder' to manually apply.  I has so far not produced a duplicate email so its
looking like filters on incoming is the culprit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377344] Some emails are duplicated

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377344

--- Comment #5 from ianse...@btinternet.com ---
I've just done a few hours of testing using no filters on incoming emails. (i
uncheck the "Apply filter to incoming messages" on each filter.)  i now just
click on the inbox and click 'Folders/Apply all filters on Folder'.  I has so
far not produced a duplicate email so its looking like filters on incoming is
the culprit.  I'll keep testing and try and find a related bug report on
filters to update.
opensuse:tumbleweed:20170317
Qt: 5.7.1
KDE Frameworks: 5.31.0
KDE Plasma: 5.9.2
kwin 5.9.3
kmail2 5.4.3
akonadiserver 5.4.3
Kernel:  4.10.3-1-default
Nouveau:  1.0.13_2.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377885] KMail opens Redirect Message dialog for Google Forms

2017-03-21 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=377885

--- Comment #2 from Michael D  ---
I've send a form to mon...@kde.org with the form included in the email so that
you can test it. If you prefer that it be sent to another address, let me know.
Also, you can send yourself google forms by creating them and sending them to
yourself.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377885] KMail opens Redirect Message dialog for Google Forms

2017-03-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=377885

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
I need a screenshot about it.
I need a testcase ?:)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377889] New: akonadi does not respect setting and tries to access remote imap account even when offline

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377889

Bug ID: 377889
   Summary: akonadi does not respect setting and tries to access
remote imap account even when offline
   Product: Akonadi
   Version: 5.4.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: farand...@mt2015.com
  Target Milestone: ---

I have imap account configured to be turned "offline at kmail shutdown."

After quitting kmail or sometimes before I even launch kmail, even when offline
akonadi would trigger pinentry asking me for my password to access my email
accounts.

Expected result: with no network connection akonadi should be leaving all email
accounts offline and not attempting to connect.

For accounts set to be "offline at kmail shutdwon", akonadi should be leaving
these accounts offline and not attempting to connect.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377885] New: KMail opens Redirect Message dialog for Google Forms

2017-03-21 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=377885

Bug ID: 377885
   Summary: KMail opens Redirect Message dialog for Google Forms
   Product: kmail2
   Version: 5.4.3
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: nortex...@gmail.com
  Target Milestone: ---

For the first time today I received a Google Forms email. It had a field for
entering a name, and after inputting the first character, a "Redirect Message"
dialog pops up.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 374537] fixing location of kontact window does not obey settings

2017-03-21 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=374537

--- Comment #2 from Freek de Kruijf  ---
Using kontact version 16.12.3 this problem is still present.
The kontact window is set to use the right part of the screen. After starting
kontact the popup asking for the password is in the center of the screen.
Shortly after that, behind this popup, the borders of kontact are painted on
the screen, however not on the right side of the screen, but on the left side.
Within these borders the right side of the screen, as it was (with the
background image), appears in these borders, shortly after that repainted with
the content kontact should show.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 343770] Messages list becomes empty after deleting one message

2017-03-21 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=343770

--- Comment #3 from Freek de Kruijf  ---
Still present in kmail version 16.12.3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377877] New: kmail stuck with retrieving folders 0%

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377877

Bug ID: 377877
   Summary: kmail stuck with retrieving folders 0%
   Product: kmail2
   Version: 5.4.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: farand...@mt2015.com
  Target Milestone: ---

Kmail gets stuck on different imap accounts with "retrieving folders 0%"
message.

when this happens, it becomes to view any email content for this account though
there is a local copy.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 376808] Akonadi stuck on retrieving folder content, ItemFetchJob Stuck, Failed: Multiple Merge Candidates

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376808

farand...@mt2015.com changed:

   What|Removed |Added

 CC||farand...@mt2015.com

--- Comment #5 from farand...@mt2015.com ---
I experience a similar issue in 16.12.3 on manjaro.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 334213] Stuck "Mail filter agent" progressbar

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=334213

farand...@mt2015.com changed:

   What|Removed |Added

 CC||farand...@mt2015.com

--- Comment #5 from farand...@mt2015.com ---
I experience the same issue with latest kde on manjaro. kmail 5.4.3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377876] New: kmail fails to display newly arrived emails (imap)

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377876

Bug ID: 377876
   Summary: kmail fails to display newly arrived emails (imap)
   Product: kmail2
   Version: 5.4.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: farand...@mt2015.com
  Target Milestone: ---

Seemingly randomly kmail checks email (auto or manual), progress bar completes
but the new email do not appear in inbox.

I discovered this when after rebooting I would discover a backlog of several
days worth of emails.

Quitting kmail, stopping and restarting akonadi and reopening kmail may help
with those email appearing. Sometimes a reboot is the only way to fix this.

This is quite unnerving as I now can't trust kmail to tell me if I have new
emails or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 377344] Some emails are duplicated

2017-03-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377344

--- Comment #4 from ianse...@btinternet.com ---
I do have local filters because they are very useful and something i don't want
to be without. i shall try with them disabled for a week and report back to
this bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377656] akonadiserver is aborting

2017-03-21 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=377656

--- Comment #3 from Dennis Schridde  ---
DrKonqi suggested both bugs, this and duplicates of the other, as possible
duplicates of a crash that I was experiencing. I assumed that was because the
backtrace was the same.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 377871] New: "Filed to write data to stream"

2017-03-21 Thread Mark Stanton
https://bugs.kde.org/show_bug.cgi?id=377871

Bug ID: 377871
   Summary: "Filed to write data to stream"
   Product: Akonadi
   Version: 5.4.2
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: m...@vowleyfarm.co.uk
  Target Milestone: ---

Application: akonadiserver (5.4.2)

Qt Version: 5.7.1
Frameworks Version: 5.32.0
Operating System: Linux 4.9.14-200.fc25.x86_64 x86_64
Distribution: "Fedora release 25 (Twenty Five)"

-- Information about the crash:
- What I was doing when the application crashed:
Trying to access emails.
Emails are arriving and showing up as duplicates, and messages are not being
displayed (persistent "retrieving folder contents" messages that never
resolve).
I was trying to find one that would display. Although there are messages that
will sometimes display properly, at times (like this) none will.

- Custom settings of the application:
This setup is a clean install using data that I have attempted to import from a
previous F25 (produced by upgrading from F24, and earlier versions)
installation.
Whilst I have attempted to import mail, contact, and organizer data, none of it
has appeared.
I have just run fsck and vaccum with akonadictl, but these have made no
difference to this situation.

The crash can be reproduced every time.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1dfb7698c0 (LWP 13166))]

Thread 51 (Thread 0x7f1d97fef700 (LWP 23044)):
#0  0x7f1df9f5a01d in poll () from /lib64/libc.so.6
#1  0x7f1df4e63166 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f1df4e6327c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f1dfad606eb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f1dfad1168a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x56022e6dd9d0 in Akonadi::Server::ItemRetriever::exec() ()
#6  0x56022e6a44a1 in Akonadi::Server::FetchHelper::fetchItems() ()
#7  0x56022e6a175b in Akonadi::Server::Fetch::parseStream() ()
#8  0x56022e590784 in Akonadi::Server::Connection::slotNewData() ()
#9  0x7f1dfad39a56 in QMetaObject::activate(QObject*, int, int, void**) ()
from /lib64/libQt5Core.so.5
#10 0x7f1dfad39721 in QMetaObject::activate(QObject*, int, int, void**) ()
from /lib64/libQt5Core.so.5
#11 0x7f1dfb8a91a5 in QAbstractSocketPrivate::emitReadyRead() () from
/lib64/libQt5Network.so.5
#12 0x7f1dfb8a925c in QAbstractSocketPrivate::canReadNotification() () from
/lib64/libQt5Network.so.5
#13 0x7f1dfb8b4091 in QReadNotifier::event(QEvent*) () from
/lib64/libQt5Network.so.5
#14 0x7f1dfad125ea in doNotify(QObject*, QEvent*) () from
/lib64/libQt5Core.so.5
#15 0x7f1dfad126fa in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#16 0x7f1dfad60fff in socketNotifierSourceDispatch(_GSource*, int
(*)(void*), void*) () from /lib64/libQt5Core.so.5
#17 0x7f1df4e62e52 in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#18 0x7f1df4e631d0 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#19 0x7f1df4e6327c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#20 0x7f1dfad606cf in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#21 0x7f1dfad1168a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#22 0x7f1dfab6e5e3 in QThread::exec() () from /lib64/libQt5Core.so.5
#23 0x7f1dfab729ca in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#24 0x7f1df87986ca in start_thread () from /lib64/libpthread.so.0
#25 0x7f1df9f65f7f in clone () from /lib64/libc.so.6

Thread 50 (Thread 0x7f1d9effd700 (LWP 23043)):
#0  0x7f1df4e62bd6 in g_main_context_check () from /lib64/libglib-2.0.so.0
#1  0x7f1df4e63104 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f1df4e6327c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f1dfad606eb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f1dfad1168a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f1dfab6e5e3 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f1dfab729ca in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#7  0x7f1df87986ca in start_thread () from /lib64/libpthread.so.0
#8  0x7f1df9f65f7f in clone () from /lib64/libc.so.6

Thread 49 (Thread 0x7f1d95feb700 (LWP 16898)):
#0  0x7f1df4ea8894 in g_mutex_unlock () from /lib64/libglib-2.0.so.0
#1  0x7f1df4e6311a in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#2  0x7f1df4e6327c in g_main_context_ite