| Bug #7789 | PDFLIB causes Core Dump | ||||
|---|---|---|---|---|---|
| Submitted: | 13 Nov 2000 1:57pm UTC | Modified: | 21 Sep 2002 1:00am UTC | ||
| From: | mark dot faine at msfc dot nasa dot gov | Assigned to: | |||
| Status: | No Feedback | Category: | Reproducible Crash | ||
| Version: | 4.0 Latest CVS (13/11/2000) | OS: | Solaris 2.7 | ||
[15 Nov 2000 1:40pm UTC] sniper@php.net
Which pdflib version? And how did you configure it? --Jani
[15 Dec 2000 8:02pm UTC] sniper@php.net
No feedback and works for me just fine with 4.0.4RC6 and latest CVS. --Jani
[20 Aug 2002 5:46am UTC] wgaboria at univ-lr dot fr
i have the same problem with Solaris 2.7, pdflib-4.0.2, php-4.2.1 ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache --with-oci8=/oracle/product/8.1.6 --with-java=/usr/java1.2 --withou t-mysql --enable-gd-imgstrttf --with-gd --with-jpeg-dir=/usr/local/include --with-xpm-dir --with-ttf --with-fdftk --with-pdflib=/usr/local configure and make are ok but core dump on apache start works well without pdflib Thanx for your help Wilfrid
[20 Aug 2002 7:56am UTC] derick@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 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.
[21 Sep 2002 1:00am UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, 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".

Platform is Solaris 2.7, Apache version 1.3.14 configure line is as follows: ./configure --with-apache=../apache_1.3.14 --enable-libgcc --enable-magic-quotes --enable-track-vars --enable- trans-sid --enable-calendar --enable-ftp --with-mysql=/usr/local/mysql --with-pdflib=/usr/local --with-jpeg-di r=/usr/local Everything compiles fine, no problems, also recompile apache to enable pdf functionality and it seems to go just fine. Problem is when I try to start the server I get this: trs{root}262: apachectl start Bus Error - core dumped /usr/local/apache/bin/apachectl start: httpd could not be started This only started when I recompiled latest php to add pdflib and recompiled apache -Mark