Operating System - HP-UX
1748154 Members
3609 Online
108758 Solutions
New Discussion юеВ

Re: pxdb internal warning: cu[1]: SLT_END[19] out of sync

 
SOLVED
Go to solution
Tommy Brown
Respected Contributor

pxdb internal warning: cu[1]: SLT_END[19] out of sync

We keep getting this error during cobol/esql/c (Informix 9.21.HC5-1) program. We have checked patches and Kernel Params. Does any one have any suggestions??
Thanks,
Tommy
I may be slow, but I get there !
3 REPLIES 3
Alex Glennie
Honored Contributor

Re: pxdb internal warning: cu[1]: SLT_END[19] out of sync

This *maybe* a known issue and is probably connected with the patch level of the ANSI C compiler .... is this 11.11 by the way ?

If this is the problem rebuilding your application without +02 or other optimisation options will resolve.

However it could well resolve around an imcomplete Makefile if one exists.

you must link in the file end.o as the last line on the ld command with all debuggable programs.

let me know your O/s and Ansi C patch level and I could confirm if this is likely ...

Stefan Farrelly
Honored Contributor
Solution

Re: pxdb internal warning: cu[1]: SLT_END[19] out of sync

There are some brand new patches out for pxdb - we just installed a couple yesterday. Go to itrc.hp.com then individual patches then search for pxdb and you will find them.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Tommy Brown
Respected Contributor

Re: pxdb internal warning: cu[1]: SLT_END[19] out of sync

Stefan and Alex,
Thanks for your replies.
I had forgotten to mention that the OS=11.0. However, I did check out the ITRC patches and downloaded 2 that evidently corrected the problem. (PHSS_26792 and 93).
Thanks both of you.
Tommy
I may be slow, but I get there !