FYI make clean and make realclean don't clean up the modules/cachedb_cassandra directory which leads to an undefined symbol error on startup because I wasn't paying attention.
[[email protected] opensips-2-git]# tree |grep "\.o" ├── curses.out │ ├── dictionary.opensips │ │ ├── cachedb_cassandra_dbase.o │ │ ├── cassandra_constants.o │ │ ├── Cassandra.o │ │ ├── cassandra_types.o │ ├── opensipsctl.oracle │ ├── opensipsdbctl.oracle │ ├── opensipsdbfunc.oracle On Mon, Sep 28, 2015 at 5:40 AM, Bogdan Andrei IANCU < [email protected]> wrote: > @etamme <https://github.com/etamme> , have you tried to enable the memory > debugging: > http://www.opensips.org/Documentation/TroubleShooting-OutOfMem > And fire a USR1 signal to the process complaining of lack of memory in > order to force it to do a mem dump ? Some patterns in the used memory may > reveal the problem. > > — > Reply to this email directly or view it on GitHub > <https://github.com/OpenSIPS/opensips/issues/651#issuecomment-143692120>. > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/devel > >
_______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
