When crashing and generating a .dmp file, POL.log will list a line somewhat like
Code:
Last Script: scripts/misc/myscript.ecl PC:50
this is the start. It tells you what script it is. Then you go to that path and look for myscript.lst (if you dont have this, you should go to ecompile.cfg and set GenerateListing 1 then recompile).
Next, open myscript.lst in a text editor and look for a line that begins with
Code:
50:
include with your post about 10 lines before to 10 lines after that so somewhere between 40: and 60: should go in your post.