[kpat] [Bug 299264] Solver does not know all the moves in Klondike.

2022-01-15 Thread Florin Jurcovici
https://bugs.kde.org/show_bug.cgi?id=299264

Florin Jurcovici  changed:

   What|Removed |Added

 CC||florin.jurcov...@gmail.com

--- Comment #4 from Florin Jurcovici  ---
I just stumbled upon a test case for version 21.12.0 - see below.

When loading the save file, it says "Solver: This game is lost." If you undo
then redo a move, it switches to "Solver: This game is winnable." Given the
simplicity of the test case, I believe this is a good starting point for
properl

[kdialog] [Bug 385209] Several applications started crashing when trying to open standard dialogs

2017-10-12 Thread Florin Jurcovici
https://bugs.kde.org/show_bug.cgi?id=385209

--- Comment #1 from Florin Jurcovici <florin.jurcov...@gmail.com> ---
May I ask why unconfirmed? I mean, it is still happening on my machine, and I
don't even have a workaround for it, for the time being.

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

[kdialog] [Bug 385209] New: Several applications started crashing when trying to open standard dialogs

2017-09-29 Thread Florin Jurcovici
https://bugs.kde.org/show_bug.cgi?id=385209

Bug ID: 385209
   Summary: Several applications started crashing when trying to
open standard dialogs
   Product: kdialog
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: br...@frogmouth.net
  Reporter: florin.jurcov...@gmail.com
  Target Milestone: ---

Application: kate (3.13.3)
KDE Platform Version: 4.13.3
Qt Version: 4.8.6
Operating System: Linux 3.13.0-132-generic i686
Distribution: Ubuntu 14.04.5 LTS

-- Information about the crash:
Simplest way to reproduce - the attached stack trace is from such an operation: 

- open kate
- type something into the file created by default
- File -> Save as ...

Expected: save as dialog appears
Actual: Kate segfaults

Vlc crashes similarly on File -> Open file ..., Chromium web browsers does not
crash trying to select a picture for upload, but I do get the KDE crash
reporting window instead of the file open dialog.

If I try kdialog --msgbox "something" from the command line, it works as
expected.

The crash can be reproduced every time, in every application.

I tried sudo apt-get install --reinstall for several packages, the various
applications and kde-baseapps among them, but it didn't help.

This only started happening since a few updates ago, but I can't pinpoint the
exact point in time.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0xb4d85740 (LWP 24727))]

Thread 4 (Thread 0xb1733b40 (LWP 24728)):
#0  __pthread_mutex_unlock_usercnt (mutex=0xb0e00558, decr=1) at
pthread_mutex_unlock.c:52
#1  0xb76bf7a4 in pthread_mutex_unlock (mutex=0xb0e00558) at forward.c:194
#2  0xb5e92120 in g_mutex_unlock () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb5e4c99e in g_main_context_prepare () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb5e4d2df in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb5e4d528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xb621495f in QEventDispatcherGlib::processEvents (this=0xb0e00468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#7  0xb61e3823 in QEventLoop::processEvents (this=this@entry=0xb1733258,
flags=...) at kernel/qeventloop.cpp:149
#8  0xb61e3b49 in QEventLoop::exec (this=this@entry=0xb1733258, flags=...) at
kernel/qeventloop.cpp:204
#9  0xb60d023d in QThread::exec (this=this@entry=0xa1a3858) at
thread/qthread.cpp:537
#10 0xb61c3c44 in QInotifyFileSystemWatcherEngine::run (this=0xa1a3858) at
io/qfilesystemwatcher_inotify.cpp:265
#11 0xb60d2b6f in QThreadPrivate::start (arg=0xa1a3858) at
thread/qthread_unix.cpp:349
#12 0xb5f33f72 in start_thread (arg=0xb1733b40) at pthread_create.c:312
#13 0xb76b23ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 3 (Thread 0xb0cd0b40 (LWP 24729)):
#0  0xb77a4428 in __kernel_vsyscall ()
#1  0xb5f37d0b in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2  0xb76bf55c in __pthread_cond_wait (cond=0xb1c6b8d0, mutex=0xb1c6b8b8) at
forward.c:149
#3  0xb1b68c92 in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#4  0xb1b68cdf in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#5  0xb5f33f72 in start_thread (arg=0xb0cd0b40) at pthread_create.c:312
#6  0xb76b23ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 2 (Thread 0xadf30b40 (LWP 24731)):
#0  0xb77a4428 in __kernel_vsyscall ()
#1  0xb76a347b in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0xb5e5c20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb5e4d3e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb5e4d528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb621495f in QEventDispatcherGlib::processEvents (this=0xaed00468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#6  0xb61e3823 in QEventLoop::processEvents (this=this@entry=0xadf30258,
flags=...) at kernel/qeventloop.cpp:149
#7  0xb61e3b49 in QEventLoop::exec (this=this@entry=0xadf30258, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb60d023d in QThread::exec (this=this@entry=0xa5f82e0) at
thread/qthread.cpp:537
#9  0xb61c3c44 in QInotifyFileSystemWatcherEngine::run (this=0xa5f82e0) at
io/qfilesystemwatcher_inotify.cpp:265
#10 0xb60d2b6f in QThreadPrivate::start (arg=0xa5f82e0) at
thread/qthread_unix.cpp:349
#11 0xb5f33f72 in start_thread (arg=0xadf30b40) at pthread_create.c:312
#12 0xb76b23ee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 1 (Thread 0xb4d85740 (LWP 24727)):
[KCrash Handler]
#7  0xb57a3ca9 in KFileDialog::KFileDialog (this=0xbfc46b20, startDir=...,
filter=..., parent=0xa760318, customWidget=0x0) at
../../kio/kfile/kfiledialog.cpp:266
#8  0xb579f72d in