Re: [Zope-dev] recipe for trapping SIGSEGV and SIGILL signals on solaris

2001-12-13 Thread Joseph Wayne Norton


Matt -

Ok, I installed everything and the system is running fine (or no
worse).  However, we still faced one restart so far.  I have included
the debug information below.

This looks similiar to the problem report on sourceforge:

 http://sourceforge.net/tracker/?func=detailatid=105470aid=471942group_id=5470

I posted a comment to see if they have any updates.

One question ... does anyone every malloc a plain ClassExtension
object?  It seems that every CE-based object has their own struct
typedef. If so, then I think yesterday's patch problaby won't do any
harm but won't help either.

The current running process is being monitored by truss so I will be
able to get at least one more core dump (if we get one). I won't be
able to get any more information until tomorrow.

Any other ideas?  Thanks for your help.

- joe .

(gdb) info threads
  17 Thread 10  0xef5b9810 in _lwp_sema_wait ()
  16 Thread 9  0xef647cac in _swtch ()
  15 Thread 8  0xef5b9810 in _lwp_sema_wait ()
  14 Thread 7 (LWP 5)  0xcaeb50 in ?? ()
  13 Thread 6  0xef647cac in _swtch ()
  12 Thread 5  0xef5b9810 in _lwp_sema_wait ()
  11 Thread 4  0xef647cac in _swtch ()
  10 Thread 3  0xef647cac in _swtch ()
  9 Thread 2 (LWP 2)  0xef5b9958 in _signotifywait ()
  8 Thread 1 (LWP 6)  0xef5b7488 in _poll ()
  7 LWP8  0xef5b6a24 in door_restart ()
  6 LWP6  0xef5b7488 in _poll ()
  5 LWP5  0xcaeb50 in ?? ()
  4 LWP4  0xef5b9810 in _lwp_sema_wait ()
  3 LWP3  0xef5b9810 in _lwp_sema_wait ()
  2 LWP2  0xef5b9958 in _signotifywait ()
* 1 LWP1  0xef5b9810 in _lwp_sema_wait ()

(gdb) thread 14
[Switching to Thread 7 (LWP 5)]
#0  0xcaeb50 in ?? ()

(gdb) where
#0  0xcaeb50 in ?? ()
#1  0x516bc in collect (young=0x13dec8, old=0x13ded4)
at ./Modules/gcmodule.c:379
#2  0x51984 in collect_generations () at ./Modules/gcmodule.c:484
#3  0x519fc in _PyGC_Insert (op=0xecf7d4) at ./Modules/gcmodule.c:507
#4  0x664ec in PyMethod_New (func=0x3f796c, self=0x11c0d44,
class=0x3c7e5c)
at Objects/classobject.c:1834
#5  0x63850 in instance_getattr2 (inst=0x11c0d44, name=0x3d5378)
at Objects/classobject.c:642
#6  0x63750 in instance_getattr1 (inst=0x11c0d44, name=0x3d5378)
at Objects/classobject.c:608
#7  0x63898 in instance_getattr (inst=0x11c0d44, name=0x3d5378)
at Objects/classobject.c:656
#8  0x78330 in PyObject_GetAttr (v=0x11c0d44, name=0x3d5378)
at Objects/object.c:1052
#9  0x895ec in builtin_hasattr (self=0x0, args=0x12ed944)
at Python/bltinmodule.c:886
#10 0x35a44 in call_cfunction (func=0x1609b0, arg=0x12ed944, kw=0x0)
at Python/ceval.c:2854
#11 0x33c5c in eval_code2 (co=0x3cbf80, globals=0x1, locals=0x0,
args=0x2, 
argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
at Python/ceval.c:1948

and so on 

___
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] RAMCacheManager and gzip

2001-12-13 Thread Nicola Larosa

 I think I have figured out what I did wrong, but I now have compression
 working for IE


That's great! I was recently noticing that some web pages saved locally from 
within Mozilla were gzipped, so this thing is moderately widespread.

I think it would be a great addition to Zope. Particularly useful with all 
those blank lines in Page Templates' output. ;^)


 If anyone wants the patch to play with, drop me a line (It's a file to add
 to the PatchKit folder. PatchKit auto-loads all patches it finds - just
 restart Zope, or refresh PatchKit).

Yes, please, send it my way too. Time's also ripe to give a glance to PatchKit.


-- 
Mozilla will be around long after nobody can remember
just quite what Internet Explorer actually used to be.
   AirLace on Slashdot

Nicola Larosa - [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] CatalogAware question

2001-12-13 Thread Dirk Datzert



Hi,

I want to make ZNavigator CatalogAware and thought 
that I only had to put CatalogAware as the first class-parent like 
this:

