Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

The idea of male and female are universal constants. -- Kirk, "Metamorphosis", stardate 3219.8


devel / comp.lang.clipper.visual-objects / memory low

SubjectAuthor
* memory lowaurora baccio
+* Re: memory lowPhil McGuinness
|`- Re: memory lowaurora baccio
`* Re: memory lowdlzc
 `- Re: memory lowaurora baccio

1
memory low

<bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=916&group=comp.lang.clipper.visual-objects#916

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:620a:448e:: with SMTP id x14mr5038721qkp.526.1631441439426;
Sun, 12 Sep 2021 03:10:39 -0700 (PDT)
X-Received: by 2002:a05:620a:c92:: with SMTP id q18mr5105055qki.331.1631441439241;
Sun, 12 Sep 2021 03:10:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Sun, 12 Sep 2021 03:10:38 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=93.147.242.52; posting-account=mGyhkgoAAACGngz8cxCfTmITiU5OjECD
NNTP-Posting-Host: 93.147.242.52
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>
Subject: memory low
From: aurorabaccio@gmail.com (aurora baccio)
Injection-Date: Sun, 12 Sep 2021 10:10:39 +0000
Content-Type: text/plain; charset="UTF-8"
 by: aurora baccio - Sun, 12 Sep 2021 10:10 UTC

Good morning,
since a few days in a medical record application appears the error code 11 [memory low].
description : dynamic memory low
callstack: strtrani[line 11]
folderprint_mask:buttonclick(line 385)
the line in question should print the name of the base doctor
it happens occasionally when you press the print button, but it is an error i cannot reconstruct on my pc.
can you clarify what it is ?
thanks
Aurora Baccio

Translated with www.DeepL.com/Translator (free version)

Re: memory low

<5a22842e-6487-459b-a6bc-e1e8849b1422n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=917&group=comp.lang.clipper.visual-objects#917

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ad4:40d1:: with SMTP id x17mr5820339qvp.7.1631446569324; Sun, 12 Sep 2021 04:36:09 -0700 (PDT)
X-Received: by 2002:ac8:7245:: with SMTP id l5mr5147072qtp.206.1631446569132; Sun, 12 Sep 2021 04:36:09 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!feeder1.feed.usenet.farm!feed.usenet.farm!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Sun, 12 Sep 2021 04:36:08 -0700 (PDT)
In-Reply-To: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=220.233.162.254; posting-account=DLsZHwoAAADZjAB6-BmLUbnomrA9rubZ
NNTP-Posting-Host: 220.233.162.254
References: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5a22842e-6487-459b-a6bc-e1e8849b1422n@googlegroups.com>
Subject: Re: memory low
From: sherlocksoftware@gmail.com (Phil McGuinness)
Injection-Date: Sun, 12 Sep 2021 11:36:09 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 30
 by: Phil McGuinness - Sun, 12 Sep 2021 11:36 UTC

Aurora

SetMaxDynSize(0x8000000) // Changed 22/05/2021 .. only thing worked large data converter
DynSize(512)

I would suggest you use the memory configuration. I had crazy errors ,random is a big app doing a lot of data conversion.
Would run for 5 or 6 or 10 hours and crash.

Found the above fixed it and now in every app I have.

StrTran(c, cSearch, cReplace )

I imagine using memory under a circumstance i does not have adequate memory... see above.

Phil McGuinness

> Good morning,
> since a few days in a medical record application appears the error code 11 [memory low].
> description : dynamic memory low
> callstack: strtrani[line 11]
> folderprint_mask:buttonclick(line 385)
> the line in question should print the name of the base doctor
> it happens occasionally when you press the print button, but it is an error i cannot reconstruct on my pc.
> can you clarify what it is ?
> thanks
> Aurora Baccio
>
> Translated with www.DeepL.com/Translator (free version)

Re: memory low

<82e45ee0-0b6b-426f-bde0-b7f96ccee38an@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=918&group=comp.lang.clipper.visual-objects#918

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ac8:7309:: with SMTP id x9mr132164qto.162.1631546338329;
Mon, 13 Sep 2021 08:18:58 -0700 (PDT)
X-Received: by 2002:a37:a592:: with SMTP id o140mr131794qke.220.1631546338171;
Mon, 13 Sep 2021 08:18:58 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 13 Sep 2021 08:18:57 -0700 (PDT)
In-Reply-To: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <82e45ee0-0b6b-426f-bde0-b7f96ccee38an@googlegroups.com>
Subject: Re: memory low
From: dlzc1@cox.net (dlzc)
Injection-Date: Mon, 13 Sep 2021 15:18:58 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 25
 by: dlzc - Mon, 13 Sep 2021 15:18 UTC

Dear aurora baccio:

On Sunday, September 12, 2021 at 3:10:40 AM UTC-7, aurora baccio wrote:
> Good morning,
> since a few days in a medical record application appears the error
> code 11 [memory low].
> description : dynamic memory low
> callstack: strtrani[line 11]
> folderprint_mask:buttonclick(line 385)

Your code has a memory leak, forces the base VO code to produce a memory leak, or a Windows update has made your printer driver obsolete. You can either track down the leak (not an easy process, might check threads here), or have your code restart "overnight", so that it wipes the stack clear. Does this program run for a long time?

You say that this started recently. Have there been source code changes? Have there been Windows updates?

It may be your printer driver, since you say this happens when you go to print...
https://howtofixwindows.com/fix-driver-overran-stack-buffer-blue-screen/
.... not saying this applies EXACTLY here, but Windoze is famous for forcing us to buy new stuff.

David A. Smith

Re: memory low

<082972f2-1865-41a3-9c1f-af46d5aed960n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=919&group=comp.lang.clipper.visual-objects#919

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a37:624a:: with SMTP id w71mr4667467qkb.81.1631622337701;
Tue, 14 Sep 2021 05:25:37 -0700 (PDT)
X-Received: by 2002:a37:a45:: with SMTP id 66mr4615960qkk.137.1631622337519;
Tue, 14 Sep 2021 05:25:37 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Tue, 14 Sep 2021 05:25:37 -0700 (PDT)
In-Reply-To: <5a22842e-6487-459b-a6bc-e1e8849b1422n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=93.65.242.174; posting-account=mGyhkgoAAACGngz8cxCfTmITiU5OjECD
NNTP-Posting-Host: 93.65.242.174
References: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com> <5a22842e-6487-459b-a6bc-e1e8849b1422n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <082972f2-1865-41a3-9c1f-af46d5aed960n@googlegroups.com>
Subject: Re: memory low
From: aurorabaccio@gmail.com (aurora baccio)
Injection-Date: Tue, 14 Sep 2021 12:25:37 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 43
 by: aurora baccio - Tue, 14 Sep 2021 12:25 UTC

Il giorno domenica 12 settembre 2021 alle 13:36:09 UTC+2 Phil McGuinness ha scritto:
> Aurora
>
> SetMaxDynSize(0x8000000) // Changed 22/05/2021 .. only thing worked large data converter
> DynSize(512)
>
> I would suggest you use the memory configuration. I had crazy errors ,random is a big app doing a lot of data conversion.
> Would run for 5 or 6 or 10 hours and crash.
>
> Found the above fixed it and now in every app I have.
>
> StrTran(c, cSearch, cReplace )
>
> I imagine using memory under a circumstance i does not have adequate memory... see above.
>
> Phil McGuinness
> > Good morning,
> > since a few days in a medical record application appears the error code 11 [memory low].
> > description : dynamic memory low
> > callstack: strtrani[line 11]
> > folderprint_mask:buttonclick(line 385)
> > the line in question should print the name of the base doctor
> > it happens occasionally when you press the print button, but it is an error i cannot reconstruct on my pc.
> > can you clarify what it is ?
> > thanks
> > Aurora Baccio
> >
> > Translated with www.DeepL.com/Translator (free version)

Thank you,
I applied your suggestion and everything seems to be working fine.
Yesterday there were no hiccups of any kind despite being a 'normal' day (thirty patients) so a few hundred write prints.
I'll let you know if the problem persists.
However before this update the error would occur at least three times in a day.
I have inserted what you suggested in 'Start' as you see below:

self:Initialize()
*DynSize(120)
SetMaxDynSize(0x8000000) // Changed 22/05/2021 ... only thing worked the big data converter
DynSize(512)

Before I used 'DynSize(120)' and that's it.
Aurora Baccio

Re: memory low

<bb77a458-a9f3-4e5e-9d89-2364aeb425b8n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=920&group=comp.lang.clipper.visual-objects#920

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ac8:58d0:: with SMTP id u16mr4426486qta.189.1631622817023;
Tue, 14 Sep 2021 05:33:37 -0700 (PDT)
X-Received: by 2002:ad4:468c:: with SMTP id bq12mr5101415qvb.21.1631622816890;
Tue, 14 Sep 2021 05:33:36 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Tue, 14 Sep 2021 05:33:36 -0700 (PDT)
In-Reply-To: <82e45ee0-0b6b-426f-bde0-b7f96ccee38an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=93.65.242.174; posting-account=mGyhkgoAAACGngz8cxCfTmITiU5OjECD
NNTP-Posting-Host: 93.65.242.174
References: <bad7348d-399b-4470-98db-43ba3ad28bb6n@googlegroups.com> <82e45ee0-0b6b-426f-bde0-b7f96ccee38an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bb77a458-a9f3-4e5e-9d89-2364aeb425b8n@googlegroups.com>
Subject: Re: memory low
From: aurorabaccio@gmail.com (aurora baccio)
Injection-Date: Tue, 14 Sep 2021 12:33:37 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 37
 by: aurora baccio - Tue, 14 Sep 2021 12:33 UTC

Il giorno lunedì 13 settembre 2021 alle 17:18:58 UTC+2 dlzc ha scritto:
> Dear aurora baccio:
> On Sunday, September 12, 2021 at 3:10:40 AM UTC-7, aurora baccio wrote:
> > Good morning,
> > since a few days in a medical record application appears the error
> > code 11 [memory low].
> > description : dynamic memory low
> > callstack: strtrani[line 11]
> > folderprint_mask:buttonclick(line 385)
> Your code has a memory leak, forces the base VO code to produce a memory leak, or a Windows update has made your printer driver obsolete. You can either track down the leak (not an easy process, might check threads here), or have your code restart "overnight", so that it wipes the stack clear. Does this program run for a long time?
>
> You say that this started recently. Have there been source code changes? Have there been Windows updates?
>
> It may be your printer driver, since you say this happens when you go to print...
> https://howtofixwindows.com/fix-driver-overran-stack-buffer-blue-screen/
> ... not saying this applies EXACTLY here, but Windoze is famous for forcing us to buy new stuff.
>
> David A. Smith

Microsoft's updates, as you know, are monthly and ongoing.
I can try reinstalling the printer driver, a Canon LBP252. However, it didn't create a blue screen, but the classic VO error with the error window.
However I'm also following Phil McGuinnes' advice, and it seems to be working.
I thank you anyway for your attention and today I'll look for updated drivers for the printer. No harm done.
thanks
Aurora Baccio

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor