[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-12-15 Thread Scott Redman
Solaris 2.5.1 and running > on 2.5.1 or 2.6 nor with Tcl8.0 built on Solaris 2.5.1. > > It only occurs with Tcl8.0.5 and Solaris 2.6. > > I appreciate any help > thanks > Suvarna > > >From: Moses DeJong <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > &g

[Tcl Java] tclblend -segmentation fault

1999-12-15 Thread Suvarna Ayyagari
2.5.1 or 2.6 nor with Tcl8.0 built on Solaris 2.5.1. It only occurs with Tcl8.0.5 and Solaris 2.6. I appreciate any help thanks Suvarna >From: Moses DeJong <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault >Date: Wed, 24

[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-24 Thread Moses DeJong
This is crashing inside the JVM, so this is going to be a little tricky to debug. > (gdb) bt > #0 0x0 in ?? () > #1 0xefb4b070 in _resetsig () > #2 0xefb4a934 in _sigon () > #3 0xefb4620c in _ti_cond_timedwait () > #4 0xefa17f9c in condvarTimedWait () > #5 0xefa15ddc in sysMonitorWait () >

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-24 Thread Suvarna Ayyagari
[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault >Date: Tue, 23 Nov 1999 18:37:32 -0600 (CST) > >On Tue, 23 Nov 1999, Suvarna Ayyagari wrote: > > > I do the following operations in jtclsh. The phonetest is one of o

[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-23 Thread Moses DeJong
On Tue, 23 Nov 1999, Suvarna Ayyagari wrote: > I do the following operations in jtclsh. The phonetest is one of our > applications which we have written. > > > set res [java::new phonetest.ResManager] This is really just a style issue, but you can use String instead of java.lang.String. That

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-23 Thread Suvarna Ayyagari
_method_vararg () #12 0xef9eda90 in execute_java_dynamic_method () #13 0xefa09f1c in ThreadRT0 () #14 0xefa164dc in _start () I appreciate any help.thanks Suvarna >From: Moses DeJong <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault >

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Suvarna Ayyagari
TECTED]> >To: [EMAIL PROTECTED] >Subject: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault >Date: Mon, 22 Nov 1999 10:13:55 -0600 (CST) > >On Mon, 22 Nov 1999, Suvarna Ayyagari wrote: > > > > > Hi, > >Humm, Solaris 2.6 is the 64 bit version of the OS right

[Tcl Java] Re: [Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Scott Redman
Solaris 2.6 is not 64bit, that's Solaris 7 (only on UltraSPARC machines). I've been able to get TclBlend 1.2.5 to work on Solaris 2.5.1, 2.6, and 2.7 with JDK 1.1.8 and 1.2.2. There are several patches to install on Solaris 2.6 for JDK 1.2.2, but I don't think that's the case for 1.1.8, but you

[Tcl Java] Re: [Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Moses DeJong
On Mon, 22 Nov 1999, Suvarna Ayyagari wrote: > > Hi, Humm, Solaris 2.6 is the 64 bit version of the OS right? I have yet to run Tcl Blend on a 64 bit OS. > I have installed tclblend1.2.5. the installation went fine. I built it on > Solaris 2.6 with JDK 1.1.8 with native threads and Tcl8.0.5.

[Tcl Java] tclblend -segmentation fault

1999-11-22 Thread Suvarna Ayyagari
Hi, I have installed tclblend1.2.5. the installation went fine. I built it on Solaris 2.6 with JDK 1.1.8 with native threads and Tcl8.0.5. I used it from this area and I had no problems using it anytime. I now wanted to install it in our prod area. the installation went fine. But when I use