Max

This is great.

It seems the error is generated by the following statement on line
AsioClient:209:

cout << "IN: " << (m_message_queue.front()) << endl;



It could be because of the absence of an '\0' at the end of the string
returned by front(). Because it's not segfaulting for me, I will run the
code in gdb and look for anything suspicious.

Just to confirm that this is the problem, can you try commenting out this
part of the code in your copy and run. It should segfault again where this
variable is used.

You are running Ubuntu, right?

Thanks
Naveen

On Tue, Jun 22, 2010 at 5:34 AM, Max Bossino <m...@miragroupware.org> wrote:

> Hi Naveen,
>
> By some kind of miracle, GDB no longer runs the program properly and
> actually gives a backtrace for the Segfault. Please find it attached; it
> looks like something to do with AsioClient.cpp.
>
> I'll be happy to test the latest revision of your code, once I can log in
> without Mira Client crashing on me! :)
>
> Regards,
>
> Max Bossino
> Project Manager
> http://miragroupware.org
>
>
> On 22 Jun 2010, at 04:08, naveen akarapu wrote:
>
> Hi all
>
> Posted a new revision:
>
>
> http://bazaar.launchpad.net/~naveen-akarapu/mira/highlight-contacts/revision/221<http://bazaar.launchpad.net/%7Enaveen-akarapu/mira/highlight-contacts/revision/221>
>
> I have removed the Active status tree from Contacts widget.
>
>
> Regards
> Naveen
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
>
> http://p.sf.net/sfu/thinkgeek-promo_______________________________________________
> Mira-development mailing list
> Mira-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mira-development
>
>
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Mira-development mailing list
> Mira-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mira-development
>
>
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Mira-development mailing list
Mira-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mira-development

Reply via email to