[Home]

Summary:ASTERISK-22457: Module load errors for test_ari_model.so
Reporter:David M. Lee (dlee)Labels:
Date Opened:2013-09-04 13:06:30Date Closed:2013-09-16 13:39:03
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/General
Versions:12.0.0-alpha1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When the {{TEST_FRAMEWORK}} is enabled, and the {{test_ari_model.so}} module is loaded, it may display this error:

{code}
[Sep  4 13:04:38] WARNING[9361]: loader.c:449 load_dynamic_module: Error loading module 'test_ari_model.so': /opt/Asterisk/12/lib/asterisk/modules/test_ari_model.so: undefined symbol: ast_ari_validate_int
{code}

This is because it takes the address of some validation functions directly, which doesn't play nicely with our attempts at loading with RTLD_LAZY.
Comments: