Dear EV Programming Forum,
I am running EV6 and it has been bombing/shutting down when I run a program. I have to relaunch EV each time. It does not appear to always bomb at the same spot, so I think it may be a memory problem.
I create a spool then run a subroutine several times which writes to the spool. See snippet below. Here I have commented out #5 and it runs fine. Uncomment #5 and it bombs. However, if I comment out #0-#4, then #5 runs fine by itself. And #4-#5 runs fine, too, but #3-#5 will bomb. I tried a pseudo-sleep loop at the end of each run, but it only postponed the inevitable.
The hac subroutine runs two regressions, calculates forecast prediction confidence intervals, writes the confidence intervals to a table and freezes it, creates one graph. Each object is newly created, not deleted or overwritten.
Any ideas or suggestions?
Thanks,
Forrest McCluer
Falls Church, VA
delete myspool*
spool myspool
myspool.options +border +displaynames +comments +titles -tree
myspool.vertspacing 0.25
call hac("0","")
call hac("1","dt_04event")
call hac("2","dt_04event dt2_04event")
call hac("3","d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12")
call hac("4","dt_04event d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12")
'call hac("5","dt_04event dt2_04event d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12")
show myspool
EV6 program is bombing.
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: EV6 program is bombing.
Hard to tell without seeing the entire program (i.e. the subroutine), and the workfile.
Who is online
Users browsing this forum: No registered users and 2 guests
