[plasmashell] [Bug 477939] Center-aligned panels cause left/right/top/bottom aligned panels sharing the same edge to not touch that edge

2024-03-10 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=477939

Julio J.  changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

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

[kdevelop] [Bug 372035] Crash while typing PHP code

2022-10-03 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=372035

--- Comment #5 from Julio J.  ---
Hi Justin, I think you can close this ticket, it's been a while since I've used
KDevelop for PHP so I don't think I'd be able to reproduce it now. If I ever
find it again I'll report it again.

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

[Breeze] [Bug 412078] Hovering on checkboxes or comboboxes changes their color to black

2019-10-17 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=412078

Julio J.  changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

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

[kdevelop] [Bug 404374] Random crashes while editing PHP classes

2019-02-18 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=404374

--- Comment #1 from Julio J.  ---
Not sure if it's useful, but I tried running it again from the command line,
and after the crash this was outputted on there:

> ASSERT failure in QVector::operator[]: "index out of range", file 
> /usr/include/qt/QtCore/qvector.h, line 437

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

[kdevelop] [Bug 372035] Crash while typing PHP code

2019-02-14 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=372035

Julio J.  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Julio J.  ---
I'm closing this since it's too old to be of any use. It's probably fixed on
the latest version.

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

[kdevelop] [Bug 404374] New: Random crashes while editing PHP classes

2019-02-14 Thread Julio J.
https://bugs.kde.org/show_bug.cgi?id=404374

Bug ID: 404374
   Summary: Random crashes while editing PHP classes
   Product: kdevelop
   Version: git master
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Language Support: PHP
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Created attachment 118089
  --> https://bugs.kde.org/attachment.cgi?id=118089=edit
Crash report

SUMMARY
I'm using the latest version from master (kdevelop @ 7fd559bba4 and kdev-php @
ad758f6) and lately I'm getting random crashes. I've compiled the sources on
debug mode and I'm attaching the crash report in hopes it tells you enough to
know where the problem is. I've tried to single out the issue but I can't.

Let me know if the attached report isn't enough and I can get more info doing
something else (running with gdb?). It's hard because crashes sometimes occur
after hours of use and sometimes within minutes, but I can always try.

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

[kdevelop] [Bug 401278] Segfault in background parser [crash in PHP::ExpressionVisitor::visitClassNameReference]

2018-11-22 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401278

--- Comment #3 from Julio J.  ---
Can confirm is fixed. I just tested with the latest HEAD from master (60dbbdf)
and the crash is gone.

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

[kdevelop] [Bug 401278] Segfault in background parser [crash in PHP::ExpressionVisitor::visitClassNameReference]

2018-11-21 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401278

--- Comment #1 from Julio J.  ---
Found it! This is the file that causes the crash
https://github.com/googleapis/google-cloud-php-core/blob/master/src/GrpcRequestWrapper.php

Only by opening the file, I can reproduce the crash every time. Let me know if
I can provide any other info.

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

[kdevelop] [Bug 401278] New: Segfault in background parser [crash in PHP::ExpressionVisitor::visitClassNameReference]

2018-11-21 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401278

Bug ID: 401278
   Summary: Segfault in background parser [crash in
PHP::ExpressionVisitor::visitClassNameReference]
   Product: kdevelop
   Version: git master
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Language Support: PHP
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Created attachment 116448
  --> https://bugs.kde.org/attachment.cgi?id=116448=edit
GDB Backtrace of the crash

I've found another crash on the parser. I'm attaching the gdb output of the
crash.

I'll try to find the exact file/code making it to crash later abut I'm opening
this so I don't forget.

This happens using the version from master of kdev-php with HEAD at
0a4bacb7e8730dd7de7116da421013d072244466

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

[kdevelop] [Bug 401217] Kdevelop crash on start when parsing a PHP project

2018-11-20 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401217

--- Comment #4 from Julio J.  ---
Hey Heinz!

I just tried and with the latest version from master there is no crash, so I
guess you can mark this as solved. I'll just keep my compiled version till the
new release goes out.

Thanks for the good work!

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

