| Newsgroups |
php.bugs |
| Message-ID |
<[email protected]> |
Edit report at http://bugs.php.net/bug.php?id=51424&edit=1
ID: 51424
Patch added by: [email protected]
Reported by: laacz at laacz dot lv
Summary: crypt() function hangs after 3rd call
Status: Open
Type: Bug
Package: Strings related
Operating System: Ubuntu 9.04 x64
PHP Version: 5.3.2
New Comment:
The following patch has been added/updated:
Patch Name: Dead_lock_fix_attempt
Revision: 1269863696
URL:
http://bugs.php.net/patch-display.php?bug=51424&patch=Dead_lock_fix_attempt&revision=1269863696
Previous Comments:
------------------------------------------------------------------------
[2010-03-29 13:27:52] laacz at laacz dot lv
Updated backtrace (patch:).
------------------------------------------------------------------------
[2010-03-29 13:21:47] [email protected]
Stupid me, you did not call crypt php. Please do it again using:
gdb --args php crypt.php
or
gdb php
> run crypt.php
<break>
> bt
------------------------------------------------------------------------
[2010-03-29 13:18:08] [email protected]
It does not look like a crypt issue at all. Is the src file you call
exactly what you pasted here? Or can you attach it as zip please?
------------------------------------------------------------------------
[2010-03-29 13:14:42] laacz at laacz dot lv
Added GDB backtrace as a patch (what a system:).
------------------------------------------------------------------------
[2010-03-29 13:07:54] [email protected]
It works just fine here.
Can you try to run it through gdb, stop the app when it reached the
endless loop, and get a backtrace (bt)?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/bug.php?id=51424
--
Edit this bug report at http://bugs.php.net/bug.php?id=51424&edit=1