Re: Re[2]: Opensmpp shuts down after panic twice a day

2017-02-05 Thread Gorki Alfaro
opensmppbox(octstr_destroy+0x24) [0x80ae374]
2017-01-31 17:43:52 [1914] [12] PANIC:
/usr/local/kannel/sbin/opensmppbox(msg_destroy+0x34)
[0x805e394]
2017-01-31 17:43:52 [1914] [12] PANIC: /usr/local/kannel/sbin/
opensmppbox(gwlist_destroy+0x38) [0x80ab128]
2017-01-31 17:43:52 [1914] [12] PANIC: /usr/local/kannel/sbin/opensmppbox()
[0x8057df6]
2017-01-31 17:43:52 [1914] [12] PANIC: /usr/local/kannel/sbin/opensmppbox()
[0x80a20ff]
2017-01-31 17:43:52 [1914] [12] PANIC:
/lib/i386-linux-gnu/i686/cmov/libpthread.so.0(+0x5c39)
[0xb705bc39]
2017-01-31 17:43:52 [1914] [12] PANIC:
/lib/i386-linux-gnu/i686/cmov/libc.so.6(clone+0x5e)
[0xb6f7bc6e]
2017-01-31 17:43:56 [1942] [22] DEBUG: SMPP[tdxid2]: Got PDU:
2017-01-31 17:43:56 [1942] [22] DEBUG: SMPP PDU 0x91f78c8 dump:
2017-01-31 17:43:56 [1942] [22] DEBUG:   type_name: enquire_link
2017-01-31 17:43:56 [1942] [22] DEBUG:   command_id: 21 = 0x0015
2017-01-31 17:43:56 [1942] [22] DEBUG:   command_status: 0 = 0x
2017-01-31 17:43:56 [1942] [22] DEBUG:   sequence_number: 4560 = 0x11d0

On Sun, Feb 5, 2017 at 6:39 PM, Gorki Alfaro <gork...@gmail.com> wrote:

> Hi Rene
>
> This is the output
>
> root@x:~# addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03
> 0x413f3e 0x44e7d9
> ??:0
> ??:0
> ??:0
>
>
> Looks like there is nothing @ those addresses . I am running the Kannel
> bearerbox version `svn-r5141  but I wonder which is the best approach to
> upgrade to the latest svn
> Thanks in advance
>
> Gorki
>
> On Sun, Feb 5, 2017 at 5:27 AM, Rene Kluwen <rene.klu...@chimit.nl> wrote:
>
>> Also in case this happens after receiving a multi-part sms message,
>> please check-out latest svn version.
>>
>> == Rene
>>
>> -- Origineel bericht --
>> Van: "Rene Kluwen" <rene.klu...@chimit.nl>
>> Aan: "Gorki Alfaro" <gork...@gmail.com>; users@kannel.org;
>> chriskamutu...@gmail.com
>> Verzonden: 5-2-2017 10:56:52
>> Onderwerp: Re: Opensmpp shuts down after panic twice a day
>>
>> Could you pass us the output, on your machine from:
>>
>> addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03 0x413f3e 0x44
>> e7d9
>>
>> == Rene
>>
>> -- Origineel bericht --
>> Van: "Gorki Alfaro" <gork...@gmail.com>
>> Aan: users@kannel.org; chriskamutu...@gmail.com
>> Verzonden: 3-2-2017 21:56:38
>> Onderwerp: Opensmpp shuts down after panic twice a day
>>
>> Hello my friends/Chris
>>
>>
>> Does anyone solve this situation? I am running `svn-r5141' and the same 
>> happens, crash after sending long messages.
>>
>>
>> Thanks in advance
>>
>> Gorki
>>
>>
>> -
>>
>>
>>
>> hello all ,
>>
>> i have a problem with opensmpp it randomly shuts down after panic below is
>> error from logs please advise whats causing this and solution
>>
>> [root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox() [0x46493c]
>> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0)
>> [0x7f04bbc667e0]
>> 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox() [0x458deb]
>> 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d]
>> 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox() [0x40ed03]
>> 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox() [0x413f3e]
>> 2016-11-09 09:44:12 [21810] [13] PANIC:
>> /usr/local/kannel/sbin/opensmppbox() [0x44e7d9]
>> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1)
>> [0x7f04bbc5eaa1]
>> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d)
>> [0x7f04baab5aad]
>>
>>
>> regards chris
>>
>>
>


Re: Re[2]: Opensmpp shuts down after panic twice a day

2017-02-05 Thread Gorki Alfaro
Hi Rene

This is the output

root@x:~# addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03
0x413f3e 0x44e7d9
??:0
??:0
??:0


