<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content=1 name=qrichtext>
<META content="MSHTML 6.00.5346.5" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background=""><FONT face=Tahoma color=#0000ff 
size=2></FONT><FONT face=Tahoma color=#0000ff size=2></FONT>
<DIV><FONT face=Tahoma color=#0000ff size=2>friends:</FONT><BR><FONT face=Tahoma 
color=#0000ff size=2>I looking for this error, I add in module/jabber/jabber.c 
file in mod_init funtion 2 trace to view where is the error.</FONT></DIV>
<DIV><FONT face=Tahoma color=#0000ff size=2>please look in the trace, I show the 
error.</FONT></DIV>
<DIV><FONT face=Tahoma color=#0000ff size=2><STRONG>please help 
me</STRONG><BR></DIV></FONT>
<DIV><FONT face=Tahoma color=#0000ff size=2>for(i=0; i&lt;nrw; 
i++)<BR>{<BR>LOG(L_ERR, "XJAB trace 1 to debug error \n");<BR>db_con[i] = 
jabber_dbf.init(db_url);<BR>LOG(L_ERR, "XJAB trace 2 to debug error \n");<BR>if 
(!db_con[i])<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; LOG(L_ERR, 
"XJAB:mod_init: Error while connecting database\n");<BR>&nbsp;&nbsp;&nbsp; 
return -1;<BR>}<BR>else<BR>{<BR>&nbsp;&nbsp;&nbsp; if 
(jabber_dbf.use_table(db_con[i], db_table) &lt; 0) {<BR>&nbsp;&nbsp;&nbsp; 
LOG(L_ERR, "XJAB:mod_init: Error in use_table\n");<BR>&nbsp;&nbsp;&nbsp; return 
-1;<BR>}<BR>DBG("XJAB:mod_init: Database connection opened 
successfully\n");<BR>}<BR>}<BR><BR>and run the program with&nbsp; -f ser.jabber 
-E -dddddddddddddd options<BR>0(9857) read 3400580695 from 
/dev/urandom<BR>0(9857) seeding PRNG with 259723670<BR>0(9857) test random 
number 1984477284<BR>0(9857) WARNING: fix_socket_list: could not rev. resolve 
192.168.0.4<BR>0(9857) WARNING: fix_socket_list: could not rev. resolve 
192.168.0.4<BR>Listening on<BR>udp: 127.0.0.1 [127.0.0.1]:5060<BR>udp: 
192.168.0.4 [192.168.0.4]:5060<BR>tcp: 127.0.0.1 [127.0.0.1]:5060<BR>tcp: 
192.168.0.4 [192.168.0.4]:5060<BR>Aliases:<BR>tcp: localhost:5060<BR>udp: 
localhost:5060<BR>*: 192.168.0.4:*<BR>WARNING: no fork mode and more than one 
listen address found(will use only the the first one)<BR>0(9857) init_tcp: using 
sigio_rt as the io watch method (auto detected)<BR>0(9857) Se inicializo 
init_tmcb_lists<BR>0(9857) Presence Agent - initializing<BR>0(9857) ... common 
libraries<BR>0(9857) cds_initialize(): init the content<BR>0(9857) 
qsa_initialize(): init the content<BR>print - initializing<BR>textops - 
initializing<BR>0(9857) Maxfwd module- initializing<BR>stateless - 
initializing<BR>0(9857) XJAB:mod_init: initializing ...<BR><STRONG>0(9857)XJAB 
trace 1 to debug error<BR>0(9857) XJAB trace 2 to debug 
error</STRONG><BR>0(9857) XJAB:mod_init: Database connection opened 
successfully<BR><STRONG>0(9857) XJAB trace 1 to debug 
error</STRONG><BR><STRONG>Segmentation fault (core 
dumped)</STRONG></FONT></DIV></BODY></HTML>