View Single Post
Old 11-24-2005, 09:54 AM  
_panic_
Senior Member
 
Join Date: Jul 2005
Posts: 153
Default

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:
PHP Code:
iputs "abcd" 
called with "site esmTest" when I have "esmTest = TCL ..\scripts\esmTest.itcl" in ioftpd.ini

On the other hand, an equally simple esmTest2.bat:
PHP Code:
@echo "abcd" 
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!
_panic_ is offline   Reply With Quote