Steve Davies schrieb:
> On 23 August 2010 18:32, Stefan Schmidt <s...@sil.at> wrote:
>   
>> hello,
>>
>> have you allready tried strace ?
>> you could just easily start asterisk with this command:
>>
>> strace asterisk -vvvvdddd
>>     
>
> Yes, I tried this. Output just stops along with everything else and
> there are no clues.
>   
if you know in which function this happens you could also patch some 
ast_verbose rows into this function to see where it happens.

another thing you could try is using gprof to see which functions waste 
much time. for this you need to compile asterisk like this:
make ASTCFLAGS="-pg" ASTLDFLAGS="-pg"
make install

after this you will see a gmon.out file in the directory from where you 
have started asterisk (your home) and then you could use gprof with this 
gmon.out file.

maybe you will find something with this.
> The whole system is locked. I cannot run anything :(
>
> Cheers,
> Steve
>
>   
best regards

steve

-- 
Für weitere Fragen stehen wir gerne unter v...@sil.at oder
059944 - 2440 zur Verfügung.

Mit freundlichen Grüssen
-- 
Stefan Schmidt
Sysadmin/VOIP // v...@sil.at // Tel 059944-2440//
-------------------------------------------------
SILVER SERVER GmbH // Lorenz-Mandl-Gasse 33/1 //
A-1160 Wien // Fax 059944-9000 // www.sil.at  //
------------------------------------------------- 


-- 
_____________________________________________________________________
-- 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

Reply via email to