Hey Marcel,
I didn't realize that some of the filter blocks were causing a crash for
you. Unfortunately, I'm not seeing it, but I may have an idea. So the
block labeled simply "FIR Filter" is behaving correctly for you in the
FM demodulation demo.
But the other filter blocks are from GNU Radio and use volk for SIMD
acceleration. It might be the case that something in volk, for detecting
SIMD architecture or loading the processing kenel crashes for your CPU
and not mine. Its just a guess, but it might explain why certain blocks
are causing a crash for your setup.
I'm curious: If you instantiate (lets say xlating fir filter) in a empty
topology, do you see the crash immediately? Also, if you run
volk_profile.exe (from the command line) does it complete successfully?
I will try to test this or more machines like windows 8, and CPUs with
AVX support to try and replicate the problem. In the meantime, you can
probably work around this by shifting the baseband samples with a
complex multiply with CW tone, and using the safe "FIR Filter" block
used in the FM demo.
I know things are buggy right now and I appreciate the feedback and
testing. -josh