← Back to team overview

openjdk team mailing list archive

[Bug 533295] Re: OpenJDK crashes using Eclipse in Lucid

 

calling eclpse with strace gives me the following output when crashing :

[{WIFSIGNALED(s) && WTERMSIG(s) == SIGTRAP && WCOREDUMP(s)}], 0, NULL) = 25825
--- SIGCHLD (Child exited) @ 0 (0) ---
shmat(6455314, 0, 0)                    = ?
shmdt(0x7f3d47a1e000)                   = 0
shmctl(6455314, IPC_RMID, 0)            = 0
munmap(0x7f3d470c4000, 1109736)         = 0
exit_group(1)                           = ?


No idea what it means...

-- 
OpenJDK crashes using Eclipse in Lucid
https://bugs.launchpad.net/bugs/533295
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: New

Bug description:
In "latest" Lucid Lynx, jvm will regularly crash using Eclipse.
The problem seemed to be random, but I found a context where it will crash every time on autocompletion in a certain point of my code editing.

Version of OpenJDK package is 6b18-pre1-1ubuntu1, on amd64 architecture.
I am using stock eclipse galileo build 20090619-0625.

On crash, no hs_err file is produced, but /var/log/messages always says :

kernel : (...) trap int3 ip:.... sp:...... error: 0


I don't know how to get more debugging context...





References