php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #51424
Patch membar-solaris.patch revision 2010-06-16 22:59 UTC by SRIRAM dot NATARAJAN at GMAIL dot COM
Patch Dead_lock_fix_attempt revision 2010-03-29 11:54 UTC by pajoye@php.net
Patch GDB-backtrace-proper revision 2010-03-29 11:27 UTC by laacz at laacz dot lv
Patch GDB-backtrace revision 2010-03-29 11:13 UTC by laacz at laacz dot lv

Patch GDB-backtrace-proper for Strings related Bug #51424

Patch version 2010-03-29 11:27 UTC

Return to Bug #51424 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: laacz@laacz.lv

#  gdb --args php crypt.php
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/php...done.
(gdb) run
Starting program: /usr/local/bin/php crypt.php
[Thread debugging using libthread_db enabled]
#1: ABcghTMliojv2
#2: ABcghTMliojv2
^C
Program received signal SIGINT, Interrupt.
0x00007ffff3e71c34 in __lll_lock_wait () from /lib/libpthread.so.0
(gdb) bt
#0  0x00007ffff3e71c34 in __lll_lock_wait () from /lib/libpthread.so.0
#1  0x00007ffff3e6d295 in _L_lock_949 () from /lib/libpthread.so.0
#2  0x00007ffff3e6d0b8 in pthread_mutex_lock () from /lib/libpthread.so.0
#3  0x00000000006fb530 in _crypt_extended_init_r () at /home/install/php-5.3.2/ext/standard/php_crypt_r.c:81
#4  0x00000000007106ef in zif_crypt (ht=<value optimized out>, return_value=0x13c7e70, return_value_ptr=<value optimized out>, this_ptr=<value optimized out>, return_value_used=<value optimized out>, tsrm_ls=<value optimized out>)
    at /home/install/php-5.3.2/ext/standard/crypt.c:261
#5  0x0000000000831d19 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7e8b050, tsrm_ls=0xfdc0c0) at /home/install/php-5.3.2/Zend/zend_vm_execute.h:313
#6  0x000000000082a7bb in execute (op_array=0x13c85f8, tsrm_ls=0xfdc0c0) at /home/install/php-5.3.2/Zend/zend_vm_execute.h:104
#7  0x0000000000800938 in zend_execute_scripts (type=<value optimized out>, tsrm_ls=0xfdc0c0, retval=<value optimized out>, file_count=3) at /home/install/php-5.3.2/Zend/zend.c:1194
#8  0x00000000007a2aff in php_execute_script (primary_file=<value optimized out>, tsrm_ls=<value optimized out>) at /home/install/php-5.3.2/main/main.c:2260
#9  0x000000000089b46c in main (argc=<value optimized out>, argv=<value optimized out>) at /home/install/php-5.3.2/sapi/cli/php_cli.c:1192
(gdb)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 17:01:30 2024 UTC