php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22050 lockup in jpgraph
Submitted: 2003-02-04 12:28 UTC Modified: 2003-02-04 14:35 UTC
From: charles_fisher at bigfoot dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.0 OS: HP-UX 10.20
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: charles_fisher at bigfoot dot com
New email:
PHP Version: OS:

 

 [2003-02-04 12:28 UTC] charles_fisher at bigfoot dot com
We have had nothing but problems with graphics under the 4.3.0 release on HP-UX 10.20.

The most basic test case that we can find is canvaspiralex1.php from the jpgraph library - this example works fine under 4.1.2, but will either lock up the httpd with  4.3.0 or wait 30 seconds and time out.

I have tried removing freetype and compiling with older libpng libraries to no avail.

Here are my compile directives:

export CFLAGS="-Ae -s -O +Onolimit +DA2.0 -I/usr/local/include"
export LDFLAGS="-L/usr/local/lib -s"
export ECHO="print -r"

        ./configure \
        --with-zlib-dir \
        --with-png-dir \
        --with-gd \
        --enable-gd-native-ttf \
        --with-freetype-dir \
        --with-gettext \
        --with-mcrypt \
        --with-system-regex \
        --without-mysql \
        --with-oracle --with-oci8 \
        --enable-ftp \
        --enable-sockets \
        --enable-dbx \
        --prefix=/pkg/prdcrm/apache/php \
        --with-apache=../apache_1.3.27

What can I do?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-04 12:37 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

This is a known problem, bug #22042.
 [2003-02-04 14:32 UTC] charles_fisher at bigfoot dot com
What are you talking about? 22042 is a postgresql issue on slackware?

This is a GD problem on hp-ux. How exactly are these related?
 [2003-02-04 14:35 UTC] iliaa@php.net
Oops, the correct bug report can be found here:
http://bugs.php.net/bug.php?id=21596
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 11:01:37 2024 UTC