[kdevelop] [Bug 393507] SIGSEGV parsing a .cpp file [crash in clang::Sema::ActOnExplicitInstantiation]

2018-04-26 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=393507

Kevin Funk  changed:

   What|Removed |Added

Summary|SIGSEGV parsing a .cpp file |SIGSEGV parsing a .cpp file
   ||[crash in
   ||clang::Sema::ActOnExplicitI
   ||nstantiation]

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

[kdevelop] [Bug 393507] SIGSEGV parsing a .cpp file

2018-04-26 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=393507

--- Comment #4 from Kevin Funk  ---
Adding backtrace inline for SEO:

Thread 15 "Queue(0x560" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff77fff700 (LWP 4080)]
0x7fff8b202847 in clang::Sema::ActOnExplicitInstantiation(clang::Scope*,
clang::SourceLocation, clang::SourceLocation, unsigned int,
clang::SourceLocation, clang::CXXScopeSpec&, clang::IdentifierInfo*,
clang::SourceLocation, clang::AttributeList*) () from
/usr/lib/../lib/libclangSema.so.6
(gdb) 
(gdb) thread apply all backtrace

Thread 16 (Thread 0x7fff76f49700 (LWP 4148)):
#0  0x745bd97b in poll () at /usr/lib/libc.so.6
#1  0x7fffeb18c523 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fffeb18c63e in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x74f09241 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x74eab32b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x74cba72e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fff7d92eb6a in  () at
/usr/lib/qt/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
#7  0x74cbfacd in  () at /usr/lib/libQt5Core.so.5
#8  0x7fffedd8a08c in start_thread () at /usr/lib/libpthread.so.0
#9  0x745c7e7f in clone () at /usr/lib/libc.so.6

Thread 15 (Thread 0x7fff77fff700 (LWP 4080)):
#0  0x7fff8b202847 in
clang::Sema::ActOnExplicitInstantiation(clang::Scope*, clang::SourceLocation,
clang::SourceLocation, unsigned int, clang::SourceLocation,
clang::CXXScopeSpec&, clang::IdentifierInfo*, clang::SourceLocation,
clang::AttributeList*) () at /usr/lib/../lib/libclangSema.so.6
#1  0x7fff85948e8f in
clang::Parser::ParseClassSpecifier(clang::tok::TokenKind,
clang::SourceLocation, clang::DeclSpec&, clang::Parser::ParsedTemplateInfo
const&, clang::AccessSpecifier, bool, clang::Parser::DeclSpecContext,
clang::Parser::ParsedAttributesWithRange&) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#2  0x7fff8592253e in
clang::Parser::ParseDeclarationSpecifiers(clang::DeclSpec&,
clang::Parser::ParsedTemplateInfo const&, clang::AccessSpecifier,
clang::Parser::DeclSpecContext, clang::Parser::LateParsedAttrList*) ()
at /usr/lib/../lib/../lib/libclangParse.so.6
#3  0x7fff859ab444 in
clang::Parser::ParseSingleDeclarationAfterTemplate(clang::DeclaratorContext,
clang::Parser::ParsedTemplateInfo const&, clang::ParsingDeclRAIIObject&,
clang::SourceLocation&, clang::AccessSpecifier, clang::AttributeList*) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#4  0x7fff859aca05 in
clang::Parser::ParseExplicitInstantiation(clang::DeclaratorContext,
clang::SourceLocation, clang::SourceLocation, clang::SourceLocation&,
clang::AccessSpecifier) ()
at /usr/lib/../lib/../lib/libclangParse.so.6
#5  0x7fff859ad1c1 in
clang::Parser::ParseDeclarationStartingWithTemplate(clang::DeclaratorContext,
clang::SourceLocation&, clang::AccessSpecifier, clang::AttributeList*) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#6  0x7fff8593188d in
clang::Parser::ParseDeclaration(clang::DeclaratorContext,
clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#7  0x7fff859bc5cb in
clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&,
clang::ParsingDeclSpec*) () at /usr/lib/../lib/../lib/libclangParse.so.6
#8  0x7fff859bd52a in
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr&) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#9  0x7fff859100d3 in clang::ParseAST(clang::Sema&, bool, bool) () at
/usr/lib/../lib/../lib/libclangParse.so.6
#10 0x7fff9013bda6 in clang::FrontendAction::Execute() () at
/usr/lib/../lib/libclangFrontend.so.6
#11 0x7fff900e1a9f in
clang::ASTUnit::Parse(std::shared_ptr,
std::unique_ptr,
llvm::IntrusiveRefCntPtr) () at
/usr/lib/../lib/libclangFrontend.so.6
#12 0x7fff900e2079 in
clang::ASTUnit::LoadFromCompilerInvocation(std::shared_ptr,
unsigned int, llvm::IntrusiveRefCntPtr) () at
/usr/lib/../lib/libclangFrontend.so.6
#13 0x7fff900e76bb in clang::ASTUnit::LoadFromCommandLine(char const**,
char const**, std::shared_ptr,
llvm::IntrusiveRefCntPtr, llvm::StringRef, bool,
bool, llvm::ArrayRef, llvm::MemoryBuffer*> >, bool,
unsigned int, clang::TranslationUnitKind, bool, bool, bool, bool, bool, bool,
bool, llvm::Optional, std::unique_ptr*,
llvm::IntrusiveRefCntPtr) () at
/usr/lib/../lib/libclangFrontend.so.6
#14 0x7fff9096e915 in  () at /usr/lib/libclang.so.6
#15 0x7fff9096f43c in  () at /usr/lib/libclang.so.6
#16 0x7fff8696be23 in
llvm::CrashRecoveryContext::RunSafely(llvm::function_ref) () at
/usr/lib/../lib/libLLVM-6.0.so
#17 0x7fff8696bf15 in  () at /usr/lib/../lib/libLLVM-6.0.so
#18 0x7fff869fcc5d in  () at 

