[Home]

Summary:ASTERISK-11546: Crash in app_voicemail - unable to open file
Reporter:callguy (callguy)Labels:
Date Opened:2008-02-29 08:06:39.000-0600Date Closed:2008-02-29 08:33:22.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) vm_bt_02292008.txt
Description:We had a crash this morning caused by a user checking their voicemail. It appears that either the underlying file system had changed (due to file syncing) between when they logged in and actually checked the message, or there was some other error where asterisk felt it couldn't write to the file system.

The last line on the console was:

[Feb 29 08:54:08] WARNING[8659]: app_voicemail.c:1530 copy: Unable to open /var/spool/asterisk/voicemail/quin/6164/INBOX/msg0000.txt in read-only mode

I've attached the bt/bt_full which point to the same.
Comments:By: Tilghman Lesher (tilghman) 2008-02-29 08:12:02.000-0600

No backtrace has been uploaded.

By: callguy (callguy) 2008-02-29 08:16:19.000-0600

Corydon76: You're a hawk! Just took me a second to hit the upload button.

By: Digium Subversion (svnbot) 2008-02-29 08:33:21.000-0600

Repository: asterisk
Revision: 105296

U   branches/1.4/apps/app_voicemail.c

------------------------------------------------------------------------
r105296 | tilghman | 2008-02-29 08:33:21 -0600 (Fri, 29 Feb 2008) | 3 lines

If the message file does not exist, just return harmlessly, instead of crashing.
(Closes issue ASTERISK-11546)

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

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