Hi, i've never posted to this newsgroup b4 so pls don't shoot me down if 
this is not protocol. But I've been trying to debug a seg fault trying 
varying options from various postings with little success. After generating 
a stacktrace I'm not sure really what to do next to find the problem. If 
anyone can help me, given the trace below that'd be fantastic.

thanks,

Matt - [EMAIL PROTECTED]

#0  0x0835036f in ?? ()
#1  0x404090b4 in _zval_dtor (zvalue=0x83545f4) at 
/tmp/php-4.3.1/Zend/zend_variables.c:51
#2  0x40402909 in _zval_ptr_dtor (zval_ptr=0xbfffce00) at 
/tmp/php-4.3.1/Zend/zend_execute_API.c:289
#3  0x403d56cf in php_var_unserialize (rval=0xbfffce00, p=0xbfffce04, 
max=0x8347078 "\005",
    var_hash=0xbfffce08) at 
/tmp/php-4.3.1/ext/standard/var_unserializer.c:762
#4  0x40389785 in ps_srlzr_decode_php (val=0x3d36ab6c <Address 0x3d36ab6c 
out of bounds>,
    vallen=10564) at /tmp/php-4.3.1/ext/session/session.c:485
#5  0x40389a57 in php_session_decode (
    val=0x8344734 
"logged_in|s:5:\"false\";_env|O:11:\"environment\":25:{s:4:\"_dbc\";O:11:\"patmysqld   
        
bc\":6:{s:6:\"dbhost\";s:9:\"localhost\";s:6:\"dbuser\";s:4:\"root\";s:6:\"dbpass\";s:11:\"thebedotcom
           
\";s:6:\"dbname\";s:12:\"dbSupportLog\""..., vallen=10564)
    at /tmp/php-4.3.1/ext/session/session.c:532
#6  0x40389d0a in php_session_initialize () at 
/tmp/php-4.3.1/ext/session/session.c:617
#7  0x4038ac77 in php_session_start () at 
/tmp/php-4.3.1/ext/session/session.c:1012
#8  0x4038c479 in zif_session_start (ht=0, return_value=0x8344564, 
this_ptr=0x0, return_value_used=0)
    at /tmp/php-4.3.1/ext/session/session.c:1453
#9  0x40417816 in execute (op_array=0x833e6b4) at 
/tmp/php-4.3.1/Zend/zend_execute.c:1596
#10 0x4040a6b7 in zend_execute_scripts (type=8, retval=0x0, file_count=3)
    at /tmp/php-4.3.1/Zend/zend.c:864
#11 0x403e3a9e in php_execute_script (primary_file=0xbffff420) at 
/tmp/php-4.3.1/main/main.c:1573
#12 0x4041befc in php_output_filter (f=0x8198e78, bb=0x819b478)
    at /tmp/php-4.3.1/sapi/apache2filter/sapi_apache2.c:465
#13 0x08088e57 in ap_pass_brigade (next=0x8198e78, bb=0x819b048) at 
util_filter.c:540
#14 0x080906a8 in default_handler (r=0x8197018) at core.c:3320
#15 0x0807c069 in ap_run_handler (r=0x8197018) at config.c:194
#16 0x0807c6d5 in ap_invoke_handler (r=0x8197018) at config.c:401
#17 0x0806be93 in ap_process_request (r=0x8197018) at http_request.c:288
#18 0x08067429 in ap_process_http_connection (c=0x81909a8) at 
http_core.c:293
#19 0x08086949 in ap_run_process_connection (c=0x81909a8) at connection.c:85
---Type <return> to continue, or q <return> to quit---
#20 0x08086c5f in ap_process_connection (c=0x81909a8, csd=0x81908d8) at 
connection.c:207
#21 0x0807a906 in child_main (child_num_arg=0) at prefork.c:696
#22 0x0807a9c8 in make_child (s=0x80ba178, slot=0) at prefork.c:736
#23 0x0807aae3 in startup_children (number_to_start=5) at prefork.c:808
#24 0x0807aee9 in ap_mpm_run (_pconf=0x80b7b10, plog=0x80efbf0, s=0x80ba178) 
at prefork.c:1024
#25 0x08081169 in main (argc=2, argv=0xbffff7a4) at main.c:643
#26 0x40210082 in __libc_start_main () from /lib/i686/libc.so.6


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to