Well, for the past day or so I've had an irc clone using sockets to connect to the server. Its been going fine, and eching to a dialog, and I can send data or a message, track nicklists, kicks, etc (i now have a much better respect for khaled's ability to deal with all these values).

But anywas, I just was about to do the normal send text to channel event i have done in the past, and mirc crashed. I'm not sure why yet, but Im looking into it, to see if i can duplicate it with a series of definate steps.

Here is what the windows XP even viewer returns:

The crash:
Faulting application mirc.exe, version 6.0.3.0, faulting module ntdll.dll, version 5.1.2600.114, fault address 0x0003cefb.

And the DrWatson follow up:
The application, C:\ktscript\mirc.exe, generated an application error The error occurred on 06/10/2003 @ 04:34:05.246 The exception generated was c0000005 at address 77F8CEFB (ntdll!RtlReAllocateHeap)

The heap sounds more like a hash table tho, but anyways--anyone else ever have a bogus crash such as this?