[asterisk-bugs] [Asterisk 0015913]: auto-loading res_snmp causes Asterisk to Seg fault

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Sep 21 16:26:41 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15913 
====================================================================== 
Reported By:                jthurman
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15913
Category:                   Resources/res_snmp
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.1.6 
JIRA:                        
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-09-17 17:43 CDT
Last Modified:              2009-09-21 16:26 CDT
====================================================================== 
Summary:                    auto-loading res_snmp causes Asterisk to Seg fault
Description: 
If modules.conf has autoload=yes and res_snmp.so is compiled, then Asterisk
seg faults every time.  If autoload=no or noload=> res_snmp.so the issue
goes away.  You can manually load res_snmp after the initial startup of
Asterisk with no issue.
====================================================================== 

---------------------------------------------------------------------- 
 (0111101) jthurman (reporter) - 2009-09-21 16:26
 https://issues.asterisk.org/view.php?id=15913#c111101 
---------------------------------------------------------------------- 
I have two servers configured to test this.  Server1 does not have h323
installed, Server2 does.  All backtraces are from Server2.

Here is what works:

Server1:
  noload => res_snmp.so
or
  noload => pbx_lua.so

Server2:
  noload => chan_h323.so
  noload => pbx_lua.so
or
  noload => res_snmp.so
  noload => chan_h323.so

Here is what doesn't work:

Server2:
  noload => pbx_lua.so
or
  noload => res_snmp.so 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-09-21 16:26 jthurman       Note Added: 0111101                          
======================================================================




More information about the asterisk-bugs mailing list