- Community Home
- >
- HPE Community, Taiwan
- >
- Tru64 Unix & OpenVMS
- >
- Tru64 Unix
- >
- cron job : 1019497 Memory fault - core dumped
類別
Company
Local Language
論壇
討論平台
論壇
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
討論平台
論壇
討論平台
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
論壇
部落格
- 訂閱此主題的RSS 提要
- 將此主題標記為未讀
- 將主題標記為已讀
- 將主題在本帳號置頂
- 標示為書籤
- 訂閱此主題
- 列印此頁
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 08:43 AM
在 08-01-2007 08:43 AM
cron job : 1019497 Memory fault - core dumped
/ck_top_process.sh: 1019497 Memory fault - core dumped
/ck_top_process.sh: test: argument expected
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 08:44 AM
在 08-01-2007 08:44 AM
cron job : 1019497 Memory fault - core dumped
/ck_top_process.sh: 1019497 Memory fault - core dumped
/ck_top_process.sh: test: argument expected
*************************************************
Cron: The previous message is the standard output
and standard error of the following crontab command:
/ck_top_process.sh
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 10:35 AM
在 08-01-2007 10:35 AM
cron job : 1019497 Memory fault - core dumped
The "Memory fault - core dumped" was gotten from E-mail after cron running. It indicates it will always failed to run via cron and gets a "core" file in /.
See the /var/adm/cron/log updated, it had a no-zero return code to "rc=XX" value while the
"ck_top_process.sh" running in cron.
If it works to login shell but failed from cronjobs, please assign all of variables defined before the ck_top_process.sh schedule to run.
For example,
# crontab -l
..
0 15 * * * . /.profile; /ck_top_process.sh
Best regards,
Richard.
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 10:44 AM
在 08-01-2007 10:44 AM
cron job : 1019497 Memory fault - core dumped
昨天 15:00 執行的時候的確出現 rc=1, 這是什麼意思?
但是並無做任何變更, 之後又恢復正常, 如最近一次執行
! < root 661757 cr /ck_top_process.sh rc=0 Tue Jul 31 13:00:01 2007
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 10:58 AM
在 08-01-2007 10:58 AM
cron job : 1019497 Memory fault - core dumped
The rc (Return Code) is equal to "0" indicates the job was completed to run, otherwaise it failed. It sames as the following testing.
# ls | grep vmunix
genvmunix
vmunix
# echo $?
0
# ls | grep abcd
# echo $?
1 <=== The above command is failed.
#
The core dump should be analyzed by the troubleshooting from the shell "ck_top_process.sh" debug that can't trace via cron.
See the /core file is generated by which process?
# ls -l /core <== Created at the ck_top_process running.
# file /core
RGDs,
Richard.
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 01:54 PM
在 08-01-2007 01:54 PM
cron job : 1019497 Memory fault - core dumped
-rw------- 1 root system 6946816 Jul 30 15:00 /core
# file /core
/core: core dump, generated from 'top'
-----------
ck_top_process.sh 裡面的確用到 top, 這個 core dump 是因為執行 ck_top_process.sh 產生, 但為什麼執行 top 會有 core dump?
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-01-2007 02:53 PM
在 08-01-2007 02:53 PM
cron job : 1019497 Memory fault - core dumped
The core was created by top that was a truth.
Please trace it via "dbx $PATH/top /core" for getting more informations. Because it is a public tool not system provided. HP can't provide some suggestions.
既然只發生在 15:00 7/30, 是否當時正在 maintain 'top'?
PS: I had gotten a core file from a corrupted top running and
solved until re-compiler top source codes.
Best regards,
Richard.
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 08-09-2007 06:20 AM
在 08-09-2007 06:20 AM
cron job : 1019497 Memory fault - core dumped
> /core: core dump, generated from 'top'
Please apply the latest v3.6.1 of top command on your ALPHA systems if possible. (See the attachment!)
# ls -l top
-rwxr-xr-x 1 root system 320592 Aug 7 11:47 top
# sum top
08564 314 top
# ./top -v
top: version 3.6.1
#
Best regards,
Richard.