X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.4 required=5.0 tests=AWL,BAYES_20,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Segmentation fault in Tcl_Init() Date: Wed, 18 Jan 2012 13:24:18 -0600 Message-ID: <2BF01EB27B56CC478AD6E5A0A28931F203DD33BC@A1DAL1SWPES19MB.ams.acs-inc.net> In-Reply-To: <4F16F0E1.1000903@mff.cuni.cz> References: <4F16F0E1 DOT 1000903 AT mff DOT cuni DOT cz> From: "Nellis, Kenneth" To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0IJOgA3013418 From: Pavel Kudrna > > Hi All, > I have problem with tcl initialization, see example. Am I doing > something wrong? > Thanks for help > Pavel Kudrna > Change: if (Tcl_Init(0) == TCL_ERROR) To: if (Tcl_Init(interp) == TCL_ERROR) Still, it shouldn't seg fault. --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple