Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157867 Details for
Bug 245712
nasd outputs only part of a sample, client stalls -- except under strace
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
strace log of nasd with debug turned on too (played sample correctly)
nasd-debug-strace (text/plain), 33.08 KB, created by
Bob Gautier
on 2007-06-26 09:42:38 UTC
(
hide
)
Description:
strace log of nasd with debug turned on too (played sample correctly)
Filename:
MIME Type:
Creator:
Bob Gautier
Created:
2007-06-26 09:42:38 UTC
Size:
33.08 KB
patch
obsolete
>execve("/usr/bin/nasd", ["nasd", "-d", "99", "-v", "-local"], [/* 26 vars */]) = 0 >brk(0) = 0x82f6000 >access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >open("/etc/ld.so.cache", O_RDONLY) = 3 >fstat64(3, {st_mode=S_IFREG|0644, st_size=67208, ...}) = 0 >mmap2(NULL, 67208, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f80000 >close(3) = 0 >open("/lib/libc.so.6", O_RDONLY) = 3 >read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\300"..., 512) = 512 >fstat64(3, {st_mode=S_IFREG|0755, st_size=1673760, ...}) = 0 >mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f7f000 >mmap2(0xb66000, 1390032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x110000 >mmap2(0x25e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14e) = 0x25e000 >mmap2(0x261000, 9680, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x261000 >close(3) = 0 >mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f7e000 >set_thread_area({entry_number:-1 -> 6, base_addr:0xb7f7e6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 >mprotect(0x25e000, 8192, PROT_READ) = 0 >mprotect(0xb62000, 4096, PROT_READ) = 0 >munmap(0xb7f80000, 67208) = 0 >brk(0) = 0x82f6000 >brk(0x8317000) = 0x8317000 >open("/etc/nas//nasd.conf", O_RDONLY|O_LARGEFILE) = 3 >ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbf80d5f8) = -1 ENOTTY (Inappropriate ioctl for device) >fstat64(3, {st_mode=S_IFREG|0444, st_size=2877, ...}) = 0 >mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f90000 >read(3, "#\n#\tA sample config file for the"..., 8192) = 2877 >read(3, "", 4096) = 0 >read(3, "", 8192) = 0 >ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbf80d5f8) = -1 ENOTTY (Inappropriate ioctl for device) >fstat64(1, {st_mode=S_IFREG|0644, st_size=2082, ...}) = 0 >mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f8f000 >write(2, "Network Audio System Release 1.9"..., 33Network Audio System Release 1.9 >) = 33 >chdir("/") = 0 >close(0) = 0 >write(1, "Network Audio System Release 1.9"..., 33Network Audio System Release 1.9 >) = 33 >close(1) = 0 >munmap(0xb7f8f000, 4096) = 0 >write(2, "", 0) = 0 >getpgrp() = 9556 >getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 >socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 0 >setsockopt(0, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 >bind(0, {sa_family=AF_INET, sin_port=htons(8000), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 >setsockopt(0, SOL_SOCKET, SO_LINGER, {onoff=0, linger=0}, 8) = 0 >listen(0, 5) = 0 >ioctl(0, SIOCGIFCONF, {96, {{"lo", {AF_INET, inet_addr("127.0.0.1")}}, {"eth1", {AF_INET, inet_addr("192.168.1.102")}}, {"virbr0", {AF_INET, inet_addr("192.168.122.1")}}}}) = 0 >umask(0) = 022 >mkdir("/tmp/.sockets", 0777) = -1 EEXIST (File exists) >unlink("/tmp/.sockets/audio0") = 0 >socket(PF_FILE, SOCK_STREAM, 0) = 1 >bind(1, {sa_family=AF_FILE, path="/tmp/.sockets/audio0"}, 22) = 0 >listen(1, 5) = 0 >umask(022) = 0 >rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGHUP, {0x805aa50, [HUP], SA_RESTART}, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGINT, {0x805aa10, [INT], SA_RESTART}, {SIG_DFL}, 8) = 0 >rt_sigaction(SIGTERM, {0x805aa10, [TERM], SA_RESTART}, {SIG_DFL}, 8) = 0 >open("/etc/X0.hosts", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) >rt_sigaction(SIGUSR1, {SIG_IGN}, {SIG_DFL}, 8) = 0 >getppid() = 9556 >write(2, "AuInitPhysicalDevices();\n", 25AuInitPhysicalDevices(); >) = 25 >write(2, "Init: will close device when fin"..., 51Init: will close device when finished with stream. >) = 51 >write(2, "Init: will keep mixer device ope"..., 35Init: will keep mixer device open. >) = 35 >write(2, "Init: will initialize mixer devi"..., 44Init: will initialize mixer device options. >) = 44 >write(2, "Init: openDevice OUT /dev/dsp mo"..., 37Init: openDevice OUT /dev/dsp mode 1 >) = 37 >open("/dev/dsp", O_WRONLY|O_SYNC|O_LARGEFILE) = 4 >write(2, "Init: openDevice(1) IN /dev/dsp1"..., 40Init: openDevice(1) IN /dev/dsp1 mode 0 >) = 40 >open("/dev/dsp1", O_RDONLY|O_LARGEFILE) = 5 >write(2, "setupSoundcard(...);\n", 21setupSoundcard(...); >) = 21 >write(2, "++ Setting up Output device (/de"..., 39++ Setting up Output device (/dev/dsp) >) = 39 >write(2, "+++ requesting wordsize of 16, ", 31+++ requesting wordsize of 16, ) = 31 >ioctl(4, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064584) = 0 >write(2, "got 16\n", 7got 16 >) = 7 >write(2, "+++ requesting 2 channel(s), ", 29+++ requesting 2 channel(s), ) = 29 >ioctl(4, SNDCTL_DSP_STEREO, 0x8064588) = 0 >write(2, "got 2 channel(s)\n", 17got 2 channel(s) >) = 17 >write(2, "+++ Requesting minimum sample ra"..., 44+++ Requesting minimum sample rate of 5000, ) = 44 >ioctl(4, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064590) = 0 >write(2, "got 5000\n", 9got 5000 >) = 9 >write(2, "+++ Requesting maximum sample ra"..., 45+++ Requesting maximum sample rate of 44100, ) = 45 >ioctl(4, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064594) = 0 >write(2, "got 44100\n", 10got 44100 >) = 10 >ioctl(4, SNDCTL_DSP_SETFRAGMENT, 0xbf80db50) = 0 >write(2, "setupSoundcard(...);\n", 21setupSoundcard(...); >) = 21 >write(2, "++ Setting up Input device (/dev"..., 39++ Setting up Input device (/dev/dsp1) >) = 39 >write(2, "+++ requesting wordsize of 8, ", 30+++ requesting wordsize of 8, ) = 30 >ioctl(5, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064524) = 0 >ioctl(5, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064524) = 0 >write(2, "got 8\n", 6got 8 >) = 6 >write(2, "+++ requesting 2 channel(s), ", 29+++ requesting 2 channel(s), ) = 29 >ioctl(5, SNDCTL_DSP_STEREO, 0x8064528) = 0 >write(2, "got 2 channel(s)\n", 17got 2 channel(s) >) = 17 >write(2, "+++ Requesting minimum sample ra"..., 44+++ Requesting minimum sample rate of 4000, ) = 44 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064530) = 0 >write(2, "got 4000\n", 9got 4000 >) = 9 >write(2, "+++ Requesting maximum sample ra"..., 45+++ Requesting maximum sample rate of 44100, ) = 45 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064534) = 0 >write(2, "got 44100\n", 10got 44100 >) = 10 >ioctl(5, SNDCTL_DSP_SETFRAGMENT, 0xbf80db50) = 0 >open("/dev/mixer", O_RDWR|O_LARGEFILE) = 6 >write(2, "initMixer: opened output mixer d"..., 49initMixer: opened output mixer device /dev/mixer >) = 49 >open("/dev/mixer1", O_RDWR|O_LARGEFILE) = 7 >write(2, "initMixer: opened input mixer de"..., 49initMixer: opened input mixer device /dev/mixer1 >) = 49 >ioctl(7, 0x80044dfe, 0x80646d4) = 0 >write(2, "initMixer: /dev/mixer1: can\'t co"..., 54initMixer: /dev/mixer1: can't control recording level >) = 54 >write(2, "initMixer: /dev/mixer1: using re"..., 63initMixer: /dev/mixer1: using recording level control method 0 >) = 63 >ioctl(7, 0x80044dfd, 0x80646dc) = 0 >write(2, "Init: initMixer was successful\n", 31Init: initMixer was successful >) = 31 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_DFL}, 8) = 0 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >write(2, "createServerComponents(...);\n", 29createServerComponents(...); >) = 29 >ioctl(6, MTRRIOC_KILL_ENTRY, 0xbf80db54) = 0 >ioctl(7, 0xc0044dff, 0xbf80db4c) = 0 >write(2, "closeDevice: out\n", 17closeDevice: out >) = 17 >write(2, "closeDevice OUT /dev/dsp mode 1\n", 32closeDevice OUT /dev/dsp mode 1 >) = 32 >close(4) = 0 >write(2, "closeDevice: in\n", 16closeDevice: in >) = 16 >write(2, "closeDevice IN /dev/dsp1 mode 0\n", 32closeDevice IN /dev/dsp1 mode 0 >) = 32 >close(5) = 0 >write(2, "closeDevice: mixer\n", 19closeDevice: mixer >) = 19 >write(2, "closeDevice: leaving mixer devic"..., 42closeDevice: leaving mixer device(s) open >) = 42 >select(128, [0 1], NULL, NULL, NULL) = 1 (in [1]) >gettimeofday({1182839952, 377726}, NULL) = 0 >accept(1, 0, NULL) = 4 >getpeername(4, {sa_family=AF_FILE, path=@}, [2]) = 0 >fcntl64(4, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "l\0\2\0\2\0\22\0\20\0\0\0MIT-MAGIC-COOKIE-1\10\0"..., 4092) = 48 >getpeername(4, {sa_family=AF_FILE, path=@}, [2]) = 0 >ioctl(7, 0x80044dff, 0xbf80d8e4) = 0 >write(2, "readMixerInputGain: unknown valu"..., 54readMixerInputGain: unknown value 0 of recControlMode >) = 54 >ioctl(7, 0x80044dff, 0xbf80d8f4) = 0 >ioctl(6, MTRRIOC_KILL_ENTRY, 0xbf80d910) = 0 >ioctl(6, MTRRIOC_KILL_ENTRY, 0xbf80d910) = 0 >writev(4, [{"\1\0\2\0\2\0K\0\1\0\0\0\0\0@\0\377\377?\0\210\23D\254*"..., 308}], 1) = 308 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "\16q\2\0\0\0@\0\23\1\25\0\0\0@\0\3\0\0\0\0\0\"V\6\1\1\10"..., 4096) = 96 >mmap2(NULL, 225280, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f47000 >writev(4, [{"\1\0\3\0\0\0\0\0\21\265\4\10h\3510\10\4\0\0\0\0\0\0\0\200"..., 32}], 1) = 32 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "\25q\4\0\1\0\0\0\0\0@\0\377\1G\10!\0\1\0", 4096) = 20 >gettimeofday({1182839952, 430213}, NULL) = 0 >getpid() = 9557 >kill(9557, SIGUSR1) = 0 >--- SIGUSR1 (User defined signal 1) @ 0 (0) --- >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >write(2, "setSampleRate(rate = 5000);\n", 28setSampleRate(rate = 5000); >) = 28 >ioctl(-1, SNDCTL_DSP_SETFRAGMENT, 0xbf80d8c0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SYNC, 0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = -1 EBADF (Bad file descriptor) >write(2, "setSampleRate(): set output samp"..., 48setSampleRate(): set output sample rate to 5000 >) = 48 >ioctl(-1, SNDCTL_DSP_SETFRAGMENT, 0xbf80d8c0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SYNC, 0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = -1 EBADF (Bad file descriptor) >write(2, "setSampleRate(): set input sampl"..., 47setSampleRate(): set input sample rate to 5000 >) = 47 >write(2, "setTimer(rate = 5000);\n", 23setTimer(rate = 5000); >) = 23 >setitimer(ITIMER_REAL, {it_interval={0, 102000}, it_value={0, 1020}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >writev(4, [{"\2\0\4\0.T\301f\0\0@\0\0\0\2\0\1\0\2\0\1\0\0\0T]\3\0\0"..., 64}], 1) = 64 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "\30\0001*\0\0@\0\264\250\0\0\2\1G\10\f\0\26\0;\0\33\0S"..., 4096) = 4096 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >brk(0x833c000) = 0x833c000 >read(4, "\307!D\37\257\16\331\375\376\371R\2\206\16\37\25i\21\2"..., 39108) = 12032 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "e\346\354\355\220\361\300\362\373\366\361\372_\373\263"..., 27076) = 16128 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "\f\372\242\5\340\4\234\371\321\375\330\376\313\t\220\372"..., 10948) = 10948 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 102000}, it_value={0, 100460}}) = 0 >write(2, "setSampleRate(rate = 22050);\n", 29setSampleRate(rate = 22050); >) = 29 >ioctl(-1, SNDCTL_DSP_SETFRAGMENT, 0xbf80d800) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SYNC, 0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = -1 EBADF (Bad file descriptor) >write(2, "setSampleRate(): set output samp"..., 49setSampleRate(): set output sample rate to 22050 >) = 49 >ioctl(-1, SNDCTL_DSP_SETFRAGMENT, 0xbf80d800) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SYNC, 0) = -1 EBADF (Bad file descriptor) >ioctl(-1, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = -1 EBADF (Bad file descriptor) >write(2, "setSampleRate(): set input sampl"..., 48setSampleRate(): set input sample rate to 22050 >) = 48 >write(2, "setTimer(rate = 22050);\n", 24setTimer(rate = 22050); >) = 24 >setitimer(ITIMER_REAL, {it_interval={0, 23000}, it_value={0, 230}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >write(2, "enableProcessFlow();\n", 21enableProcessFlow(); >) = 21 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >--- SIGALRM (Alarm clock) @ 0 (0) --- >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 23000}, it_value={0, 22847}}) = 0 >write(2, "openDevice\n", 11openDevice >) = 11 >write(2, "openDevice: current sample rate "..., 40openDevice: current sample rate = 22050 >) = 40 >write(2, "openDevice OUT /dev/dsp mode 1\n", 31openDevice OUT /dev/dsp mode 1 >) = 31 >open("/dev/dsp", O_WRONLY|O_SYNC|O_LARGEFILE) = 5 >write(2, "setupSoundcard(...);\n", 21setupSoundcard(...); >) = 21 >write(2, "++ Setting up Output device (/de"..., 39++ Setting up Output device (/dev/dsp) >) = 39 >write(2, "+++ requesting wordsize of 16, ", 31+++ requesting wordsize of 16, ) = 31 >ioctl(5, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064584) = 0 >write(2, "got 16\n", 7got 16 >) = 7 >write(2, "+++ requesting 2 channel(s), ", 29+++ requesting 2 channel(s), ) = 29 >ioctl(5, SNDCTL_DSP_STEREO, 0x8064588) = 0 >write(2, "got 2 channel(s)\n", 17got 2 channel(s) >) = 17 >write(2, "+++ Requesting minimum sample ra"..., 44+++ Requesting minimum sample rate of 5000, ) = 44 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064590) = 0 >write(2, "got 5000\n", 9got 5000 >) = 9 >write(2, "+++ Requesting maximum sample ra"..., 45+++ Requesting maximum sample rate of 44100, ) = 45 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064594) = 0 >write(2, "got 44100\n", 10got 44100 >) = 10 >ioctl(5, SNDCTL_DSP_SETFRAGMENT, 0xbf80d7f0) = 0 >write(2, "openDevice IN /dev/dsp1 mode 0\n", 31openDevice IN /dev/dsp1 mode 0 >) = 31 >open("/dev/dsp1", O_RDONLY|O_LARGEFILE) = 8 >write(2, "setupSoundcard(...);\n", 21setupSoundcard(...); >) = 21 >write(2, "++ Setting up Input device (/dev"..., 39++ Setting up Input device (/dev/dsp1) >) = 39 >write(2, "+++ requesting wordsize of 8, ", 30+++ requesting wordsize of 8, ) = 30 >ioctl(8, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064524) = 0 >ioctl(8, SNDCTL_DSP_SETFMT or SOUND_PCM_READ_BITS, 0x8064524) = 0 >write(2, "got 8\n", 6got 8 >) = 6 >write(2, "+++ requesting 2 channel(s), ", 29+++ requesting 2 channel(s), ) = 29 >ioctl(8, SNDCTL_DSP_STEREO, 0x8064528) = 0 >write(2, "got 2 channel(s)\n", 17got 2 channel(s) >) = 17 >write(2, "+++ Requesting minimum sample ra"..., 44+++ Requesting minimum sample rate of 4000, ) = 44 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064530) = 0 >write(2, "got 4000\n", 9got 4000 >) = 9 >write(2, "+++ Requesting maximum sample ra"..., 45+++ Requesting maximum sample rate of 44100, ) = 45 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x8064534) = 0 >write(2, "got 44100\n", 10got 44100 >) = 10 >ioctl(8, SNDCTL_DSP_SETFRAGMENT, 0xbf80d7f0) = 0 >write(2, "openDevice: output mixer device "..., 45openDevice: output mixer device already open >) = 45 >write(2, "openDevice: input mixer device a"..., 44openDevice: input mixer device already open >) = 44 >ioctl(5, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = 0 >ioctl(8, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = 0 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >write(2, "setSampleRate(rate = 22050);\n", 29setSampleRate(rate = 22050); >) = 29 >ioctl(5, SNDCTL_DSP_SETFRAGMENT, 0xbf80d7f0) = -1 EINVAL (Invalid argument) >ioctl(5, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = 0 >write(2, "setSampleRate(): set output samp"..., 49setSampleRate(): set output sample rate to 22050 >) = 49 >ioctl(8, SNDCTL_DSP_SETFRAGMENT, 0xbf80d7f0) = -1 EINVAL (Invalid argument) >ioctl(8, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = 0 >write(2, "setSampleRate(): set input sampl"..., 48setSampleRate(): set input sample rate to 22050 >) = 48 >write(2, "setTimer(rate = 22050);\n", 24setTimer(rate = 22050); >) = 24 >setitimer(ITIMER_REAL, {it_interval={0, 23000}, it_value={0, 230}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >write(2, "enableProcessFlow() - set SIGALR"..., 58enableProcessFlow() - set SIGALRM handler to intervalProc >) = 58 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\f\0\f\0\26\0\26\0;\0;\0\33\0\33\0S\0S\0a\0a\0v\0v\0\221"..., 4096) = 4096 >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\234\364\234\364\255\365\255\365\360\365\360\365\306\366"..., 4096) = 4096 >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "i\21i\21\2\n\2\nZ\5Z\5\361\1\361\1\306\375\306\375\266"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, ">\325>\325x\323x\323q\322q\322\272\320\272\320\211\317"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\332B\332B\210E\210E\307C\307C\313B\313B\227@\227@\261"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\234\363\234\363\235\370\235\370J\375J\375z\0z\0p\2p\2"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "<3<3\r4\r4\3561\3561-+-+\311\"\311\"R\30R\30I\fI\f\35\1"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\320\327\320\327\251\300\251\300Y\274Y\274\241\263\241"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "h\376h\376\0\374\0\374\304\366\304\366\37\361\37\361\326"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "7\0077\7z\fz\f\215\17\215\17\211\22\211\22!\26!\26\367"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\255\343\255\343\271\336\271\336k\324k\324\256\307\256"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "e\366e\366\303\376\303\376q\6q\6n\fn\fd\17d\17d\21d\21"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\260\363\260\363j\370j\370\241\376\241\376G\5G\5\221\v"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\346\362\346\362\213\362\213\362\263\363\263\363\233\364"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, ";\2;\2\363\0\363\0\22\0\22\0I\0I\0D\0D\0E\0E\0\215\377"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "I\375I\375\r\5\r\5\342\377\342\377b\373b\373\364\1\364"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\372\3\372\3\334\372\334\372\206\376\206\3763\3763\376"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\376\367\376\367M\2M\2\374\6\374\6=\376=\376\30\372\30"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "g\0g\0\262\377\262\377;\0;\0\341\377\341\377]\0]\0\7\0"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "\343\377\343\377\264\377\264\377\274\377\274\3776\0006"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >write(5, "d\376d\376\340\376\340\376\254\377\254\377\f\0\f\0\4\0"..., 4096) = 4096 >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >select(128, [0 1 4], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted) >--- SIGALRM (Alarm clock) @ 0 (0) --- >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0 >gettimeofday({1182839953, 361940}, NULL) = 0 >kill(9557, SIGUSR1) = 0 >--- SIGUSR1 (User defined signal 1) @ 0 (0) --- >write(5, "\237\0\237\0t\0t\0\225\0\225\0_\0_\0z\0z\0g\0g\0\232\0"..., 360) = 360 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 23000}, it_value={0, 22078}}) = 0 >write(2, "setSampleRate(rate = 5000);\n", 28setSampleRate(rate = 5000); >) = 28 >ioctl(5, SNDCTL_DSP_SETFRAGMENT, 0xbf80d500) = -1 EINVAL (Invalid argument) >ioctl(5, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = 0 >write(2, "setSampleRate(): set output samp"..., 48setSampleRate(): set output sample rate to 5000 >) = 48 >ioctl(8, SNDCTL_DSP_SETFRAGMENT, 0xbf80d500) = -1 EINVAL (Invalid argument) >ioctl(8, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = 0 >write(2, "setSampleRate(): set input sampl"..., 47setSampleRate(): set input sample rate to 5000 >) = 47 >write(2, "setTimer(rate = 5000);\n", 23setTimer(rate = 5000); >) = 23 >setitimer(ITIMER_REAL, {it_interval={0, 102000}, it_value={0, 1020}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >rt_sigaction(SIGALRM, {SIG_IGN}, {SIG_IGN}, 8) = 0 >write(2, "disableProcessFlow() - starting\n", 32disableProcessFlow() - starting >) = 32 >ioctl(5, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(5, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806458c) = 0 >ioctl(8, SNDCTL_DSP_SYNC, 0) = 0 >ioctl(8, SNDCTL_DSP_SPEED or SOUND_PCM_READ_RATE, 0x806452c) = 0 >write(2, "closeDevice: out\n", 17closeDevice: out >) = 17 >write(2, "closeDevice OUT /dev/dsp mode 1\n", 32closeDevice OUT /dev/dsp mode 1 >) = 32 >close(5) = 0 >write(2, "closeDevice: in\n", 16closeDevice: in >) = 16 >--- SIGALRM (Alarm clock) @ 0 (0) --- >write(2, "closeDevice IN /dev/dsp1 mode 0\n", 32closeDevice IN /dev/dsp1 mode 0 >) = 32 >close(8) = 0 >write(2, "closeDevice: mixer\n", 19closeDevice: mixer >) = 19 >write(2, "closeDevice: leaving mixer devic"..., 42closeDevice: leaving mixer device(s) open >) = 42 >write(2, "disableProcessFlow() - done;\n", 29disableProcessFlow() - done; >) = 29 >rt_sigprocmask(SIG_BLOCK, [ALRM], NULL, 8) = 0 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >sigreturn() = ? (mask now []) >writev(4, [{"\2\21\6\0\321W\301f\0\0@\0\0\0\2\0\1\0\0\0\3\0O\0T]\3\0"..., 32}], 1) = 32 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "!\0\1\0", 43204) = 4 >brk(0x8332000) = 0x8332000 >writev(4, [{"\1\0\7\0\0\0\0\0\0\0\0\0h\3510\10\4\0\0\0\1\0\0\0\200\351"..., 32}], 1) = 32 >select(128, [0 1 4], NULL, NULL, NULL) = 1 (in [4]) >read(4, "", 4096) = 0 >close(4) = 0 >munmap(0xb7f47000, 225280) = 0 >write(2, "serverReset();\n", 15serverReset(); >) = 15 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 102000}, it_value={0, 94582}}) = 0 >rt_sigaction(SIGALRM, {SIG_IGN}, {0x8056e00, [ALRM], SA_RESTART}, 8) = 0 >ioctl(-1, SNDCTL_DSP_SYNC, 0) = -1 EBADF (Bad file descriptor) >write(2, "closeDevice: out\n", 17closeDevice: out >) = 17 >write(2, "closeDevice: output device alrea"..., 42closeDevice: output device already closed >) = 42 >write(2, "closeDevice: in\n", 16closeDevice: in >) = 16 >write(2, "closeDevice: input device alread"..., 41closeDevice: input device already closed >) = 41 >write(2, "closeDevice: mixer\n", 19closeDevice: mixer >) = 19 >write(2, "closeDevice: leaving mixer devic"..., 42closeDevice: leaving mixer device(s) open >) = 42 >write(2, " done.\n", 7 done. >) = 7 >stat64("/tmp/.sockets/audio0", {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0 >open("/etc/X0.hosts", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) >write(2, "AuInitPhysicalDevices();\n", 25AuInitPhysicalDevices(); >) = 25 >write(2, "Init: will close device when fin"..., 51Init: will close device when finished with stream. >) = 51 >write(2, "Init: will keep mixer device ope"..., 35Init: will keep mixer device open. >) = 35 >write(2, "Init: will initialize mixer devi"..., 44Init: will initialize mixer device options. >) = 44 >rt_sigaction(SIGALRM, {0x8056e00, [ALRM], SA_RESTART}, {SIG_IGN}, 8) = 0 >write(2, "setTimer(rate = 0);\n", 20setTimer(rate = 0); >) = 20 >setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, {it_interval={0, 0}, it_value={0, 0}}) = 0 >write(2, "createServerComponents(...);\n", 29createServerComponents(...); >) = 29 >select(128, [0 1], NULL, NULL, NULL <unfinished ...> >serverReset(); >setTimer(rate = 0); >closeDevice: out >closeDevice: output device already closed >closeDevice: in >closeDevice: input device already closed >closeDevice: mixer >closeDevice: leaving mixer device(s) open > done.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245712
:
157862
|
157863
|
157865
|
157866
| 157867 |
157868
|
157869
|
160244
|
160245