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)

TARIKO 2015-02-23 08:18

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

Originally Posted by TARIKO (Post 1461657)
These are the last lines opening yappari from command line.
Crash after a couple of message received.

After this message yappari has been without crash almost 21 hr and still alive. The connection has been home wifi all time, now I will move to work and see what happen, changing connection from wifi to lost connection, then to 3G and in the office wifi again.
See you later.

enne30 2015-02-23 14:34

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

Originally Posted by TARIKO (Post 1461752)
After this message yappari has been without crash almost 21 hr and still alive. The connection has been home wifi all time, now I will move to work and see what happen, changing connection from wifi to lost connection, then to 3G and in the office wifi again.
See you later.

me too, up and running from about 24 hrs... (mixed 2g/3g/wifi/off-line mode).

that's very strange: as if crashes happen in the same period of time for a group of users.. maybe a server message/action performed only on certain clients? :confused:

TARIKO 2015-02-24 09:54

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

Originally Posted by TARIKO (Post 1461752)
After this message yappari has been without crash almost 21 hr and still alive. The connection has been home wifi all time, now I will move to work and see what happen, changing connection from wifi to lost connection, then to 3G and in the office wifi again.
See you later.

After arraive to the office it crash, I Have to think that it's doesn't support change connection it's the matter. Nothing about mute groups.

CepiPerez 2015-02-24 12:33

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

About segmentation fault, please try this:

Code:

void Client::read()
{
    connectionMutex.lock();
    while (socket->bytesAvailable() > 0)
    {
        try {
            connection->read();
        }
        catch (IOException &e)
        {
            lastError = e.toString();
            Utilities::logData("read(): There was an IO Exception: " + lastError);
            connectionClosed();
            showStatus(lastError + " Retrying in 10 seconds..");
            break;
        }
        catch (ProtocolException &e)
        {
            lastError = e.toString();
            Utilities::logData("read(): There was a Protocol Exception: " + lastError);
            connectionClosed();
            showStatus("Protocol Exception. Retrying in 10 seconds...");
            break;
        }
    }

    connectionMutex.unlock();
}


kishorekrray 2015-02-24 14:46

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

Originally Posted by handaxe (Post 1461577)
Obviously something is wrong on your device, as others do not see this. Try to get some idea of why it crashes.

In a terminal, start yappari (it should be in the path but to avoid issues): /opt/maemo/usr/bin/Yappari (return)

See if an error is printed upon the crash.


sorry i tried in terminal /opt/maemo/usr/bin/Yappari (return)
it showing not found..

kindly can u plz tell how to check or what is the solution ..as i am not much a techque guy..so dont knw much use of terminal and its coding. thnx

handaxe 2015-02-24 20:11

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

Originally Posted by kishorekrray (Post 1461892)
sorry i tried in terminal /opt/maemo/usr/bin/Yappari (return)
it showing not found..

kindly can u plz tell how to check or what is the solution ..as i am not much a techque guy..so dont knw much use of terminal and its coding. thnx

You know that the (return) is the enter key?

Because if Yappari is installed, it will run with the command:
/opt/maemo/usr/bin/Yappari

if you follow it with an "enter" also known as return.

kishorekrray 2015-02-25 10:16

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

Originally Posted by handaxe (Post 1461928)
You know that the (return) is the enter key?

Because if Yappari is installed, it will run with the command:
/opt/maemo/usr/bin/Yappari

if you follow it with an "enter" also known as return.

hi,thanks for ur help..i got the below in terminal once i enterd the command

segmentation fault

and also yappari opens and crash again..thanks

enne30 2015-02-25 15:29

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

Originally Posted by CepiPerez (Post 1461880)
@ceene:

About segmentation fault, please try this:

Code:

void Client::read()
{
    connectionMutex.lock();
    while (socket->bytesAvailable() > 0)
    {
        try {
            connection->read();
        }
        catch (IOException &e)
        {
            lastError = e.toString();
            Utilities::logData("read(): There was an IO Exception: " + lastError);
            connectionClosed();
            showStatus(lastError + " Retrying in 10 seconds..");
            break;
        }
        catch (ProtocolException &e)
        {
            lastError = e.toString();
            Utilities::logData("read(): There was a Protocol Exception: " + lastError);
            connectionClosed();
            showStatus("Protocol Exception. Retrying in 10 seconds...");
            break;
        }
    }

    connectionMutex.unlock();
}


If necessary, I could try this, if ceene puts the update in extras-devel... it keeps crashing, so I could log the new stuff and post it here.

ceene 2015-02-25 17:14

Re: [Announce] Yappari - New maintainership and new features!
 
Sorry! I'm out again due to work and I don't have access to my build machine. I expect to compile cepiperez changes this weekend.

Best regards!

handaxe 2015-02-25 17:21

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

Originally Posted by kishorekrray (Post 1461975)
hi,thanks for ur help..i got the below in terminal once i enterd the command

segmentation fault

and also yappari opens and crash again..thanks

OK, it failed to reveal any info about the segfault. That's a shame.

It may be that your issue is the same as the other segfault reported here recently but that seems to be connection related and intermittent. (see my post below - it may be related).

The fixes written about above may help. I recently saw a connection related segfault that always happened with one connection type.


All times are GMT. The time now is 12:09.

vBulletin® Version 3.8.8