• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS3.5 AIX Segmentation Fault Problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
We are performing stress test using loadrunner for our application based on WAS2.5 on AIX4.3.3 (ML10) and db2. The application runs fine for few hours and after that WebSphere stops responding and the java process for websphere uses >100% of the CPU time. If we keep it running after 30 or so minutes following error is shown in the standard error stderr.log
SIGSEGV 11 (*) segmentation violation
si_signo [11]: SIGSEGV: (*) segmentation violation
si_errno [0]: Error 0
si_code [50]: Error 0 [addr: 0x4D0045]
And the WebSphere comes back but without any session object. I monitored the GC statistics it is 23% free of 2GB of the total heap size (We have 8GB of physical RAM on machine).
I am not sure if there is any known issue with IBM JRE1.2.2 or is it my application problem.
Any help will be appericiated.
Thanks
Ali Khan
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic