Hello, while using the QuickFix JNI Wrapper I encountered an memory
error using Initiator
=20
The problem occurred in xstring on line 601 : in function _Myt&
assign(const _Myt& _Right,
size_type _Roff, size_type _Count)
=20
=20
else if (_Grow(_Num))
{ // make room and assign new
stuff
_Traits::copy(_Myptr(), _Right._Myptr()
+ _Roff, _Num);
_Eos(_Num);
=20
=20
=20
The thread 'Win32 Thread' (0x258) has exited with code 0 (0x0).
First-chance exception at 0x6d68089d in java.exe: 0xC0000005: Access
violation writing location 0x003c0f98.
Unhandled exception at 0x6d68089d in java.exe: 0xC0000005: Access
violation writing location 0x003c0f98.
The program '[3260] java.exe: Native' has exited with code 0 (0x0).
=20
=20
=20
Lars Mattsson =20
=20
|