freeze during launch, tried -nrt and -rt (and running as non-root). kernel is 2.6.13-rc6 its configured nosimd=1 atomic=0 lockfree=1. guess i will try lockfree=0, but the feature i wanted 'threadedsf=1' has another error: src/d_soundfile.c:1448: error: structure has no member named `x_array'
strace: open("/root/.pdrc", O_RDONLY) = -1 ENOENT (No such file or directory) rt_sigaction(SIGHUP, {0x2aaaab4f1c20, [HUP], SA_RESTORER|SA_RESTART, 0x2aaaab84ea70}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGINT, {0x2aaaab4f1c20, [INT], SA_RESTORER|SA_RESTART, 0x2aaaab84ea70}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {0x2aaaab4f1c20, [QUIT], SA_RESTORER|SA_RESTART, 0x2aaaab84ea70}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGILL, {0x2aaaab4f1c20, [ILL], SA_RESTORER|SA_RESTART, 0x2aaaab84ea70}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGABRT, {0x2aaaab4f1c20, [ABRT], SA_RESTORER|SA_RESTART, 0x2aaaab84ea70}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGALRM, {SIG_IGN}, {SIG_DFL}, 8) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 setsockopt(3, SOL_TCP, TCP_NODELAY, [-11582461645422591], 4) = 0 bind(3, {sa_family=AF_INET, sin_port=htons(5400), sin_addr=inet_addr("0.0.0.0")}, 16) = 0 fork() = 9960 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 pipe([4, 5]) = 0 clone(child_stack=0x785a20, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND) = 9961 write(5, "\260\327\326\377\377\177\0\0\5\0\0\0\0\0\0\0\230\362v\254"..., 168) = 168 rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0 write(5, "\340\tw\254\252*\0\0\0\0\0\0\252*\0\0\240\332\326\377\377"..., 168) = 168 rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0 rt_sigsuspend([] <unfinished ...> --- SIGRTMIN (Unknown signal 32) @ 0 (0) --- <... rt_sigsuspend resumed> ) = -1 EINTR (Interrupted system call) rt_sigreturn(0x20) = -1 EINTR (Interrupted system call) sched_get_priority_min(SCHED_FIFO) = 1 sched_get_priority_max(SCHED_FIFO) = 99 sched_setscheduler(0, SCHED_FIFO, { 6 }) = 0 write(2, "priority 6 scheduling enabled.\n", 31priority 6 scheduling enabled. ) = 31 getuid() = 0 setrlimit(RLIMIT_MEMLOCK, {rlim_cur=0, rlim_max=0}) = 0 mlockall(MCL_FUTURE) = 0 write(2, "memory locking enabled.\n", 24memory locking enabled. ) = 24 getuid() = 0 setresuid(-1, 0, -1) = 0 listen(3, 5) = 0 accept(3, priority 8 scheduling enabled. memory locking enabled. 0x7fffffd6db00, [12427385891272523792]) = ? ERESTARTSYS (To be restarted) --- SIGCHLD (Child exited) @ 0 (0) --- accept(3,
hi carmen
freeze during launch, tried -nrt and -rt (and running as non-root). kernel is 2.6.13-rc6 its configured nosimd=1 atomic=0 lockfree=1. guess i will try lockfree=0, but the feature i wanted 'threadedsf=1' has another error: src/d_soundfile.c:1448: error: structure has no member named `x_array'
amd64 machine, aren't you? this platform is somehow broken for lockfree algorithms (especially earlier versions of this cpu) ... can you please send me the output of pd -verbose -stderr ?
arrays ... i'm not going to port it to any newer version of pd, since i can't be sure, that it's going to work for a longer time ... if you need this feature, you could either use miller's upsampling / readsf~ workaround or you switch to a professional software of your choice ...
t