View Single Post
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#72
Originally Posted by mlwane View Post
I'm getting this segfault as well here is the output:

Opening Address Book...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted

and thanks for the great work

Edit-- I also made sure that all the Qt Libs were installed
What's the output of the following command:

Code:
dpkg -s libqtm-contacts libqtm-11-contacts libqtm-12-contacts | grep Version
Example:
Code:
root:/root# dpkg -s libqtm-contacts libqtm-11-contacts libqtm-12-contacts | grep Version
Version: 1:1.0.2-maemo4+0m5+0cssu1
Version: 1:1.1.4-0fn~fremantle1
Version: 1:1.2.0-0fn~fremantle3
Also, which version of Maemo do you have? 21.2011.38-1? Do you have CSSU? This is very weird.

A std::bad_alloc at that point might mean you have thousand of contacts and Yappari can't load them...

Last edited by Scorpius; 2012-06-01 at 22:25.