java crashed with SIGABRT in ContiguousSpace::block_start_const()

Bug #754331 reported by Alex Bell
22
This bug affects 5 people
Affects Status Importance Assigned to Milestone
openjdk-6 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I was working with netbeans when it closed and error occured.
I don't know if this bugs are connected but when I edit my code in netbeans and then run it, some times netbeans stops to apply changes(when I run my program it runs without changes I've recently made like from some cache or something). When it happens no error mesage shown. It's VERY inconviniant and affecting my job VERY much.
On 10.04 with netbeans 6.8 this bug is absent.
I'll continue to test and report about 11.04 and hope this bugs will not be present after release.
Sorry for my poor English, I'm trying hard.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: openjdk-6-jre-headless 6b22-1.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Fri Apr 8 08:42:10 2011
ExecutablePath: /usr/lib/jvm/java-6-openjdk/jre/bin/java
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcCmdline: /usr/lib/jvm/java-6-openjdk/bin/java -Djdk.home=/usr/lib/jvm/java-6-openjdk -Djava.library.path=/usr/lib/jni -classpath /usr/share/java/log4j-1.2.jar:/usr/share/netbeans/6.9/platform/lib/boot.jar:/usr/share/netbeans/6.9/platform/lib/org-openide-modules.jar:/usr/share/netbeans/6.9/platform/lib/org-openide-util.jar:/usr/share/netbeans/6.9/platform/lib/org-openide-util-lookup.jar:/usr/share/netbeans/6.9/platform/lib/locale/boot_ja.jar:/usr/share/netbeans/6.9/platform/lib/locale/boot_pt_BR.jar:/usr/share/netbeans/6.9/platform/lib/locale/boot_zh_CN.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-modules_ja.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-modules_pt_BR.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-modules_zh_CN.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util_ja.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util-lookup_ja.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util_pt_BR.jar:/usr/share/netbeans/6.9/platform/lib/locale/org-openide-util_zh_CN.jar:/usr/lib/jvm/java-6-openjdk/lib/dt.jar:/usr/lib/jvm/java-6-openjdk/lib/tools.jar -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=/usr/share/netbeans/6.9/nb:/usr/share/netbeans/6.9/bin/../ergonomics:/usr/share/netbeans/6.9/ide:/usr/share/netbeans/6.9/java:/usr/share/netbeans/6.9/bin/../xml:/usr/share/netbeans/6.9/apisupport:/usr/share/netbeans/6.9/bin/../webcommon:/usr/share/netbeans/6.9/bin/../websvccommon:/usr/share/netbeans/6.9/bin/../enterprise:/usr/share/netbeans/6.9/bin/../mobility:/usr/share/netbeans/6.9/bin/../profiler:/usr/share/netbeans/6.9/bin/../ruby:/usr/share/netbeans/6.9/bin/../python:/usr/share/netbeans/6.9/bin/../php:/usr/share/netbeans/6.9/bin/../visualweb:/usr/share/netbeans/6.9/bin/../soa:/usr/share/netbeans/6.9/bin/../identity:/usr/share/netbeans/6.9/bin/../uml:/usr/share/netbeans/6.9/harness:/usr/share/netbeans/6.9/bin/../cnd:/usr/share/netbeans/6.9/bin/../dlight:/usr/share/netbeans/6.9/bin/../groovy:/usr/share/netbeans/6.9/bin/../extra:/usr/share/netbeans/6.9/bin/../javafx:/usr/share/netbeans/6.9/bin/../javacard: -Dnetbeans.home=/usr/share/netbeans/6.9/platform -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade -Xmx198m -client -Xss2m -Xms32m -XX:PermSize=32m -XX:MaxPermSize=200m -Dapple.laf.useScreenMenuBar=true -Dsun.java2d.noddraw=true -Dsun.java2d.pmoffscreen=false -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/username/.netbeans/6.9/var/log/heapdump.hprof org.netbeans.Main --userdir /home/username/.netbeans/6.9 --branding nb
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
Signal: 6
SourcePackage: openjdk-6
StacktraceTop:
 ContiguousSpace::block_start_const(void const*) const () from /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so
 Space::block_start(void const*) () from /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so
 GenerationBlockStartClosure::do_space(Space*) () from /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so
 DefNewGeneration::space_iterate(SpaceClosure*, bool) () from /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so
 Generation::block_start(void const*) const () from /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client/libjvm.so
Title: java crashed with SIGABRT in ContiguousSpace::block_start_const()
UpgradeStatus: Upgraded to natty on 2011-04-07 (0 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Alex Bell (ubuntu-upb) wrote :
Revision history for this message
Alex Bell (ubuntu-upb) wrote :

I thought that it's netbeans bug, but now I see, that it's something with java. I've built my program and started it without netbeans and got same bug - as I'm launching program without changes. But when I reload netbeans and start my program - everything is ok for a few times... and than we go again.... and I restart netbeans... and again... and so on.
No error messages occur...
The thing is not in my program.

Alex Bell (ubuntu-upb)
Changed in openjdk-6 (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.