Re: [Quickfix-developers] NewOrderList addgroup threw "Attempted to read or write protected memory.
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2009-07-12 22:49:47
|
Hi Neeraj, This worked for me (and for you during almost 6 months), my suggestion now is that you take a look if maybe you are disposing related objects to cause the access violation. If you don't see anything wrong in your code, better make use of dr. watson / windbg to capture and analyse a full dump. Regards, Djalma On Wed, Jul 8, 2009 at 12:00 PM, NeerajG<nee...@ci...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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. > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |