Quote:
Originally Posted by esmandil
I don't think this is caused by missing $args (it could be related, though) -- on my machine ioFTPD crashes for a simple TCL script like this:
called with "site esmTest" when I have "esmTest = TCL ..\scripts\esmTest.itcl" in ioftpd.ini
On the other hand, an equally simple esmTest2.bat:
works just fine
When io crashes, the exact error message is:
FTPServerTools:
Good guess here It does indeed seem that both me and JoC experience the crash occuring in the same place... _panic_, does this tell you anything?
|
it does tell me that esmTest.itcl is a much easier way to recreate this problem!
this is very neat actually, since i should be able to add something like this to the regression framework, figure out what code is lurking at 0x0002c092 and zap what is likely a dangling pointer there.
thanks much, i'll get rolling on this!