[asterisk-bugs] [JIRA] (ASTERISK-15601) astobj2.c:279

Martin Lujan (JIRA) noreply at issues.asterisk.org
Mon Nov 16 12:26:16 CST 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-15601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252781#comment-252781 ] 

Martin Lujan commented on ASTERISK-15601:
-----------------------------------------

is this resolved? Because to date it happens in Asterisk 1.8. Someone confirm me if in later versions it is solved?

> astobj2.c:279
> -------------
>
>                 Key: ASTERISK-15601
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-15601
>             Project: Asterisk
>          Issue Type: Bug
>          Components: General
>            Reporter: Ignacio Cisternas
>            Severity: Critical
>         Attachments: backtrace.txt
>
>
> I don't know why, but with no reason i get this error, an Asterisk go crash.
> astobj2.c:279 internal_ao2_ref: refcount -1 on object 0x8e9d9a8
> I look for the line 279 in main/astobj2.c and i see this.
> /* this case must never happend */ ??... well.. some time happen's.
>  277         /* this case must never happen */
>  278         if (current_value < 0)
>  279                 ast_log(LOG_ERROR, "refcount %d on object %p\n", current_value, user_data);
>  280
>  281         if (current_value <= 0) { /* last reference, destroy the object */
>  282                 if (obj->priv_data.destructor_fn != NULL) {
>  283                         obj->priv_data.destructor_fn(user_data);
>  284                 }
> Dont have any idea wat is this, only know this crash my asterisk.
> ****** ADDITIONAL INFORMATION ******
> [LOG for that moment]
> [2010-02-10 09:52:18] WARNING[5231] pbx_config.c: Can't use 'next' priority on the first entry!
> [2010-02-10 09:52:32] WARNING[5229] app_voicemail.c: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN
> [2010-02-10 09:52:33] ERROR[5229] app_voicemail.c: IMAP Error: Quota not available on this IMAP server
> [2010-02-10 09:53:22] ERROR[5229] astobj2.c: refcount -1 on object 0x8e9d9a8



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list