data sharing.

2004-06-01 Thread Anthony Hinsinger
Hello, I'd like to share a hash table between all apache processes (i'm using apache 1.3.x and mod_perl 1.27) Each process must be able to add and remove key/value in this hash (values are perl blessed objects) Does anyone has experiences with this kind of problem ? Thanks Anthony

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
ymtab(gv_stashpv("Apache::AuthCAS", FALSE)); } } } MODULE = Apache::AuthCASPACKAGE = Apache::AuthCAS PROTOTYPES: DISABLE BOOT: XS_Apache__AuthCAS.name = "Apache::AuthCAS"; add_module(&XS_Apache__AuthCAS); stash_mod_pointer("Apac

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
Stas Bekman wrote: Anthony Hinsinger wrote: Stas Bekman wrote: Anthony Hinsinger wrote: the missing lines : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 2752)] 0x0807d151 in perl_perl_create_cfg (sv=0x888fdcc, pclass=0x816fcc4, parms=0xba10

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
Stas Bekman wrote: Anthony Hinsinger wrote: the missing lines : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 2752)] 0x0807d151 in perl_perl_create_cfg (sv=0x888fdcc, pclass=0x816fcc4, parms=0xba10, type=0x80ed6c9 "SERVER_CREATE") at per

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
TRUE(*sv) && SvROK(*sv) && sv_isobject(*sv)) Stas Bekman wrote: Anthony Hinsinger wrote: Hello, here is a better backtrace of my problem. the strange thing is it never crash at the first request after starting the process (from gdb) .. but at the second. for informations, CA

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
0x080c64c3 in make_child (s=0x8109b6c, slot=0, now=1084217908) at http_main.c:4748 #12 0x080c664c in startup_children (number_to_start=5) at http_main.c:4830 #13 0x080c6d3c in standalone_main (argc=6, argv=0xbd14) at http_main.c:5149 #14 0x080c75ea in main (argc=6, argv=0xbd14) at http_ma

Re: Apache custom directives problem

2004-05-10 Thread Anthony Hinsinger
handlers returned -1 `PerlTransHandler' push_handlers() stack is empty PerlTransHandler handlers returned -1 blessing cmd_parms=(0xba30) i hope it could help to resolve the problem. Anthony Le sam 08/05/2004 à 18:53, Stas Bekman a écrit : > Anthony Hinsinger wrote: > > Hello, > &g

Apache custom directives problem

2004-05-08 Thread Anthony Hinsinger
pache crash exactly, because for example my authentification handler works, and i retrieve directives values. I think it crash when it send content. Does anyone has an idea ? is it a bug ? is it a mistake ? Thanks ! Anthony Hinsinger Univerity of Metz France -- Report problems: http://perl.apa