maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] [Announce] Yappari - New maintainership and new features! (https://talk.maemo.org/showthread.php?t=94465)

xiskillo 2015-03-03 03:49

Re: [Announce] Yappari - New maintainership and new features!
 
@ceene Aqui un gaditano a tu disposición :D

Tuve un N900 desde que salió.. hasta que en 2011 el microUSB dijo byebye y bueno ahora mismo fijate que estoy pensando en deshacerme de mi Note 2 para volver al N900, un poco locura pero asi puede ser jaja un saludo paisano.

And now my answer in english, somebody knows if is possible use Yappari and Whatsapp on Nitdroid with the same phone number?

TARIKO 2015-03-03 08:17

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by xiskillo (Post 1462754)
@ceene Aqui un gaditano a tu disposición :D

Tuve un N900 desde que salió.. hasta que en 2011 el microUSB dijo byebye y bueno ahora mismo fijate que estoy pensando en deshacerme de mi Note 2 para volver al N900, un poco locura pero asi puede ser jaja un saludo paisano.

And now my answer in english, somebody knows if is possible use Yappari and Whatsapp on Nitdroid with the same phone number?

Ceene, here is one from Cordoba.
I have 2 N900, one with broken USB.
My main problem is segmentation fault, it close Yappari too many times. I hope Ceene solve this problem.

ceene 2015-03-03 09:11

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by TARIKO (Post 1462771)
Ceene, here is one from Cordoba.
I have 2 N900, one with broken USB.
My main problem is segmentation fault, it close Yappari too many times. I hope Ceene solve this problem.

Please, help me diagnose and solve your issue by installing sp-rich-core. You will need to follow this installation instructions.

Once you have installed it, and after you've experienced a Yappari crash, you need to send me files that will have been placed under /home/user/MyDocs/core-dumps/

This is intended not only for Tariko, but also for all of you that are suffering crashes. Without these files I won't be able to fix this standing issue.

Thanks a lot!

tonydaan 2015-03-03 12:50

Re: [Announce] Yappari - New maintainership and new features!
 
ceene it's there any possibility to add privacy settings and fix the status issu too

guidofasano 2015-03-03 13:12

Re: [Announce] Yappari - New maintainership and new features!
 
a donde envió los archivos?

ceene 2015-03-03 13:19

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by guidofasano (Post 1462801)
a donde envió los archivos?

Puedes enviarmelos al correo electronico, o si quieres utiliza dropbox o algun servidor de subida de ficheros. Yo utilizo www.wetransfer.com

Gracias!

guidofasano 2015-03-03 20:18

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by ceene (Post 1462803)
Puedes enviarmelos al correo electronico, o si quieres utiliza dropbox o algun servidor de subida de ficheros. Yo utilizo www.wetransfer.com

Gracias!

ya te envie por correo el link donde aparece el archivo de error que genero programa que sugeriste, espero sirva

ceene 2015-03-03 21:55

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by guidofasano (Post 1462864)
ya te envie por correo el link donde aparece el archivo de error que genero programa que sugeriste, espero sirva

¡Lo tengo, gracias! ¿Qué versión de Yappari era?

I hope with this core dump I'll be able to find what is happening. Thanks a lot!

CepiPerez 2015-03-03 22:37

Re: [Announce] Yappari - New maintainership and new features!
 
Another workaround to prevent crashes:

Put this on top of read() function:

Code:

void Client::read()
{
    if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection)
        return;

I can't check this since I don't have an n900, but this fix and the one I post some days ago makes whatsup stable.

ceene 2015-03-03 22:42

Re: [Announce] Yappari - New maintainership and new features!
 
Quote:

Originally Posted by CepiPerez (Post 1462896)
Another workaround to prevent crashes:

Put this on top of read() function:

Code:

void Client::read()
{
    if (connectionStatus==Disconnected || connectionStatus==WaitingForConnection)
        return;

I can't check this since I don't have an n900, but this fix and the one I post some days ago makes whatsup stable.

Thanks a lot!

It's quite late now in Spain and I'm going to bed, but most probably tomorrow I'll release a new version with this fix.

I've just taken a look at log from guidofasano and at first sight his crash seems to be unrelated, since his log doesn't end with a disconnection, just with a new group found:

Group found: 584999999999-1379999999@g.us - Subject: Familia Fasano

And gdb backtrace shows only this (I'll be generating also a .deb package with debug symbols to help with these crashes).

(gdb) bt
#0 0x41dca700 in QString::lastIndexOf(QLatin1String const&, int, Qt::CaseSensitivity) const ()
from /usr/lib/libQtCore.so.4
#1 0x000d9f40 in ?? ()
#2 0x0009ca08 in ?? ()
#3 0x0017a8b4 in ?? ()
#4 0x41ec7be4 in ?? () from /usr/lib/libQtCore.so.4
#5 0x41ec7be4 in ?? () from /usr/lib/libQtCore.so.4
Backtrace stopped: previous frame identical to this frame (corrupt stack?)


All times are GMT. The time now is 16:43.

vBulletin® Version 3.8.8