php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36273 pspell_suggest on certain string causes segfault
Submitted: 2006-02-03 14:11 UTC Modified: 2006-02-11 01:00 UTC
From: mnc at firmseek dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.4.2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mnc at firmseek dot com
New email:
PHP Version: OS:

 

 [2006-02-03 14:11 UTC] mnc at firmseek dot com
Description:
------------
The code below generates a reproducible segmentation fault on 
every server I've tried it on.


Reproduce code:
---------------
<?     

$pspell_link = pspell_new("en", "", "", "utf-8", PSPELL_FAST | PSPELL_RUN_TOGETHER);
$suggestions = pspell_suggest($pspell_link, '--');

?>

Expected result:
----------------
Null array, or an error code, but not a dead Apache.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-03 14:16 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2006-02-11 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 23:00:02 2025 UTC