> I have a program which uses MLton.share and which on a certain input > segfaults. The input is pretty huge and takes about 10 minutes to run on a > 2 gig machine (and couldn't really run on any thing smaller). Any notion > of how to find the share bug? You can try the normal things: compile with -debug true which turns on some assertion checking recompile the runtime with DEBUG_SHARE=TRUE