On Mon, Apr 27, 2009 at 1:20 PM, sanjaykumar <[email protected]> wrote: > I am facing following following crash problem .....Segmentation fault (core > dumped) > > following is the trace file > Please suggest me , what could be the reason for this
You should first analyze your program with Valgrind, and fix any errors reported by Valgrind. Since your program is multithreaded, it should be analyzed not only with the memcheck tool but also with helgrind and/or drd. These last two tools are thread-checkers. Bart. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