Looks like there is nothing @ those addresses . I am running the Kannel
bearerbox version `svn-r5141  but I wonder which is the best approach to
upgrade to the latest svn
Thanks in advance

Gorki

On Sun, Feb 5, 2017 at 5:27 AM, Rene Kluwen <rene.klu...@chimit.nl> wrote:

> Also in case this happens after receiving a multi-part sms message, please
> check-out latest svn version.
>
> == Rene
>
> -- Origineel bericht --
> Van: "Rene Kluwen" <rene.klu...@chimit.nl>
> Aan: "Gorki Alfaro" <gork...@gmail.com>; users@kannel.org;
> chriskamutu...@gmail.com
> Verzonden: 5-2-2017 10:56:52
> Onderwerp: Re: Opensmpp shuts down after panic twice a day
>
> Could you pass us the output, on your machine from:
>
> addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03 0x413f3e 0x44e7d9
>
> == Rene
>
> -- Origineel bericht --
> Van: "Gorki Alfaro" <gork...@gmail.com>
> Aan: users@kannel.org; chriskamutu...@gmail.com
> Verzonden: 3-2-2017 21:56:38
> Onderwerp: Opensmpp shuts down after panic twice a day
>
> Hello my friends/Chris
>
>
> Does anyone solve this situation? I am running `svn-r5141' and the same 
> happens, crash after sending long messages.
>
>
> Thanks in advance
>
> Gorki
>
>
> -
>
>
>
> hello all ,
>
> i have a problem with opensmpp it randomly shuts down after panic below is
> error from logs please advise whats causing this and solution
>
> [root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox() [0x46493c]
> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0)
> [0x7f04bbc667e0]
> 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox() [0x458deb]
> 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d]
> 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox() [0x40ed03]
> 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox() [0x413f3e]
> 2016-11-09 09:44:12 [21810] [13] PANIC:
> /usr/local/kannel/sbin/opensmppbox() [0x44e7d9]
> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1)
> [0x7f04bbc5eaa1]
> 2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d)
> [0x7f04baab5aad]
>
>
> regards chris
>
>


Re[2]: Opensmpp shuts down after panic twice a day

2017-02-05 Thread Rene Kluwen
Also in case this happens after receiving a multi-part sms message, 
please check-out latest svn version.


== Rene

-- Origineel bericht --
Van: "Rene Kluwen" <rene.klu...@chimit.nl>
Aan: "Gorki Alfaro" <gork...@gmail.com>; users@kannel.org; 
chriskamutu...@gmail.com

Verzonden: 5-2-2017 10:56:52
Onderwerp: Re: Opensmpp shuts down after panic twice a day


Could you pass us the output, on your machine from:

addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03 0x413f3e 
0x44e7d9


== Rene

-- Origineel bericht --
Van: "Gorki Alfaro" <gork...@gmail.com>
Aan: users@kannel.org; chriskamutu...@gmail.com
Verzonden: 3-2-2017 21:56:38
Onderwerp: Opensmpp shuts down after panic twice a day


Hello my friends/Chris

Does anyone solve this situation? I am running `svn-r5141' and the 
same happens, crash after sending long messages.


Thanks in advance
Gorki

-


hello all , i have a problem with opensmpp it randomly shuts down 
after panic below is error from logs please advise whats causing this 
and solution
[root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x46493c] 2016-11-09 09:44:12 
[21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0) [0x7f04bbc667e0] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x458deb] 2016-11-09 09:44:12 
[21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x40ed03] 2016-11-09 09:44:12 
[21810] [13] PANIC: /usr/local/kannel/sbin/opensmppbox() [0x413f3e] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x44e7d9] 2016-11-09 09:44:12 
[21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1) [0x7f04bbc5eaa1] 
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d) 
[0x7f04baab5aad] regards chris

Re: Opensmpp shuts down after panic twice a day

2017-02-05 Thread Rene Kluwen

Could you pass us the output, on your machine from:

addr2line -e /usr/local/kannel/sbin/opensmppbox 0x40ed03 0x413f3e 
0x44e7d9


== Rene

-- Origineel bericht --
Van: "Gorki Alfaro" <gork...@gmail.com>
Aan: users@kannel.org; chriskamutu...@gmail.com
Verzonden: 3-2-2017 21:56:38
Onderwerp: Opensmpp shuts down after panic twice a day


Hello my friends/Chris

Does anyone solve this situation? I am running `svn-r5141' and the same 
happens, crash after sending long messages.


Thanks in advance
Gorki

-


hello all , i have a problem with opensmpp it randomly shuts down after 
panic below is error from logs please advise whats causing this and 
solution
[root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x46493c] 2016-11-09 09:44:12 
[21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0) [0x7f04bbc667e0] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x458deb] 2016-11-09 09:44:12 
[21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x40ed03] 2016-11-09 09:44:12 
[21810] [13] PANIC: /usr/local/kannel/sbin/opensmppbox() [0x413f3e] 
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x44e7d9] 2016-11-09 09:44:12 
[21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1) [0x7f04bbc5eaa1] 
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d) 
[0x7f04baab5aad] regards chris

Opensmpp shuts down after panic twice a day

2017-02-03 Thread Gorki Alfaro
Hello my friends/Chris


Does anyone solve this situation? I am running `svn-r5141' and the
same happens, crash after sending long messages.


Thanks in advance

Gorki


-



hello all ,

i have a problem with opensmpp it randomly shuts down after panic below is
error from logs please advise whats causing this and solution

[root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x46493c]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0)
[0x7f04bbc667e0]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x458deb]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x40ed03]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x413f3e]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x44e7d9]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1)
[0x7f04bbc5eaa1]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d)
[0x7f04baab5aad]


regards chris


Re[2]: Opensmpp shuts down after panic twice a day

2016-11-21 Thread Rene Kluwen

Yeah, ~1 for that.

-- Origineel bericht --
Van: "Stipe Tolj" <st...@kannel.org>
Aan:
Cc: "users" <users@kannel.org>
Verzonden: 17-11-2016 11:30:48
Onderwerp: Re: Opensmpp shuts down after panic twice a day


Am 14.11.2016 14:43, schrieb Rene Kluwen:

What's the output of:

addr2line -e /path/to/opensmppbox 0x40ed03 0x413f3e 0x44e7d9


since I need to mange a lot of these addr2line calls manually from time 
to time, SHOULD we add a facility in the backtrace calling of Kannel 
itself to check if addr2line is in $PATH, and if yes, simply use it to 
get the line information of the addresses?


Stipe

-- Best Regards,
Stipe Tolj

---
Düsseldorf, NRW, Germany

Kannel Foundation tolj.org system architecture
http://www.kannel.org/ http://www.tolj.org/

stolj at kannel.org   st at tolj.org
---






Re: Opensmpp shuts down after panic twice a day

2016-11-17 Thread Stipe Tolj

Am 14.11.2016 14:43, schrieb Rene Kluwen:

What's the output of:

addr2line -e /path/to/opensmppbox 0x40ed03 0x413f3e 0x44e7d9


since I need to mange a lot of these addr2line calls manually from time 
to time, SHOULD we add a facility in the backtrace calling of Kannel 
itself to check if addr2line is in $PATH, and if yes, simply use it to 
get the line information of the addresses?


Stipe

--
Best Regards,
Stipe Tolj

---
Düsseldorf, NRW, Germany

Kannel Foundation tolj.org system architecture
http://www.kannel.org/http://www.tolj.org/

stolj at kannel.org   st at tolj.org
---



Re: Opensmpp shuts down after panic twice a day

2016-11-14 Thread Rene Kluwen

What's the output of:

addr2line -e /path/to/opensmppbox 0x40ed03 0x413f3e 0x44e7d9

== Rene

-- Origineel bericht --
Van: "christopher kamutumwa" <chriskamutu...@gmail.com>
Aan: "users" <users@kannel.org>
Verzonden: 11-11-2016 7:36:48
Onderwerp: Opensmpp shuts down after panic twice a day


hello all ,

i have a problem with opensmpp it randomly shuts down after panic below 
is error from logs please advise whats causing this and solution


[root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x46493c]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0) 
[0x7f04bbc667e0]
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x458deb]
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d]
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x40ed03]
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x413f3e]
2016-11-09 09:44:12 [21810] [13] PANIC: 
/usr/local/kannel/sbin/opensmppbox() [0x44e7d9]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1) 
[0x7f04bbc5eaa1]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d) 
[0x7f04baab5aad]



regards chris


Opensmpp shuts down after panic twice a day

2016-11-10 Thread christopher kamutumwa
hello all ,

i have a problem with opensmpp it randomly shuts down after panic below is
error from logs please advise whats causing this and solution

[root@smpp01 sbin]# 2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x46493c]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0xf7e0)
[0x7f04bbc667e0]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x458deb]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox(octstr_destroy+0x1d) [0x45b17d]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x40ed03]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x413f3e]
2016-11-09 09:44:12 [21810] [13] PANIC:
/usr/local/kannel/sbin/opensmppbox() [0x44e7d9]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libpthread.so.0(+0x7aa1)
[0x7f04bbc5eaa1]
2016-11-09 09:44:12 [21810] [13] PANIC: /lib64/libc.so.6(clone+0x6d)
[0x7f04baab5aad]


regards chris