[Bug 1632] New: bootstrap javac deadlock
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Dec 29 00:34:21 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1632
Bug ID: 1632
Summary: bootstrap javac deadlock
Classification: Unclassified
Product: IcedTea
Version: 2.4.3
Hardware: x86_64
OS: Linux
Status: NEW
Severity: major
Priority: P3
Component: Bootstrapping
Assignee: gnu.andrew at redhat.com
Reporter: wbx at openadk.org
CC: unassigned at icedtea.classpath.org
Created attachment 994
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=994&action=edit
strace log
Hi,
I am successfully cross compiling openjdk with icedtea 2.3.12.
Now I would like to upgrade to icedtea 2.4.3, but the created bootstrap
jdk does not work.
A simple java/javac -version just hangs, last lines in strace:
[pid 19682] gettid() = 19682
[pid 19682] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 19682] rt_sigprocmask(SIG_UNBLOCK, [HUP INT ILL BUS FPE SEGV USR2 TERM],
NULL, 8) = 0
[pid 19682] rt_sigprocmask(SIG_BLOCK, [QUIT], NULL, 8) = 0
[pid 19682] mmap(0x7f5b88fd3000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f5b88fd3000
[pid 19682] mprotect(0x7f5b88fd3000, 12288, PROT_NONE) = 0
[pid 19682] gettimeofday({1388256698, 321378}, NULL) = 0
[pid 19682] futex(0x1c9eb54, FUTEX_WAIT_PRIVATE, 1, NULL
The build system is a Debian/wheezy linux server. I am using gcc/gcj 4.7.3
and ecj 3.9.0.
What could be the reason for this deadlock?
Thanks in advance for any suggestion.
best regards
Waldemar
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131229/9f2c7961/attachment.html
More information about the distro-pkg-dev
mailing list