def ZNavigator ( CatalogAware , ... ):
...

def NavItem ( CatalogAware , ...):
...

Am I right or wrong ? 

I want to catalog every property into 
ZNavigator/NavItem which a index exists in my ZCatalog named Catalog in the 
root-folder.
Do I need to programm a special code into a Class 
which should CatalogAware ?

Regards,

Dirk Datzert

Rasselstein Hoesch GmbH Informatik / 
AnwendungsentwicklungD-56626 AndernachKoblenzer Strasse 141

http://www.rasselstein-hoesch.de

Tel.: +49 (0) 2631 81-4595Fax.: +49 (0) 2631 
81-15-4595mailto:[EMAIL PROTECTED]



BEGIN:VCARD
VERSION:2.1
N:Datzert;Dirk
FN:Dirk Datzert
ORG:;Andernach
TEL;WORK;VOICE:+49 2631 81 4595
TEL;WORK;FAX:+49 2631 81 15 4595
ADR;WORK:;;Andernach
LABEL;WORK:Andernach
KEY;X509;ENCODING=BASE64:
MIIDVTCCAr6gAwIBAgIPAM2aAkJs9V5JP7ynMA0GCSqGSIb3DQEBBAUAMIG8MQswCQYD
VQQGEwJERTEQMA4GA1UECBMHSGFtYnVyZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgGA1UEChMx
VEMgVHJ1c3RDZW50ZXIgZm9yIFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEiMCAG
A1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMSBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlm
aWNhdGVAdHJ1c3RjZW50ZXIuZGUwHhcNMDExMTEyMTIwMTM1WhcNMDMwMTAyMTIwMTM1WjBp
MQswCQYDVQQGEwJERTEQMA4GA1UEBxMHTmV1d2llZDEVMBMGA1UEAxMMRGlyayBEYXR6ZXJ0
MTEwLwYJKoZIhvcNAQkBFiJEaXJrLkRhdHplcnRAcmFzc2Vsc3RlaW4taG9lc2NoLmRlMIGf
MA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCog/5TyCRdMjACIM/U23qq0n0LUEeb+X3WpIn5
2UHosqQMDdLDEtlUOMSKTrqcsp3lHTOQWwj65/T3cI85brb7PkJDtbCI57MVTtMIKByd946g
uIOe6xti0H+lJAscIO1a6FqFjjJLhudWpDqaWgW95qGaFVT1me2xPEaoiampxQIDAQABo4Gq
MIGnMDMGCWCGSAGG+EIBCAQmFiRodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2d1aWRlbGlu
ZXMwEQYJYIZIAYb4QgEBBAQDAgWgMF0GCWCGSAGG+EIBAwRQFk5odHRwczovL3d3dy50cnVz
dGNlbnRlci5kZS9jZ2ktYmluL2NoZWNrLXJldi5jZ2kvQ0Q5QTAwMDAwMDAyNDI2Q0Y1NUU0
OTNGQkNBNz8wDQYJKoZIhvcNAQEEBQADgYEAOHB5sq4AdTAwizcmGPgdnfPo9btBu1d/PRNO
D/xoIhXlI4A0ehRZCBGuOup0L78YBj+DZUMDOK3H6+5M8rOfCazkcYlcfdxZ9LeNRkMy+RRx
PbmXelKB7UjM6IfJyZiQzm/jTwxFle3L+W8TMSPwmAdTJOo0YkikHCAlxNLMn4y=


EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20011213T092728Z
END:VCARD



Re: [Zope-dev] Merhabalar;

2001-12-13 Thread seb bacon

ROTFLMAO :-)

On Wed, 2001-12-12 at 22:44, Lennart Regebro wrote:
 From: Can Canbilek [EMAIL PROTECTED]
  Öncelikle rahatsýz ediyorsak özür dileriz ama bu maili okursanýz sanýrým
  bize teþekkür edeceksiniz. Sizlere, hiçbir masraf yapmadan yalnýzca
  internete girerek para kazanacaðýnýzý iddia ediyoruz.
 
 Oh, yeah? Well you aint that pretty yourself!
 
  Hiçbir yalan dolan, hile olmadan
 
 Keep my mother out of this!!
 
 :-)



___
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] CatalogAware Products and PropertyManager

2001-12-13 Thread Dirk Datzert



Hi,

has anybody written a some hotfix-like product 
which makes the PropertyManager more CatalogAware ?

I knew now that adding, changing, deleting 
properties of a CatalogAware object will not reindex the object, but I want to 
say that this would be a central point of interest of me.

If there isn't a hotfix-like product out there I 
probably can write one. 

Regards,

Dirk Datzert

Rasselstein Hoesch GmbH Informatik / 
AnwendungsentwicklungD-56626 AndernachKoblenzer Strasse 141

http://www.rasselstein-hoesch.de

Tel.: +49 (0) 2631 81-4595Fax.: +49 (0) 2631 
81-15-4595mailto:[EMAIL PROTECTED]



BEGIN:VCARD
VERSION:2.1
N:Datzert;Dirk
FN:Dirk Datzert
ORG:;Andernach
TEL;WORK;VOICE:+49 2631 81 4595
TEL;WORK;FAX:+49 2631 81 15 4595
ADR;WORK:;;Andernach
LABEL;WORK:Andernach
KEY;X509;ENCODING=BASE64:
MIIDVTCCAr6gAwIBAgIPAM2aAkJs9V5JP7ynMA0GCSqGSIb3DQEBBAUAMIG8MQswCQYD
VQQGEwJERTEQMA4GA1UECBMHSGFtYnVyZzEQMA4GA1UEBxMHSGFtYnVyZzE6MDgGA1UEChMx
VEMgVHJ1c3RDZW50ZXIgZm9yIFNlY3VyaXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEiMCAG
A1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMSBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlm
aWNhdGVAdHJ1c3RjZW50ZXIuZGUwHhcNMDExMTEyMTIwMTM1WhcNMDMwMTAyMTIwMTM1WjBp
MQswCQYDVQQGEwJERTEQMA4GA1UEBxMHTmV1d2llZDEVMBMGA1UEAxMMRGlyayBEYXR6ZXJ0
MTEwLwYJKoZIhvcNAQkBFiJEaXJrLkRhdHplcnRAcmFzc2Vsc3RlaW4taG9lc2NoLmRlMIGf
MA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCog/5TyCRdMjACIM/U23qq0n0LUEeb+X3WpIn5
2UHosqQMDdLDEtlUOMSKTrqcsp3lHTOQWwj65/T3cI85brb7PkJDtbCI57MVTtMIKByd946g
uIOe6xti0H+lJAscIO1a6FqFjjJLhudWpDqaWgW95qGaFVT1me2xPEaoiampxQIDAQABo4Gq
MIGnMDMGCWCGSAGG+EIBCAQmFiRodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2d1aWRlbGlu
ZXMwEQYJYIZIAYb4QgEBBAQDAgWgMF0GCWCGSAGG+EIBAwRQFk5odHRwczovL3d3dy50cnVz
dGNlbnRlci5kZS9jZ2ktYmluL2NoZWNrLXJldi5jZ2kvQ0Q5QTAwMDAwMDAyNDI2Q0Y1NUU0
OTNGQkNBNz8wDQYJKoZIhvcNAQEEBQADgYEAOHB5sq4AdTAwizcmGPgdnfPo9btBu1d/PRNO
D/xoIhXlI4A0ehRZCBGuOup0L78YBj+DZUMDOK3H6+5M8rOfCazkcYlcfdxZ9LeNRkMy+RRx
PbmXelKB7UjM6IfJyZiQzm/jTwxFle3L+W8TMSPwmAdTJOo0YkikHCAlxNLMn4w=


EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20011213T105412Z
END:VCARD



Re: [Zope-dev] CatalogAware Products and PropertyManager

2001-12-13 Thread Matt Hamilton

On Thu, 13 Dec 2001, Dirk Datzert wrote:

 Hi,

 has anybody written a some hotfix-like product which makes the PropertyManager more 
CatalogAware ?

 I knew now that adding, changing, deleting properties of a CatalogAware object will 
not reindex the object, but I want to say that this would be a central point of 
interest of me.

There is a similar Hotfix to make DTML Documents CatalogAware, I think it
is called DocumentTools.  It might work for what you are doing, or could
be modifiable for your needs.

-Matt


-- 
Matt Hamilton [EMAIL PROTECTED]
Netsight Internet Solutions, Ltd.  Business Vision on the Internet
http://www.netsight.co.uk   +44 (0)117 9090901
Web Hosting | Web Design  | Domain Names  |  Co-location  | DB Integration



___
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] zope.org wiki tinkering

2001-12-13 Thread Ken Manheimer

I'm going to be tinkering with the wikis on zope.org, to try installing my
adaptation (and extension) of simon michael's wiki page change
notifications to WikiForNow.  I've exercised the changes as best i could
on a separate site, and don't expect any disruptions, but the unexpected
sometimes happens.-)

I'll followup to zope-web shortly with details about the changes and help
i'd like banging on them, once they're ready for trials, and then to
zope-announce describing the new features once they're ready for wide
release.  I expect all this to be happening today, maybe stretching into
tomorrow depending on the, well, the unexpected...

-- 
Ken
[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 )