DirectDance
07-16-2007, 12:29 PM
Hi,
there seems to be a bug in the run / call functions.
Calling a code the first time is working well.
Without closing the main program (in my case, my menu program wich is for calling the sub programs), so, the PPL session is still active, when calling the same sub code again and again, PPL crashes after e.g. the fourth time.
The taskbar (on the desktop - pc) will loose the program.
I copied the debuglog.txt. What is interesting, the memory will be less and less by each call. Of course, I killed the applications after ending.
Here is the debuglog.txt. After the last entry, PPL crashed:
BPD_MAINMENU.PPL is my main program, wich is only started once.
BPD_EDIT.PPL is my Database Design program wich is called from BPD_MAINMENU.PPL
BPDATAPLUS.PPL is the application, wich is for entering data into the project, wich was designed using BPD_EDIT.PPL. BPDATAPLUS.PPL is also called from the main application BPD_MAINMENU.PPL
16.07.2007 01:56:33 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:56:33 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:56:33 : Available memory 47,177,728 bytes
16.07.2007 01:56:33 : BPD_MAINMENU.PPL started
16.07.2007 01:56:57 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:56:57 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:56:58 : Available memory 42,082,304 bytes
16.07.2007 01:56:58 : BPD_EDIT.PPL started
16.07.2007 01:57:14 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:57:14 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:57:14 : BPD_EDIT.PPL ended (15,781 ms)
16.07.2007 01:57:14 : Available memory 44,429,312 bytes
16.07.2007 01:57:14 : Available memory 38,936,576 bytes
16.07.2007 01:57:14 : BPDATAPLUS.PPL started
16.07.2007 01:57:46 : BPDATAPLUS.PPL ended (31,390 ms)
16.07.2007 01:57:46 : Available memory 45,580,288 bytes
16.07.2007 01:59:16 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:59:16 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:59:17 : Available memory 42,254,336 bytes
16.07.2007 01:59:17 : BPD_EDIT.PPL started
16.07.2007 01:59:54 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:59:54 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:59:54 : BPD_EDIT.PPL ended (37,484 ms)
16.07.2007 01:59:54 : Available memory 42,151,936 bytes
16.07.2007 01:59:55 : Available memory 36,900,864 bytes
16.07.2007 01:59:55 : BPDATAPLUS.PPL started
16.07.2007 02:00:51 : BPDATAPLUS.PPL ended (55,766 ms)
16.07.2007 02:00:51 : Available memory 44,118,016 bytes
16.07.2007 02:01:15 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 02:01:15 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 02:01:15 : Available memory 39,010,304 bytes
16.07.2007 02:01:15 : BPD_EDIT.PPL started
16.07.2007 02:01:49 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 02:01:49 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 02:01:49 : BPD_EDIT.PPL ended (34,391 ms)
16.07.2007 02:01:49 : Available memory 40,374,272 bytes
16.07.2007 02:01:50 : Available memory 35,016,704 bytes
16.07.2007 02:01:50 : BPDATAPLUS.PPL started
Cheers,
Directdance
there seems to be a bug in the run / call functions.
Calling a code the first time is working well.
Without closing the main program (in my case, my menu program wich is for calling the sub programs), so, the PPL session is still active, when calling the same sub code again and again, PPL crashes after e.g. the fourth time.
The taskbar (on the desktop - pc) will loose the program.
I copied the debuglog.txt. What is interesting, the memory will be less and less by each call. Of course, I killed the applications after ending.
Here is the debuglog.txt. After the last entry, PPL crashed:
BPD_MAINMENU.PPL is my main program, wich is only started once.
BPD_EDIT.PPL is my Database Design program wich is called from BPD_MAINMENU.PPL
BPDATAPLUS.PPL is the application, wich is for entering data into the project, wich was designed using BPD_EDIT.PPL. BPDATAPLUS.PPL is also called from the main application BPD_MAINMENU.PPL
16.07.2007 01:56:33 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:56:33 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:56:33 : Available memory 47,177,728 bytes
16.07.2007 01:56:33 : BPD_MAINMENU.PPL started
16.07.2007 01:56:57 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:56:57 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:56:58 : Available memory 42,082,304 bytes
16.07.2007 01:56:58 : BPD_EDIT.PPL started
16.07.2007 01:57:14 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:57:14 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:57:14 : BPD_EDIT.PPL ended (15,781 ms)
16.07.2007 01:57:14 : Available memory 44,429,312 bytes
16.07.2007 01:57:14 : Available memory 38,936,576 bytes
16.07.2007 01:57:14 : BPDATAPLUS.PPL started
16.07.2007 01:57:46 : BPDATAPLUS.PPL ended (31,390 ms)
16.07.2007 01:57:46 : Available memory 45,580,288 bytes
16.07.2007 01:59:16 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:59:16 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:59:17 : Available memory 42,254,336 bytes
16.07.2007 01:59:17 : BPD_EDIT.PPL started
16.07.2007 01:59:54 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 01:59:54 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 01:59:54 : BPD_EDIT.PPL ended (37,484 ms)
16.07.2007 01:59:54 : Available memory 42,151,936 bytes
16.07.2007 01:59:55 : Available memory 36,900,864 bytes
16.07.2007 01:59:55 : BPDATAPLUS.PPL started
16.07.2007 02:00:51 : BPDATAPLUS.PPL ended (55,766 ms)
16.07.2007 02:00:51 : Available memory 44,118,016 bytes
16.07.2007 02:01:15 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 02:01:15 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 02:01:15 : Available memory 39,010,304 bytes
16.07.2007 02:01:15 : BPD_EDIT.PPL started
16.07.2007 02:01:49 : Generated by the PPL interpreter v.1.25 Pro
16.07.2007 02:01:49 : Root C:\Programme\PPL\RUNTIME\
16.07.2007 02:01:49 : BPD_EDIT.PPL ended (34,391 ms)
16.07.2007 02:01:49 : Available memory 40,374,272 bytes
16.07.2007 02:01:50 : Available memory 35,016,704 bytes
16.07.2007 02:01:50 : BPDATAPLUS.PPL started
Cheers,
Directdance