All,<div>I'm doing a rl_check("$avp(s:accountid)")</div><div><br></div><div>where the avp isn't a valid pipe. Looks like this is throwing a segfault. Here's the BT:</div><div><div>Core was generated by `/usr/local/sbin/opensips -P /var/run/opensips.pid -m 3072'.</div>
<div>Program terminated with signal 11, Segmentation fault.</div><div>[New process 5388]</div><div>#0 0x00002b85c78690fb in rl_check (msg=0x7a1768, forced_pipe=19) at ratelimit.c:806</div><div>806<span class="Apple-tab-span" style="white-space:pre">                </span>(*pipes[id].counter)++;</div>
<div>(gdb) </div><div><br></div><div><br></div><div>Is there a way to "dynamically" create the pipes? ie if pipe #19 doesn't exist, then use pipe #0. Then use the fifo to create pipe #19.</div><div><br></div>
<div>-Brett</div><div><br></div></div>