[tcljava-user] Assertion failed: tsdPtr->initialized
Brought to you by:
mdejong
From: Chongkai J. <cho...@gm...> - 2008-03-20 14:23:25
|
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. Thanks. |