From: SourceForge.net <no...@so...> - 2005-06-30 07:58:06
|
Bugs item #1230179, was opened at 2005-06-30 09:17 Message generated for change (Comment added) made by vasiljevic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1230179&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: C-API Group: Current >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Bernd Eidenschink (eide) Assigned to: Nobody/Anonymous (nobody) Summary: ns_startcontent crashes server when called in command mode Initial Comment: When starting NaviServer with "-c" and running this script: foreach command [info commands ns_*] { puts "dumb eval of $command..." if {$command ne "ns_shutdown"} { catch { eval $command } err } } it creates a memory access error when running ns_startcontent. This is not the case when placing ns_startcontent e.g. in an ADP file. Tested against current HEAD, server compiled against TCL HEAD on SuSE 9.2. ---------------------------------------------------------------------- >Comment By: Zoran Vasiljevic (vasiljevic) Date: 2005-06-30 09:57 Message: Logged In: YES user_id=95086 Fixed in head. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1230179&group_id=130646 |