<p>Corey Farrell <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/10315">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">loader: Improve error handling.<br><br>* Display list of unavailable dependencies when they cause another<br>  module to fail loading.<br>* When a module declines to load find all modules which depend on it so<br>  they can be declined and listed together.<br>* Prevent retry of declined modules during startup.<br>* When a module fails to dlopen try loading it with RTLD_LAZY so we can<br>  attempt to display the list of missing dependencies.<br><br>These changes are meant to reduce logger spam that were caused when a<br>module has many dependencies and declines to load.  This also fixes some<br>error paths which failed to recognize required modules.<br><br>Module load/start errors are delayed until the end the loader startup.<br>ast_log_ap is created to support this.<br><br>Change-Id: I046052c71331c556c09d39f47a3b92975f3e1758<br>---<br>M include/asterisk/logger.h<br>M main/loader.c<br>M main/logger.c<br>3 files changed, 261 insertions(+), 33 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/10315/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/10315">change 10315</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10315"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I046052c71331c556c09d39f47a3b92975f3e1758 </div>
<div style="display:none"> Gerrit-Change-Number: 10315 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 (1000185) </div>