[asterisk-users] How to debug this specific issue?

Stefan Schmidt sst at sil.at
Mon Aug 23 12:32:46 CDT 2010


Steve Davies schrieb:
> I need suggestions please on how to determine where it is locking, and why.
>
> Many thanks,
> Steve
>
>   
hello,

have you allready tried strace ?
you could just easily start asterisk with this command:

strace asterisk -vvvvdddd

or whatever options you want.
maybe you could see some more information with this.
you could also try

time asterisk -vvvvvdddd

to see if its user or system time you loose.
and finaly using a second terminal and try rasterisk -x"core show locks" 
for example will also give you some information.

best regards

steve




More information about the asterisk-users mailing list