zhaopuming / quickfast

Automatically exported from code.google.com/p/quickfast
Other
1 stars 0 forks source link

error when using InterpretApplication #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[enter a more detailed description of the problem]

What steps will reproduce the problem?
1.download the latest version of QuickFast
2.compile correctly
3../InterpretApplication -t template_0705.xml -file messages.fast 

What is the expected output? What do you see instead?

InterpretApplication: /shared/src/boost_1_36_0/./boost/scoped_ptr.hpp:91: T& 
boost::scoped_ptr<T>::operator*() const [with T = 
QuickFAST::Codecs::HeaderAnalyzer]: Assertion `ptr != 0' failed.

Could anyone please tell why it happened?
Thanks a lot

David

Original issue reported on code.google.com by lzpxjt...@gmail.com on 5 Jul 2011 at 2:24

GoogleCodeExporter commented 9 years ago
Thanks for trying this with InterpretApplication.   The error indicates a bug 
in QuickFAST -- an attempt to use a null pointer -- but there's not enough 
information in your message to diagnose the problem.

If you are able to make the input files and templates available to me, I'll 
take a look when I get some spare time (If you need a quicker response, 
consider a service contract with OCI)

Original comment by dale.wil...@gmail.com on 19 Jul 2011 at 2:15