Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
memory handling problems in 3.710 - 3.7.11
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Hipp  
View profile  
 More options Mar 26 2012, 8:20 am
From: Richard Hipp <d...@sqlite.org>
Date: Mon, 26 Mar 2012 08:20:22 -0400
Local: Mon, Mar 26 2012 8:20 am
Subject: Re: [sqlite] memory handling problems in 3.710 - 3.7.11

On Sun, Mar 25, 2012 at 9:32 PM, Laszlo Boszormenyi <g...@debian.hu> wrote:
> Hi,

> On Debian and amd64 architecture SQLite3 has a severe problem. If I just
> start it, I can create a simple table like "create table a(b int);".
> However when I set "export MALLOC_CHECK_=1" then the mentioned table
> creation reports:
> *** glibc detected *** sqlite3: free(): invalid pointer:
> 0x00007fba85c30560 ***

Usually, this kind of thing is an indication that your application (not
SQLite) is corrupting the heap, and SQLite just happen to have the
misfortune of being the first to bump into that corruption.

Have you tried running your application using valgrind?

--
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-us...@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »