Re: [bug] strange memory leak in LC

2021-03-31 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > The stack that was opened is a project that has many mainstacks in > it’s stackfiles. Some of those stacks make use of the browser > widget... Don't know if this may be related to the leak, but worth heeding anyway - apparently WebKit has some serious issues, including an

Re: [bug] strange memory leak in LC

2021-03-31 Thread Andre Garzia via use-livecode
> After a brief Google search it seems there are some other apps that have a > similar memory leak after upgrading to Big Sur: > > https://discussions.apple.com/thread/252276774 > https://discussions.apple.com/thread/252090206 > > The issue folks here (in this list) have mentioned

Re: [bug] strange memory leak in LC

2021-03-31 Thread panagiotis merakos via use-livecode
Hello all, After a brief Google search it seems there are some other apps that have a similar memory leak after upgrading to Big Sur: https://discussions.apple.com/thread/252276774 https://discussions.apple.com/thread/252090206 The issue folks here (in this list) have mentioned does not seem

Re: [bug] strange memory leak in LC

2021-03-28 Thread Andrew at MidWest Coast Media via use-livecode
/memory_leak.png?dl=0 I have 40GB of physical RAM, but LC was trying to use almost 300GB (virtual?) —Andrew Bell > > From: Phil Davis > To: How to use LiveCode > Subject: Re: [bug] strange memory leak in LC > Message-ID: <968340be-831e-f86f-7f1e-9cda1ed22...@pdslabs.net> >

Re: [bug] strange memory leak in LC

2021-03-26 Thread Phil Davis via use-livecode
I created a little "leak test" stack that runs the "leaks" shell command against the processID of the LC engine that runs the stack. It checks for new leaks every 60 seconds and lists the number and size of each new leak found. I'm running it in LC 9.6.1 on 3 Macs right now - Catalina, High Sierra

Re: [bug] strange memory leak in LC

2021-03-26 Thread John Balgenorth via use-livecode
I am not personally using Bug Sur but if you make a standalone does it leak memory too or is this only with the development system? JB > On Mar 26, 2021, at 7:29 PM, scott--- via use-livecode > wrote: > > I’m running Big Sur and just got a warning from the OS that I was out of >

Re: [bug] strange memory leak in LC

2021-03-26 Thread scott--- via use-livecode
I’m running Big Sur and just got a warning from the OS that I was out of application memory. Livecode was using 133.52 GB of memory. It had been open for a couple days but it wasn’t doing anything. -- Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

Re: [bug] strange memory leak in LC

2021-03-26 Thread Andre Garzia via use-livecode
Sean, The stack was not running anything. It was simply opened. I don’t believe it would leak like that. Anyway, I’m monitoring to see if it happens again. A > On 26 Mar 2021, at 13:01, Sean Cole (Pi) via use-livecode > wrote: > > Wow, Andre, that's impressive. That amounts to about 34MB

Re: [bug] strange memory leak in LC

2021-03-26 Thread Sean Cole (Pi) via use-livecode
Wow, Andre, that's impressive. That amounts to about 34MB per minute over 48hrs. I've had a pretty massive stack (226MB file at the moment) on my Mac sitting here over the last week. Looking in the activity monitor, LC has 987MB associated with it. and watching it over a period of time it remains

[bug] strange memory leak in LC

2021-03-26 Thread Andre Garzia via use-livecode
I have no idea what happened. I’m running LC 9.6.2-rc-3 on macOS Big Sur on M1 ISA (so it is running under Rosetta 2). I kept the IDE opened for a couple days, I was working on a gaziliion stacks at the same time and was not yet ready to close them. The stacks were not doing anything, they

Re: Memory leak?

2017-01-15 Thread J. Landman Gay via use-livecode
On 1/15/17 3:40 PM, Jeanne A. E. DeVoto via use-livecode wrote: At 2:02 PM -0600 1/15/2017, J. Landman Gay via use-livecode wrote: I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background

Re: Memory leak?

2017-01-15 Thread Jeanne A. E. DeVoto via use-livecode
At 2:02 PM -0600 1/15/2017, J. Landman Gay via use-livecode wrote: I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background scripts running, it's completely inert, and after a while it jumped

Memory leak?

2017-01-15 Thread J. Landman Gay via use-livecode
I've been watching Activity Monitor on OS X while LC 8.1.2 is running. On launch it registered about 52 MB of memory. I opened a stack that has no background scripts running, it's completely inert, and after a while it jumped to 84 MB memory. I let the computer sleep and left it on all night.

Re: LC Memory Leak

2015-10-02 Thread Richard Gaskin
We're late into the RC cycle, so please submit a reproducible to the bug queue recipe ASAP. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: LC Memory Leak

2015-10-02 Thread William Prothero
I may have found a related problem. With LC8 dp5, Berndt’s BvG Docu 2 plug-in fails when trying to create the sql lite library of docs. If you just load the plug-in stack, it will try to create the sql db and will fail. When that happens, I think it is also corrupting the engine in some way

LC Memory Leak

2015-10-02 Thread Ralph DiMola
I think there is a serious memory leak using SQLite. LC 6.7.7 Windows XP SP3 SQLite DB 4Mb, 1,900 records, 80 columns Stackè1 Card with several buttons with one field for status updates. I am running an update(one of the buttons) from a tab delimited file of the entire 1,900 records. I

Re: LC Memory Leak

2015-10-02 Thread William Prothero
The same behavior occurs in dp6 as well. Bill > On Oct 2, 2015, at 12:21 PM, William Prothero wrote: > > I may have found a related problem. With LC8 dp5, Berndt’s BvG Docu 2 plug-in > fails when trying to create the sql lite library of docs. If you just load > the