[kdevelop] [Bug 401217] Kdevelop crash on start when parsing a PHP project

2018-11-19 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401217

--- Comment #2 from Julio J.  ---
I just tried what you mentioned, and I get indeed a lot of output, and I
realized that it crashes with any Laravel project, including an empty one.

Steps to reproduce:
- composer create-project --prefer-dist laravel/laravel test
- kdevelop --pick-session
- Open the test folder created above as a new project

The files being parsed at the time of the crash aren't always the same, so I
don't think I'd be very lucky trying to narrow it down. Hopefully you can
reproduce the crash with a new laravel project as well.

Let me know if I can provide any extra info.

Thanks for an awesome work!

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

[kdevelop] [Bug 401217] New: Kdevelop crash on start when parsing a PHP project

2018-11-19 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=401217

Bug ID: 401217
   Summary: Kdevelop crash on start when parsing a PHP project
   Product: kdevelop
   Version: 5.3.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Language Support: PHP
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Created attachment 116409
  --> https://bugs.kde.org/attachment.cgi?id=116409=edit
GDB Backtrace of the crash

SUMMARY
Latest version of Kdevelop crashes on startup when I open a particular PHP
project.

SOFTWARE/OS VERSIONS
Linux: Arch Linux
KDE Plasma Version: 5.14.3 
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Since I can reproduce it every time, I've run it with GDB, find attached the
backtrace:

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

[kdevelop] [Bug 393732] New: Parser wrongly marks any function called list() within a class

2018-05-01 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=393732

Bug ID: 393732
   Summary: Parser wrongly marks any function called list() within
a class
   Product: kdevelop
   Version: 5.2.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: PHP
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

If you have a class with a function named list(), the parser marks it as wrong
with the following error message:

Expected symbol "identifier" (current token: "list" ...)

It is reproducible for me on a simple class like

class A {
public function list() {
}
}

Changing the name makes the parser problem go away.

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade [Php::VariableDeclaration::isVariadic]

2017-11-18 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #7 from Julio J. <julioelpo...@gmail.com> ---
@Sven Brauch: Thanks, that was my plan.

@Kevin Funk: I've managed to compile KDevelop from sources with debug symbols,
the kdev-php isn't included, and I can't find a way to include it. Could you
point me to somewhere where I can read how to compile it w/ PHP support? All
resources I could find were for KDevelop4 :(

Thanks!

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade [Php::VariableDeclaration::isVariadic]

2017-11-15 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #5 from Julio J. <julioelpo...@gmail.com> ---
I'll file a different bug. tbh, I've submitted these 2 because DrKonqi gave
them 3 stars.

I'll look into getting debug symbols because I'd love to keep using kdevelop
and these constant crashes are making it unusable.

Thanks for the link!

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade [Php::VariableDeclaration::isVariadic]

2017-11-15 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #3 from Julio J. <julioelpo...@gmail.com> ---
Created attachment 108889
  --> https://bugs.kde.org/attachment.cgi?id=108889=edit
Another backtrace, same kind of crash I've been having since yesterday.

Another backtrace, not sure if related to above but it just crashed again :(

If I should file another bug for this one just let me know.

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

[kdevelop] [Bug 386969] KDevelop keeps crashing since the 5.2 upgrade

2017-11-15 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

--- Comment #1 from Julio J. <julioelpo...@gmail.com> ---
Wow, re-reading the report it sounds ironic, but I truly thank all of you for a
great job on KDE and Kdevelop (regardless of the bugs that may sneak in).

Keep it up!

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

[kdevelop] [Bug 386969] New: KDevelop keeps crashing since the 5.2 upgrade

2017-11-15 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=386969

Bug ID: 386969
   Summary: KDevelop keeps crashing since the 5.2 upgrade
   Product: kdevelop
   Version: 5.2.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.2.0)

Qt Version: 5.9.2
Frameworks Version: 5.40.0
Operating System: Linux 4.13.11-1-zen x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
This time I was loading a different project, but since I upgraded to 5.2
yesterday, KDevelop has kept crashing after some time using it.

I am not sure if the attached backtrace is useful, I use Arch Linux and I've
heard Arch doesn't allow to install debug symbols. If it isn't, could you
please provideme with instructions on how to make a useful report? Is there an
AppImage with debug symbols included? Is compilling from source the only way?

Thanks for a great job!

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fccc3be48c0 (LWP 1703))]

