[asterisk-bugs] [Asterisk 0016995]: [patch] Crash in app_voicemail.c in function retrieve_file (Read out in small chunks)
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 14 08:32:37 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16995
======================================================================
Reported By: vrban
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16995
Category: Applications/app_voicemail/ODBC
Reproducibility: random
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.29.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-09 03:08 CST
Last Modified: 2010-05-14 08:32 CDT
======================================================================
Summary: [patch] Crash in app_voicemail.c in function
retrieve_file (Read out in small chunks)
Description:
Every few days, one of my asterisk 1.4.29 crash with this error. See
bt_full.txt
Asterisk was compiled with DONT_OPTIMIZE, so all needed information should
be visible.
======================================================================
----------------------------------------------------------------------
(0121901) vrban (reporter) - 2010-05-14 08:32
https://issues.asterisk.org/view.php?id=16995#c121901
----------------------------------------------------------------------
there is no difference, if pooling is on with 5 or 30 as limit. Or if
pooling is disabled. The crash will happen when a higher number of blob's
are fetched parallel.
Only polling with limit 1 prevented the crash, because then, res_odbc does
only do one query at the same time.
Issue History
Date Modified Username Field Change
======================================================================
2010-05-14 08:32 vrban Note Added: 0121901
======================================================================
More information about the asterisk-bugs
mailing list