[kontact] [Bug 393561] New: mail spend to much time for open e-mail

2018-04-26 Thread Emil
https://bugs.kde.org/show_bug.cgi?id=393561

Bug ID: 393561
   Summary: mail spend to much time for open e-mail
   Product: kontact
   Version: 5.7.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: mail
  Assignee: kdepim-b...@kde.org
  Reporter: emil.gazaz...@scitoday.org
  Target Milestone: ---

Dear Developers,

kontact spend more time for open email and for this period of show me "please
wait while the message is transferred".

Connection is carried out according to the protocol of pop

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

[kontact] [Bug 393560] New: delete e-mail

2018-04-26 Thread Emil
https://bugs.kde.org/show_bug.cgi?id=393560

Bug ID: 393560
   Summary: delete e-mail
   Product: kontact
   Version: 5.7.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: mail
  Assignee: kdepim-b...@kde.org
  Reporter: emil.gazaz...@scitoday.org
  Target Milestone: ---

Dear Developers,
I use filters to sort an email. sorted e-mail I redirect to the sub-folder. and
in subfolder. I unnecessary e-mails was erase but some e-mail are not erased.

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

[kmail] [Bug 31360] kmail does not delete mail, spontaneously recovers deleted mail

2018-04-26 Thread Emil
https://bugs.kde.org/show_bug.cgi?id=31360

Emil  changed:

   What|Removed |Added

 CC||emil.gazaz...@scitoday.org

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

[kontact] [Bug 393559] New: sync with gmail

2018-04-26 Thread Emil
https://bugs.kde.org/show_bug.cgi?id=393559

Bug ID: 393559
   Summary: sync with gmail
   Product: kontact
   Version: 5.7.2
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: calendar
  Assignee: kdepim-b...@kde.org
  Reporter: emil.gazaz...@scitoday.org
  Target Milestone: ---

Daar Developers,

Kontact sync with gmail calendar only first time but after same time   cannot
sync with gmail caendar.

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

[kontact] [Bug 393558] New: sync with gmail address book

2018-04-26 Thread Emil
https://bugs.kde.org/show_bug.cgi?id=393558

Bug ID: 393558
   Summary: sync with gmail address book
   Product: kontact
   Version: 5.7.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: contacts
  Assignee: to...@kde.org
  Reporter: emil.gazaz...@scitoday.org
CC: kdepim-b...@kde.org
  Target Milestone: ---

Daar Developers,

Kontact sync with gmail address book only first time but after same time  
cannot sync with gmail address book.

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

[calligrawords] [Bug 393557] New: Calligra Words crash when deleting centered spaces below a table

2018-04-26 Thread Charles
https://bugs.kde.org/show_bug.cgi?id=393557

Bug ID: 393557
   Summary: Calligra Words crash when deleting centered spaces
below a table
   Product: calligrawords
   Version: 3.1.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: calligra-words-bugs-n...@kde.org
  Reporter: gulagehierleit...@gmail.com
  Target Milestone: ---

Application: calligrawords (3.1.0)

Qt Version: 5.10.0
Frameworks Version: 5.45.0
Operating System: Linux 4.13.0-39-generic x86_64
Distribution: KDE neon User Edition 5.12

-- Information about the crash:
- What I was doing when the application crashed: Deleteting two page-centered
spaces below a table, crash resulting after deleting the second (last) space
below the table. This error reoccurs after I open the recovered document and
repeat the action.

- Custom settings of the application: Kvantum theme engine, global file menu,
Window Width: 939 Width: 678, Add object applet docked to the right and
collapsed, Primary? applet/section docked to the right under it and expanded. I
was editing on the second page at the time. The table was split with two rows
of cells on the second page.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Calligra Words (calligrawords), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f70ffddc8c0 (LWP 8794))]

