Charles Heizer wrote: > I take that back I did find this in the cfserver.log file > > Unexpected Signal : 11 occurred at PC=0x3FBC9700 >
As I mentioned earlier, the code worked for me on CFMX7/RHEL30 base. I'd recommend that you confirm the timestamp of the signal 11. Do a live tail on the log to make sure that the error is generated when you run the code. Just trying to rule out red herrings. It would be best to make sure on one else is running any code, too. You could also break the code into two parts, one part does CFFILE operations, the other does CFFTP operations. Can you confirm which part might be related to the SIGNAL 11 ? Finally, try running strace to see what's going on. Start ColdFusion with the strace command in front of it then pipe to file: bash# strace ./coldfusion start > myCFMXstrace.log ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200079 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