Thread 30 (Thread 0x7fcbf3fff700 (LWP 2024)):
#0  0x7fccc08f6f7b in poll () at /usr/lib/libc.so.6
#1  0x7fccb7dcfed3 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fccb7dcffae in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fccc1234cf4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fccc11d848b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fccc0ff127e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fccbeafe252 in  () at /usr/lib/libKDevPlatformLanguage.so.52
#7  0x7fccc0ff5fcb in  () at /usr/lib/libQt5Core.so.5
#8  0x7fccb9f9e08a in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fccc090147f in clone () at /usr/lib/libc.so.6

Thread 29 (Thread 0x7fcbd7fff700 (LWP 1954)):
#0  0x7fccb9fa438d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fccc0ff745c in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fccb53b542f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7fccb53ba4d9 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#8  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#9  0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#10 0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#11 0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#12 0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#13 0x7fccb53b7ce3 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#14 0x7fccc0ff5fcb in  () at /usr/lib/libQt5Core.so.5
#15 0x7fccb9f9e08a in start_thread () at /usr/lib/libpthread.so.0
#16 0x7fccc090147f in clone () at /usr/lib/libc.so.6

Thread 28 (Thread 0x7fcbf097e700 (LWP 1953)):
#0  0x7fccb9fa438d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fccc0ff745c in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fccb53b542f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7fccb53ba4d9 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7fccb53ba532 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#8  0x7fccb53b4924 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#9  0x7fccb53b7ce3 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#10 0x7fccc0ff5fcb in  () at 

[frameworks-ktexteditor] [Bug 374219] Pasting a piece of text into a .yml file crashes kdevelop

2017-07-24 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=374219

--- Comment #3 from Julio J. <julioelpo...@gmail.com> ---
I guess you can close it, I wasn't able to reproduce it again.

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

[plasmashell] [Bug 368838] plasmashell keeps eating ram, but never release it.

2017-07-18 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=368838

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

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

[plasmashell] [Bug 381130] Notifications are sometimes misplaced in the left upper corner

2017-07-04 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=381130

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

--- Comment #11 from Julio J. <julioelpo...@gmail.com> ---
I can confirm, I'm also on 5.35 and notifications and krunner seem to go
randomly on the top left corner.

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

[kdevelop] [Bug 374219] New: Pasting a piece of text into a .yml file crashes kdevelop

2016-12-27 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=374219

Bug ID: 374219
   Summary: Pasting a piece of text into a .yml file crashes
kdevelop
   Product: kdevelop
   Version: 5.0.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.0.3)

Qt Version: 5.7.1
Frameworks Version: 5.29.0
Operating System: Linux 4.8.13-1-zen x86_64
Distribution (Platform): Archlinux Packages

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

I had a couple of files opened, I copy-pasted some text from one to another and
then it crashed. It happened twice already with different text from different
files.

Not sure if related, but the files were YAML config files.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f8b79b08600 (LWP 14929))]

