Segmentation fault in Tcl_Init()

Nellis, Kenneth Kenneth.Nellis@acs-inc.com
Wed Jan 18 19:24:00 GMT 2012


From: Pavel Kudrna 
> 
> Hi All,
> I have problem with tcl initialization, see example. Am I doing 
> something wrong?
> Thanks for help
> Pavel Kudrna
> 
<snip>

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



More information about the Cygwin mailing list