Thread 3 (Thread 0x7f70d3051700 (LWP 9441)):
#0  0x7f70f7062a94 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f70f701ddb9 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f70f701e330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f70f701e49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f70fe2a75cb in QEventDispatcherGlib::processEvents
(this=0x7f70cc0599c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f70fe24e64a in QEventLoop::exec (this=this@entry=0x7f70d3050d00,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x7f70fe06e554 in QThread::exec (this=) at
thread/qthread.cpp:522
#7  0x7f70fe0736eb in QThreadPrivate::start (arg=0x3023490) at
thread/qthread_unix.cpp:376
#8  0x7f70f86896ba in start_thread (arg=0x7f70d3051700) at
pthread_create.c:333
#9  0x7f70ff7f241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f70de428700 (LWP 8797)):
#0  0x7f70ff7e227d in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f70f70616f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f70f701de74 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f70f701e330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f70f701e49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f70fe2a75cb in QEventDispatcherGlib::processEvents
(this=0x7f70d80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f70fe24e64a in QEventLoop::exec (this=this@entry=0x7f70de427cd0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#7  0x7f70fe06e554 in QThread::exec (this=this@entry=0x7f70f8f48d60
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:522
#8  0x7f70f8cd42c5 in QDBusConnectionManager::run (this=0x7f70f8f48d60
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:178
#9  0x7f70fe0736eb in QThreadPrivate::start (arg=0x7f70f8f48d60 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:376
#10 0x7f70f86896ba in start_thread (arg=0x7f70de428700) at
pthread_create.c:333
#11 0x7f70ff7f241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f70ffddc8c0 (LWP 8794)):
[KCrash Handler]
#6  QScopedPointer::data
(this=0x29) at
../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:140
#7  qGetPtrHelper (p=...) at
../../include/QtCore/../../src/corelib/global/qglobal.h:1013
#8  QTextObject::d_func (this=0x21) at text/qtextobject.h:84
#9  QTextObject::format (this=0x21) at text/qtextobject.cpp:124
#10 0x7f70f940504f in QTextTable::format (this=) at
text/qtexttable.h:128
#11 QTextTablePrivate::update (this=this@entry=0x30585f0) at
text/qtexttable.cpp:445
#12 0x7f70f94054c6 in QTextTable::columns (this=) at
text/qtexttable.cpp:1271
#13 0x7f70fd6f84e9 in ?? () from
/usr/lib/x86_64-linux-gnu/libkotextlayout.so.16
#14 0x7f70fd6f796e in ?? () from
/usr/lib/x86_64-linux-gnu/libkotextlayout.so.16
#15 0x7f70fd6d3e69 in KoTextLayoutArea::layout(FrameIterator*) () from

[krita] [Bug 393150] Brush offset w/ 4k monitor

2018-04-26 Thread Matt Scheirer
https://bugs.kde.org/show_bug.cgi?id=393150

--- Comment #7 from Matt Scheirer  ---
I've also got this bug, but interestingly unlike Pants this bug occurs on all
versions of Krita I have available - including 3.3 and current master built
today.

Here is a recording of it in action: https://youtu.be/RLbvfJwICvQ

The cursor is in the right spot with mouse and tablet, but the brush pen on the
canvas moves too fast when multiple monitors are attached.

Of interest is that this bug is only happening for me since I got back my AMD
graphics card. I was previously using my Intel GPU while it was out for RMA,
and when I got the replacement back this started happening. If I disable my
other monitors it works as expected, but each monitor introduces "offset" in
the direction of the addd screen, same as Pants.

I'm going to try to isolate some more variables on this behavior, because it
seems to be GPU related.

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

[okular] [Bug 379815] random crash when changing system audio volume with media keys

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379815

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Christoph Feck  ---
Crashes in pa_fdsem_post, which is from pulseaudio.

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

[krusader] [Bug 392416] Does not exits on Ctrl-Q or from file menu or window close icon, blocks system shutdown

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392416

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #3 from Christoph Feck  ---
Thanks for the update; changing status.

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

[kmail2] [Bug 392478] kmail crashed at restarting a login configuration

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392478

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #3 from Christoph Feck  ---
Crashes in LaunchZygote called from QtWebEngineCore.

Duplicate also from Gentoo. I suggest to report this issue to the bug tracker
of your distribution before reporting to Qt developers. Maybe they know what
'Zygote' is, and why it (so far) only shows up in Gentoo backtraces.

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

[akregator] [Bug 364730] Regular crashes

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=364730

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

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

[kmail2] [Bug 392478] kmail crashed at restarting a login configuration

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392478

Christoph Feck  changed:

   What|Removed |Added

 CC||bluesca...@gmail.com

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

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

[akregator] [Bug 392544] Akregator crashes at start

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392544

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Same crash.

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

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

[kmail2] [Bug 393007] KMail crashing on startup

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393007

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 392478] kmail crashed at restarting a login configuration

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392478

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

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

[KScreen] [Bug 392578] cannot change primary monitor under wayland

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392578

Christoph Feck  changed:

   What|Removed |Added

Product|systemsettings  |KScreen
   Assignee|plasma-b...@kde.org |se...@kde.org
  Component|general |kcm

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

[kde] [Bug 172116] Long text lines in message boxes should be word-wrapped

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=172116

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Christoph Feck  ---
Thanks for the update; closing.

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

[krita] [Bug 393150] Brush offset w/ 4k monitor

2018-04-26 Thread Matt Scheirer
https://bugs.kde.org/show_bug.cgi?id=393150

Matt Scheirer  changed:

   What|Removed |Added

 CC||matt.schei...@gmail.com

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

[ksmserver] [Bug 392517] ksmserver crash after upgrade from openSUSE Leap 42.3 to 15.0 Beta

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392517

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[phonon-backend-gstreamer] [Bug 294006] Knotify always crashes when showing notifications [@ Phonon::Gstreamer::MediaNode::linkMediaNodeList]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=294006

Christoph Feck  changed:

   What|Removed |Added

 CC||freekdekru...@kde.nl

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

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

[dolphin] [Bug 392507] no reconoce el celular para cargar las fotos a la computadora

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392507

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Christoph Feck  ---
Please ask for help in a forum of your distribution. You probably need to use
the 'qt5ct' tool to set an icon theme for Qt5 applications.

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

[valgrind] [Bug 383811] Support macOS High Sierra (10.13)

2018-04-26 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=383811

--- Comment #24 from Alex  ---
(In reply to Alex from comment #23)
> so I just cloned and built git://sourceware.org/git/valgrind.git on 10.13.4,
> and when running valgrind against any binary I get:
> 
> amohr@ip-192-168-16-6:~/dev/third_party/valgrind/coregrind$ ./valgrind
> `which touch`
> valgrind: mmap-FIXED(0x7fff5f40, 8388608) failed in UME
> (load_unixthread1) with error 22 (Invalid argument).
> 
> so it seems there's something else not working right

hmm works when I install via brew install valgrind --HEAD so can ignore this

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

[valgrind] [Bug 383811] Support macOS High Sierra (10.13)

2018-04-26 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=383811

Alex  changed:

   What|Removed |Added

 CC||thehes...@gmail.com

--- Comment #23 from Alex  ---
so I just cloned and built git://sourceware.org/git/valgrind.git on 10.13.4,
and when running valgrind against any binary I get:

amohr@ip-192-168-16-6:~/dev/third_party/valgrind/coregrind$ ./valgrind `which
touch`
valgrind: mmap-FIXED(0x7fff5f40, 8388608) failed in UME (load_unixthread1)
with error 22 (Invalid argument).

so it seems there's something else not working right

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

[yakuake] [Bug 392873] Yakuake position error and exit crash

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392873

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 CC||alexaralvar...@gmail.com

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

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

[systemsettings] [Bug 391641] [Wayland] System settings crashed on close

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391641

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 CC||thatnewyor...@gmail.com

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

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

[konversation] [Bug 392573] Konversation crashes on quit

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392573

Christoph Feck  changed:

   What|Removed |Added

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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

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

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

[konsole] [Bug 392957] Konsole crash on exit

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392957

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

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

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

[kate] [Bug 385628] [Wayland] Kate crash on close.

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=385628

Christoph Feck  changed:

   What|Removed |Added

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

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

[kate] [Bug 388524] kate crashes on wayland

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=388524

--- Comment #3 from Christoph Feck  ---
Comment #2 is bug 390151.

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

[dragonplayer] [Bug 389603] Dragon Player crashes after opening video with bik format

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389603

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #7 from Christoph Feck  ---


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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 CC||strelok5...@yandex.ru

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

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

Summary|System settings segfaults   |Crash on exit
   |on exit |[wl_proxy_destroy,
   ||wl_map_insert_at]

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

[frameworks-kwayland] [Bug 390151] System settings segfaults on exit

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #5 from Christoph Feck  ---
Michail, if you can still reproduce, please also install debug symbols for
kwayland-integration, see missing symbol in line #17 of comment #3.

It should reveal the information which objects are not deleted inside the
QCoreApplication::aboutToQuit() lamda.

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #8 from Stefan Brüns  ---
(In reply to Lukas Ba. from comment #7)
> Created attachment 112277 [details]
> histfile_reduced
> 
> Here i am providing the result histfile_reduced.
> 
> file ~/.histfile
> /home/user/.histfile: Non-ISO extended-ASCII text

It contains invalid codepoints near the end.

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

[frameworks-kwayland] [Bug 390151] System settings segfaults on exit

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |UNCONFIRMED
 Resolution|BACKTRACE   |---

--- Comment #4 from Christoph Feck  ---
Thanks for the update; backtrace looks useful.

Looks like there is a global QObject in KF5WindowSystemKWaylandPlugin.so that
is destroyed _after_ the application is already shut down.

For related crashes in wl_proxy_destroy see bug 372597 and
https://bugs.kde.org/buglist.cgi?bug_severity=crash_severity=normal_status=UNCONFIRMED_status=CONFIRMED_status=ASSIGNED_status=REOPENED_status=NEEDSINFO=wl_proxy_destroy_type=allwordssubstr=730d

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Lukas Ba .
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #7 from Lukas Ba.  ---
Created attachment 112277
  --> https://bugs.kde.org/attachment.cgi?id=112277=edit
histfile_reduced

Here i am providing the result histfile_reduced.

file ~/.histfile
/home/user/.histfile: Non-ISO extended-ASCII text

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

[konqueror] [Bug 373824] Konqueror 16.12 is missing the sidebar

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373824

Christoph Feck  changed:

   What|Removed |Added

 CC||lao.z...@yandex.ru

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

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

[konqueror] [Bug 392486] Navigation bar doesn't work

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392486

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #6 from Stefan Brüns  ---
You are contradicting yourself - "and can be read by text editor" - so it has
some text encoding.
I wanted to find out which codepoints are in there which are *not* valid, but
unfortunately you are not providing this info.

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

[dolphin] [Bug 392453] Jpeg icons not show for MTP

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392453

--- Comment #1 from Christoph Feck  ---
Could you please check the "Dolphin Settings > General > Previews tab > Skip
previews" setting?

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

[telepathy] [Bug 390964] Crash when clicking [Settings -> Configure Chat Application...] version 17.12.2

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390964

--- Comment #6 from Christoph Feck  ---
Thanks for the fix, David. Was the patch already added to Phabricator?

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

[kontact] [Bug 392450] kontact 5.7.3 won't start after changing its locale

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392450

--- Comment #2 from Christoph Feck  ---
> KSycoca unavailable. Kontact will be unable to find plugins.

This message indicates a deeper problem. I suggest to ask in a forum of your
distribution how to investigate this issue. It might be unrelated to locale
configuration.

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

[plasmashell] [Bug 356937] Xembed icons have black background

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

s.pfei...@posteo.de changed:

   What|Removed |Added

 CC||s.pfei...@posteo.de

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

[neon] [Bug 378201] kdepim storage server not visible

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378201

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---
A missing symbol is impossible if all KDEPIM packages are installed from the
same built. If this persists after an update, please check if you have multiple
sources for KDEPIM packages.

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

[i18n] [Bug 390623] GUI wrong button language, wrong environment variable?

2018-04-26 Thread MBB
https://bugs.kde.org/show_bug.cgi?id=390623

--- Comment #21 from MBB  ---
(Also under About>libraries)
The Windows 6.0.0-x64  reports 
KF-5.44.0
QT 5.10.1
LibQtAV 1.12.0

Unfortunately, bug is still there. There seems to be even a tiny regression:
the button with the chosen language (and the underlying pop-up-menu) now get
unwanted translated too. 
The pop-up list used to be in all English and/or the languages to choose from
(or both?), and is now all translated, see new attachment.

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

[i18n] [Bug 390623] GUI wrong button language, wrong environment variable?

2018-04-26 Thread MBB
https://bugs.kde.org/show_bug.cgi?id=390623

--- Comment #20 from MBB  ---
Created attachment 112276
  --> https://bugs.kde.org/attachment.cgi?id=112276=edit
Digikam 6 test regression

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Lukas Ba .
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #4 from Lukas Ba.  ---
(In reply to Christoph Feck from comment #3)
> Then fix these filenames using convmv. If they are invalid, the extractor
> has a reason to complain.

No. I'm sure .histfile is an O.K. filename.

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #5 from Christoph Feck  ---
Reading more carefully, the issue is not the filenames, but the file contents,
so please ignore comment #3.

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #3 from Christoph Feck  ---
Then fix these filenames using convmv. If they are invalid, the extractor has a
reason to complain.

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

[Discover] [Bug 391675] Discover crashes after click on non existent app

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391675

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Christoph Feck  ---
Thanks for the update; changing status.

If you have new information, please add a comment or reopen the ticket.

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

[okular] [Bug 391385] Going to the presentation mode twice closes the document

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391385

--- Comment #5 from Christoph Feck  ---
If you can provide the information requested in comment #4, please add it.

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

[dolphin] [Bug 389646] Syslog 100's thousands of lines with kdeinit5 / KConfigIni errors

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389646

Christoph Feck  changed:

   What|Removed |Added

Product|kdelibs |dolphin
   Assignee|kdelibs-b...@kde.org|dolphin-bugs-n...@kde.org
 CC||elvis.angelac...@kde.org
 Status|NEEDSINFO   |UNCONFIRMED
 Resolution|WAITINGFORINFO  |---
  Component|general |general

--- Comment #8 from Christoph Feck  ---
Log from comment #7 says 7223 is dolphin process; reassigning for further
inspection.

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

[krusader] [Bug 388309] Krusader install slows down GUI

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=388309

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Christoph Feck  ---
KDE applications require a session D-Bus. Please ask in a forum of your
distribution how to make D-Bus available in a containered environment.

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

[kdenlive] [Bug 391670] Crash upon playing titles

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391670

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Christoph Feck  ---
Thanks for the update; closing.

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

[kate] [Bug 391999] Randomly Crash while editing text in Kate / Katepart

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391999

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Christoph Feck  ---
Thanks for the update; closing.

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

[systemsettings] [Bug 391880] Missing icons in dark theme in KDE System Settings

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391880

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |UNCONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #6 from Christoph Feck  ---
Thanks for the update; changing status.

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

[LabPlot2] [Bug 386800] Custom fitting often fails

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=386800

--- Comment #16 from Christoph Feck  ---
To further investigate this issue, LabPlot developers need the information
requested in comment #14. If you can provide it, or need help with finding that
information, please add a comment.

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

[kwin] [Bug 391800] KWin gets low performance on intel hd620@1920x1080 when compositor is on.

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391800

--- Comment #7 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #5. If you can provide it, or need help with finding that
information, please add a comment.

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

[dolphin] [Bug 393528] crash if user-places.xbel contains a duplicated entry

2018-04-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=393528

--- Comment #4 from Antonio Rojas  ---
https://phabricator.kde.org/D12558

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

[frameworks-kimageformats] [Bug 391970] Bigger XCF / GIMP images failed to load

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391970

--- Comment #3 from Christoph Feck  ---
https://phabricator.kde.org/D12557

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

[frameworks-baloo] [Bug 392301] baloo_file_extractor logspam, invalid encoding

2018-04-26 Thread Lukas Ba .
https://bugs.kde.org/show_bug.cgi?id=392301

--- Comment #2 from Lukas Ba.  ---
The problem is not that a file has an invalid encoding, but that
baloo_file_extractor complains about it. For some files, invalid encoding is a
normal thing .

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

[choqok] [Bug 251164] Copy shortcut does not work

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=251164

--- Comment #12 from Christoph Feck  ---
If you have an updated patch, please add here or to
https://phabricator.kde.org/differential/diff/create/

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

[amarok] [Bug 389328] Enabling recursive scan folders locks up / crashes Amarok

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389328

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[solid] [Bug 327516] Amarok: crash on startup

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=327516

Christoph Feck  changed:

   What|Removed |Added

 CC||dav...@gengisdave.org

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

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

[amarok] [Bug 391702] Amarok loses collection

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391702

Christoph Feck  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Christoph Feck  ---


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

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

[frameworks-kactivities-stats] [Bug 391530] Plasmashell crash on task manager context menu of Konversation and Kickoff History tab

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391530

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[plasmashell] [Bug 391099] Memory leak with NVIDIA 390.25

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391099

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[zanshin] [Bug 391524] appdata screenshots broken

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391524

--- Comment #8 from Christoph Feck  ---
What is the status of this issue?

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

[systemsettings] [Bug 391626] NO PUEDO OBTENER NUEVAS DECORACIONES DE VENTANAS

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391626

--- Comment #2 from Christoph Feck  ---
If you can provide the information requested in comment #1, please add it.

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

[kleopatra] [Bug 386518] Decrypt and verify both crash

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=386518

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #2. If you can provide it, or need help with finding that
information, please add a comment.

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

[kdenlive] [Bug 375864] git master - Import images as sequence not working through "Add Clip" method in Project Bin

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375864

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #21 from Christoph Feck  ---
No response, changing status. If you have new information, please add a
comment.

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

[kate] [Bug 391518] Cursor width in Kate gets narrower every 16 characters

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391518

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[frameworks-kinit] [Bug 391366] plasma-desktop doesn't build with git master

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391366

--- Comment #5 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #3. If you can provide it, or need help with finding that
information, please add a comment.

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

[plasmashell] [Bug 389283] Plasma hangs and uses 100% of a CPU core [0x00007f339e7bc7c5 in QV4::PersistentValueStorage::allocate (this=0x55711959f670) at jsruntime/qv4persistent.cpp:189...]

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389283

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #7 from Christoph Feck  ---
Thanks for the update; changing status. If you see this issue again, please add
a comment or reopen the ticket.

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

[kdeconnect] [Bug 391080] KDE Connect Stop Working

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391080

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[kgpg] [Bug 391242] KGpg only creates DSA/ElGamal key pairs

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391242

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[krusader] [Bug 389644] change file associations and one more

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389644

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #6 from Christoph Feck  ---
No response; changing status. If you have new information, please add a comment
or reopen the ticket.

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

[krusader] [Bug 382923] Krusader doesn't remember .tak files association

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=382923

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #12 from Christoph Feck  ---
No response; changing status. If you have new information, please add a
comment.

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

[krusader] [Bug 388678] Rename and Open terminal here actions missing in menu

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=388678

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #5 from Christoph Feck  ---
No response; changing status. If you have new information, please add a
comment.

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

[kget] [Bug 390308] version 2.95 possibly disconnects wicked connection

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390308

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #4 from Christoph Feck  ---
No response; changing status. If you have new information, please add a
comment.

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

[plasmashell] [Bug 389329] 4k HiDPI wayland 2x display scaling issues

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=389329

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INVALID

--- Comment #9 from Christoph Feck  ---
No response, changing status. If you have new information, please add a
comment.

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

[k3b] [Bug 360184] k3b should offer option to select either md5 sum or sha256 when loading dvd iso

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

--- Comment #6 from gu...@protonmail.com ---
please replace automatic calculation of md5 sums with sha256, as the former is
broken: https://en.wikipedia.org/wiki/Hash_function_security_summary

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

[k3b] [Bug 360184] k3b should offer option to select either md5 sum or sha256 when loading dvd iso

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

gu...@protonmail.com changed:

   What|Removed |Added

 CC||gu...@protonmail.com

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

[dolphin] [Bug 226678] dolphin thumbnailer takes too much ram and makes system unresponsive

2018-04-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=226678

--- Comment #9 from Christoph Feck  ---
Needs a heaptrack or valgrind log to verify that there is actually a memory
leak.

I guess glibc simply doesn't resize the heap on every free() for performance
reasons. Additionally, if something was allocated after the thumbnail
allocations, freeing them cannot resize the heap.

I think there are variables to tune glibc's allocator, but since parsing them
is expensive, these are not environment variables. A workaround would be to use
mmap() for memory chunks, but the number of maps the kernel allows per process
is limited.

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

[Falkon] [Bug 393556] Dropdown list options are detached from dropdown list control

2018-04-26 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=393556

--- Comment #1 from Richard Ullger  ---
Created attachment 112275
  --> https://bugs.kde.org/attachment.cgi?id=112275=edit
Screenshot showing correct operation of same dropdown list in chromium

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

[Falkon] [Bug 393556] New: Dropdown list options are detached from dropdown list control

2018-04-26 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=393556

Bug ID: 393556
   Summary: Dropdown list options are detached from dropdown list
control
   Product: Falkon
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: rull...@gmail.com
  Target Milestone: ---

Created attachment 112274
  --> https://bugs.kde.org/attachment.cgi?id=112274=edit
Screenshot showing detached dropdown list options

The options you get to select from when you click on a dropdown list control
are detached from the control, appearing further down the page. This doesn't
happen on all dropdown lists but it is consistent on the dropdown lists that
exhibit this behaviour.

See url http://www.betfred.com/sport for a dropdown list that exhibits this
behaviour. Scroll down the page to the price format dropdown list that displays
'Fractions' by default. Click on the dropdown list and the available options
appear detached further down the page. See attached screenshot
Screenshot_Betfred_falkon.png.

The same dropdown list works correctly in chromium (screenshot attached
separately).

On some dropdown lists the options don't appear anywhere.

The dropdown lists for Severity, Platform and OS on the KDE Bug Tracker behave
correctly. 

Arch Linux kde_unstable repo
qt5-webengine 5.11.0beta4-1
falkon 3.0.0 rebuilt for 5.11.0beta4
   patch applied https://bugs.kde.org/attachment.cgi?id=111901=edit
   patch applied
https://src.fedoraproject.org/cgit/rpms/falkon.git/plain/falkon-3.0.0-qtbug-65223-workaround.patch

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

[kstars] [Bug 393555] New: crash on pressing 'save' image sequence button in EKOS CCD tab

2018-04-26 Thread Hans Lambermont
https://bugs.kde.org/show_bug.cgi?id=393555

Bug ID: 393555
   Summary: crash on pressing 'save' image sequence button in EKOS
CCD tab
   Product: kstars
   Version: git
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: h...@lambermont.dyndns.org
  Target Milestone: ---

kstars-bleeding-2.9.5+201804222120
Ubuntu 16.04
crash on pressing 'save' image sequence button in EKOS CCD tab

#0  0x74d35a7f in QComboBox::currentText() const ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1  0x5586dbcf in Ekos::Capture::saveSequenceQueue
(this=this@entry=0x590168c0,
path=...)
at
/build/kstars-bleeding-TEJ7z9/kstars-bleeding-2.9.5+201804222120~ubuntu16.04.1/kstars/|
ekos/capture/capture.cpp:3145
#2  0x5586f35e in Ekos::Capture::saveSequenceQueue
(this=0x590168c0)
at
/build/kstars-bleeding-TEJ7z9/kstars-bleeding-2.9.5+201804222120~ubuntu16.04.1/kstars/|
ekos/capture/capture.cpp:3100
#3  0x5578a075 in Ekos::Capture::qt_static_metacall (_o=,
_c=, _id=, _a=)
at
/build/kstars-bleeding-TEJ7z9/kstars-bleeding-2.9.5+201804222120~ubuntu16.04.1/obj-x86|
_64-linux-gnu/kstars/moc_capture.cpp:542
#4  0x73ee0d2a in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x74fba2b2 in QAbstractButton::clicked(bool) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#6  0x74d1cf44 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7  0x74d1e559 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x74d1e6d4 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x74c62fc8 in QWidget::event(QEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#10 0x74c2005c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x74c25c19 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x73eb238b in QCoreApplication::notifyInternal(QObject*, QEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x74c24b32 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget|
*, QWidget*, QWidget**, QPointer&, bool) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x74c7d5bb in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x74c7fb7b in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x74c2005c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x74c25516 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x73eb238b in QCoreApplication::notifyInternal(QObject*, QEvent*)
()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7444f4e1 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePri|
vate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#20 0x744511a5 in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInter|
facePrivate::WindowSystemEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#21 0x74434f08 in
QWindowSystemInterface::sendWindowSystemEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#22 0x7fffe487b200 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#23 0x7fffee0fe197 in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x7fffee0fe3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x7fffee0fe49c in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x73f087cf in
QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x73eafb4a in
QEventLoop::exec(QFlags) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x73eb7bec in QCoreApplication::exec() ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x556156bd in main (argc=1, argv=)
at
/build/kstars-bleeding-TEJ7z9/kstars-bleeding-2.9.5+201804222120~ubuntu16.04.1/kstars/
main.cpp:323

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

[systemsettings] [Bug 393547] New Libinput mouse KCM removed single-click/double-click setting

2018-04-26 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=393547

--- Comment #3 from Roman Gilg  ---
Not sure why I said this back then. Probably because the plan was to get rid of
this KCM with the only two checkboxes.

But I now think it's better to keep it and make it more relevant by moving
settings from other KCMs to this one (as for example animation speed from
compositor KCM).

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

[krita] [Bug 393431] Some bugs found by PVS-Studio

2018-04-26 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=393431

--- Comment #24 from Dmitry Kazakov  ---
Git commit 84089c1e79d253500167d7e37ece7ee89889ca23 by Dmitry Kazakov.
Committed on 26/04/2018 at 17:51.
Pushed by dkazakov into branch 'master'.

Fix PVS-Studio warning: fix Hairy Brush ink opacity depletion

M  +2-1plugins/paintops/hairy/hairy_brush.cpp

https://commits.kde.org/krita/84089c1e79d253500167d7e37ece7ee89889ca23

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

[kgpg] [Bug 393474] kgpg is unable to set trust level to ultimate on imported secret keys

2018-04-26 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=393474

Rolf Eike Beer  changed:

   What|Removed |Added

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

--- Comment #1 from Rolf Eike Beer  ---


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

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

[kgpg] [Bug 373909] Cannot change imported private keys' owner trust to ultimate (own key)

2018-04-26 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=373909

Rolf Eike Beer  changed:

   What|Removed |Added

 CC||s...@efers.org

--- Comment #2 from Rolf Eike Beer  ---
*** Bug 393474 has been marked as a duplicate of this bug. ***

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

[frameworks-kio] [Bug 388991] KDE Connect 1.2 segfaults/crashes.

2018-04-26 Thread Benjamin Xiao
https://bugs.kde.org/show_bug.cgi?id=388991

--- Comment #40 from Benjamin Xiao  ---
I am not the original bug reporter, but I've been getting the exact same crash
as he is. After updating to KDE Connect 1.3 (from the Fedora testing repos),
the crash no longer seems to happen! Also it seems to have fixed the issue
where I have to keep my phone awake to get notifications.

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

[kdenlive] [Bug 393554] New: no funciona el video

2018-04-26 Thread rafaelfernandezmartinez3
https://bugs.kde.org/show_bug.cgi?id=393554

Bug ID: 393554
   Summary: no funciona el video
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: rafaelfernandezmartin...@gmail.com
  Target Milestone: ---

no carga ningún archivo de video. no me deja editar nada

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

  1   2   3   >