Dion,
I normally run Release build, but do use Debug build as well. Have offloaded onto two Xeon system as well.
Today only one crash for me, with address being 0x00 in the log.
These problems are a bugger to find, for sure.
Glad you understand the marshalling issues with COM, that's where I'm spending all the time fetching T&S data.
One thing to note is I haven't had a crash fetching T&S data that can recall. However I do this off hours. When do this normally pulling records on one symbol at a time, with forty total collecting in the background.
During the day have a lot of parallel requests going, but only process them one at a time. No T&S as well.
Don't know where the 0x014 reference comes from, but perhaps a VERIFY() right there (if it's not there now), will catch it prior to when it eventually crashes. Unfortunately the debugger doesn't always trap null pointer dereferences in my experience. Getting a bit closer to the source if that's the case might help.
Best of fortune! These are the tough ones for sure.
-Jim
I normally run Release build, but do use Debug build as well. Have offloaded onto two Xeon system as well.
Today only one crash for me, with address being 0x00 in the log.
These problems are a bugger to find, for sure.
Glad you understand the marshalling issues with COM, that's where I'm spending all the time fetching T&S data.
One thing to note is I haven't had a crash fetching T&S data that can recall. However I do this off hours. When do this normally pulling records on one symbol at a time, with forty total collecting in the background.
During the day have a lot of parallel requests going, but only process them one at a time. No T&S as well.
Don't know where the 0x014 reference comes from, but perhaps a VERIFY() right there (if it's not there now), will catch it prior to when it eventually crashes. Unfortunately the debugger doesn't always trap null pointer dereferences in my experience. Getting a bit closer to the source if that's the case might help.
Best of fortune! These are the tough ones for sure.
-Jim
Comment