Workaround segfault on exit & run test on commit
src/application.lisp
Tue May 26 17:46:14 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Workaround segfault on exit & run test on commit
--- old-kde.ui/src/application.lisp 2014-10-30 07:22:45.000000000 +0100
+++ new-kde.ui/src/application.lisp 2014-10-30 07:22:45.000000000 +0100
@@ -2,6 +2,14 @@
(declaim (optimize (debug 3)))
+;;; FIXME crash on quit, Called from ~KIconLoader():
+;;; CL-USER> (cffi:defcfun (kbacktrace "_Z14kRealBacktracei") :pointer
+;;; (levels :int))
+;;; KBACKTRACE
+;;; CL-USER> (kbacktrace -1)
+;;;
+;;; Unhandled memory fault at #x0.
+
(defun app ()
(assert (app-p))
(qt:app))