Operating System - HP-UX
1835094 Members
1983 Online
110073 Solutions
New Discussion

bus error during application load

 
SOLVED
Go to solution
Marcos Pinto
New Member

bus error during application load

Hi all,

We're receiving a bus error on some applications in a newly installed 9000/800/D390 server. The application fails before reaching main(), with the following stack trace:

`main(7): Stopped at: __memset20+005c (002D0B5C)
`main(6): Called from: _malloc+025c (002D8BF0)
`main(5): Called from: malloc+016c (002DDD7C)
`main(4): Called from: __pthread_specific_startup+0018 (7EF15474)
`main(3): Called from: __pthread_startup+0240 (7EF1672C)
`main(2): Called from: __map_dld+0358 (00043E2C)
`main: Called from: $START$+010c (000436CC)

Also, fastbind fails on these executables with error message "fastbind: End of file encountered during read.". The same executable runs on the old server with similar configuration. Could it be a patchlevel issue? Is there a way to pinpoint the specific library that seems to be causing the problem ?

Thank you.
2 REPLIES 2
John Palmer
Honored Contributor
Solution

Re: bus error during application load

Is your kernel configured the same as the old server? This looks to be process memory related, maybe maxdsiz,maxtsiz or maxssiz.

Regards,
John
Ravi_8
Honored Contributor

Re: bus error during application load

Hi, Marcos

increase the valus of maxdsiz and maxdsiz_64bit
kernel parameters.
never give up