[Users] Segmentation fault on openser

Edgar Barbosa edgar.barbosa at madetowork.com
Tue Jun 6 19:12:06 CEST 2006


Hi,

I'm having problems when defining both the auth_db:db_url and the
uri_db:db_url parameters.
Openser crashes when restarting (everything goes ok if I set just one).

I've restricted my openser.cfg to the minimum, to filter other sources of
problems.
With the following cfg, openser crashes on my machine (logs in attachment)
with a segmentation fault error.

==============================
debug=9
fork=no
log_stderror=yes

loadmodule "/usr/lib/openser/modules/mysql.so"
loadmodule "/usr/lib/openser/modules/sl.so"
loadmodule "/usr/lib/openser/modules/xlog.so"
loadmodule "/usr/lib/openser/modules/auth.so"
loadmodule "/usr/lib/openser/modules/auth_db.so"
loadmodule "/usr/lib/openser/modules/uri_db.so"

modparam("auth_db", "db_url", "mysql://root@localhost/openser")
modparam("uri_db", "db_url", "mysql://root@localhost/openser")
 
route {
        xlog("L_WARN", "TEST");
}
==============================

I'm using the latest version, and tried the debian package and compiling
from the source... same result...

Seems the problem may be related to the number of database connections...
but I've expanded it on mysql, with no success...

Anyone could reproduce this problem?
Any suggestions of how can I solve it?

Thanks,
Edgar






-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log.txt
Url: http://lists.kamailio.org/pipermail/users/attachments/20060606/391cf7a5/attachment.txt 


More information about the Users mailing list