From: SourceForge.net <no...@so...> - 2005-06-30 07:17:30
|
Bugs item #1230179, was opened at 2005-06-30 07:17 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1230179&group_id=130646 |