[asterisk-users] 1.6.2 beta 1 crash

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sat Mar 21 01:54:09 CDT 2009


On Friday 20 March 2009 20:36:38 Sebastian wrote:
> [Mar 20 20:30:41] WARNING[11201]: res_config_mysql.c:611 update_mysql:
> Attempted to update column 'useragent' in table 'sip', but column does not
> exist!
>
> [Mar 20 20:30:41] ERROR[11201]: res_config_mysql.c:581 update_mysql: MySQL
> RealTime: Updating on column 'lastms', but that column does not exist
> within the table 'sip'!
>
> I would like to know if this new fields corresponds to previous ones, so I
> can delete deprecated ones and add this new to my tables.

The useragent field should have been there previously.  Now, Asterisk warns
you, instead of the query silently failing.  The field "lastms" is new
(numeric).

> localhost*CLI> *** glibc detected *** /usr/sbin/asterisk: realloc():
> invalid next size: 0x08abff28 ***
>
> ======= Backtrace: =========
>
> /lib/libc.so.6[0xdfa440]
> /lib/libc.so.6(realloc+0x1a7)[0xdfb377]
> /usr/sbin/asterisk(__ast_str_helper+0x75)[0x81403b5]

This tells me that you have memory corruption and probably need to run this
under valgrind.  See doc/valgrind.txt for details.

-- 
Tilghman



More information about the asterisk-users mailing list