VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
bwentdg at pipeline.com Guest
|
Posted: Thu May 29, 2008 3:24 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
| *Just a thought*
Sherwood McGowan wrote:
Quote: | Steve Murphy wrote:
Quote: | On Tue, 2008-05-27 at 14:31 -0400, Nicolas Ross wrote:
Quote: | Quote: | On Tue, 27 May 2008 13:11:22 -0400, Nicolas Ross wrote
Quote: | Now, when my server begin not to respond, when I do a sip show peers, I
only
see a subset of the users, and not the summary line. If I do other
commands
like "core show channels", it simply shows nothing at all. Not even a "0
active channels". Reload, or any other similar commands goes unansered.
The
"core" works as it still answers calls on the PRI, but sip extensions
can't
be reached, etc.
| I have had asterisk do this if its hanging on a DNS request.. you got any
peers in there
using DNS?
| I don,t beleive it's the case. I beleive asterisk would still answer to the
"core show channels" command if it were the case...
| Not necessarily! If the channels are locked while the holdup occurred,
then, you won't be able to even look at them.
Quote: | The clients (phones) are configured to register with a fqdn domain. The
peers are type=friend, host-dynamic.
I did change some changes to my dialplan so that I don't use queues and
agents anymore... We'll see if it happens again.
By the way, my asterisk doesn't crash, I don't have a core dump. And since
core show locks doesn't provide anything when I'm in that situation, how
could I contribute ?
| The best approach is compile it with debug options, (make menuselect),
set the compile to DEBUG on, then make clean, make, make install.
THen, fire up under the debugger. When you're all locked up, use ^C to
halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
murf
| Ah ha! I knew you were still alive Murf!
Sorry, that's all Murf drop me a line
Sherwood McGowan
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
tony at softins.clara.... Guest
|
Posted: Thu May 29, 2008 3:58 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
In article <1212037561.1479.25.camel at faraz-desktop>,
Faraz R. Khan <faraz.khan at emergen.biz> wrote:
Quote: | Correct me if I am wrong- but isn't Asterisk deadlocking a common
problem? My experience has been that different versions have different
deadlocking problems, but none of them can run say for 10-11 months
without a restart. Is it something that I do wrong in my deployments?
|
bridge07*CLI> show version
Asterisk CVS-v1-0-12/09/04-12:22:59 built by root at bridge05 on a i686 running Linux
bridge07*CLI> show uptime
System uptime: 1 year, 11 weeks, 1 day, 23 hours, 24 minutes, 8 seconds
This is one of eight Asterisk 1.0 systems that have been running continuously
since late 2004, using PRI lines and Meetme conferences. I can't remember
ever having Asterisk lock up on them.
I have had similar experience with systems based on 1.2. However, there are
many parts of Asterisk my products don't use, such as agents and queues.
I have yet to put 1.4 into production, although I expect to do so soon.
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org |
|
Back to top |
|
|
sherwood.mcgowan at gm... Guest
|
Posted: Thu May 29, 2008 6:52 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
Steve Totaro wrote:
Quote: | On Wed, May 28, 2008 at 12:19 PM, Nicolas Ross
<rossnick-lists at cybercat.ca> wrote:
Quote: | Quote: | BTW, not sure what it is worth but this has been an issue in Asterisk
since early 1.2. I always just worked around it since it was a minor
nuisance.
Just an observation, but it seemed that if I did not issue reloads or
keep a connection to the Asterisk CLI, the issue would not occur. I
don't know if that is fact or just imagination...
| Asterisk stoping working ? I don't agree that is just a minor nuisance
Last time it did happen (this morning), I hadn't issue any reload since my
last restart, but I did have a console open most of the time...
Nicolas
|
Well "working" is a term open to interpretation. I meant it becomes
unresponsive at the CLI but still works just fine.
If you mean it really "stops working" then I agree, it is more than a
minor nuisance.
Thanks,
Steve Totaro
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| Steve,
I'm with you, Asterisk itself doesn't lock up for me, just gets
unresponsive at the CLI. You're right though, this problem has been
around for quite some time. It even happens when you do a "restart now"
or "stop now" in some cases (as with mine), I have to disconnect from
the CLI before the restart/stop takes place and even then sometimes it
doesn't until I reconnect...very odd
Sherwood McGowan |
|
Back to top |
|
|
mark.h at cage151.com Guest
|
Posted: Thu May 29, 2008 8:16 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
It probably happens that way, Sherwood, because there's no load. For me,
whenever the CLI has stopped responding, within seconds I get complaints
that no calls are making it, sip registrations are failing, etc. (I'm
usually on medium to a good amount of load)
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Sherwood
McGowan
Sent: May 29, 2008 7:53 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk just stops working...
Steve Totaro wrote:
Quote: | On Wed, May 28, 2008 at 12:19 PM, Nicolas Ross
<rossnick-lists at cybercat.ca> wrote:
Quote: | Quote: | BTW, not sure what it is worth but this has been an issue in Asterisk
since early 1.2. I always just worked around it since it was a minor
nuisance.
Just an observation, but it seemed that if I did not issue reloads or
keep a connection to the Asterisk CLI, the issue would not occur. I
don't know if that is fact or just imagination...
| Asterisk stoping working ? I don't agree that is just a minor nuisance
|
|
Quote: | Quote: |
Last time it did happen (this morning), I hadn't issue any reload since
|
| my
Quote: | Quote: | last restart, but I did have a console open most of the time...
Nicolas
|
Well "working" is a term open to interpretation. I meant it becomes
unresponsive at the CLI but still works just fine.
If you mean it really "stops working" then I agree, it is more than a
minor nuisance.
Thanks,
Steve Totaro
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
| Steve,
I'm with you, Asterisk itself doesn't lock up for me, just gets
unresponsive at the CLI. You're right though, this problem has been
around for quite some time. It even happens when you do a "restart now"
or "stop now" in some cases (as with mine), I have to disconnect from
the CLI before the restart/stop takes place and even then sometimes it
doesn't until I reconnect...very odd
Sherwood McGowan
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
mark.h at cage151.com Guest
|
Posted: Thu May 29, 2008 8:19 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
You're right Steve.
It's always been around.. and I think it's being ignored or simply can't be
fixed, or I have no idea what it is. The bug is receiving trickles of
response from the developers.
It is so critical, I crash left and right every other day right now and I
don't know where to turn to. There's no response, and my hands are getting
sweaty.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Totaro
Sent: May 28, 2008 11:46 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk just stops working...
On Wed, May 28, 2008 at 10:44 AM, Nicolas Ross
<rossnick-lists at cybercat.ca> wrote:
Quote: | Quote: | The best approach is compile it with debug options, (make menuselect),
set the compile to DEBUG on, then make clean, make, make install.
THen, fire up under the debugger. When you're all locked up, use ^C to
halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
Thanks,
I'm not that much a developper. So I'll recompile with DEBUG_CHANNEL_LOCKS
and DEBUG_THREADS.
How do I start it up ? I curently start asterisk with redhat-style script
| in
Quote: | /etc/rc.d, with safe_asterisk I think...
Thanks,
Nicolas
|
BTW, not sure what it is worth but this has been an issue in Asterisk
since early 1.2. I always just worked around it since it was a minor
nuisance.
Just an observation, but it seemed that if I did not issue reloads or
keep a connection to the Asterisk CLI, the issue would not occur. I
don't know if that is fact or just imagination...
Thanks,
Steve Totaro
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Thu May 29, 2008 8:53 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
Maybe you should play around with FreeSwitch. It was written because
of deadlocks and the issues that have been around since the the
beginning....
http://www.freeswitch.org/node/117
"That's when I first heard it. That word. The one I can never forget, deadlock.
That was the first time, but it wasn't the last. I learned all about
the GNU debugger that day and it was just the first of many incidents.
Deadlock in the queue app. Deadlock in the manager, Avoiding Deadlock
on my console. It was starting to get to me a little but I kept going.
By this time I was also quite familiar with the term Segmentation
Fault another foe to the computer developer. After about a year's time
wrestling with bugs I found myself a lot more well-versed in the C
programming language than I even imagined and near Jedi caliber
debugging skills.
...We've all seen the infamous "Avoiding initial deadlock" message
which essentially is an attempt to lock a channel 10 times and if
still won't lock, just go ahead and forget about the lock."
Thanks,
Steve Totaro
On Thu, May 29, 2008 at 9:19 AM, Mark Hamilton <mark.h at cage151.com> wrote:
Quote: | You're right Steve.
It's always been around.. and I think it's being ignored or simply can't be
fixed, or I have no idea what it is. The bug is receiving trickles of
response from the developers.
It is so critical, I crash left and right every other day right now and I
don't know where to turn to. There's no response, and my hands are getting
sweaty.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Steve Totaro
Sent: May 28, 2008 11:46 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk just stops working...
On Wed, May 28, 2008 at 10:44 AM, Nicolas Ross
<rossnick-lists at cybercat.ca> wrote:
Quote: | Quote: | The best approach is compile it with debug options, (make menuselect),
set the compile to DEBUG on, then make clean, make, make install.
THen, fire up under the debugger. When you're all locked up, use ^C to
halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
Thanks,
I'm not that much a developper. So I'll recompile with DEBUG_CHANNEL_LOCKS
and DEBUG_THREADS.
How do I start it up ? I curently start asterisk with redhat-style script
| in
Quote: | /etc/rc.d, with safe_asterisk I think...
Thanks,
Nicolas
|
BTW, not sure what it is worth but this has been an issue in Asterisk
since early 1.2. I always just worked around it since it was a minor
nuisance.
Just an observation, but it seemed that if I did not issue reloads or
keep a connection to the Asterisk CLI, the issue would not occur. I
don't know if that is fact or just imagination...
Thanks,
Steve Totaro
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
mark.h at cage151.com Guest
|
Posted: Fri May 30, 2008 9:43 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
Al,
Either way, it doesn't matter. Because when the gdb is submitted afterall,
there is still nothing going on Mantis to try and fix it.
For example, look at my deadlock issue I've reported - definitely critical.
And as you say it should be included in the "Next best thread that asks is
asterisk ready?" because this critical bug that I've filed has hardly
garnered any attention from the devels.
Mark.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Al Baker
Sent: May 29, 2008 4:25 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk just stops working...
Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
| *Just a thought*
Sherwood McGowan wrote:
Quote: | Steve Murphy wrote:
Quote: | On Tue, 2008-05-27 at 14:31 -0400, Nicolas Ross wrote:
Quote: | Quote: | On Tue, 27 May 2008 13:11:22 -0400, Nicolas Ross wrote
Quote: | Now, when my server begin not to respond, when I do a sip show peers,
|
|
|
|
| I
Quote: | Quote: | Quote: | Quote: | Quote: | only
see a subset of the users, and not the summary line. If I do other
commands
like "core show channels", it simply shows nothing at all. Not even a
|
|
|
|
| "0
Quote: | Quote: | Quote: | Quote: | Quote: | active channels". Reload, or any other similar commands goes
|
|
|
|
| unansered.
Quote: | Quote: | Quote: | Quote: | Quote: | The
"core" works as it still answers calls on the PRI, but sip extensions
can't
be reached, etc.
| I have had asterisk do this if its hanging on a DNS request.. you got
|
|
|
| any
Quote: | Quote: | Quote: | Quote: | peers in there
using DNS?
| I don,t beleive it's the case. I beleive asterisk would still answer to
|
|
| the
Quote: | Quote: | Quote: | "core show channels" command if it were the case...
| Not necessarily! If the channels are locked while the holdup occurred,
then, you won't be able to even look at them.
Quote: | The clients (phones) are configured to register with a fqdn domain. The
peers are type=friend, host-dynamic.
I did change some changes to my dialplan so that I don't use queues and
agents anymore... We'll see if it happens again.
By the way, my asterisk doesn't crash, I don't have a core dump. And
|
|
| since
Quote: | Quote: | Quote: | core show locks doesn't provide anything when I'm in that situation, how
|
|
|
Quote: | Quote: | Quote: | could I contribute ?
| The best approach is compile it with debug options, (make menuselect),
set the compile to DEBUG on, then make clean, make, make install.
THen, fire up under the debugger. When you're all locked up, use ^C to
halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
murf
| Ah ha! I knew you were still alive Murf!
Sorry, that's all Murf drop me a line
Sherwood McGowan
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Fri May 30, 2008 9:49 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
That is because they are busy with commas and pipes as delimiters and
deprecating things that "just work" the way they are....
You know, the things that really matter. The dealbreakers. The
things that make "Asterisk Ready".
Thanks,
Steve Totaro
On Fri, May 30, 2008 at 10:43 AM, Mark Hamilton <mark.h at cage151.com> wrote:
Quote: | Al,
Either way, it doesn't matter. Because when the gdb is submitted afterall,
there is still nothing going on Mantis to try and fix it.
For example, look at my deadlock issue I've reported - definitely critical.
And as you say it should be included in the "Next best thread that asks is
asterisk ready?" because this critical bug that I've filed has hardly
garnered any attention from the devels.
Mark.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Al Baker
Sent: May 29, 2008 4:25 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk just stops working...
Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
|
*Just a thought*
Sherwood McGowan wrote:
Quote: | Steve Murphy wrote:
Quote: | On Tue, 2008-05-27 at 14:31 -0400, Nicolas Ross wrote:
Quote: | Quote: | On Tue, 27 May 2008 13:11:22 -0400, Nicolas Ross wrote
Quote: | Now, when my server begin not to respond, when I do a sip show peers,
|
|
|
|
| I
Quote: | Quote: | Quote: | Quote: | Quote: | only
see a subset of the users, and not the summary line. If I do other
commands
like "core show channels", it simply shows nothing at all. Not even a
|
|
|
|
| "0
Quote: | Quote: | Quote: | Quote: | Quote: | active channels". Reload, or any other similar commands goes
|
|
|
|
| unansered.
Quote: | Quote: | Quote: | Quote: | Quote: | The
"core" works as it still answers calls on the PRI, but sip extensions
can't
be reached, etc.
| I have had asterisk do this if its hanging on a DNS request.. you got
|
|
|
| any
Quote: | Quote: | Quote: | Quote: | peers in there
using DNS?
| I don,t beleive it's the case. I beleive asterisk would still answer to
|
|
| the
Quote: | Quote: | Quote: | "core show channels" command if it were the case...
| Not necessarily! If the channels are locked while the holdup occurred,
then, you won't be able to even look at them.
Quote: | The clients (phones) are configured to register with a fqdn domain. The
peers are type=friend, host-dynamic.
I did change some changes to my dialplan so that I don't use queues and
agents anymore... We'll see if it happens again.
By the way, my asterisk doesn't crash, I don't have a core dump. And
|
|
| since
Quote: | Quote: | Quote: | core show locks doesn't provide anything when I'm in that situation, how
|
|
|
Quote: | Quote: | Quote: | could I contribute ?
| The best approach is compile it with debug options, (make menuselect),
set the compile to DEBUG on, then make clean, make, make install.
THen, fire up under the debugger. When you're all locked up, use ^C to
halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
murf
|
|
|
|
|
Back to top |
|
|
jra at baylink.com Guest
|
Posted: Mon Jun 02, 2008 10:01 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
On Thu, May 29, 2008 at 04:24:57AM -0400, Al Baker wrote:
Quote: | Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
|
If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
|
*Just a thought*
|
If you want paid-quality tech support...
pay someone.
You might want to read this:
http://www.catb.org/~esr/faqs/smart-questions.html
if you have just any questions at all about the tone of the
conversations you see on a technical mailing list on the Internet.
HTH. HAND.
Cheers,
-- jra
--
Jay R. Ashworth Baylink jra at baylink.com
Designer The Things I Think RFC 2100
Ashworth & Associates http://baylink.pitas.com '87 e24
St Petersburg FL USA http://photo.imageinc.us +1 727 647 1274
Those who cast the vote decide nothing.
Those who count the vote decide everything.
-- (Joseph Stalin) |
|
Back to top |
|
|
bwentdg at pipeline.com Guest
|
Posted: Wed Jun 04, 2008 2:12 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
No - I just would like to suggest that if you provide a solution in a
more clear English manner, more people can benefit from you knowledge....
Which I assume is why you posted it in the first place.
Jay R. Ashworth wrote:
Quote: | On Thu, May 29, 2008 at 04:24:57AM -0400, Al Baker wrote:
Quote: | Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
| If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
| *Just a thought*
|
If you want paid-quality tech support...
pay someone.
You might want to read this:
http://www.catb.org/~esr/faqs/smart-questions.html
if you have just any questions at all about the tone of the
conversations you see on a technical mailing list on the Internet.
HTH. HAND.
Cheers,
-- jra
|
|
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Wed Jun 04, 2008 7:17 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
I did not see anything wrong with his English, but maybe your
understanding of the subject is lacking. It is like talking to my
mother about routing or SIP.
People here will often not spoon feed you the answers but give you a "clue".
Google results from his "clue" (thread apply all bt)
http://www.google.com/search?q=thread+apply+all+bt&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Again, if you want concise step by step answers, in a timely fashion,
and are not willing to do research, hire a consultant.
Thanks,
Steve Totaro
On Wed, Jun 4, 2008 at 3:12 AM, Al Baker <bwentdg at pipeline.com> wrote:
Quote: | No - I just would like to suggest that if you provide a solution in a
more clear English manner, more people can benefit from you knowledge....
Which I assume is why you posted it in the first place.
Jay R. Ashworth wrote:
Quote: | On Thu, May 29, 2008 at 04:24:57AM -0400, Al Baker wrote:
Quote: | Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
| If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
| *Just a thought*
|
If you want paid-quality tech support...
pay someone.
You might want to read this:
http://www.catb.org/~esr/faqs/smart-questions.html
if you have just any questions at all about the tone of the
conversations you see on a technical mailing list on the Internet.
HTH. HAND.
Cheers,
-- jra
|
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
stotaro at totarotechn... Guest
|
Posted: Wed Jun 04, 2008 7:29 am Post subject: [asterisk-users] Asterisk just stops working... |
|
|
Less than two minutes of googling:
http://www.asterisk.org/doxygen/1.2/AstDebug.html
Please try to figure out your own problem before sending it to a list
with thousands and thousands of recipients.
Thanks,
Steve Totaro
On Wed, Jun 4, 2008 at 8:17 AM, Steve Totaro
<stotaro at totarotechnologies.com> wrote:
Quote: | I did not see anything wrong with his English, but maybe your
understanding of the subject is lacking. It is like talking to my
mother about routing or SIP.
People here will often not spoon feed you the answers but give you a "clue".
Google results from his "clue" (thread apply all bt)
http://www.google.com/search?q=thread+apply+all+bt&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Again, if you want concise step by step answers, in a timely fashion,
and are not willing to do research, hire a consultant.
Thanks,
Steve Totaro
On Wed, Jun 4, 2008 at 3:12 AM, Al Baker <bwentdg at pipeline.com> wrote:
Quote: | No - I just would like to suggest that if you provide a solution in a
more clear English manner, more people can benefit from you knowledge....
Which I assume is why you posted it in the first place.
Jay R. Ashworth wrote:
Quote: | On Thu, May 29, 2008 at 04:24:57AM -0400, Al Baker wrote:
Quote: | Quote
THen, fire up under the debugger. When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing.
| If I may suggest , what would REALLY be 'Revealing' is if you could be
just a bit more clear in your explanation and about 900% LESS in the
techno babble.
While the thought is in the Right Place do you REALLY expect anybody to
know what the hell you mean by :
When you're all locked up, use ^C to
Quote: | halt and leave the debugger in command, and do the "thread apply all bt"
thing. That should be revealing
| *Just a thought*
|
If you want paid-quality tech support...
pay someone.
You might want to read this:
http://www.catb.org/~esr/faqs/smart-questions.html
if you have just any questions at all about the tone of the
conversations you see on a technical mailing list on the Internet.
HTH. HAND.
Cheers,
-- jra
|
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|