March 29, 2024, 10:07:27 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: seeking help __kernel_vsyscall () found in core dump file  (Read 10448 times)

Offline pawankkamboj

  • New Member
  • Posts: 1
seeking help __kernel_vsyscall () found in core dump file
« on: January 01, 2012, 06:37:05 AM »
We have just enabled core dump on our RHEL5.7 OS. the java process is terminating very often so we enable core dump to analysis the issue and find below in core dump file.


Core was generated by `/usr/java/jdk1.6.0_06//bin/java -server -Xms1536m -Xmx1536m -Xmn576m -XX:+Aggre'.
Program terminated with signal 6, Aborted.
#0 0xffffe410 in __kernel_vsyscall ()
(gdb) backtrace
#0 0xffffe410 in __kernel_vsyscall ()
#1 0x00aeda77 in ?? ()


Any help, idea abt tht error..



Thanks in advance..

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: seeking help __kernel_vsyscall () found in core dump file
« Reply #1 on: January 03, 2012, 05:30:12 PM »
I have lost touch with programming from long , here what I think is that whatever code you are running is having some memory over flow problem. May be you can run some memory test if you are familiar with them.