Audiohook_read_frame_both Failed to get 160 samples debug spam is back?

Greetings FreePBXSoursorers:

I’ve had a blast the past few days building FreePBX 13.0.56. Wonderful Open community platform, I’m enthralled! I’ve managed to get it running almost perfectly, even taking it as far as detailing compilation flags to best suit the CPU on an Amazon EC2 instance. Its running smooth and snappy! …until time passes.

After running with CLI debugging turned on for about 4 hours it starts slowing down considerably and begins dropping calls. What I’ve discovered looks to be an old 2011 Asterisk bug that may have somehow resurfaced.

https://issues.asterisk.org/jira/browse/ASTERISK-17348

Any wizards know a quick fix for this? Could I possibly recompile audiobook.c itself and replace the current binary or is this something else? I may cry if I have to start from scratch. Other than this, the build is firing on all cylinders. :weary:

Cheers!

Snapshot of Asterisk swallowing memory

`[root@ip-10-0-0-101 asterisk]# asterisk -vvvvvvvvvvvvvvvrd
Parsing /etc/asterisk/asterisk.conf
Seeding global EID ‘0a:ee:07:1a:f4:74’ from ‘eth0’ using 'siocgifhwaddr’
Asterisk 13.1-cert2, Copyright © 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer [email protected]
Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type ‘core show license’ for details.

Connected to Asterisk 13.1-cert2 currently running on ip-10-0-0-101 (pid = 21680)
Core debug is still 1.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`

[2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:35] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples [2016-02-04 02:50:36] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:36] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples [2016-02-04 02:50:36] DEBUG[22125][C-00000002]: audiohook.c:324 audiohook_read_frame_both: Failed to get 160 samples from write factory 0x7fb5000148e8 [2016-02-04 02:50:36] DEBUG[22125][C-00000002]: audiohook.c:269 audiohook_read_frame_both: Read factory 0x7fb500013ea8 and write factory 0x7fb5000148e8 both fail to provide 160 samples

Did you ever get this figured out? I’m having the same trouble now with a system that I upgraded.