[Home]

Summary:ASTERISK-11059: [patch] app_queue.so depends on res_monitor.so but has missing entry in menuselect (causes symbol freeze)
Reporter:Caio Begotti (caio1982)Labels:
Date Opened:2007-12-16 20:11:17.000-0600Date Closed:2007-12-17 15:10:10.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) menuselect_queue_monitor.diff
( 1) menuselect_queue_monitor2.diff
Description:I guess it explains it all:

[Dec 16 23:49:50] WARNING[3143] loader.c: Error loading module 'app_queue.so': dlopen(/usr/lib/asterisk/modules/app_queue.so, 6): Symbol not found: _ast_monitor_start
Referenced from: /usr/lib/asterisk/modules/app_queue.so
[Dec 16 23:49:50] WARNING[3143] loader.c: Module 'app_queue.so' could not be loaded.

****** ADDITIONAL INFORMATION ******

Can reporters set the Severity field if they're confident about it? I think it's a crash (freezes my Asterisk box) but left it blank as it's a quite small fix :)
Comments:By: Caio Begotti (caio1982) 2007-12-16 21:01:33.000-0600

Got the same issue with chan_sip -> res_features. Another patch uploaded.

By: Olle Johansson (oej) 2007-12-17 00:58:35.000-0600

Res_features is a module that should not be a module. Many other modules depend on it.

By: Olle Johansson (oej) 2007-12-17 01:03:05.000-0600

You actually change in the source code, in app_queue.c. The file you are changing is automatically generated by menuselect by searching the source code files.

By: Digium Subversion (svnbot) 2007-12-17 01:12:08.000-0600

Repository: asterisk
Revision: 93182

U   branches/1.4/apps/app_queue.c
U   branches/1.4/channels/chan_iax2.c
U   branches/1.4/channels/chan_mgcp.c
U   branches/1.4/channels/chan_sip.c
U   branches/1.4/channels/chan_zap.c

------------------------------------------------------------------------
r93182 | oej | 2007-12-17 01:12:06 -0600 (Mon, 17 Dec 2007) | 8 lines

Issue 11574: Add dependencies on res_monitor and res_features.

I wonder if Asterisk can run at all without res_features. My guess is that
there's propably a lot of more modules and the core that depends on it.

Reported by: caio1982
(closes issue ASTERISK-11059)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=93182

By: Digium Subversion (svnbot) 2007-12-17 15:10:10.000-0600

Repository: asterisk
Revision: 93335

_U  trunk/
U   trunk/apps/app_queue.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_zap.c

------------------------------------------------------------------------
r93335 | oej | 2007-12-17 15:10:10 -0600 (Mon, 17 Dec 2007) | 16 lines

Merged revisions 93182 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r93182 | oej | 2007-12-17 08:15:13 +0100 (M?�95?Y?�94?un, 17 Dec 2007) | 8 lines

Issue 11574: Add dependencies on res_monitor and res_features.

I wonder if Asterisk can run at all without res_features. My guess is that
there's propably a lot of more modules and the core that depends on it.

Reported by: caio1982
(closes issue ASTERISK-11059)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=93335