View Single Post
Old 11-24-2005, 08:26 AM  
esmandil
Senior Member
 
Join Date: Oct 2004
Posts: 107
Default

Quote:
Originally Posted by Tuff:

as ive posted in the 5.8.6r bug thread, $args is being lost (on certain DELE file.txt) this could also be happening with other scripts/events

be nice if the scripters here took the time to debug and see if thats the case
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:
Quote:
The exception Illegal Instruction
An attempt was made to execute an illegal instruction.
(0xc000001d) occurred in the application at location 0x0042c092
FTPServerTools:
Quote:
Now it would be good if you guys noted down the error address and see if they are the same. This way it is a lot eaier to track the bug.
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?
esmandil is offline   Reply With Quote