[climm] segfault with jabber(?)
Max Komar
komar at ukr.net
Mon Sep 1 17:35:25 CEST 2008
> > > Please update or "save" the configuration file and check for changes.
> > > FIXME: dep 21
> > after 'save' climm convert your configs, and this message must gone.
> yeah ;) I know -- I just wanted to list all 'sideeffects' which could be
> somehow leading us to segfault ;-)
ok :)
> > try add to ~/.climm/climmrc
> > ==
> > options encoding koi8
> > ==
> which section should it be in? in any case... now I have
>
> $> grep encoding climmrc
> encoding file UTF-8 # do not modify
> # Local character encodings: auto, ISO-8859-1, KOI8-u, ...
> encoding local KOI8-U # please set your locale correctly instead
> options encoding KOI8-U scripting on
try.
===
options encoding koi8 scripting on
===
in src/file_util.c
===
else if (!strcasecmp (cmd, "koi8"))
{ what = ConvEnc ("KOI8-U"); dep = 4; }
===
> $> grep KOI /etc/locale.gen
> ru_RU.KOI8-R KOI8-R
> ru_UA KOI8-U
> # tg_TJ KOI8-T
> uk_UA KOI8-U
>
>
> > set | egrep -a 'LC_ALL|LC_MESSAGES|LANG'
> and I unset LANG explicitely, so output here is empty, then I am still getting:
>
> Warning: Locale setting C is no real locale and probably not what you
> want.
> This console uses encoding KOI8-U.
> No translation requested. You live in nowhereland, eh?
>
>
> and even if I
> xport LANG=KOI8-U
> and start climm, I get the same message
try LANG=uk_UA.KOI8-U
works for me :)
> SEGFAULT:
> first I built from SVN (actually from git-svn'ed SVN repository) with
> noopt,nostrip and WIP=1 as in that FAQ you mentioned (thanks). the
> result is that it runs fine!
>
> also I downloaded and installed your package
> > http://core.org.ua/tmp/climm/climm_0.6.3-0_i386.deb
>
> and that one also runs fine -- I get logged in into google account --
> yeay!
>
> so I rebuilt from SVN again but without WIP and any DEB_BUILD_OPTIONS.
> it works again (well -- I can't login into ICQ now since I relogged in
> too often but I will try tomorrow morning to reconfirm)
>
> so it seems that there is something which got fixed in recent commits,
> so I built at revision 2615... and it worked fine
> (Actually I am not sure which is the commit where 0.6.3 package was built since there
> is no tags)
>
> So may be there was something peculiar about machine where that package
> (available online) was built... but now climm seems to work for me,.. I
> will keep version with debug and noopt running just in case ;-)
Looks like different libgloox7.so on building host.
I was use pbuilder for building under etch
==
pbuilder --create --distribution etch
pbuilder --build climm_0.6.3-0.dsc
==
--
Signature invent in progress 24% ##........
More information about the climm-list
mailing list