Re: Re: [PHP-DEV] SIGSEGV/ php_mod_global_dtor

2007-04-26 Thread Oliver Block
Hello Marcus, thanks for hinting me to ext_skel. Actually I wanted to avoid copying my code and tried to set the dtor parameter to NULL and that seems to work too. Best Regards, Oliver - original Nachricht Betreff: Re: [PHP-DEV] SIGSEGV/ php_mod_global_dtor Gesendet: Do, 26

Re: [PHP-DEV] SIGSEGV/ php_mod_global_dtor

2007-04-25 Thread Marcus Boerger
Hello Oliver, we have a bunch of macros for globals. Please use those. For example look into ext/ext_skel for help (or any extension php comeswith). best regards marcus Thursday, April 26, 2007, 12:56:25 AM, you wrote: > Hello internals, > I am facing a problem with tsrm_ls. I receive a SIGS

[PHP-DEV] SIGSEGV/ php_mod_global_dtor

2007-04-25 Thread Oliver Block
Hello internals, I am facing a problem with tsrm_ls. I receive a SIGSEGV on a specific memory address. Program received signal SIGSEGV, Segmentation fault. 0x40019880 in ?? () During a second execution I get (gdb) x/ 0x40019880 0x40019880 : 0x5de58955 My code is PHP_MINIT_FUNCTION(cforum) {