bug#37066: Using GOOPS #:allocation #:virtual slot option causes stack overflow

2019-08-18 Thread Jan
Sorry, I sent a private mail, hope this one will be in the right place. On Sun, 18 Aug 2019 05:08:53 -0300 David Pirotte wrote: > This is not goops bug. The problem occurs because you try to set the > value of the virtual slot, something you should never do. Thank you for explaining, I understa

bug#37066: Using GOOPS #:allocation #:virtual slot option causes stack overflow

2019-08-18 Thread David Pirotte
Hello Jan, > I've written the program attached below and it hangs at writing > "after changing (K): ", computer freezes for a moment and then Guile > throws the following message: > allocate_stack failed: Can't allocate memory > Warning: Unwind-only `stack-overflow' exception; skipping pre-unwi

bug#37066: Using GOOPS #:allocation #:virtual slot option causes stack overflow

2019-08-17 Thread Jan
Hi everyone. I've written the program attached below and it hangs at writing "after changing (K): ", computer freezes for a moment and then Guile throws the following message: allocate_stack failed: Can't allocate memory Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handle