Recent

Author Topic: access violation in sqlite3 table  (Read 2744 times)

mrkwlee

  • New Member
  • *
  • Posts: 18
access violation in sqlite3 table
« on: March 07, 2019, 02:05:19 pm »
I am working with a sqlite3 table of 50 fields in each record. Of course, it takes time to laod and display the input screen. When a record is modified and the "Post" button of the navigator is pressed "access violation" error is displayed.  Any idea of this, please? I thnk the system may be out of  memory . My system is win 10, 16G RAM, 64 bit lazarus 2.0.0.4, sqlite3 sqlite-dll-win64-x64-3270200, Zeoslib 7.2.4.

howardpc

  • Hero Member
  • *****
  • Posts: 4144
Re: access violation in sqlite3 table
« Reply #1 on: March 07, 2019, 02:13:37 pm »
Out of memeory is a different error altogether.
SIGSEGV means there is memory, just that your app is accessing memory it should not be trying to access.
Without sight of the offending code (a compilable example is usually required) we can only offer uninformed guesses as to where your error may be.
Please don't double-post.
« Last Edit: March 07, 2019, 02:16:05 pm by howardpc »

 

TinyPortal © 2005-2018