Displaying 2 results from an estimated 2 matches for "cvvvvvvvvvvvg".
2016 Sep 05
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
2016-09-02 20:40 GMT+02:00 George Joseph <gjoseph at digium.com>:
>
>
> On Fri, Sep 2, 2016 at 9:34 AM, Olivier <oza.4h07 at gmail.com> wrote:
>
>> Hello,
>>
>> I had a recent case where Asterisk stopped due to a segfault.
>> This reminded me that being sure that whenever such issue occurs, it's
>> useful to have a core file or various
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote:
> Hello,
>
> After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie
> platform, I've got several questions :
>
>
> 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G
> asterisk" command, and then issue a "pkill -SEGV asterisk" command,
> I can read on Asterisk console:
> *CLI> Segmentation error (core dumped)
> (*) I translated into english the exact output I got.
>
> I see a /tmp/core file exists.
>
> My...