>Records left locked in closed, unprotected database.'

>Would someone at Palm look at the 3.3 source and explain the error message?

This message has already been explained.  Perhaps you could look for it in the
archives (www.egroups.com)?


>The thing is the app has >not< opened any databases.

Well, your app is a database.  It was opened when it was run.  Perhaps a
resource is being locked more than it's being unlocked?  A simple way to check
is to run your app 16 times.  If you crash with a chunk overlocked warning,
well, then, bingo!  You're a winner!


The fastest way to figure out these problems is to use the console comands.  The
command 'opened' shows the list of opened databases.  The command 'hd 1' shows
the chunks in the storage heap.  Look for a locked chunk owned by the database
being closed.


-Roger Flores


Reply via email to