1. Install on your FMS system Microsoft Debugging Tools for Windows.
Found here at time of writing http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
2. Within that you'll find an application called ADPlus.
3. Run adplus.vbs from the command line with options similar to this
'adplus -c ####'
where #### is the PID number of the process that you want to watch. You can find the core process that you expect to crash from the Windows Task Manager or from FMS' Master.00.log - it's listed when it starts the core process
4. Wait for that process to crash
5. Within the same directory as ADPlus will be a folder listing something like 'CrashDump on so and so day and time from process so and so'
6. In this folder are several items, the most important to you being a dmp file.
NOTE: The DMP file is named for the kind of failure that produced it. For instance an AccessViolation crash would have AccessViolation in the long name of the DMP file. If the file says PROCESS_SHUTDOWN or anything similar to that in it - you DID NOT crash, but merely the process was shutdown properly.
ADPlus isn't smart enough to know the difference, but you can be. So always examine this file by name before thinking you have a crash on your hands.
7. Open WinDbg, also installed with Debugging Tools for Windows
8. Under the file menu choose ImageFilePath. . .
9. Here insert the path to your FMS install
10. Close WinDBG and choose Yes to save the information for your workspace
11. Reopen WinDbg and this time drag and drop, or load via open the DMP file you generated via AdPlus
12. This will start a command window that will tell you that you don't have symbols or sources for a lot of files, and you shouldn't.
13. Go to the View menu
14. Select Call Stack
15. This will take a moment to load, but once you do it will have the call stack for the offending thread that produced your crash.
Several lines may not be mapped but there should be a useful stack that crashed located in there.
16. If this doesn't work you can send the entire DMP to your local FMS engineer, but it may be very large and getting a stack trace can be much faster and equally helpful.

I don't understand this attitude, worst they continue with next FMS 3.0 !
Maybe lot of administrator will prefer to choose RED 5 when it will work in production environment.
We have added this but we do not know how to use the information gathered with it. Here is what we get:
01 03d5fdb4 0a902765 0fbf7bb0 0056f3b6 00000009 0xfb00038
02 03d5fdbc 0056f3b6 00000009 00c19ac0 00412d5d SHSMP!MemFreePtr+0x65 (FPO: [Uses EBP] [1,0,3])
03 03d5fdc8 00412d5d 00000000 00000000 0e075aec FMSCore!operator++0x1a386
04 03d5fde0 0056f3b6 00000009 00150000 00000000 FMSCore+0x12d5d
05 03d5fe40 00558872 007f96f8 00c1e64c 00e30038 FMSCore!operator++0x1a386
06 03d5fe50 00553dc1 007f96f8 00554cf8 007f96f8 FMSCore!operator++0x3842
07 03d5fe58 00554cf8 007f96f8 02070010 ffffffff FMSCore!operator<+0x7b1
08 03d5fea8 005db4bd 00000020 0fa159c4 0fa159cc FMSCore!operator>=+0x198
09 03d5fed4 0a90b7ba 0fa157a4 07477b64 0fa1579c FMSCore!operator++0x8648d
0a 03d5fefc 0055d1d8 00ce0ce0 03d5ff40 007c8a61 SHSMP!shi_free+0xa (FPO: [1,0,0])
0b 03d5ff08 007c8a61 ffffffff 0055b0ce 00ce0cb8 FMSCore!operator++0x81a8
0c 03d5ff48 0055dc07 00ce0cb8 00000000 00c91158 FMSCore!operator++0x273a31
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\system32\kernel32.dll -
0d 03d5ffb8 77e66063 00c91158 00000000 00000000 FMSCore!operator++0x8bd7
0e 03d5ffdc 77e6b798 77e66070 00000000 00000000 kernel32!GetModuleFileNameA+0xeb
0f 03d5ffe0 77e66070 00000000 00000000 00000000 kernel32!SwitchToFiber+0x1c4
10 03d5ffe4 00000000 00000000 00000000 00563730 kernel32!GetModuleFileNameA+0xf8
And also another kind:
00 03e5f708 63002ab9 027c3a68 1329aa80 0e246fb0 0x0
01 03e5f724 005e37e5 027c3a68 1329aa80 0e9400fc js32!JS_SetProperty+0x49
02 03e5f9ac 77e68ce4 147fce78 147fce90 147fcea0 FMSCore!operator++0x8e7b5
03 00000000 00000000 00000000 00000000 00000000 kernel32!VirtualFreeEx+0x2d
Someone please help :(