Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

offset in the .loader section header too large

Status
Not open for further replies.

Helmsley

Programmer
Dec 17, 2001
18
0
0
SG
Hi, wonder whether anyone of u guys have encountered this problem before when running a software application?

exec() : 0509-036 Cannot load program <my_program_name> because of the following errors :

0509-120 An offset in the .loader section header is too large

0509-193 Examine the .loader section header with the 'dump -Hv' command


Any idea what is causing this problem and how to rectify it? I'm running AIX 5.3 on a p550 server
 
Look into Large Program Support. It appears your program is requiring a data area larger than conventional segmentation can handle.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top