Subject: port-i386/27183: pthreads: sun-jre14 and sun-jre15 choke in __pthread_mutex_lock+0x18
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <abs@absd.org>
List: netbsd-bugs
Date: 10/07/2004 18:20:43
>Number: 27183
>Category: port-i386
>Synopsis: sun-jre14 and sun-jre15 choke in __pthread_mutex_lock+0x18
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: port-i386-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 07 17:21:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: David Brownlee
>Release: NetBSD 2.0_RC3
>Organization:
>Environment:
System: NetBSD forsaken 2.0_RC3 NetBSD 2.0_RC3 (_ACPI_) #0: Mon Oct 4 11:34:36 BST 2004 root@tll.i.purplei.com:/var/obj/i386/files/netbsd/2.0/sys/arch/i386/compile/_ACPI_ i386
Architecture: i386
Machine: i386
>Description:
Running pkgsrc/devel/eclipse on 2.0_RC3 under either sun-jre14 or
sun-jre15 causes it to fail in __pthread_mutex_lock
'setenv PTHREAD_DIAGASSERT A' does not appear to have an effect
>How-To-Repeat:
Install pkgsrc/devel/eclipse and setup java wrapper to point to
sun-jre14 or sun-jre15.
rm -rf ~/.metadata ~/.eclipse
Run eclipse and select File -> New -> Project. It usually fails at
this point, but sometimes you need to select 'Java project', enter
a name, and hit finish.
Log eclipse:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x48076D38
Function=__pthread_mutex_lock+0x18
Library=/lib/libpthread.so.0
Current Java thread:
at org.eclipse.swt.internal.motif.OS.XtSetValues(Native Method)
at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:854)
at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:1162)
at org.eclipse.jface.action.ActionContributionItem$2.propertyChange(ActionContributionItem.java:488)
at org.eclipse.ui.internal.commands.ws.CommandCallback$1.commandChanged(CommandCallback.java:91)
at org.eclipse.ui.internal.commands.Command.fireCommandChanged(Command.java:142)
at org.eclipse.ui.internal.commands.MutableCommandManager.notifyCommands(MutableCommandManager.java:389)
at org.eclipse.ui.internal.commands.MutableCommandManager.setActiveContextIds(MutableCommandManager.java:580)
at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.setActiveContextIds(WorkbenchCommandSupport.java:631)
at org.eclipse.ui.internal.Workbench$11.contextManagerChanged(Workbench.java:1812)
at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:44)
at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41)
at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:44)
at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:261)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:611)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:497)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.addEnabledSubmissions(WorkbenchContextSupport.java:367)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:447)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$000(WorkbenchContextSupport.java:56)
at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:207)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:838)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:730)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:752)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:735)
at org.eclipse.swt.widgets.Shell.XFocusChange(Shell.java:1538)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:907)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3478)
at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(Native Method)
- locked <0x508e8ab0> (a java.lang.Class)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2640)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:111)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$500(ActionContributionItem.java:47)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2938)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2642)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Dynamic libraries:
08048000-08056000 r-xp 00000000 00:00 94789
08056000-08058000 rw-p 0000d000 00:00 94789
08058000-0856c000 rw-p 00000000 00:00 0
48056000-4806a000 r-xp 00000000 00:00 178189
4806a000-4806b000 rw-p 00000000 00:00 0
4806b000-4806c000 r-xs 00000000 00:00 0
4806c000-4806d000 rw-p 00000000 00:00 0
4806d000-4806e000 r--s 00000000 00:00 69768
4806e000-4806f000 r--s 00000000 00:00 69264
4806f000-4807d000 r-xp 00000000 00:00 178220
4807d000-48085000 rw-p 0000d000 00:00 178220
48085000-48087000 r-xp 00000000 00:00 178200
48087000-48089000 rw-p 00001000 00:00 178200
48089000-481a4000 r-xp 00000000 00:00 178196
481a4000-481ab000 rw-p 0011a000 00:00 178196
481ab000-481af000 rw-p 00000000 00:00 0
481af000-485ab000 r-xp 00000000 00:00 94883
485ab000-485c6000 rw-p 003fb000 00:00 94883
485c6000-485d8000 rw-p 00000000 00:00 0
485d8000-485ea000 r-xp 00000000 00:00 178208
485ea000-485ec000 rw-p 00011000 00:00 178208
485ec000-485ee000 rw-p 00000000 00:00 0
485ee000-4860f000 r-xp 00000000 00:00 178202
4860f000-48610000 rw-p 00020000 00:00 178202
48610000-48618000 r-xp 00000000 00:00 94929
48618000-48619000 rw-p 00007000 00:00 94929
48619000-48624000 r-xp 00000000 00:00 178210
48624000-48625000 rw-p 0000a000 00:00 178210
48625000-48629000 rw-s 00000000 00:00 70223
48629000-48639000 r-xp 00000000 00:00 94914
48639000-4863b000 rw-p 0000f000 00:00 94914
4863b000-4865b000 r-xp 00000000 00:00 94898
4865b000-4865d000 rw-p 0001f000 00:00 94898
4865d000-48671000 r-xp 00000000 00:00 94927
48671000-48674000 rw-p 00013000 00:00 94927
48674000-49d5d000 r--s 00000000 00:00 71693
49d5d000-49da7000 rw-p 00000000 00:00 0
49da7000-49dbd000 r--s 00000000 00:00 71702
49dbd000-49e96000 r--s 00000000 00:00 71649
49e96000-49ea7000 r--s 00000000 00:00 71648
49ea7000-4a3f0000 r--s 00000000 00:00 71538
4a3f0000-4a400000 rwxp 00000000 00:00 0
4a400000-4a410000 rwxp 00000000 00:00 0
4a410000-4a420000 rwxp 00000000 00:00 0
4a420000-4a450000 rwxp 00000000 00:00 0
4a450000-4a468000 rwxp 00000000 00:00 0
4a468000-4a5b0000 rwxp 00000000 00:00 0
4a5b0000-4c3f0000 rwxp 00000000 00:00 0
4c3f0000-4c3f1000 rwxp 00000000 00:00 0
4c3f1000-4c3f7000 rwxp 00000000 00:00 0
4c3f7000-4c400000 rwxp 00000000 00:00 0
4c400000-4c470000 rwxp 00000000 00:00 0
4c470000-4c498000 rw-p 00000000 00:00 0
4c498000-4c49b000 r--s 00000000 00:00 94854
4c49b000-4c4a0000 r--s 00000000 00:00 97761
4c4a0000-4c4b0000 rwxp 00000000 00:00 0
4c4b0000-4c4c0000 rwxp 00000000 00:00 0
4c4c0000-4c4d0000 rwxp 00000000 00:00 0
4c4d0000-4c4e0000 rwxp 00000000 00:00 0
4c4e0000-4c4f0000 rwxp 00000000 00:00 0
4c4f0000-4c500000 rwxp 00000000 00:00 0
4c500000-4c510000 rwxp 00000000 00:00 0
4c510000-4c520000 rwxp 00000000 00:00 0
4c520000-4c530000 rwxp 00000000 00:00 0
4c530000-4c980000 rwxp 00000000 00:00 0
4c980000-4c990000 rwxp 00000000 00:00 0
4c990000-4c9a0000 rwxp 00000000 00:00 0
4c9a0000-4c9b0000 rwxp 00000000 00:00 0
4c9b0000-4c9c0000 rwxp 00000000 00:00 0
4c9c0000-4c9d0000 rwxp 00000000 00:00 0
4c9d0000-4c9e0000 rwxp 00000000 00:00 0
4c9e0000-4c9f0000 rwxp 00000000 00:00 0
4c9f0000-4ca00000 rwxp 00000000 00:00 0
4ca00000-4ca10000 rwxp 00000000 00:00 0
4ca10000-4ca20000 rwxp 00000000 00:00 0
4ca20000-4ca30000 rwxp 00000000 00:00 0
4ca30000-4ca40000 rwxp 00000000 00:00 0
4ca40000-4ca50000 rwxp 00000000 00:00 0
4ca50000-4ca60000 rwxp 00000000 00:00 0
4ca60000-4ca70000 rwxp 00000000 00:00 0
4ca70000-4ca80000 rwxp 00000000 00:00 0
4ca80000-4ca90000 rwxp 00000000 00:00 0
4ca90000-4caa0000 rwxp 00000000 00:00 0
4caa0000-4cab0000 rwxp 00000000 00:00 0
4cab0000-4cac0000 rwxp 00000000 00:00 0
4cac0000-4cad0000 rwxp 00000000 00:00 0
4cad0000-4cb00000 rwxp 00000000 00:00 0
4cb00000-4d154000 rwxp 00000000 00:00 0
4d154000-504a0000 rwxp 00000000 00:00 0
504a0000-504b0000 rwxp 00000000 00:00 0
504b0000-504c0000 rwxp 00000000 00:00 0
504c0000-504d0000 rwxp 00000000 00:00 0
504d0000-504e0000 rwxp 00000000 00:00 0
504e0000-504f0000 rwxp 00000000 00:00 0
504f0000-50500000 rwxp 00000000 00:00 0
50500000-50510000 rwxp 00000000 00:00 0
50510000-50520000 rwxp 00000000 00:00 0
50520000-50530000 rwxp 00000000 00:00 0
50530000-50540000 rwxp 00000000 00:00 0
50540000-50550000 rwxp 00000000 00:00 0
50550000-50560000 rwxp 00000000 00:00 0
50560000-50570000 rwxp 00000000 00:00 0
50570000-50580000 rwxp 00000000 00:00 0
50580000-50590000 rwxp 00000000 00:00 0
50590000-505a0000 rwxp 00000000 00:00 0
505a0000-505b0000 rwxp 00000000 00:00 0
505b0000-505c0000 rwxp 00000000 00:00 0
505c0000-505d0000 rwxp 00000000 00:00 0
505d0000-505e0000 rwxp 00000000 00:00 0
505e0000-505f0000 rwxp 00000000 00:00 0
505f0000-50600000 rwxp 00000000 00:00 0
50600000-50610000 rwxp 00000000 00:00 0
50610000-50620000 rwxp 00000000 00:00 0
50620000-50630000 rwxp 00000000 00:00 0
50630000-50640000 rwxp 00000000 00:00 0
50640000-50650000 rwxp 00000000 00:00 0
50650000-50660000 rwxp 00000000 00:00 0
50660000-50670000 rwxp 00000000 00:00 0
50670000-50680000 rwxp 00000000 00:00 0
50680000-50690000 rwxp 00000000 00:00 0
50690000-506a0000 rwxp 00000000 00:00 0
506a0000-506b0000 rwxp 00000000 00:00 0
506b0000-506c0000 rwxp 00000000 00:00 0
506c0000-506d0000 rwxp 00000000 00:00 0
506d0000-506e0000 rwxp 00000000 00:00 0
506e0000-506f0000 rwxp 00000000 00:00 0
506f0000-50700000 rwxp 00000000 00:00 0
50700000-50710000 rwxp 00000000 00:00 0
50710000-50720000 rwxp 00000000 00:00 0
50720000-50730000 rwxp 00000000 00:00 0
50730000-50740000 rwxp 00000000 00:00 0
50740000-50750000 rwxp 00000000 00:00 0
50750000-50760000 rwxp 00000000 00:00 0
50760000-50770000 rwxp 00000000 00:00 0
50770000-50780000 rwxp 00000000 00:00 0
50780000-50790000 rwxp 00000000 00:00 0
50790000-507a0000 rwxp 00000000 00:00 0
507a0000-507b0000 rwxp 00000000 00:00 0
507b0000-507c0000 rwxp 00000000 00:00 0
507c0000-507d0000 rwxp 00000000 00:00 0
507d0000-507e0000 rwxp 00000000 00:00 0
507e0000-507f0000 rwxp 00000000 00:00 0
507f0000-50800000 rwxp 00000000 00:00 0
50800000-50810000 rwxp 00000000 00:00 0
50810000-50820000 rwxp 00000000 00:00 0
50820000-50830000 rwxp 00000000 00:00 0
50830000-50840000 rwxp 00000000 00:00 0
50840000-50850000 rwxp 00000000 00:00 0
50850000-50860000 rwxp 00000000 00:00 0
50860000-50870000 rwxp 00000000 00:00 0
50870000-50880000 rwxp 00000000 00:00 0
50880000-50890000 rwxp 00000000 00:00 0
50890000-508e0000 rwxp 00000000 00:00 0
508e0000-510a0000 rwxp 00000000 00:00 0
510a0000-544a0000 rwxp 00000000 00:00 0
544a0000-544a2000 rwxp 00000000 00:00 0
544a2000-544a7000 rwxp 00000000 00:00 0
544a7000-544b0000 rwxp 00000000 00:00 0
544b0000-544c2000 rwxp 00000000 00:00 0
544c2000-544c6000 rwxp 00000000 00:00 0
544c6000-544e0000 rwxp 00000000 00:00 0
544e0000-544e1000 rwxp 00000000 00:00 0
544e1000-544e5000 rwxp 00000000 00:00 0
544e5000-544ff000 rwxp 00000000 00:00 0
544ff000-54502000 rwxp 00000000 00:00 0
54502000-54506000 rwxp 00000000 00:00 0
54506000-54520000 rwxp 00000000 00:00 0
54520000-5454b000 r--p 00000000 00:00 178517
5454b000-54606000 r--s 00000000 00:00 94856
54606000-54613000 r--s 00000000 00:00 94855
54613000-5462f000 r--s 00000000 00:00 94857
5462f000-54667000 r--s 00000000 00:00 64616
54667000-5466f000 r--s 00000000 00:00 64615
5466f000-5467b000 r--s 00000000 00:00 64620
5467b000-54691000 r--s 00000000 00:00 64621
54691000-546a7000 r--s 00000000 00:00 64617
546a7000-546c6000 r--s 00000000 00:00 64619
546c6000-546d6000 r-xp 00000000 00:00 94909
546d6000-546d7000 rw-p 0000f000 00:00 94909
546d7000-546d8000 r--s 00000000 00:00 69991
546d8000-546d9000 r--s 00000000 00:00 69178
546d9000-546da000 r--p 00000000 00:00 0
546da000-54731000 r--s 00000000 00:00 67061
54731000-54787000 rw-p 00000000 00:00 0
54787000-5478d000 r-xp 00000000 00:00 94912
5478d000-5478e000 rw-p 00005000 00:00 94912
5478e000-547a2000 r--s 00000000 00:00 70022
547a2000-548ef000 r--s 00000000 00:00 69720
548ef000-54904000 r--s 00000000 00:00 67051
54904000-54b35000 r--s 00000000 00:00 69787
54b35000-54bb2000 r--s 00000000 00:00 64571
54bb2000-54bc5000 r--s 00000000 00:00 69265
54bc5000-54cbf000 r--s 00000000 00:00 69266
54cbf000-54d05000 r-xp 00000000 00:00 69259
54d05000-54d08000 rw-p 00046000 00:00 69259
54d08000-54e80000 r-xp 00000000 00:00 66825
54e80000-54e8c000 r-xp 00178000 00:00 66825
54e8c000-54e9f000 rw-p 00183000 00:00 66825
54e9f000-54ea0000 rw-p 00000000 00:00 0
54ea0000-54f7d000 r-xp 00000000 00:00 50669
54f7d000-54f83000 rw-p 000dc000 00:00 50669
54f83000-54f90000 r-xp 00000000 00:00 50673
54f90000-54f91000 rw-p 0000c000 00:00 50673
54f91000-54fda000 r-xp 00000000 00:00 50682
54fda000-54fde000 rw-p 00048000 00:00 50682
54fde000-54fdf000 rw-p 00000000 00:00 0
54fdf000-54fe6000 r-xp 00000000 00:00 50679
54fe6000-54fe7000 rw-p 00006000 00:00 50679
54fe7000-54feb000 r-xp 00000000 00:00 50683
54feb000-54fed000 rw-p 00003000 00:00 50683
54fed000-54ff5000 r-xp 00000000 00:00 50668
54ff5000-54ff7000 rw-p 00007000 00:00 50668
54ff7000-5500c000 r-xp 00000000 00:00 50667
5500c000-5500e000 rw-p 00014000 00:00 50667
5500e000-5500f000 rw-p 00000000 00:00 0
5500f000-55015000 r--s 00000000 00:00 70042
55017000-55019000 r-xp 00000000 00:00 178434
55019000-5501a000 rw-p 00001000 00:00 178434
5501a000-550b7000 r--s 00000000 00:00 67046
550b7000-550c7000 r--s 00000000 00:00 68727
550c7000-550d5000 r--s 00000000 00:00 69765
550d5000-550ef000 r--s 00000000 00:00 69590
550ef000-551cf000 r--s 00000000 00:00 67077
551cf000-55206000 r--s 00000000 00:00 67071
55206000-55212000 r--s 00000000 00:00 67025
55212000-5523b000 r--s 00000000 00:00 69746
5523b000-55262000 r--s 00000000 00:00 69609
55262000-5526e000 rw-p 00000000 00:00 0
bc17f000-bc180000 ---p 00000000 00:00 0
bc180000-bc184000 rwxp 00000000 00:00 0
bc184000-bc18e000 rwxp 00000000 00:00 0
bc18e000-bc191000 ---p 00000000 00:00 0
bc191000-bc200000 rwxp 00000000 00:00 0
bc37f000-bc380000 ---p 00000000 00:00 0
bc380000-bc384000 rwxp 00000000 00:00 0
bc384000-bc38e000 rwxp 00000000 00:00 0
bc38e000-bc391000 ---p 00000000 00:00 0
bc391000-bc400000 rwxp 00000000 00:00 0
bc57f000-bc580000 ---p 00000000 00:00 0
bc580000-bc584000 rwxp 00000000 00:00 0
bc584000-bc58e000 rwxp 00000000 00:00 0
bc58e000-bc591000 ---p 00000000 00:00 0
bc591000-bc600000 rwxp 00000000 00:00 0
bc77f000-bc780000 ---p 00000000 00:00 0
bc780000-bc784000 rwxp 00000000 00:00 0
bc784000-bc78e000 rwxp 00000000 00:00 0
bc78e000-bc791000 ---p 00000000 00:00 0
bc791000-bc800000 rwxp 00000000 00:00 0
bc97f000-bc980000 ---p 00000000 00:00 0
bc980000-bc984000 rwxp 00000000 00:00 0
bc984000-bc98e000 rwxp 00000000 00:00 0
bc98e000-bc991000 ---p 00000000 00:00 0
bc991000-bca00000 rwxp 00000000 00:00 0
bcb7f000-bcb80000 ---p 00000000 00:00 0
bcb80000-bcb84000 rwxp 00000000 00:00 0
bcb84000-bcb8e000 rwxp 00000000 00:00 0
bcb8e000-bcb91000 ---p 00000000 00:00 0
bcb91000-bcc00000 rwxp 00000000 00:00 0
bcd7f000-bcd80000 ---p 00000000 00:00 0
bcd80000-bcd84000 rwxp 00000000 00:00 0
bcd84000-bcd8e000 rwxp 00000000 00:00 0
bcd8e000-bcd91000 ---p 00000000 00:00 0
bcd91000-bce00000 rwxp 00000000 00:00 0
bcf7f000-bcf80000 ---p 00000000 00:00 0
bcf80000-bcf84000 rwxp 00000000 00:00 0
bcf84000-bcf8e000 rwxp 00000000 00:00 0
bcf8e000-bd000000 rwxp 00000000 00:00 0
bd17f000-bd180000 ---p 00000000 00:00 0
bd180000-bd18e000 rwxp 00000000 00:00 0
bd18e000-bd191000 ---p 00000000 00:00 0
bd191000-bd200000 rwxp 00000000 00:00 0
bd37f000-bd380000 ---p 00000000 00:00 0
bd380000-bd384000 rwxp 00000000 00:00 0
bd384000-bd38e000 rwxp 00000000 00:00 0
bd38e000-bd391000 ---p 00000000 00:00 0
bd391000-bd400000 rwxp 00000000 00:00 0
bd57f000-bd580000 ---p 00000000 00:00 0
bd580000-bd584000 rwxp 00000000 00:00 0
bd584000-bd58e000 rwxp 00000000 00:00 0
bd58e000-bd600000 rwxp 00000000 00:00 0
bd77f000-bd780000 ---p 00000000 00:00 0
bd780000-bd784000 rwxp 00000000 00:00 0
bd784000-bd78e000 rwxp 00000000 00:00 0
bd78e000-bd791000 ---p 00000000 00:00 0
bd791000-bd800000 rwxp 00000000 00:00 0
bd97f000-bd980000 ---p 00000000 00:00 0
bd980000-bd984000 rwxp 00000000 00:00 0
bd984000-bd98e000 rwxp 00000000 00:00 0
bd98e000-bd991000 ---p 00000000 00:00 0
bd991000-bda00000 rwxp 00000000 00:00 0
bdb7f000-bdb80000 ---p 00000000 00:00 0
bdb80000-bdc00000 rwxp 00000000 00:00 0
bdc00000-bfa01000 ---p 00000000 00:00 0
bfa01000-bfa05000 rw-p 00000000 00:00 0
bfa05000-bfa0f000 rwxp 00000000 00:00 0
bfa0f000-bfa12000 ---p 00000000 00:00 0
bfa12000-bfbe0000 rw-p 00000000 00:00 0
bfbe0000-bfbf0000 rw-p 00000000 00:00 0
bfbf0000-bfc00000 rw-p 00000000 00:00 0
Heap at VM Abort:
Heap
def new generation total 640K, used 360K [0x4c4a0000, 0x4c550000, 0x4c980000)
eden space 576K, 59% used [0x4c4a0000, 0x4c4f55c0, 0x4c530000)
from space 64K, 29% used [0x4c530000, 0x4c534cc8, 0x4c540000)
to space 64K, 0% used [0x4c540000, 0x4c540000, 0x4c550000)
tenured generation total 8016K, used 6201K [0x4c980000, 0x4d154000, 0x504a0000)
the space 8016K, 77% used [0x4c980000, 0x4cf8e440, 0x4cf8e600, 0x4d154000)
compacting perm gen total 12288K, used 12194K [0x504a0000, 0x510a0000, 0x544a0000)
the space 12288K, 99% used [0x504a0000, 0x51088b68, 0x51088c00, 0x510a0000)
Local Time = Thu Oct 7 18:19:29 2004
Elapsed Time = 9
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: