On Fri, 20 Feb 2009 22:50:41 +0100
"Enrico Maria Giordano" <e.m.giord...@emagsoftware.it> wrote:

> FUNCTION MAIN()
> 
>     Local aStru:={{'aa','C',3,0},;
>                   {'bb','C',3,0}}
> 
>     DbCreate('testxxx',aStru); Close
> 
>     Use testxxx Exclusive New
> 
>     Append Blank
>     Replace aa With 'xxx'
>     Replace bb With 'xxx'
> 
>     Append Blank
>     Replace aa With 'ggg'
>     Replace bb With 'ggg'
> 
>     Append Blank
>     Replace aa With 'kkk'
>     Replace bb With 'kkk'
> 
>     Sort On aa To testxxx1
> 
>     RETURN NIL
> 
> GPF
> 
> I'm using xHarbour/BCC55 that is perfectly stable for me (but I haven't 
> tried last Miguel changes yet).
> 
> EMG
> 

With the latest CVS, problem can be located as follows:

Error 00001. 0x400000 (Thread 0x0500):
Exception 0xC0000005: Access violation at 0x73727170.
Call Tree:
   0x004077B3(=enrico.exe:0x01:0067B3) source\common\hbstr.c#823
   0x0040559B(=enrico.exe:0x01:00459B) source\common\hbfsapi.c#254
   0x0049F5FB(=enrico.exe:0x01:09E5FB) source\rtl\spfiles.c#86
   0x00474221(=enrico.exe:0x01:073221) source\rtl\filehb.c#68
   0x004F4D61(=enrico.exe:0x01:0F3D61) source\vm\hvm.c#7217
   0x004DFBFF(=enrico.exe:0x01:0DEBFF) source\vm\hvm.c#1674
--
Andi


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to