This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Segmentation fault in Tcl_Init()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]