Re: [Quickfix-developers] re:Memory leaks for Initiator
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-11-29 15:52:33
|
Do you have a stack trace?
--oren
lar...@su... wrote:
> Hello, while using the QuickFix JNI Wrapper I encountered an memory
> error using Initiator
>
>
>
> The problem occurred in xstring on line 601 : in function _Myt&
> assign(const _Myt& _Right,
>
> size_type _Roff, size_type _Count)
>
>
>
>
>
> else if (_Grow(_Num))
>
> { // make room and assign
> new stuff
>
> _Traits::copy(_Myptr(),
> _Right._Myptr() + _Roff, _Num);
>
> _Eos(_Num);
>
>
>
>
>
>
>
> 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).
>
>
>
>
>
>
>
> *Lars Mattsson*
>
>
>
|