Re: [tcljava-user] Assertion failed: tsdPtr->initialized
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2008-03-20 17:49:54
|
Chongkai Jiang wrote: > Hi there, > > I'm trying to incorporate snmp4j into tcl by tcl blend. I wrote a Java > class and used Tcl blend commands to access it in Tcl, but I got the > following failures, > > Assertion failed: tsdPtr->initialized, file > c:/TclBlendSrc/tcljava/src/native/javaCmd.c, line 359 > > This application has requested the Runtime to terminate it in an > unusual way. > Please contact the application's support team for more information. > > Anyone could tell me what could have gone wrong? Is it possibly > related to thread safety? snmp4j sends a request and waits for > response, but I'm not sure if it does that in another thread. It means that TclBlend was not initialized properly, but that should not happen. What exactly did you do? How did you start the application? Did you build from source, if so does running 'make test' work after a build? Can you run a simple Tcl Blend example on your system? Mo |