This is a discussion on Re: Segmentation fault (core dumped) problem within the SNMP Coders forums, part of the Networking and Network Related category; On Mon, Apr 27, 2009 at 1:20 PM, sanjaykumar <sanjay.kumar@globaledgesoft.com> wrote: > =A0I am ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, Apr 27, 2009 at 1:20 PM, sanjaykumar
<sanjay.kumar@globaledgesoft.com> wrote: > =A0I 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 Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |