[Zope-dev] python memory error on Windows NT

2000-11-04 Thread James Johnson

Error messages are wonderful things aren't they?  If you notice other 
quirky/unexplained behavior with the machine, it could be a RAM 
problem. 
  You say you have 2 ODBC connections and 2 Access databases.  Are 
they located on the same machine or across a LAN? One hunch is that 
the problem is that because of network traffic, complex queries, 
proxy access. Some kind of delay however slight could be causing the 
ODBC software to fail.
  The RAM does seem suspect and some other process on your machine 
could be set to aggressively take RAM space.
I would look into the way Zodbc handles network latency and error 
conditions between 2 or more ODBC databases.
I wonder from what I just suggested would it be possible to get this 
error from Zodbc?

python.exe
>The instruction at "0x1b271a1f"
>referenced memory at "0x"
>The memory could not be "read"


Get your Free E-mail at http://tacoma.zzn.com

Get your own Web-Based E-mail Service at http://www.zzn.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] python memory error on Windows NT

2000-11-03 Thread Phil Harris

Me too, I've seen memory problems with ODBC to Access.

- Original Message - 
From: "Toby Dickenson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, November 03, 2000 4:13 PM
Subject: RE: [Zope-dev] python memory error on Windows NT


| > > That sounds like a bug in an extension module
| 
| 
| > The installed packages on the site are (all the Zope 2.2.2 
| > released with 
| > and):
| 
| >ZODBCDA (Installed product ZODBCDA) 
| 
| > we use 2 ODBC connection on 2 MSAccess MDB and no python 
| > extension.
| > I do not know where and when the problem happens. But it happens.
| 
| I suspect Access 
| 
| ___
| Zope-Dev maillist  -  [EMAIL PROTECTED]
| http://lists.zope.org/mailman/listinfo/zope-dev
| **  No cross posts or HTML encoding!  **
| (Related lists - 
|  http://lists.zope.org/mailman/listinfo/zope-announce
|  http://lists.zope.org/mailman/listinfo/zope )


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




RE: [Zope-dev] python memory error on Windows NT

2000-11-03 Thread Toby Dickenson

> > That sounds like a bug in an extension module


> The installed packages on the site are (all the Zope 2.2.2 
> released with 
> and):

>ZODBCDA (Installed product ZODBCDA) 

> we use 2 ODBC connection on 2 MSAccess MDB and no python 
> extension.
> I do not know where and when the problem happens. But it happens.

I suspect Access 

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] python memory error on Windows NT

2000-11-03 Thread Coi Giovanni

In data 3 Nov 2000, alle ore 11:22, Toby Dickenson ha scritto:

> >someone has never seen this kind of error on Windows NT
> >4.0 (last patch update) while executing IIS 4.0 + Zope 2.2.2?
> >The panel say:
> >
> >python.exe
> >The instruction at "0x1b271a1f"
> >referenced memory at "0x"
> >The memory could not be "read"
> 

> That sounds like a bug in an extension module (or a hardware fault,
> unless you have other software on this machine that doesnt have any
> problems). Are you using any unusal extension modules?
> 
The installed packages on the site are (all the Zope 2.2.2 released with 
and):
   
   FSSession (Installed product FSSession (FSSession-0-4-2)) 
   Hotfix_2000-10-02 (Installed product Hotfix_2000-10-02) 
   Hotfix_2000-10-11 (Installed product Hotfix_2000-10-11) 
   LocalFS (Installed product LocalFS) 
   MetaPublisher (Installed product MetaPublisher (MetaPublisher 1.0.2)) 
   TinyTable (Installed product TinyTable (TinyTable-0-8-2)) 
   ZODBCDA (Installed product ZODBCDA) 

we use 2 ODBC connection on 2 MSAccess MDB and no python 
extension.
I do not know where and when the problem happens. But it happens.

> >it hang python (and so Zope) until someone, looking at the server
> >console, notice the panel, and click the (only) OK button.
> 
> Yes, thats a PITA. Have a look at Microsoft's Knowledge Base article
> Q188296

Oh yes I have already disable Dr. Watson Pop UP. My PopUp panel is not 
a Dr.Watson is a X on red circle windows NT self made popup :-(

Bye
G.C.
_
Prometeo srl - The Software Experience
Coi Giovanni
Voice : +39 (041)5701366Via Giudecca 15
Fax   : +39 (041)570100530035 MIRANO (VE) - ITALY
e-mail: [EMAIL PROTECTED] http://www.prometeo.it

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] python memory error on Windows NT

2000-11-03 Thread Toby Dickenson

On Fri, 3 Nov 2000 09:44:42 +0100, "Coi Giovanni"
<[EMAIL PROTECTED]> wrote:

>someone has never seen this kind of error on Windows NT
>4.0 (last patch update) while executing IIS 4.0 + Zope 2.2.2?
>The panel say:
>
>python.exe
>The instruction at "0x1b271a1f"
>referenced memory at "0x"
>The memory could not be "read"

That sounds like a bug in an extension module (or a hardware fault,
unless you have other software on this machine that doesnt have any
problems). Are you using any unusal extension modules?

>it hang python (and so Zope) until someone, looking at the server
>console, notice the panel, and click the (only) OK button.

Yes, thats a PITA. Have a look at Microsoft's Knowledge Base article
Q188296



Toby Dickenson
[EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] python memory error on Windows NT

2000-11-03 Thread Coi Giovanni

Hi,

someone has never seen this kind of error on Windows NT
4.0 (last patch update) while executing IIS 4.0 + Zope 2.2.2?
The panel say:

python.exe
The instruction at "0x1b271a1f"
referenced memory at "0x"
The memory could not be "read"

it hang python (and so Zope) until someone, looking at the server
console, notice the panel, and click the (only) OK button.
Afterthere python (re?)start using 90% CPU time for about 2
minuts and all goes ok (until next error).

Can I remove this error? Or remove the popup of the error panel? How I 
can do?

TIA
G.C.

_
Prometeo srl - The Software Experience
Coi Giovanni
Voice : +39 (041)5701366Via Giudecca 15
Fax   : +39 (041)570100530035 MIRANO (VE) - ITALY
e-mail: [EMAIL PROTECTED] http://www.prometeo.it

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )