Hi Larry,

Thanks , I knew that there is heap corruption and this is resulting due to
that.I just wanted to
confirm  that whether sqlite is corrupting the heap here or not. I will use
valgrind and see.

Regards,
Ashok



On Wed, Aug 21, 2013 at 7:12 AM, Larry Brasfield
<larry_brasfi...@iinet.com>wrote:

> Ashok wrote:
>
>> Hi All,
>>
>> Have to come across any such issues?
>>
>
> Most experienced developers have come across such issues.  As Richard
> suggested, you are likely seeing the effect of a heap corruption that is
> occurring somewhat earlier than the "crashing" which finally reveals a
> problem.  His question, "Have you run your application using valgrind?"
> merits your attention.  If you do not yet use any tools for the early
> detection of heap corruption, you should learn to do so if you are a
> serious developer.  If you are using such a tool to help diagnose this
> particular problem, it would help others to help you if you were to say so.
>  If you cannot be troubled to use such a tool, it makes little sense for
> others to speculate as to how your not-yet-shown code is corrupting the
> heap upon which sqlite3DbMallocRaw() depends.  To be blunt, your hope that
> somebody will recognize and help cure your bug is unrealistic.  You have
> some work to do, and use of valgrind or a similar tool is the best advice
> you are likely to get that will help you do that work.
>
> Best regards,
> --
> Larry Brasfield
>
>
> ______________________________**_________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to