Hi,
I have a mfsort (32 bit) that sometimes with the same input give rts 9/114:
Execution error : file 'extsm'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
TEMP=d:\\test114
TMP=d:\\test114
SORTSPACE=100MB
SORTTEMPSPACE=100MB
extfh:
FILEMAXSIZE=8
BASENAME=ON
SEQDATBUF=1024000
the command line:
mfsort.exe use d:\\test114\\SRP.dat RECORD(V,1,27990) ORG(SQ) give d:\\test114\\SRP.srt RECORD(V,1,27990) ORG(SQ) SORT FIELDS=(91,16,CH,A,1,56,CH,A)
because it does not have always the same behavior ?
depends on what?
Note that this error has occurred twice on 2 different Windows virtual machines ( VMware )
It may be an error related to the slow network?
Thanks
A 114 error is normally attributed to a memory error of some kind. If you run the same mfsort statement using the same data files and the same environment variable settings consecutively and it fails one time but not the next then it is most likely something external on your system that is causing the 114. This could be caused by a number of different variables such as available memory, a bad network connection, disk I-O error, etc.
If you run the same mfsort statement using the same data and settings and always get the 114 error then it may be a problem with the data itself or even the command you are using.
After getting the 114 error is it creating an mfdebug.log file in the current directory?
What version of Net Express are you using?
Hi,
I have a mfsort (32 bit) that sometimes with the same input give rts 9/114:
Execution error : file 'extsm'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
TEMP=d:\\test114
TMP=d:\\test114
SORTSPACE=100MB
SORTTEMPSPACE=100MB
extfh:
FILEMAXSIZE=8
BASENAME=ON
SEQDATBUF=1024000
the command line:
mfsort.exe use d:\\test114\\SRP.dat RECORD(V,1,27990) ORG(SQ) give d:\\test114\\SRP.srt RECORD(V,1,27990) ORG(SQ) SORT FIELDS=(91,16,CH,A,1,56,CH,A)
because it does not have always the same behavior ?
depends on what?
Note that this error has occurred twice on 2 different Windows virtual machines ( VMware )
It may be an error related to the slow network?
Thanks
Hi,
Thanks for the reply .
The runtime version is 5.1 wp 4\\5 but , 'Fortunately' the error did not occurred more.
However, I still have the file mfdebug.log:
NetExpress Exception Handler - 23/05/2016 17:58:38
\\\\172.30.108.10\\bin\\MFSORT.EXE caused an exception at address : 0x6005CFFE
Exception type - EXCEPTION_ACCESS_VIOLATION on Read. Address 0xC30DFA90
Registers:
EAX C30DFA90 EBX 3FCF05B0
ECX 3FCF05B0 EDX B005CF3F
DS 002B ESI 00000000
ES 002B EDI 08FE6DEF
FS 0053 GS 002B
CS 0023 EIP 6005CFFE
SS 002B ESP 0018FA78 EBP 0018FE64
Flags 00010216
Error occurred in : \\\\172.30.108.10\\bin\\cblrtss.dll, loaded at 0x60000000
CompanyName Micro Focus
FileDescription Micro Focus 32-bit RTS
FileVersion 17.418
LegalCopyright Copyright (C) 1984-2009 Micro Focus (IP) Limited.
OriginalFileName cblrtss.dll
ProductName Net Express 5.1
ProductVersion 5.104.0083
COBOL call stack:
extsm (obj program)
mfjsub (obj program)
Run-time : \\\\172.30.108.10\\bin\\cblrtss.dll, loaded at 0x60000000
CompanyName Micro Focus
FileDescription Micro Focus 32-bit RTS
FileVersion 17.418
LegalCopyright Copyright (C) 1984-2009 Micro Focus (IP) Limited.
OriginalFileName cblrtss.dll
ProductName Net Express 5.1
ProductVersion 5.104.0083
OS Information:
Windows NT 6.1 (Build 7601: Service Pack 1)
CPU: Intel Pentium Model 45 step 7, 16 processors
Available memory - 4194303 KB
Thanks
bye
Hi,
I have a mfsort (32 bit) that sometimes with the same input give rts 9/114:
Execution error : file 'extsm'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
TEMP=d:\\test114
TMP=d:\\test114
SORTSPACE=100MB
SORTTEMPSPACE=100MB
extfh:
FILEMAXSIZE=8
BASENAME=ON
SEQDATBUF=1024000
the command line:
mfsort.exe use d:\\test114\\SRP.dat RECORD(V,1,27990) ORG(SQ) give d:\\test114\\SRP.srt RECORD(V,1,27990) ORG(SQ) SORT FIELDS=(91,16,CH,A,1,56,CH,A)
because it does not have always the same behavior ?
depends on what?
Note that this error has occurred twice on 2 different Windows virtual machines ( VMware )
It may be an error related to the slow network?
Thanks
The mfdebug.log shows that the run-time file cblrtss.dll is from wrappack 4. You stated that the run-time is at wrappack 4/5. I am not sure what that means. I would recommend that you install the latest wrappack for both Net Express and Server 5.1 as the wrappack 4 is fairly old now.
Hi,
I have a mfsort (32 bit) that sometimes with the same input give rts 9/114:
Execution error : file 'extsm'
error code: 114, pc=0, call=1, seg=0
114 Attempt to access item beyond bounds of memory (Signal 11)
TEMP=d:\\test114
TMP=d:\\test114
SORTSPACE=100MB
SORTTEMPSPACE=100MB
extfh:
FILEMAXSIZE=8
BASENAME=ON
SEQDATBUF=1024000
the command line:
mfsort.exe use d:\\test114\\SRP.dat RECORD(V,1,27990) ORG(SQ) give d:\\test114\\SRP.srt RECORD(V,1,27990) ORG(SQ) SORT FIELDS=(91,16,CH,A,1,56,CH,A)
because it does not have always the same behavior ?
depends on what?
Note that this error has occurred twice on 2 different Windows virtual machines ( VMware )
It may be an error related to the slow network?
Thanks
Ok,
I will do so.
Normally I'm using Micro Focus Net Express 5.1 WrapPack #12 or latest product like Enterprise Developer 2.3\\ Cobol Server 2.3, but on some server(especially by customers) have still 5.1 with wp 4.
We will update all the Cobol Runtime Server 2.3
thank
bye