Project

General

Profile

Bug #2224

StackOverflowError on start server in runtime when logging level is set to FINEST

Added by Vadim Nebogatov over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/09/2014
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:

Description

Server.log is attached. To reproduce, set level as FINEST in both nodepaths in Directory.xml:

server\default\logging\loggers\com.goldencode.p2j
server\default\logging\handlers\file

Test case (possible important only temp-table using):

def temp-table tt
field num as int
field other as int.

def var i as int.

repeat i = 1 to 30:
create tt.
tt.num = i.
tt.other = (i modulo 3).
end.

for each tt break by other by num:
display tt.num (sub-total by other) tt.other (count by other) with 0 down.
end.

server.log Magnifier (66 KB) Vadim Nebogatov, 01/09/2014 03:30 PM

Also available in: Atom PDF