http://bugzilla.novell.com/show_bug.cgi?id=603316 http://bugzilla.novell.com/show_bug.cgi?id=603316#c10 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmladek@novell.com AssignedTo|pmladek@novell.com |mvyskocil@novell.com Severity|Major |Critical --- Comment #10 from Michal Vyskocil <mvyskocil@novell.com> 2010-05-11 16:54:44 UTC --- So from the information I already have - new openjdk opens /proc/self/maps and not close it, which seems the root of all those problems. Simple grep tells me, there are only two places which opened it static bool find_vma(address addr, address* vma_low, address* vma_high) in hotspot/src/os/linux/vm/os_linux.cpp [1] static bool read_lib_info(struct ps_prochandle* ph) in hotspot/agent/src/os/linux/ps_proc.c [2] however those functions are 1) simple 2) call fclose after fopen properly. [1] http://hg.openjdk.java.net/jdk6/jdk6-gate/hotspot/file/587f774a3e70/src/os/l... [2] http://hg.openjdk.java.net/jdk6/jdk6-gate/hotspot/file/587f774a3e70/agent/sr... But it seems the bug is in JVM. Petr: I see segfault in your strace. Does it means it crashing? And if so, can I have a stack trace? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.