RE: [Quickfix-developers] Application crash when receiving logon message
Brought to you by:
orenmnero
|
From: Jose M. <jos...@db...> - 2005-06-06 16:06:11
|
Thanks Celeb, =20 I don't think I am catching that error and that's why is probably being = raised all the way up the stack. I haven't had the time to look into the internals of quickfix and I am = not sure where to put the error handler for this error. Isn't it being = raised by a separate thread that reads messages from the TCP port? I am = not getting a call into fromApp as I did put some trace messages there. =20 On a related issue, I tried compiling quickfix with the callbacks = enabled but ,is it supposed to create a file with the call stack at the = point of the crash? I haven't been able to find out where the output is = for this. =20 =20 Thanks for your help. Jose =20 =20 =20 =20 -----Original Message-----=20 From: Caleb Epstein [mailto:cal...@gm...]=20 Sent: Mon 06/06/2005 16:31=20 To: Jose Moreno=20 Cc: qui...@li...=20 Subject: Re: [Quickfix-developers] Application crash when receiving = logon message =09 =09 On 6/6/05, Jose Moreno <jos...@db...> wrote: =09 > I am getting a crash when receiving the logon message from the server = in reply to my logon request message. > > The logon request I am sending is > = 8=3DFIX.4.2=019=3D84=0135=3DA=0134=3D3=0149=3DSRCE=0150=3DSUBID=0152=3D20= 050606-12:58:07.000=0156=3DTGT=0157=3DTARGSUBID=0198=3D0=01108=3D30=0110=3D= 169=01 > > The reply I get from the acceptor is: > = 8=3DFIX.4.2=019=3D86=0135=3DA=0149=3DTGT=0156=3DSRCE=0198=3D0=0150=3DTARG= SUBID=0157=3DSUBID=0134=3D14=0152=3D20050606-13:00:24=0198=3D0=01108=3D60= =0110=3D244=01 =09 The logon response message appears to have two instances of tag 98 in it, which would cause a message validation error. Are you catching exceptions in your code? =09 -- Caleb Epstein caleb dot epstein at gmail dot com =09 _______________________________________________ Visit our website at http://www.dbfs.co.uk This email may contain confidential information, if you are not the = intended recipient for this email, please contact ad...@db.... This email has been scanned for viruses using BitDefender v1.6 for = exchange, and Norton anti-virus software. DBFS have taken all = reasonable steps to ensure this email and/or its attachments are = virus-free, but the recipient should verify the contents are safe before = use. |