Tue May 8 03:45:51 PDT 2007 Simon Marlow <simonmar at microsoft.com>
* FIX: #1227 (biographical profiling broken)
We were freeing the hash table storage with exitHashTable() before
calling endProfiling(), which uses hash tables.
M ./rts/RtsStartup.c -3 +3