This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: documentation for boehm-gc tuning/profiling?
Jeff Sturm <jsturm@one-point.com> writes:
> On 22 Dec 2001, Adam Megacz wrote:
> > So things are going pretty well with my win32 port of xwt, except that
> > allocating new objects seems to be incredibly time-consuming -- up to
> > (I'm guessing) around 200ms just to concatenate two strings. It seems
> > to take longer the larger the heap is.
> That's odd. Build libgcjgc without -DSILENT to see what is happening.
It segfaults with the ever-helpful "program terminated abnormally" and
no stack.
Is there any other way to get this information?
- a
$ gdb --nw xwt/dist/xwt-win32.exe
GNU gdb 5.0 (20010428-1)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run run src3 spread
Starting program: /cygdrive/z/valency/xwt/dist/xwt-win32.exe run src3 spread
abnormal program termination
Program exited with code 03.
(gdb) bt
No stack.
(gdb)