large value in "at line" in ABL Stack Trace

Posted by Valeriy Bashkatov on 11-Mar-2014 03:43

Hello,

HP-UX, OE10.2B SP08, 64-bit

I have ABL Stack Trace where the current procedure in the process has a high value in "at line":

** ABL Stack Trace **

--> QueryPrepare pp-dynqr.p (pp-dynqr.r) at line 4294967295
open-query opi-pctr-brw.p (opi-pctr-brw.r) at line 15294
Refresh-All opi-pctr-brw.p (opi-pctr-brw.r) at line 13525

Does anyone know how can this be?

Regards,
Valeriy

All Replies

Posted by Paul Clare on 11-Mar-2014 05:06

Hi Valeriy,

I believe 4294967295 is what -1 looks like as an unsigned integer.  So in this case your crash probably happened in dynamic statement.

Regards,

Paul.

Posted by Valeriy Bashkatov on 12-Mar-2014 01:15

Hi Paul,

Thanks for the answer!

Is a pity that the progress messages do not always understandable.

Regards,

Valeriy

Posted by Paul Clare on 12-Mar-2014 04:50

Hi Valeriy,

Yes indeed, you are right.  There is a bug logged to correct this misleading protrace line number

Regards,

Paul.

Posted by Evan Bleicher on 12-Mar-2014 07:11

OpenEdge development will be looking into this issue and will update this Community Forum when more information is available.

Posted by ksv on 14-Mar-2014 07:56

Hi Valery,

This string number means a dynamic query.

Posted by Evan Bleicher on 09-May-2014 13:01

Development reproduced this issue  (PSC00293290) internally and resolved it in the 11.4.0.0 release.

Posted by Garry Hall on 09-May-2014 13:51

To clarify:
 
The issue that was addressed by PSC00293290 was that -1 would no longer be displayed as 4294967295 in the protrace file. There might be circumstances when you will still see -1 for the line number in the protrace file.
 
[collapse]
From: Evan Bleicher [mailto:bounce-bleicher@community.progress.com]
Sent: Friday, May 09, 2014 2:03 PM
To: TU.OE.Development@community.progress.com
Subject: RE: large value in "at line" in ABL Stack Trace
 
Reply by Evan Bleicher

Development reproduced this issue  (PSC00293290) internally and resolved it in the 11.4.0.0 release.

Stop receiving emails on this subject.

Flag this post as spam/abuse.

[/collapse]

This thread is closed