Access violation when creating class instance

2020-06-24 Thread WFB
Hi all, I have an access violation on Windows for one of my classes and think it is a bug, but not entirely sure about that. Every now and then creating a class instance ended my script with error: Process finished with exit code -1073741819 (0xC005) The class looks like that: class Knowled

Re: Access violation when creating class instance

2020-06-24 Thread JJ Merelo
El mié., 24 jun. 2020 a las 10:05, WFB () escribió: > Hi all, > > I have an access violation on Windows for one of my classes and think it > is a bug, but not entirely sure about that. > > Every now and then creating a class instance ended my script with error: > Process finished with exit code -1

Re: Access violation when creating class instance

2020-06-24 Thread WFB
Thanks JJ, I am using Rakudostar on Windows and 2020.01 is the current released version so far. I will try to reduce the code a bit more but it is just one class definition together with an instantiation. Not sure I can pack that in a one liner, but will try. The access violation comes probably f

Re: Access violation when creating class instance

2020-06-24 Thread Will Coleda
The download page requires an update. You can get 2020.05.1 here: https://rakudo.org/downloads/star/ On Wed, Jun 24, 2020 at 6:11 AM WFB wrote: > > Thanks JJ, > > I am using Rakudostar on Windows and 2020.01 is the current released version > so far. > I will try to reduce the code a bit more bu

Re: Access violation when creating class instance

2020-06-25 Thread WFB
Uh, thanks Will!! On Thu, 25 Jun 2020 at 01:16, Will Coleda wrote: > The download page requires an update. You can get 2020.05.1 here: > > https://rakudo.org/downloads/star/ > > On Wed, Jun 24, 2020 at 6:11 AM WFB wrote: > > > > Thanks JJ, > > > > I am using Rakudostar on Windows and 2020.01 is

Re: Access violation when creating class instance

2020-06-25 Thread WFB
Not reproducible with raku star 2020.05.1 \o/ Thanks for the help On Thu, 25 Jun 2020 at 09:23, WFB wrote: > Uh, thanks Will!! > > On Thu, 25 Jun 2020 at 01:16, Will Coleda wrote: > >> The download page requires an update. You can get 2020.05.1 here: >> >> https://rakudo.org/downloads/star/ >>