Hi all:

Something got broken recently in MT handling WorkAreas.
We have a little server app that we don't build very frequently,
and when I tried with the most current cvs version, any attempt
to access a dbf that was successfully open makes the app gpf.

These are the clues I can provide and hopefully someone will
be able to fix it:

a) Dbfs open fine.  I.e. if I do a ? select( "names" ) after opening
a dbf it correctly returns 1.

b) After StartThread() is called the same ? select( "names" )
returns 0.  Odd enough, if I do ? select() it will return 1.

c) Any attempt to access that WA will make the app gpf.
I.e. Names->( dbSeek(... ) ) or simply Names->SomeFieldName
will blow up.

I was able to build with an late October 2008 xharbour and
it works fine.  Brian has an early February 2009 repository and
it also works fine so something in the MT handling in the past
month or two broke workarea handling.

Thanks,

-- 
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
"May the Source be with GNU"



------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to