ID:               32598
 Updated by:       php-bugs@lists.php.net
 Reported By:      drew at iws dot co dot nz
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Pspell related
 Operating System: Debian Woody
 PHP Version:      4.3.11
 New Comment:

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".


Previous Comments:
------------------------------------------------------------------------

[2005-04-07 00:28:51] [EMAIL PROTECTED]

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

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.



------------------------------------------------------------------------

[2005-04-05 23:48:26] drew at iws dot co dot nz

Description:
------------
pspell is not passing the custom dictionary or it is being munched up
and gobbled through the API call.

I have tested it via a script with CLI php, which works fine , but via
apahce it disregards the custom dictionary variable

YES, I have checked permissions, but the filename for the custom
dictionary isn't being passed, so permissions aren't even the issue in
this case.


Reproduce code:
---------------
http://webhost2.inspire.net.nz/~drew/testpspell.phps

Expected result:
----------------
I expected the custom dictionary to be created and filled with custom
entries.



Actual result:
--------------
Errors in error_log:
-----------------------------------------
[Wed Apr  6 09:35:36 2005] [notice] child pid 3051 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:35:44 2005] [notice] child pid 3031 exit signal
Segmentation fault (11)
[Wed Apr  6 09:36:21 2005] [notice] child pid 2987 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:36:26 2005] [notice] child pid 30088 exit signal
Segmentation fault (11)
[Wed Apr  6 09:37:01 2005] [notice] child pid 3083 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:37:05 2005] [notice] child pid 3082 exit signal
Segmentation fault (11)
[Wed Apr  6 09:40:10 2005] [notice] child pid 30115 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:40:14 2005] [notice] child pid 3078 exit signal
Segmentation fault (11)
-----------------------------------------


Error should be:
Can't create /home/drew/dictionary/custom




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32598&edit=1

Reply via email to