OK. If it's not VDEV_SUPPORT, than it's elsewhere... We can either go back in hg and see which revision is fine (Does r445 crash?), or try the debug symbols again.
I'm sorry, but the procedure to make debug versions is a bit more complicated than I though:
A. Use "CC=cc -g" configure
B. Edit Makefile.osscore and add "DEBUG_FLAGS=-g"
C. Edit Makefile.tmpl and add "DEBUG_FLAGS=-g"
D. Change install.sh to copy "*.ko*" instead of "*.ko", and make sure the previous .ko files don't exist/are erased (the suffix will be .ko.debug now).
E. Now kgdb should work (thotypous managed to do it this way).
