[Asterisk-Users] make of asterisk doesn't do anything...

Michael George george at mutualdata.com
Tue Feb 15 07:56:49 MST 2005


On Tue, Feb 15, 2005 at 01:16:16PM +0000, Alistair Cunningham wrote:
> Michael,
> 
> Someone may know a simple fix. If not, can you please install the 
> 'strace' program, then run:
> 
> strace -f -o /tmp/strace.out make
> 
> This will run make, and log any system calls it makes to 
> /tmp/strace.out. When it hangs, take a look in that file. It may have 
> stopped on one system call, such as select() or poll(), or it may be 
> scrolling endlessly, repeating the same system calls over and over 
> again. If grep is using a lot of processor time, it's probably the 
> latter. Either way, please paste the last 20 or lines into an email, and 
> post it to this mailing list.

It did just go on and on apparently reading and writing files.  It seems to be
complaining alot about unfinished reads and writes...  Below are the last
significant 40 lines.

I have saved the output file, so if looking at the first occurrence of PID's
might help, I can look it up.

Thanks!

----------------------------
[pid 22436] <... read resumed>
"p\5\341\5I\5\367\4\0\6\237\6{\6\t\6`\4\322\2\34\3\256\003"..., 24576) = 8192
[pid 22436] read(0,  <unfinished ...>
[pid 22440] <... write resumed> )       = 4096
[pid 22440] read(3,
"\367\373\270\374a\375\231\375W\3759\375\312\375\r\376B"..., 4096) = 4096
[pid 22440] write(1,
"\367\373\270\374a\375\231\375W\3759\375\312\375\r\376B"..., 4096) = 4096
[pid 22440] read(3,
"a\5\376\5\3\6.\7\337\10k\7\7\5I\5j\6*\6~\4\352\2U\3\336"..., 4096) = 4096
[pid 22440] write(1,
"a\5\376\5\3\6.\7\337\10k\7\7\5I\5j\6*\6~\4\352\2U\3\336"..., 4096 <unfinished
...>
[pid 22436] <... read resumed>
"\230\6c\2[\377p\376d\377\274\1*\4\204\1:\376\37\373\272"..., 16384) = 8192
[pid 22436] read(0,  <unfinished ...>
[pid 22440] <... write resumed> )       = 4096
[pid 22440] read(3,
"\v\10\254\n)\20\254\22\275\22\252\17%\n\4\t\245\5T\2#\3"..., 4096) = 4096
[pid 22440] write(1,
"\v\10\254\n)\20\254\22\275\22\252\17%\n\4\t\245\5T\2#\3"..., 4096) = 4096
[pid 22440] read(3,
"\226\7\326\3d\0\250\2~\7\6\v\245\f\251\v\224\0105\4\310"..., 4096) = 4096
[pid 22440] write(1,
"\226\7\326\3d\0\250\2~\7\6\v\245\f\251\v\224\0105\4\310"..., 4096 <unfinished
...>
[pid 22436] <... read resumed>
"\367\373\270\374a\375\231\375W\3759\375\312\375\r\376B"..., 8192) = 8192
[pid 22436] read(0,  <unfinished ...>
[pid 22440] <... write resumed> )       = 4096
[pid 22440] read(3,
"Q\371u\373\310\371_\364\211\365+\365K\363\355\373\311\3"..., 4096) = 4096
[pid 22440] write(1,
"Q\371u\373\310\371_\364\211\365+\365K\363\355\373\311\3"..., 4096) = 4096
[pid 22440] read(3,
"\257\375r\374\340\375+\0j\0\324\377\30\0\242\0\360\0h\1"..., 4096) = 4096
[pid 22440] write(1,
"\257\375r\374\340\375+\0j\0\324\377\30\0\242\0\360\0h\1"..., 4096 <unfinished
...>
[pid 22436] <... read resumed>
"\v\10\254\n)\20\254\22\275\22\252\17%\n\4\t\245\5T\2#\3"..., 65536) = 8192
[pid 22436] read(0,
----------------------------

-- 
-M

There are 10 kinds of people in this world:
	Those who can count in binary and those who cannot.



More information about the asterisk-users mailing list