[asterisk-bugs] [Asterisk 0014889]: Thread-specific vm_state tracking issue if a voicemail is left immediately after a restart.

Asterisk Bug Tracker noreply at bugs.digium.com
Thu May 7 18:23:47 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14889 
====================================================================== 
Reported By:                jaroth
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   14889
Category:                   Applications/app_voicemail/IMAP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     confirmed
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 188038 
Request Review:              
====================================================================== 
Date Submitted:             2009-04-13 15:16 CDT
Last Modified:              2009-05-07 18:23 CDT
====================================================================== 
Summary:                    Thread-specific vm_state tracking issue if a
voicemail is left immediately after a restart.
Description: 
When calling vmexec to leave a voicemail, pthread_getspecific() is called
before pthread_setspecific() is called, thereby returning an undefined
vm_state structure.  The following functions (get_vm_state_by_imapuser,
get_vm_state_by_mailbox, create_vm_state_from_user) could call
pthread_getspecific during vmexec.

The specific behavior is that if you leave a message for a mailbox that
has not been accessed since a restart, pthread_getspecific will not return
a valid vm_state and therefor message counts will be incorrect (all zeros).
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0014253 [patch] app_voicemail leaves sockets in...
has duplicate       0014492 Asterisk Crashes when making calls to a...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-07 18:23 tilghman       Assigned To               => tilghman        
2009-05-07 18:23 tilghman       Description Updated                          
======================================================================




More information about the asterisk-bugs mailing list