Thread 15 (Thread 0x7f8ac5c2c700 (LWP 15164)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b683181f4 in  () at /usr/lib/libQt5Script.so.5
#2  0x7f8b68318239 in  () at /usr/lib/libQt5Script.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 14 (Thread 0x7f8ac642d700 (LWP 15014)):
#0  0x7f8b7692348d in poll () at /usr/lib/libc.so.6
#1  0x7f8b6e364786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f8b6e36489c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f8b772462db in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f8b771efd3a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f8b77012063 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f8b77016cf8 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 13 (Thread 0x7f8ac7bf3700 (LWP 15007)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b6a5787c3 in  () at /usr/lib/libQt5WebKit.so.5
#2  0x7f8b6a8b0a51 in  () at /usr/lib/libQt5WebKit.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7f8ac83f4700 (LWP 15006)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b6a5787c3 in  () at /usr/lib/libQt5WebKit.so.5
#2  0x7f8b6a8b0a51 in  () at /usr/lib/libQt5WebKit.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7f8ac8bf5700 (LWP 15005)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b6a5787c3 in  () at /usr/lib/libQt5WebKit.so.5
#2  0x7f8b6a8b0a51 in  () at /usr/lib/libQt5WebKit.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7f8ac93f6700 (LWP 15004)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b6a577671 in  () at /usr/lib/libQt5WebKit.so.5
#2  0x7f8b6a8b0a51 in  () at /usr/lib/libQt5WebKit.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f8aca283700 (LWP 15003)):
#0  0x7f8b6e3a9db9 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f8b6e364742 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f8b6e36489c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f8b772462db in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f8b771efd3a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f8b77012063 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f8b77016cf8 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f8b0b104700 (LWP 15002)):
#0  0x7f8b7035910f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f8b6a87f8ab in  () at /usr/lib/libQt5WebKit.so.5
#2  0x7f8b6a87f8e9 in  () at /usr/lib/libQt5WebKit.so.5
#3  0x7f8b70353454 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f8b7692c7df in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7f8b267fc700 (LWP 15001)):
#0  

[konsole] [Bug 371624] Konsole crashed upon tab close

2016-12-07 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=371624

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

--- Comment #1 from Julio J. <julioelpo...@gmail.com> ---
Pretty similar thing happened to me. I was closing tabs with "exit" command and
then it crashed.

-- Application: konsole (16.08.3)

KDE Frameworks 5.28.0
Qt 5.7.0 (built against 5.7.0)
The xcb windowing system

-- Backtrace of the crash I experienced:

Application: Konsole (konsole), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f11ae68a800 (LWP 12807))]

Thread 3 (Thread 0x7f119324f700 (LWP 12809)):
#0  0x7f11ae07348d in poll () at /usr/lib/libc.so.6
#1  0x7f11a43b8786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f11a43b889c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f11aa60772b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f11aa5b123a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f11aa3d40f3 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f11a871de55 in  () at /usr/lib/libQt5DBus.so.5
#7  0x7f11aa3d8d78 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f11a5e51454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f11ae07c7df in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f11997b6700 (LWP 12808)):
#0  0x7f11ae07348d in poll () at /usr/lib/libc.so.6
#1  0x7f11a62768e0 in  () at /usr/lib/libxcb.so.1
#2  0x7f11a6278679 in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7f119b6f7449 in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7f11aa3d8d78 in  () at /usr/lib/libQt5Core.so.5
#5  0x7f11a5e51454 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f11ae07c7df in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f11ae68a800 (LWP 12807)):
[KCrash Handler]
#6  0x7f11aa5e66b4 in QObject::~QObject() () at /usr/lib/libQt5Core.so.5
#7  0x7f11ab526389 in QAction::~QAction() () at /usr/lib/libQt5Widgets.so.5
#8  0x7f11ab5263b9 in QAction::~QAction() () at /usr/lib/libQt5Widgets.so.5
#9  0x7f11aa5dcdc1 in QObjectPrivate::deleteChildren() () at
/usr/lib/libQt5Core.so.5
#10 0x7f11aa5e666f in QObject::~QObject() () at /usr/lib/libQt5Core.so.5
#11 0x7f11ab526389 in QAction::~QAction() () at /usr/lib/libQt5Widgets.so.5
#12 0x7f11ab576f2d in QWidgetAction::~QWidgetAction() () at
/usr/lib/libQt5Widgets.so.5
#13 0x7f11ac3c349f in KSelectAction::~KSelectAction() () at
/usr/lib/libKF5WidgetsAddons.so.5
#14 0x7f11acd395b9 in KCodecAction::~KCodecAction() () at
/usr/lib/libKF5ConfigWidgets.so.5
#15 0x7f11aa5dcdc1 in QObjectPrivate::deleteChildren() () at
/usr/lib/libQt5Core.so.5
#16 0x7f11aa5e666f in QObject::~QObject() () at /usr/lib/libQt5Core.so.5
#17 0x7f11add03a99 in Konsole::SessionController::~SessionController() ()
at /usr/lib/libkonsoleprivate.so.16
#18 0x7f11add03ad9 in Konsole::SessionController::~SessionController() ()
at /usr/lib/libkonsoleprivate.so.16
#19 0x7f11aa5df4f0 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#20 0x7f11ab52ce0c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#21 0x7f11ab534581 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#22 0x7f11aa5b2de0 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#23 0x7f11aa5b556d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#24 0x7f11aa607303 in  () at /usr/lib/libQt5Core.so.5
#25 0x7f11a43b8587 in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#26 0x7f11a43b87f0 in  () at /usr/lib/libglib-2.0.so.0
#27 0x7f11a43b889c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#28 0x7f11aa60770f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#29 0x7f11aa5b123a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#30 0x7f11aa5b973c in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#31 0x7f11ae35a0b1 in kdemain () at /usr/lib/libkdeinit5_konsole.so
#32 0x7f11adfb4291 in __libc_start_main () at /usr/lib/libc.so.6
#33 0x0040065a in _start ()

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

[kdevelop] [Bug 373289] KDevelop crashes on startup

2016-12-05 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=373289

--- Comment #2 from Julio J. <julioelpo...@gmail.com> ---
I can't just provide the files right away since they belong to my company, but
I'll try to strip them down to something that still crashes my kdevelop but
does not contain any critical code.

I'll post them here as soon as I have them.

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

[kdevelop] [Bug 373289] New: KDevelop crashes on startup

2016-12-05 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=373289

Bug ID: 373289
   Summary: KDevelop crashes on startup
   Product: kdevelop
   Version: 5.0.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.0.3)

Qt Version: 5.7.0
Frameworks Version: 5.28.0
Operating System: Linux 4.8.11-1-zen x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
I have some projects open loaded and some files (none of them huge), but when
it starts loading them, the process starts hoarding RAM till it exahust all
8GB, and then continues with the swap, after that, the system kills it, but
there is no reason for it to consume so much memory.

- Custom settings of the application:

Most of the projects I was loading are being loaded through SFTP from a remote
server. I have no idea if that's of any influence.

I am using Arch with all packages up to date.

$ uname -a
Linux XPS13-9350 4.8.11-1-zen #1 ZEN SMP PREEMPT Sat Nov 26 14:03:07 UTC 2016
x86_64 GNU/Linux

Let me know if I can help debugging anything else. This starting happening over
a week ago, so I'm guessing is some kind of bug that appeared after the
upgrade.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd48d12e800 (LWP 12185))]

Thread 21 (Thread 0x7fd3fa857700 (LWP 12273)):
#0  0x7fd489f4a48d in poll () at /usr/lib/libc.so.6
#1  0x7fd481832786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd48183289c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd48a86c72b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fd48a81623a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fd48a6390f3 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fd47f8ef2d5 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7fd48a63dd78 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fd48381f454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fd489f537df in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7fd3fb7fe700 (LWP 12255)):
#0  0x7fd4818425d0 in g_poll () at /usr/lib/libglib-2.0.so.0
#1  0x7fd481832786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd48183289c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd48a86c72b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fd48a81623a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fd48a6390f3 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fd48811a36f in  () at /usr/lib/libKDevPlatformLanguage.so.10
#7  0x7fd48a63dd78 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fd48381f454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fd489f537df in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7fd3fbfff700 (LWP 12231)):
#0  0x7fd48382510f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd48a63ec2b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fd47ef3b1c0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7fd47ef3f988 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7fd47ef3a263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7fd47ef3f9e2 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7fd47ef3a263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7fd47ef3f9e2 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#8  0x7fd47ef3a263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#9  0x7fd47ef3d1f9 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#10 0x7fd48a63dd78 in  () at /usr/lib/libQt5Core.so.5
#11 0x7fd48381f454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x7fd489f537df in clone () at /usr/lib/libc.so.6

Thread 18 (Thread 0x7fd418ff9700 (LWP 12230)):
#0  0x7fd48382510f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd48a63ec2b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7fd47ef3b1c0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7fd47ef3f988 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  

