Re: heap space and performance

2000-01-06 Thread richard johnson
s. What combination of lib, tool, jdk and os versions would you recommend? Thanks in advance, Richard Johnson ** A more detailed account of my problem: I am trying to debug a dynamic native library I have ported fr

Re: trouble setting breakpoints in my jni code with ddd/gdb

2000-01-04 Thread richard johnson
On Mon, 03 Jan 2000, you wrote: > richard johnson wrote: > > > > Program received signal ?, Unknown signal. > > 0x4012eb6e in __sigsuspend (set=0xb2a8) at >../sysdeps/unix/sysv/linux/sigsuspend.c:48 > > 48 ../sysdeps/unix/sysv/linux/sigsuspend.c: No such f

Re: trouble setting breakpoints in my jni code with ddd/gdb

2000-01-03 Thread richard johnson
On Thu, 30 Dec 1999, Nathan Meyers wrote: > richard johnson wrote: > > > > Hello, > > > > I am in the process of porting a JNI dynamic library to > > Unix that was developed on wiindows. I have made > > some errors and would like to debug but am hav

trouble setting breakpoints in my jni code with ddd/gdb

1999-12-30 Thread richard johnson
Hello, I am in the process of porting a JNI dynamic library to Unix that was developed on wiindows. I have made some errors and would like to debug but am having some troubles using ddd and gdb. The following snippets are from the stderr stream when I run without the debugger and just crash.