Re: [fpc-pascal] GDeque unit crash, FPC trunk

2019-01-30 Thread Marco van de Voort
Op 2019-01-27 om 19:40 schreef AlexeyT: I see stange crash in gdeque unit if I use unit from FPC trunk https://github.com/graemeg/freepascal/blob/master/packages/fcl-stl/src/gdeque.pp crash in TDeque.PushFront, i cannot understand it and i don't know the code. pls, reproduce it like me: -

[fpc-pascal] GDeque unit crash, FPC trunk

2019-01-29 Thread AlexeyT
For those who wants to replicated gdeque crash. I avoided using of gdeque unit now, so to replicate, pls get an older version of atsynedit_adapter_cache.pas: before 2019.01.30 https://github.com/Alexey-T/ATSynEdit/commits/master/atsynedit/atsynedit_adapter_cache.pas -- Regards, Alexey ___

[fpc-pascal] GDeque unit crash, FPC trunk

2019-01-27 Thread AlexeyT
I see stange crash in gdeque unit if I use unit from FPC trunk https://github.com/graemeg/freepascal/blob/master/packages/fcl-stl/src/gdeque.pp crash in TDeque.PushFront, i cannot understand it and i don't know the code. pls, reproduce it like me: - Linux gtk2 x64 (Ubuntu 18.4), fpc 3.0.4, lazar