A simple fix for a subtle problem

darcs
slava 2006-06-14 04:35:02 +00:00
parent f6b3681078
commit c6718ba8c9
2 changed files with 2 additions and 8 deletions

View File

@ -1,10 +1,3 @@
- crash:
- start UI
- redefine new-size
- recompile all
- full gc
- crash!
- unix i/o: problems with passing f to syscalls
- if a primitive throws an error, :c doesn't show the call frame there
- "benchmark/help": without a yield UI runs out of memory
@ -63,6 +56,7 @@
+ ui:
- fix listener scroll to
- { } H{ } [ ] tabular-output -- excess newline
- multiple listener-run-files is broken
- word wrap in UI broken again

View File

@ -114,7 +114,7 @@ void collect_roots(void)
collect_callstack(stacks->call_region,stacks->call);
if(stacks != stack_chain)
if(stacks->next != NULL)
{
collect_callframe_triple(&stacks->callframe,
&stacks->callframe_scan,&stacks->callframe_end);