• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

SIGSEGV 11 / SIGABRT 6

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo,
I run a java batch job to collect data and create Excelfile.
The job runs on OS/390 WebSphere3.5 Linux.
Since few weeks my job abends with following messages:

SIGSEGV 11 (*) segmentation violation in process 25871
SIGABRT 6 (*) abort process in process 25871
After some investigation I noticed that the volume of the created data is/can be the problem. When I decrease the amount of collected data the job ended successfully.
Does anybody have an idea what the problem could be?
Thanks for help in advance.
Georg
 
Georg Kulig
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the solution.
I have increased the initial java heap size and the maximum heap size:
"-Xms256M -Xmx512M"
Georg
reply
    Bookmark Topic Watch Topic
  • New Topic