Bug#1010576: akonadi-server: Akonadi/Kontact hangs after resuming from standby

2022-05-30 Thread Frank Mehnert
I really wonder if this hang has something to do with a dedicated setup
because not many users seem to be affected. Nevertheless the bug is really
annoying.



Bug#1010576: akonadi-server: Akonadi/Kontact hangs after resuming from standby

2022-05-06 Thread Frank Mehnert
Exact same behavior here. I have this behavior for about 6-8 weeks. After each 
resume I have to stop akonadi and then kill mariadb (normal kill is nossible 
due to apparmor, only kill -9 works). After that, akonadi works again.

Thanks!



Bug#913679: kopete: libjingle-call keeps crashing

2018-11-22 Thread Frank Mehnert
Same problem here.

The reason are typos in the kopete-17.08.3-openssl-1.1.patch patch which is 
supposed to make the code work with openssl 1.1. There are two places where 
the patch does

+#if OPENSSL_VERSION_NUMBER < 0x1010L
 static BIO_METHOD methods_socket = {
   BIO_TYPE_BIO,
   "socket",
@@ -98,16 +99,36 @@ static BIO_METHOD methods_socket = {
 };

 BIO_METHOD* BIO_s_socket2() { return(_socket); }
+#else
+static BIO_METHOD *methods_socket = NULL;
+
+static const BIO_METHOD * BIO_s_socket2(void) {
+  if (methods_socket == NULL) {
+  methods_socket = BIO_meth_new (BIO_TYPE_BIO | BIO_get_new_index (), 
"socket");
+  if (methods_socket == NULL ||
+  BIO_meth_set_write (methods_socket, socket_write) ||
+  BIO_meth_set_read (methods_socket, socket_read) ||
+  BIO_meth_set_puts (methods_socket, socket_puts) ||
+  BIO_meth_set_gets (methods_socket, 0) ||
+  BIO_meth_set_ctrl (methods_socket, socket_ctrl) ||
+  BIO_meth_set_create (methods_socket, socket_new) ||
+  BIO_meth_set_destroy (methods_socket, socket_free))
+  return NULL;
+}
+  return methods_socket;
+}
+#endif

The problem are the calls to the BIO_meth_set_XXX functions. Here it's an 
error if the return code is 0, not != 0! Therefore a correct patch would look 
like

+#if OPENSSL_VERSION_NUMBER < 0x1010L
 static BIO_METHOD methods_socket = {
   BIO_TYPE_BIO,
   "socket",
@@ -98,16 +99,36 @@ static BIO_METHOD methods_socket = {
 };

 BIO_METHOD* BIO_s_socket2() { return(_socket); }
+#else
+static BIO_METHOD *methods_socket = NULL;
+
+static const BIO_METHOD * BIO_s_socket2(void) {
+  if (methods_socket == NULL) {
+  methods_socket = BIO_meth_new (BIO_TYPE_BIO | BIO_get_new_index (), 
"socket");
+  if (methods_socket == NULL ||
+  !BIO_meth_set_write (methods_socket, socket_write) ||
+  !BIO_meth_set_read (methods_socket, socket_read) ||
+  !BIO_meth_set_puts (methods_socket, socket_puts) ||
+  !BIO_meth_set_gets (methods_socket, 0) ||
+  !BIO_meth_set_ctrl (methods_socket, socket_ctrl) ||
+  !BIO_meth_set_create (methods_socket, socket_new) ||
+  !BIO_meth_set_destroy (methods_socket, socket_free))
+  return NULL;
+}
+  return methods_socket;
+}
+#endif

Again, the patch contains these calls twice so please make sure to fix both 
occurrences. And this problem applies to both kopete 17.08.3-2 (Sid) as well
as to kopete 18.08.3-1.

Please fix these packages because kopete seems to be the only available Jabber 
client on Plasma. Telepathy doesn't work for me...

Thanks!

Frank



Bug#500906: Broken display on maps.google.fr

2008-10-24 Thread Frank Mehnert
Hi,

in the upstream tracker there is a patch specified which seems to
fix the problem. Please could you apply this patch to konqueror
3.5.10 and rebuild the Debian package?

Thanks,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


signature.asc
Description: This is a digitally signed message part.


Bug#268943: korganizer crashes at start

2006-04-27 Thread Frank Mehnert
On Friday 21 April 2006 11:01, Sune Vuorela wrote:
 Please make sure you have the packages kdepim-dbg and gdb installed, then
 try to reproduce the crash and attach the backtrace to the bugreport.

 I cannot reproduce it here on my machine with newest korganizer and
 kitchensync.

Hmm, contrary to my previous statement it seems that this problem is not
related to kitchensync. I just observed more crashes even with kitchensync
deinstalled.

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## http://os.inf.tu-dresden.de/~fm3 ##


pgpM22Wl2Fq9P.pgp
Description: PGP signature


Bug#268943: korganizer crashes at start

2006-04-25 Thread Frank Mehnert
Here you are:

Double clicking on the korganizer window to open a new appointment.
Removing the kitchensync and restarting KDE resolves the problem for
me. libqt3-mt is 3:3.3.6-1, libkdeui.so.4 is 4:3.5.2-2. Please let
me know if you need more information.

Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1241826912 (LWP 7556)]
[KCrash handler]
#6  0xb7025ef5 in QBoxLayout::setupGeom () from /usr/lib/libqt-mt.so.3
#7  0xb7026bc2 in QBoxLayout::minimumSize () from /usr/lib/libqt-mt.so.3
#8  0xb6fd5f01 in QLayout::totalMinimumSize () from /usr/lib/libqt-mt.so.3
#9  0xb702d938 in qSmartMinSize () from /usr/lib/libqt-mt.so.3
#10 0xb6fd51d9 in QWidgetItem::minimumSize () from /usr/lib/libqt-mt.so.3
#11 0xb7025a72 in QBoxLayout::setupGeom () from /usr/lib/libqt-mt.so.3
#12 0xb7026c60 in QBoxLayout::sizeHint () from /usr/lib/libqt-mt.so.3
#13 0xb6fd6044 in QLayout::totalSizeHint () from /usr/lib/libqt-mt.so.3
#14 0xb707ca9a in QWidget::sizeHint () from /usr/lib/libqt-mt.so.3
#15 0xb71085b1 in QFrame::sizeHint () from /usr/lib/libqt-mt.so.3
#16 0xb71b1115 in QWidgetStack::sizeHint () from /usr/lib/libqt-mt.so.3
#17 0xb7198622 in QTabWidget::sizeHint () from /usr/lib/libqt-mt.so.3
#18 0xb766167e in KJanusWidget::minimumSizeHint () from /usr/lib/libkdeui.so.4
#19 0xb766461f in KDialogBase::minimumSizeHint () from /usr/lib/libkdeui.so.4
#20 0xb7662b4f in KDialogBase::sizeHint () from /usr/lib/libkdeui.so.4
#21 0xb7079150 in qt_naturalWidgetSize () from /usr/lib/libqt-mt.so.3
#22 0xb707ed16 in QWidget::show () from /usr/lib/libqt-mt.so.3
#23 0xb71fd255 in QDialog::show () from /usr/lib/libqt-mt.so.3
#24 0xb7e69d28 in CalendarView::newEvent (this=0x80cf048, [EMAIL PROTECTED], 
[EMAIL PROTECTED], allDay=false) at calendarview.cpp:996
#25 0xb7e7750e in CalendarView::newEvent (this=0x80cf048)
at calendarview.cpp:940
#26 0xb7e8c629 in CalendarView::qt_invoke (this=0x80cf048, _id=63, 
_o=0xbfc5705c) at calendarview.moc:970
#27 0xb704754b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#28 0xb7047fdc in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#29 0xb7dd5fec in KOrg::BaseView::newEventSignal (this=0x3c)
at baseview.moc:346
#30 0xb7e0ff6d in KOrg::BaseView::qt_emit (this=0x81eb168, _id=13, 
_o=0xbfc5719c) at baseview.moc:461
#31 0xb7e101b8 in KOEventView::qt_emit (this=0x81eb168, _id=13, _o=0xbfc5719c)
at koeventview.moc:159
#32 0xb7e10324 in KOAgendaView::qt_emit (this=0x81eb168, _id=13, 
_o=0xbfc5719c) at koagendaview.moc:569
#33 0xb704751f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#34 0xb7047fdc in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#35 0xb7dd4c49 in KOAgenda::newEventSignal (this=0x3c) at koagenda.moc:301
#36 0xb7e87953 in KOAgenda::eventFilter_mouse (this=0x81f6088, 
object=0x81f7650, me=0xbfc5778c) at koagenda.cpp:687
#37 0xb7dd9bdb in KOAgenda::eventFilter (this=0x81f6088, object=0x81f7650, 
event=0xbfc5778c) at koagenda.cpp:354
#38 0xb70446b0 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#39 0xb704472e in QObject::event () from /usr/lib/libqt-mt.so.3
#40 0xb7081b9a in QWidget::event () from /usr/lib/libqt-mt.so.3
#41 0xb6fdd87a in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#42 0xb6fdddff in QApplication::notify () from /usr/lib/libqt-mt.so.3
#43 0xb6c9102e in KApplication::notify () from /usr/lib/libkdecore.so.4
#44 0xb6f6f06f in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#45 0xb6f6a7a4 in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#46 0xb6f68c94 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#47 0xb6f822a2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#48 0xb6ff6255 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#49 0xb6ff617a in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#50 0xb6fdc38d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#51 0x0805188c in main (argc=60, argv=0x3c) at main.cpp:58
#52 0xb7ae1eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#53 0x0804fc01 in _start () at ../sysdeps/i386/elf/start.S:119

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## http://os.inf.tu-dresden.de/~fm3 ##


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#268943: korganizer crashes at start

2006-04-20 Thread Frank Mehnert
Experienced the same behaviour with current Debian/unstable with KDE 3.5.2. 
korganizer crashes when trying to create a new event. Removing kitchensync
solves the problem for me. Plese let me know if you need more information.

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## http://os.inf.tu-dresden.de/~fm3 ##


pgp9R01XtOwfF.pgp
Description: PGP signature