Re: [Licq-devel] licq 1.3.8 kde4-gui crash

Anders Olofsson <[email protected]> Mon, 04 Jan 2010 21:41:01 +0100
Newsgroups gmane.network.licq.devel
Message-ID <[email protected]>
Florian Mickler wrote:
> Hi!
> 
> When I recently upgraded my licq and am now trying to use the new kde4-gui.
> But it crashes instantly. Licq is version 1.3.8 and i'm on 64bit, current 
> gentoo system, with a 2.6.32 kernel. 
> 
> i append the output i get and the two ~/.licq/licq.backtrace*  i got.
> 
> cheers,
> Flo

Hi,
thanks for reporting this.
Looking at the code for the crash in the backtrace, the only guess I can 
make is that your configuration contains a user with an invalid user id.

Check in your ~/.licq/users.conf file and look for any weird user IDs, 
e.g. empty, starting with a dot or consisting of strange characters?
Also check that the NumOfUsers parameter is correct and that there isn't 
any numbers missing in the list.

If you find something that shouldn't be there, try removing or 
correcting it. Note that numbers must be in order so if you remove 
something you'll have to adjust the numbering of the lines and the 
NumOfUsers parameter.

If that didn't helg, can you please build the gui with debugging enabled 
and provide me with a new (more detailed) backtrace? (To enable debug 
symbols, add -DCMAKE_BUILD_TYPE=Debug as a parameter to cmake)

/Anders