Re: Problem with ER : cdr sync replicate
- From: Madison Pruet <mpruet@xxxxxxxxx>
- Date: Mon, 02 Apr 2007 15:40:01 -0500
philippe wrote:
At the time that you get the SEGV, we need you to get the stack. Please retry and enter "where" when you get the segv.
...
(no debugging symbols found)
Error returned 47 at 5417
Error returned 47 at 5417
Program received signal SIGSEGV, Segmentation fault.
0x080df255 in sqli_connect_set ()
(gdb) where
#0 0x080df255 in sqli_connect_set ()
#1 0x08090c0d in part_tdDtor ()
#2 0x08090b5e in syncVar_tdDtor ()
#3 0x08092382 in checkRepl ()
#4 0x0809112f in cdr_check ()
#5 0x0804ee22 in sync_repl ()
#6 0x0804bf06 in main ()
(gdb)
Well getting a bit internal..... ;-)
This is where the 47 error is being returned.
$select groupname into :groupName
from hostdef
where name = :nameIn;
if (sqlca.sqlcode == 100)
{
rc = CDR_ESERV;
break;
}
I suspect that the 47 error is leading eventually to the other failures because logic is that when we are trying to destroy the part structure (part_tdDtor), that we attempt to connect to the server that the part is associated with and then perform a clean shutdown. I suspect that in UC4 that there is some issue with improper cleanup when the initial connection never occured. Not sure. This may have been fixed in subsequent releases - again not sure.
Probably the best thing to do is to examine the sqlhost file and/or examine the hostdef table that you are connecting to. What it is trying to do is to convert the group name into a server name - and that is failing. You might want to try to issue the select statement for each node that is involved in the sync operation. (nameIn should be the group name...)
M.P.
.
Thank you for your help.
Philippe
- Follow-Ups:
- Re: Problem with ER : cdr sync replicate
- From: philippe
- Re: Problem with ER : cdr sync replicate
- References:
- Re: Problem with ER : cdr sync replicate
- From: philippe
- Re: Problem with ER : cdr sync replicate
- From: Madison Pruet
- Re: Problem with ER : cdr sync replicate
- From: philippe
- Re: Problem with ER : cdr sync replicate
- Prev by Date: Re: Memory leak on AIX 5.3
- Next by Date: Re: Memory leak on AIX 5.3
- Previous by thread: Re: Problem with ER : cdr sync replicate
- Next by thread: Re: Problem with ER : cdr sync replicate
- Index(es):
Relevant Pages
|