Toufic Khreish (Gmail)
2015-Mar-17 22:53 UTC
[asterisk-users] Asterisk 13.2.0 Video issues
I see that my asterisk is started with the -g option, the core file I cannot find on my system (find / -name core*) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew Jordan Sent: Tuesday, March 17, 2015 1:51 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 13.2.0 Video issues On Mon, Mar 16, 2015 at 6:12 PM, Toufic Khreish (Gmail) <toufic.khreish at gmail.com> wrote:> Hello Matthew, > > I have compiled Asterisk 13.2 with the following compiler Flags enabled: > DON'T_OPTIMIZE > DEBUG THREADS > BETTER_BACKTRACES > > > My asterisk is running with the asterisk_script: > root 24048 39.4 2.4 128564 50640 pts/1 Sl 00:02 2:21 > /usr/sbin/asterisk -f -vvvg -c > > core show locks > > =====================================================================> > === 13.2.0 > === Currently Held Locks > =====================================================================> > ==> === <pending> <lock#> (<file>): <lock type> <line num> <function> > <lock > name> <lock addr> (times locked) > ==> =====================================================================> > > When my asterisk crashes there is no file called core. > > The results of gdb -se "asterisk" -ex "bt full" -ex "thread apply all bt" > --batch -c core > /tmp/backtrace.txt > > /usr/src/asterisk-13.2.0/core: No such file or directory. > No stack. > > What could be the problem ? >(1) Asterisk only generates a core file if started with the '-g' option (2) Your core file may not be located in the directory that you are running gdb from. You will need to find where the core file was located - this is typically determined by /proc/sys/kernel/core_pattern -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
On Tue, Mar 17, 2015 at 5:53 PM, Toufic Khreish (Gmail) <toufic.khreish at gmail.com> wrote:> I see that my asterisk is started with the -g option, the core file I cannot > find on my system (find / -name core*) >I would suspect one of the following: (1) Asterisk is not actually crashing. (2) Something is deleting the core files. (3) The core files are hiding really, really well. Either way, if you can't get a backtrace, there isn't much we can do to help with that problem. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org
Toufic Khreish (Gmail)
2015-Mar-18 09:25 UTC
[asterisk-users] Asterisk 13.2.0 Video issues
I can assure you that asterisk is crashing, as when I try to reconnect I see it reloading again. Could be that something is deleting the core ! is there a way to find the path to where the core files are stored? My system is Lubuntu , Linux #41 SMP PREEMPT Tue Nov 11 16:35:58 CST 2014 armv7l armv7l armv7l GNU/Linux Operating system Ubuntu Linux 14.04.1 --- Toufic KHREISH -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew Jordan Sent: Wednesday, March 18, 2015 4:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 13.2.0 Video issues On Tue, Mar 17, 2015 at 5:53 PM, Toufic Khreish (Gmail) <toufic.khreish at gmail.com> wrote:> I see that my asterisk is started with the -g option, the core file I > cannot find on my system (find / -name core*) >I would suspect one of the following: (1) Asterisk is not actually crashing. (2) Something is deleting the core files. (3) The core files are hiding really, really well. Either way, if you can't get a backtrace, there isn't much we can do to help with that problem. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
If you take a look at the safe_asterisk shell script, usually located at /usr/sbin/safe_asterisk (for CentOS at least), you'll be able to find where the core files are located. If it's not located there, then you'll need to look at the Asterisk init script for the scripts location. I hope this helps. Regards; John -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew Jordan Sent: Tuesday, March 17, 2015 11:45 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 13.2.0 Video issues On Tue, Mar 17, 2015 at 5:53 PM, Toufic Khreish (Gmail) <toufic.khreish at gmail.com> wrote:> I see that my asterisk is started with the -g option, the core file I > cannot find on my system (find / -name core*) >I would suspect one of the following: (1) Asterisk is not actually crashing. (2) Something is deleting the core files. (3) The core files are hiding really, really well. Either way, if you can't get a backtrace, there isn't much we can do to help with that problem. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Toufic Khreish (Gmail)
2015-Apr-02 14:52 UTC
[asterisk-users] Asterisk 13.2.0 Video issues
Hello Matthew, The asterisk crashing issue was solved with the Asterisk 13.3.0, now video calls are okay between all devices. The only issue left is with the Grandstream GXV3175 where video is still very slow (downstream), it shows on the LCD 1 frame every few seconds. Hope this helps and should someone has a suggestion on how to solve the GXV3175 video would be great. Best regards Toufic -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matthew Jordan Sent: Wednesday, March 18, 2015 4:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk 13.2.0 Video issues On Tue, Mar 17, 2015 at 5:53 PM, Toufic Khreish (Gmail) <toufic.khreish at gmail.com> wrote:> I see that my asterisk is started with the -g option, the core file I > cannot find on my system (find / -name core*) >I would suspect one of the following: (1) Asterisk is not actually crashing. (2) Something is deleting the core files. (3) The core files are hiding really, really well. Either way, if you can't get a backtrace, there isn't much we can do to help with that problem. -- Matthew Jordan Digium, Inc. | Director of Technology 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users