snmpdx core dump


 
Thread Tools Search this Thread
Operating Systems Solaris snmpdx core dump
# 1  
Old 05-16-2007
snmpdx core dump

I have an snmp subagent that normally runs without a problem. I changed the timeout parameter in the reg file and I now get an snmpdx core dump. Here's the old configuration that ran OK:

agents =
{
{
name = "mntagent"
subtrees = { mntagent }
timeout = 4000000
watch-dog-time = 2
port = 7041
}
}


Here's the new configuration that seems to cause snmpdx to core dump:

agents =
{
{
name = "mntagent"
subtrees = { mntagent }
timeout = 20000000
watch-dog-time = 2
port = 7041
}
}


Has anybody seen anything like this before?? I checked /var/adm/messages, but there's nothing in there that gives a clue about errors surrounding this problem. But....I do have the core file which shows a SEG VIOLATION in snmpdx.

Oh, BTW...my system info:
SunOS ecgdev 5.8 Generic_108528-18 sun4u sparc SUNW,Sun-Blade-100

Thanks in advance for any help!
# 2  
Old 05-17-2007
Um, since you've changed only the timeout parameter, looks like this value is not accepted. i guess you can always revert back the changes, but what the actual core dump file says ?
# 3  
Old 05-17-2007
The value is valid. A timeout value up to the max-agent-timeout value specified in snmpdx.rsrc is valid. I currently have the default value of 999999999 as the max-agent-timeout. My 20000000 should be acceptable.

Even if it was not valid (and I'm sure it is), I would not expect a core dump of snmpdx complaining about a SEG VIOLATION. I would expect some type of error instead.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Core dump in HP-UX

Hi Guys, I was wondering if somebody could give me a link to a very good source of information or document about core dump process and How to's about it. I have also googled it and found some articles myself. Thanks Messi (1 Reply)
Discussion started by: messi777
1 Replies

2. UNIX for Dummies Questions & Answers

No core dump

my progrme complaints 'Segmentation fault'. How to let it print 'Segmentation fault(core dumped)' and generate core dump file? $ulimit unlimited (22 Replies)
Discussion started by: vistastar
22 Replies

3. AIX

Core dump

Hi , I want to read core dump file on AIX5.3. While i am trying to use following commands, i am getting only few lines of information. ux201p3:e46123> dbx capsWrkstnMgr core Type 'help' for help. reading symbolic information ... Segmentation fault in malloc_common.extend_brk at... (1 Reply)
Discussion started by: rps
1 Replies

4. Programming

core dump

how to view core dumped file using gdb and how to extract information from the coredumped file.can we get similar information from the other utilites like strace or ptrace. (2 Replies)
Discussion started by: Manabhanjan
2 Replies

5. AIX

core dump

My application gives core dump. When i am debugging with dbx getting instructions below: pthdb_session.c, 818: 695445 PTHDB_INTERNAL (internal error) pthreaded.c, 1941: PTHDB_INTERNAL (internal error) Illegal instruction (illegal opcode) in . at 0x0 warning: Unable to access address 0x0... (1 Reply)
Discussion started by: bapi
1 Replies

6. UNIX for Advanced & Expert Users

Core Dump

Hello all, Iam new to unix while executing java program which finely working in windows know iam testing with unix ,but in unix while executing iam getting core dump, my application is in client server environment and it is menu drivrn application on clicking options no problem but after some time... (1 Reply)
Discussion started by: vinp
1 Replies

7. Programming

about core dump

MY friends: my program under sco unix have a problem? it create a core dump file on the path when execute program , but i can't find the error of the C program ,i don't know how to see the error about my program use core, please help me or give me some suggest and what tools can use... (1 Reply)
Discussion started by: zhaohaizhou
1 Replies

8. UNIX for Dummies Questions & Answers

core dump

I've got a core dump in my weblogic home directory, which i have tried to debug by initiating savecore from /etc/init.d/savecore start but savecore failed to create the two files, that is vmcore.n and vmunix.n. savecore is enable on my server to save vmcore and vmunix in /var/crash/hostname 1)... (4 Replies)
Discussion started by: hassan2
4 Replies

9. UNIX for Dummies Questions & Answers

core dump

Hi , Working on AIX 4.3. An internal error from my apps engine suddenly causes the engine to die. During this time i do notice a core file being dumped in the directory from where I try to re-start my engine. Q is how does one read this core file, or I should say 'what is this core file'? thnx (2 Replies)
Discussion started by: buRst
2 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question