FreeBSD Port: net-im/centericq: doesn't work on -CURRENT

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Tue Jan 31 12:30:37 PST 2006


On Tue, 31 Jan 2006, Roman Bogorodskiy wrote:

> Hi,
>
> More than year ago I had problems with centericq[1] coredumping after
> connecting to the icq server. Now I have exatly the same problem, but
> malloc.conf tricks doesn't help this time.
>
> I'm using centericq 4.21.0 on -CURRENT/amd64.
>
> Any ideas how to fix that?

fix centericq. The code really is ... I wonder what will happen once
I have the new malloc and try to run centericq...

With the following patch it won't automatically fetch info from the
server on startup but will still core once you quit. Seems to work
otherwise...

--- src/hooks/icqhook.cc.orig   Fri Dec 30 22:30:43 2005
+++ src/hooks/icqhook.cc        Fri Dec 30 22:30:19 2005
@@ -1022,7 +1022,11 @@
         unlink(conf.getconfigfname("icq-infoset").c_str());
      }

+#ifdef BZ_HAS_FIXED_THIS
      cli.fetchServerBasedContactList();
+#else
+    logger.putmessage((string) _("BZ not calling cli.fetchServerBasedContactList"));
+#endif
  }

  void icqhook::disconnected_cb(DisconnectedEvent *ev) {


-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT


More information about the freebsd-ports mailing list