Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Sep 2006 23:08:42 +0900 (JST)
From:      Yamada Ken Takeshi <ken@tydfam.jp>
To:        freebsd-java@freebsd.org
Subject:   diablo-jdk1.5.0 core dumps w/ -current
Message-ID:  <20060901.230842.74753654.ken@tydfam.jp>

next in thread | raw e-mail | index | archive | help
  Hi,
  Recent -current, ca. a week or so causes a crash like below.
Is it unique to me? or commonly noticed?

(gdb) run -version
Starting program: /usr/local/diablo-jdk1.5.0/bin/java -version
(no debugging symbols found)...(no debugging symbols found)...warning: Unable to get location for thread creation breakpoint: generic error
[New LWP 100306]
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 100306]
0x480bb4a6 in pthread_setcancelstate () from /lib/libpthread.so.2
(gdb) where
#0  0x480bb4a6 in pthread_setcancelstate () from /lib/libpthread.so.2
#1  0x480ac710 in pthread_create () from /lib/libpthread.so.2
#2  0x480b82de in pthread_join () from /lib/libpthread.so.2
#3  0x480bc1e2 in pthread_testcancel () from /lib/libpthread.so.2
#4  0x480bd971 in __error () from /lib/libpthread.so.2
#5  0x480a3c19 in ?? () from /lib/libpthread.so.2
#6  0xbfbfe898 in ?? ()
#7  0x48078118 in ?? () from /libexec/ld-elf.so.1
#8  0xbfbfe848 in ?? ()
#9  0x480580d5 in _rtld_error () from /libexec/ld-elf.so.1
#10 0x4805ba9f in _rtld () from /libexec/ld-elf.so.1
#11 0x480578f2 in .rtld_start () from /libexec/ld-elf.so.1
(gdb)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060901.230842.74753654.ken>