[OpenSER-Devel] Crash on unicode registration
Andrew O. Zhukov
gnugk at telegroup.com.ua
Wed Jul 9 13:10:55 CEST 2008
Henning Westerholt пишет:
> Hi Andrew,
>
> thanks for the information so far. :-) I'll look into the core later, and also
> try to reproduce. But if you just have the core at hand, can you check
> if "*res" is zero here? This could be the cuprit for the crash.
>
> (Just do a "print res", "print *res" in gdb).
No problem
#0 0x00002aaaad01caa8 in get_ha1 (_username=0x7c5918,
_domain=0x7fff1761f1a0, _table=0x74e540 "subscriber",
_ha1=0x7fff1761f0a0 "1a7e21993885536306879ec84260450e",
res=0x7fff1761f1c0) at authorize.c:107
107 if (RES_ROW_N(*res) == 0) {
(gdb) print res
$1 = (db_res_t **) 0x7fff1761f1c0
(gdb) print *res
$2 = (db_res_t *) 0x0
(gdb)
>
> Cheers,
>
> Henning
>
More information about the Devel
mailing list