[Progress Communities] [Progress OpenEdge ABL] Forum Post: Why binary dump tried to write to BI file?

Status
Not open for further replies.
G

George Potemkin

Guest
Binary dump was started on purpose without the userid bit ("s") set in _proutil’s permissions and ulimit was lowed down to 1GB. It successfully dumped a few thousands records (2 MB) but then binary dump died with error 9449: [2018/12/17@22:17:49.726+0600] P-17292 T-1 I BINDUM908: (452) Login by XXXXX on batch. [2018/12/17@22:17:49.730+0600] P-17292 T-1 I BINDUM908: (7129) Usr 908 set name to Binary dump. [2018/12/17@22:17:49.731+0600] P-17292 T-1 I BINDUM908: (7129) Usr 908 set name to XXXXX. [2018/12/17@22:17:49.732+0600] P-17292 T-1 I BINDUM908: (17813) Using index indexname (19) for dump of table tablename. [2018/12/17@22:17:55.148+0600] P-17292 T-1 I BINDUM908: (10032) 20000 records dumped. [2018/12/17@22:17:55.992+0600] P-17292 T-1 I BINDUM908: (9449) bkioWrite:Maximum file size exceeded during write, fd 10, len 16384, offset 169175, file /path/to/db.b1. [2018/12/17@22:17:55.992+0600] P-17292 T-1 F BINDUM908: (6072) SYSTEM ERROR: error writing, file = /path/to/db.b1, ret = -1 … [2018/12/17@22:17:55.992+0600] P-17292 T-1 F BINDUM908: (5027) User 908 died with 1 buffers locked. [2018/12/17@22:17:55.992+0600] P-17292 T-1 I BINDUM908: (439) ** Save file named core for analysis by Progress Software Corporation. The size of BI file seems to be equal to 2.58 GB (len 16384, offset 169175), in other words the size is higher than process’ ulimit. Protrace file: (15) 0x4000000000597c50 bkWrite + 0xa90 at /vobs_rkt/src/dbmgr/bk/bksubs.c:778 [/usr/dlc/bin/_dbutil] (16) 0x400000000070dac0 rlwrtcur + 0x230 at /vobs_rkt/src/dbmgr/rl/rlrw.c:855 [/usr/dlc/bin/_dbutil] (17) 0x40000000005968b0 rlbiflsh + 0x490 at /vobs_rkt/src/dbmgr/rl/rlrw.c:1017 [/usr/dlc/bin/_dbutil] (18) 0x4000000000595e60 bmFlush + 0xd0 at /vobs_rkt/src/dbmgr/bm/bmbuf.c:5913 [/usr/dlc/bin/_dbutil] (19) 0x4000000000595d50 bmwrold + 0x70 at /vobs_rkt/src/dbmgr/bm/bmbuf.c:3394 [/usr/dlc/bin/_dbutil] (20) 0x4000000000592140 bmsteal + 0x320 at /vobs_rkt/src/dbmgr/bm/bmbuf.c:3886 [/usr/dlc/bin/_dbutil] (21) 0x400000000058e540 bmLocateBuffer2 + 0x5d0 at /vobs_rkt/src/dbmgr/bm/bmbuf.c:4657 [/usr/dlc/bin/_dbutil] (22) 0x40000000005e6310 rmLocate + 0x1f0 at /vobs_rkt/src/dbmgr/rm/rm.c:2118 [/usr/dlc/bin/_dbutil] (23) 0x40000000005e5620 rmRecordFetch + 0x140 at /vobs_rkt/src/dbmgr/rm/rm.c:1804 [/usr/dlc/bin/_dbutil] (24) 0x40000000006bf440 dbRecordGet + 0x300 at /vobs_rkt/src/dbmgr/db/dbrecord.c:619 [/usr/dlc/bin/_dbutil] Why binary dump tried to write to BI file?

Continue reading...
 
Status
Not open for further replies.
Top