Re: crash in apache

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: Markus Bertheau <twanger(at)bluetwanger(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: crash in apache
Date: 2002-09-08 20:15:56
Message-ID: 1031516157.21303.15.camel@saphir
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, 2002-09-08 at 21:19, Markus Bertheau wrote:
> I got a sig 11 in an apache child process:

This time with debug symbols:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 6943)]
0x403e5425 in _efree (ptr=0x83d7154) at ../../Zend/zend_alloc.c:226
226 REMOVE_POINTER_FROM_LIST(p);
(gdb) bt
#0 0x403e5425 in _efree (ptr=0x83d7154) at ../../Zend/zend_alloc.c:226
#1 0x408efda9 in _free_result (rsrc=0x81e29f4) at
/usr/src/redhat/BUILD/php-4.0.6/ext/pgsql/pgsql.c:202
#2 0x4040f5c1 in list_entry_destructor (ptr=0x81e29f4) at
../../Zend/zend_list.c:179
#3 0x4040e203 in zend_hash_del_key_or_index (ht=0x404fbd68, arKey=0x0,
nKeyLength=0, h=29, flag=1) at ../../Zend/zend_hash.c:531
#4 0x4040f363 in zend_list_delete (id=29) at ../../Zend/zend_list.c:57
#5 0x404092bb in _zval_dtor (zvalue=0x8252244) at
../../Zend/zend_variables.c:80
#6 0x40401880 in _zval_ptr_dtor (zval_ptr=0x83ac9f0) at
../../Zend/zend_execute_API.c:261
#7 0x4040e2d8 in zend_hash_destroy (ht=0x83ac7a4) at
../../Zend/zend_hash.c:560
#8 0x4040928c in _zval_dtor (zvalue=0x8288784) at
../../Zend/zend_variables.c:75
#9 0x40401880 in _zval_ptr_dtor (zval_ptr=0x83ac5a0) at
../../Zend/zend_execute_API.c:261
#10 0x4040e2d8 in zend_hash_destroy (ht=0x404fbc4c) at
../../Zend/zend_hash.c:560
#11 0x4040165f in shutdown_executor () at
../../Zend/zend_execute_API.c:165
#12 0x4040a08f in zend_deactivate () at ../../Zend/zend.c:540
#13 0x4041bd4d in php_request_shutdown (dummy=0x0) at
/usr/src/redhat/BUILD/php-4.0.6/main/main.c:660
#14 0x40419831 in php_apache_request_shutdown (dummy=0x0) at
/usr/src/redhat/BUILD/php-4.0.6/sapi/apache/mod_php4.c:292
#15 0x08051e79 in run_cleanups ()
#16 0x0805094b in ap_clear_pool ()
#17 0x080509b1 in ap_destroy_pool ()
#18 0x0805091c in ap_clear_pool ()
#19 0x0805f1bd in child_main ()
#20 0x0805f969 in make_child ()
#21 0x0805fcbb in perform_idle_server_maintenance ()
#22 0x0806025c in standalone_main ()
#23 0x08060953 in main ()
#24 0x4016e657 in __libc_start_main (main=0x80604d0 <main>, argc=39,
ubp_av=0xbffff234, init=0x804f3d8 <_init>, fini=0x8075080 <_fini>,
rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffff22c) at
../sysdeps/generic/libc-start.c:129
(gdb)

--
Markus Bertheau.
Berlin, Berlin.
Germany.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Chittenden 2002-09-08 21:27:12 pg_config Makefile bogon...
Previous Message Markus Bertheau 2002-09-08 19:19:37 crash in apache