Operating System - HP-UX
1833687 Members
3877 Online
110062 Solutions
New Discussion

Re: Error message, can anyone make sense out of this?

 
Justin Nunemacher
New Member

Error message, can anyone make sense out of this?

I got this error message on my B2000 with 11.0. I was running an analysis program call patran 2001 and it dumped out on me. Any help would be appreciated.

System shutdown due to signal SIGSEGV
Detail code = 15 Error address = 0x32292b0
/etc/swapinfo: Permission denied.
/etc/swapinfo: Permission denied.

Manufacturer: Hewlett Packard (HP-UX)
Node: ec0121
Model: 9000/785/B2000
OS Level: B.11.00 A
Motif Version: 2.1.0
Window Manager: CDE
3D Graphics Library: Starbase OpenGL 1.1
Graphics Board: HP VISUALIZE-FXE
SET_DEFAULT_KERNEL[9]: ERROR_MESSAGE: not found
Installed RAM: Non-priveleged access to read file /dev/kmem
GET_SOFT_PAGES[6]: SoftPgs /= 256 : bad number
GET_SOFT_PAGES[10]: SoftPgs != 0 : bad number
Free Tmp Space: 904614 kbytes
Total Swap Space: kbytes
Free Swap Space: kbytes

Writing Call Stack Traceback to file "traceback.err"

( 0) 0x01b12040 SysTraceback + 0x94 [/apps/patran_2001/patran2001r2/bin/exe/p3]
( 1) 0x01b12290 TrapTerminate + 0x17c [/apps/patran_2001/patran2001r2/bin/exe/p3]
( 2) 0xc01f1528 _sigreturn [/usr/lib/libc.2]
( 3) 0xc018067c mallinfo + 0x618 [/usr/lib/libc.2]
( 4) 0xc01819f4 mallinfo + 0x1990 [/usr/lib/libc.2]
( 5) 0xc01842c4 free + 0x150 [/usr/lib/libc.2]
( 6) 0xc3313998 XtFree + 0x18 [/usr/lib/X11R6/libXt.3]
( 7) 0xc30eb3a4 _XmRegionDestroy + 0x24 [/usr/lib/libXm.4]
( 8) 0xc30ab0f8 _XmDSIDestroy + 0x80 [/usr/lib/libXm.4]
( 9) 0xc30a3e68 DestroyDSInfo + 0x10 [/usr/lib/libXm.4]
(10) 0xc30a3d40 RemoveClipper + 0x100 [/usr/lib/libXm.4]
(11) 0xc30a3ddc RemoveAllClippers + 0x84 [/usr/lib/libXm.4]
(12) 0xc30a8e70 SyncTree + 0xb8 [/usr/lib/libXm.4]
(13) 0xc30a6fa4 GetTreeFromDSM + 0x9c [/usr/lib/libXm.4]
(14) 0xc30a905c _XmDSMGetTreeFromDSM + 0x1c [/usr/lib/libXm.4]
(15) 0xc309f308 _XmSetDragReceiverInfo + 0xe8 [/usr/lib/libXm.4]
(16) 0xc318c6bc TreeUpdateHandler + 0x5c [/usr/lib/libXm.4]
(17) 0xc30a8a80 _XmIEndUpdate + 0xd8 [/usr/lib/libXm.4]
(18) 0xc333421c DoOtherSources + 0x164 [/usr/lib/X11R6/libXt.3]
(19) 0xc33346b4 XtAppNextEvent + 0x184 [/usr/lib/X11R6/libXt.3]
(20) 0x0187f810 UiInputCheck + 0x3c [/apps/patran_2001/patran2001r2/bin/exe/p3]
(21) 0x00a5164c EmInputCheck + 0x88 [/apps/patran_2001/patran2001r2/bin/exe/p3]
(22) 0x00a4f5bc EmEventLoop + 0x1bc [/apps/patran_2001/patran2001r2/bin/exe/p3]
(23) 0x0046cfd8 main + 0x78 [/apps/patran_2001/patran2001r2/bin/exe/p3]
(24) 0xc013cf34 _start + 0xa8 [/usr/lib/libc.2]
(25) 0x004681f4 $START$ + 0x1a4 [/apps/patran_2001/patran2001r2/bin/exe/p3]
2 REPLIES 2
Bill Hassell
Honored Contributor

Re: Error message, can anyone make sense out of this?

SIGSEGV is a segmentation violation, probably due to a request for more memory or stack space and the current kernel fences or memory maps prevent this increase. Change the kernel parameters maxdsiz and maxssiz, maxdsiz to about 300 megs and maxssiz to 16 megs. You can use SAM to make the changes and then reboot.

The swapinfo error messages are due to the script used in running the PATRAN program. It has a root-only command (swapinfo) in it and it fails with the message shown. It looks like (at the end of the parameter dump) that the two swapinfo requests were used to fill in the Total Swap Space: kbytes and Free Swap Space: kbytes. Since the commands failedm the Kbytes have no numbers, but this did not contribute to the program problem.



Bill Hassell, sysadmin
K.Vijayaragavan.
Respected Contributor

Re: Error message, can anyone make sense out of this?

Hi,

Did you see this web page?
www.mscsoftware.com/support/documentation/patran/v2001/install/ pdf/ops_manual2001r2.pdf

It suggests the required kernel parameter's that needs change in it's value and the recomended values.
parameters recommended value
---------- -----------------
maxdsiz (90% of swap)
maxtsiz (64 MB)
maxssiz (64MB)

fsasync 1
default_disk_ir 1
maxusers 100

Hope this is what you are looking for.

-K.Vijay
"Let us fine tune our knowledge together"