1. 程式人生 > >6100-05-02-內存bug(0509-161)

6100-05-02-內存bug(0509-161)

6100-05-02-內存bug

一天下午接到應用管理員打電話說IC卡AP02主機居然登錄不上去了,但是ping能通,業務居然也正常,於是急忙跑到ECC機房檢查果然如此,經過檢查和測試問題不光在ssh命令上,大部分32位程序在執行的時候都會報錯,如resize等。

處理過程:

使用ps -efM 篩選出64bit進程, 在ps -ef 顯示出全部,在對比出哪些是32bit程序,(因為業務是java 64bit的所幸沒有影響O(∩_∩)O!)

於是想到了是不是為AIX系統bug,報給IBM主場經查確定為BUG (如果哪位管理的系統還有這個版本的一定要主機升級了撒,重要的事情標紅,就不說三遍了

目前版本為6100-05-02,在6100-05-03上解決

BUG信息如下:

IZ83852: SYMBOL RESOLUTION ERROR AND NOT ENOUGH MEMORY FOR THE PROCESS APPLIES TO AIX 6100-05

A fix is available

Obtain the fix for this APAR.

APAR status

Closed as program error.

Error description

32 bit User processes start failing with the message

below while trying to exec and load.


exec(): 0509-036 Cannot load program /bin/ps because of

the following

errors:

0509-130 Symbol resolution failed for

/usr/lib/libwlm.a(shr.o)

because:

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-161 There is not enough memory for the process.

0509-026 System error: Error 0

exec(): 0509-036 Cannot load program lslpp because of the following

errors:

0509-130 Symbol resolution failed for /usr/lib/libinstall.a(shr.o) because:

0509-160 There is not enough kernel memory. Try again later.

0509-026 System error: Error 0

Local fix

Use named shlib area feature.

Problem summary

Possible memory leak more likely with WPARs.

Problem conclusion

Fix logic error that prevented memory from being freed.

Temporary fix

Comments

6100-02 - use AIX APAR IZ79109

6100-03 - use AIX APAR IZ83884

6100-04 - use AIX APAR IZ83931

6100-05 - use AIX APAR IZ83852

6100-06 - use AIX APAR IZ80674

APAR Information

APAR numberIZ83852

Reported component nameAIX 610 STD EDI

Reported component ID5765G6200

Reported release610

StatusCLOSED PER

PENoPE

HIPERNoHIPER

Submitted date2010-08-30

Closed date2010-08-30

Last modified date2013-03-28

APAR is sysrouted FROM one or more of the following:IZ79109

APAR is sysrouted TO one or more of the following:

Fixed component nameAIX 610 STD EDI

Fixed component ID5765G6200

Applicable component levels

R610 PSY U837117 UP10/10/15 I 1000

PTF to Fileset Mapping

U837117 bos.mp64 6.1.5.4


本文出自 “學習像樹一樣活著” 博客,請務必保留此出處http://laobaiv1.blog.51cto.com/2893832/1950634

6100-05-02-內存bug(0509-161)