Invalid stack address encountered


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Invalid stack address encountered
# 1  
Old 12-09-2008
Invalid stack address encountered

Hello All,

One of our applications is not able to start after trying to set p4 port.
This is the log that is reported:

Code:
[Thr 6685] JLaunchISetP4Port: set p4 port 50004

-------------------------------------------
Signal 15 encountered.
=> 64 bit R/3 Kernel
=> 64 bit AIX Kernel
=> Heap limit      = unlimited
=> Stack limit     = 4294967296
=> Core limit      = 1073741312
=> File size limit = unlimited
=> Heap address  = 0x0x11850d960
=> Stack address = 0x110bfe320
=> Stack low     =  0x110bfba20
=> Stack high    =  0xffffffffffff0e0
-------------------------------------------
=> Stack Trace:
        read() at 0x90000000005e02c
        JStartupINPRead() at 0x10008ce00
        JStartupNPRead() at 0x10007fbbc
        JLaunchRequestFunc() at 0x1001cf330
        _pthread_body() at 0x900000000589428

!!! Invalid stack address encountered: 0x0
!!! Stack corrupted.
-------------------------------------------
=> CPU Registers:
     msr = 0xa00000000000d032     iar = 0x090000000005e02c
     ctr = 0xffffffff00000008      lr = 0xffffffffffffffff
     xer = 0x00000000ffffffff      cr = 0x0000000000004000
     r00 = 0xffffffffffffffff     r01 = 0x0000000110bfe320
     r02 = 0xffffffffffffffff     r03 = 0xffffffffffffffff
     r04 = 0xffffffffffffffff     r05 = 0xffffffffffffffff
     r06 = 0xffffffffffffffff     r07 = 0xffffffffffffffff
     r08 = 0xffffffffffffffff     r09 = 0xffffffffffffffff
     r10 = 0xffffffffffffffff     r11 = 0xffffffffffffffff
     r12 = 0xffffffffffffffff     r13 = 0x0000000110c0e800
     r14 = 0x0000000000000000     r15 = 0x0000000000000000
     r16 = 0x0000000000000000     r17 = 0x0000000000000000
     r18 = 0x0000000000000000     r19 = 0x0000000000000000
     r20 = 0x0000000000000000     r21 = 0x0000000000000000
     r22 = 0x00000001106547e0     r23 = 0x0000000000000000
     r24 = 0x0000000110bfea30     r25 = 0x0000000000000002
     r26 = 0x0000000110008260     r27 = 0x0000000110008268
     r28 = 0x0000000000000001     r29 = 0x0000000000000008
     r30 = 0x0000000110bfea30     r31 = 0x0000000000000020
-------------------------------------------


[Thr 258] Tue Dec  1 01:10:01 2008
[Thr 258] ***LOG Q0E=> SigIGenAction, signal ( 15) [sigux_mt.c   898]

Did anyone deal with this kind of situation. Any idea what could have triggered this problem. The application was working fine for 2 years; no recent upgrades/changes made to the code.

regards,
Roshni
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Kernel Stack vs User Mode Stack

Hi, I am new to the linux kernel development area. I want to know what is the difference between kernel mode stack and user mode stack? Does each process has a user mode stack and a kernel mode stack?? Or Each process has a user mode stack and there is only one kernel mode stack that is shared by... (4 Replies)
Discussion started by: saurabhkoar
4 Replies

2. Shell Programming and Scripting

Need to get return code from mutt if an address is invalid/undeliverable from Unix shell script

I am using mutt on ksh Unix to send emails to addresses plucked from the database. If the "To:" email address is not longer valid and so the email is not sent to the "To:" recipient, but is sent to the valid cc address, I need to be able to get an error code returned to the shell script so that... (3 Replies)
Discussion started by: jzuber
3 Replies

3. IP Networking

dhcpd6.conf Invalid IP address

Hi I am trying to setup a very basic dhcp dual stack configuration, so I have 2 dhcpd.conf file dhcpd4.conf and dhcpd6.conf # cat /usr/local/etc/dhcpd4.conf Subnet 10.45.192.0 netmask 255.255.248.0 { option subnet-mask 255.255.248.0; option routers 10.45.192.1; }# cat... (2 Replies)
Discussion started by: eeisken
2 Replies

4. UNIX for Advanced & Expert Users

dhcpd6.conf Invalid ip address

Hi I am trying to setup a very basic dhcp dual stack configuration, so I have 2 dhcpd.conf file dhcpd4.conf and dhcpd6.conf # cat /usr/local/etc/dhcpd4.conf Subnet 10.45.192.0 netmask 255.255.248.0 { option subnet-mask 255.255.248.0; option routers 10.45.192.1; }# cat... (0 Replies)
Discussion started by: eeisken
0 Replies

5. Programming

what is stack winding and stack unwinding

helo can u tell me what do you mean by stack winding and stack unwinding Regards, Amit (2 Replies)
Discussion started by: amitpansuria
2 Replies

6. UNIX Benchmarks

Encountered error!

I used this on an AIX machine and encountered the following error. $ ls -l total 600 -rwxrwxrwx 1 e26936 dba 1491 Feb 07 1992 MANIFEST -rwxrwxrwx 1 e26936 dba 8148 Apr 05 1992 Makefile -rwxrwxrwx 1 e26936 dba 4852 Sep 06 2003 README -rwxrwxrwx... (0 Replies)
Discussion started by: puspendu
0 Replies

7. Solaris

Encountered a strange problem with doing a restore

Hi Unix Guru's, I have encountered a strange problem with doing a restore on a local sunu machine. We have 2 live system (v880, v450) and 1 test system v440. All the machines are sun4u and using sun os 8.0 We have 2 backup device. One Bcakup device connected with v880 and another backup... (0 Replies)
Discussion started by: cpandian
0 Replies

8. UNIX for Advanced & Expert Users

554 Unallowed chars encountered

My Exchange v5.5 IMS server received an inbound internet-based message that it could not processed. The message header appeared to be corrupt and had a line that read, "Diagnostic-Code: smtp;554 Unallowed chars encountered." The message header also mentions UTF-7. All internet-based messages are... (1 Reply)
Discussion started by: abibbens
1 Replies
Login or Register to Ask a Question