[kdevelop] [Bug 372035] New: Crash while typing PHP code

2016-11-03 Thread Julio J .
https://bugs.kde.org/show_bug.cgi?id=372035

Bug ID: 372035
   Summary: Crash while typing PHP code
   Product: kdevelop
   Version: 5.0.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: julioelpo...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.0.2)

Qt Version: 5.7.0
Frameworks Version: 5.27.0
Operating System: Linux 4.8.6-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
I was writing some code with a couple of files opened.
- Custom settings of the application:
It's not really a custom setting, but I was loading a couple of remote projects
(through kioslaves, sftp:// ), which since the update to 5.0 takes a really
long time. I'm not sure if it's related but I thought it may be worth
mentioning.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f009800 (LWP 1409))]

Thread 23 (Thread 0x7f0a980d2700 (LWP 3594)):
#0  0x7f0bb892448d in poll () at /usr/lib/libc.so.6
#1  0x7f0bb0212786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f0bb021289c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f0bb924672b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f0bb91f023a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f0bb90130f3 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f0bb6af415f in  () at /usr/lib/libKDevPlatformLanguage.so.10
#7  0x7f0bb9017d78 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f0bb21fb454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f0bb892d7df in clone () at /usr/lib/libc.so.6

Thread 22 (Thread 0x7f0aa3fff700 (LWP 3590)):
#0  0x7f0bb892448d in poll () at /usr/lib/libc.so.6
#1  0x7f0bb0212786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f0bb021289c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f0bb924672b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f0bb91f023a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f0bb90130f3 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f0bb6af415f in  () at /usr/lib/libKDevPlatformLanguage.so.10
#7  0x7f0bb9017d78 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f0bb21fb454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f0bb892d7df in clone () at /usr/lib/libc.so.6

Thread 21 (Thread 0x7f0b31575700 (LWP 3589)):
#0  0x7f0bb220110f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0bb9018c2b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0bad91c1c0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0bad920988 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f0bad91b263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f0bad9209e2 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f0bad91b263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#7  0x7f0bad9209e2 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#8  0x7f0bad91b263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#9  0x7f0bad91e1f9 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#10 0x7f0bb9017d78 in  () at /usr/lib/libQt5Core.so.5
#11 0x7f0bb21fb454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x7f0bb892d7df in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7f0b31d76700 (LWP 3588)):
#0  0x7f0bb220110f in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f0bb9018c2b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f0bad91c1c0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/libKF5ThreadWeaver.so.5
#3  0x7f0bad920988 in  () at /usr/lib/libKF5ThreadWeaver.so.5
#4  0x7f0bad91b263 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/libKF5ThreadWeaver.so.5
#5  0x7f0bad91e1f9 in ThreadWeaver::Thread::run() () at
/usr/lib/libKF5ThreadWeaver.so.5
#6  0x7f0bb9017d78 in  () at /usr/lib/libQt5Core.so.5
#7  0x7f0bb21fb454 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f0bb892d7df in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7f0b32577700 (LWP 3587)):
#0  0x7f0bb220110f in 

[konsole] [Bug 368785] konsole tab title format only uses the first program you ever ran, not the current one

2016-09-16 Thread Julio J . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368785

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

--- Comment #4 from Julio J. <julioelpo...@gmail.com> ---
Yup, can confirm, it happens also when you connect to a remote host, the title
stays the same afterwards.

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


[ark] [Bug 222392] Ark does not properly stop an archive creation

2015-12-23 Thread Julio J . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=222392

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC|julioelpo...@gmail.com  |

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


[dolphin] [Bug 356830] Invalid location in location bar (button mode) when browsing FTP

2015-12-22 Thread Julio J . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356830

Julio J. <julioelpo...@gmail.com> changed:

   What|Removed |Added

 CC||julioelpo...@gmail.com

--- Comment #2 from Julio J. <julioelpo...@gmail.com> ---
Same behaviour here, since upgrading to 15.12 on Arch it started happening,
both sftp:// and fish:// folders. I'm guessing it's present on all network
protocols.

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