Re: [Quickfix-developers] NewOrderList addgroup threw "Attempted to read or write protected memory.
Brought to you by:
orenmnero
From: NeerajG <nee...@ci...> - 2009-07-08 15:00:14
|
Per the suggestion in the past I pinned just the addGroup and took away the problem until we stumbled on it yesterday. Still shows error in addGroup which I have already pinned in my dll. Any other ideas. Failed in SendNewOrderList Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at FIX.FieldMap.addGroup(FieldMap* , Int32 , FieldMap* , Boolean ) at QuickFix.Message.addGroup(Group group) at Citi.DerivsAnalytics.Soup.Server.FixUtil.createNewOrderList(FixRequestDetails frd) at Citi.DerivsAnalytics.Soup.Server.RFQCommunicator.SendNewOrderList(FixRequestDetails frd)' QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Here is the log of exception this threw. This is the first time this problem has surfaced. App has been used for almost half year. Any Ideas. 2009-01-22 13:30:06,515 [35] FATAL TradeManager - Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at FIX.FieldMap.addGroup(FieldMap* , Int32 , FieldMap* , Boolean ) at QuickFix.Message.addGroup(Group group) at FixUtil.createNewOrderList(FixRequestDetails frd) at Communicator.SendNewOrderList(FixRequestDetails frd) at TradeManager.Execute(Queue`1 queue) at TradeManager.Manage(Object state) -- View this message in context: http://www.nabble.com/NewOrderList-addgroup-threw-%22Attempted-to-read-or-write-protected-memory.-This-is-often-an-indication-that-other-memory-is-corrupt%22-tp21612600p24393018.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |