Abdul Rauf writes: > Can you guid me the other way to get core dump because its happening > on live server.
when sems crashes, it usually leaves core dump somewhere. check if you find one in /var/cores directory. if yes, then check with gdb, where the crash occurs: gdb /usr/bin/sems /var/cores/<core dump file> where -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
