Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 439915

Summary: ImageMagick C++ library generates assertion failure in RemoveNodeByValueFromSplayTree
Product: Red Hat Enterprise Linux 5 Reporter: Geoff Quelch <quelch>
Component: ImageMagickAssignee: Jan Horak <jhorak>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.1CC: pm-rhel, quelch
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-03 11:40:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Code reproducing the error none

Description Geoff Quelch 2008-03-31 23:11:31 UTC
Description of problem:
C++ code compiled with ImageMagick++ generates error:
magick/splay-tree.c:903: RemoveNodeByValueFromSplayTree: Assertion `splay_info
!= (SplayTreeInfo *) ((void *)0)' failed.

Version-Release number of selected component (if applicable):
Installed RPMs:
ImageMagick-6.2.8.0-3.el5.4
ImageMagick-devel-6.2.8.0-3.el5.4
ImageMagick-c++-6.2.8.0-3.el5.4
ImageMagick-c++-devel-6.2.8.0-3.el5.4
ImageMagick-c++-devel-6.2.8.0-3.el5.4
ImageMagick-6.2.8.0-3.el5.4
ImageMagick-devel-6.2.8.0-3.el5.4
ImageMagick-perl-6.2.8.0-3.el5.4
ImageMagick-c++-6.2.8.0-3.el5.4

How reproducible:


Steps to Reproduce:
1. 
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Norm Murray 2008-04-01 00:00:21 UTC
Got some sample code which will show this? 

Comment 2 Geoff Quelch 2008-04-01 17:04:35 UTC
Thanks. I'll try and put together a small test case, or find out I'm making a
mistake with the library... :-)

Comment 3 Geoff Quelch 2008-04-01 20:19:27 UTC
Created attachment 299965 [details]
Code reproducing the error

Compile with:

g++  `Magick++-config --cppflags --cxxflags --ldflags --libs` main.cpp -o
bugtest

Comment 4 Cristy 2008-05-29 00:08:08 UTC
The m_bg_image image object is being accessed before it is defined.  However,
ImageMagick should throw a proper exception rather than an assertion.  The patch
is to only reset the exception signature in DestroyExceptionInfo() of
magick/exception.c if the relinquish member is not 0:

  if (exception->relinquish != MagickFalse)
    exception->signature=(~MagickSignature);

We have this patch in ImageMagick 6.4.1-4 Beta.


Comment 5 Geoff Quelch 2008-05-29 16:27:43 UTC
I have set the size and type of m_bg_image and the code runs without an assertion.
In my full code I am reading in a file to this variable when I got this
exception, does reading in a file not define the object appropriately?
Many thanks.

Comment 6 RHEL Program Management 2014-03-07 12:43:44 UTC
This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug.

Comment 7 RHEL Program Management 2014-06-03 11:40:33 UTC
Thank you for submitting this request for inclusion in Red Hat Enterprise Linux 5. We've carefully evaluated the request, but are unable to include it in RHEL5 stream. If the issue is critical for your business, please provide additional business justification through the appropriate support channels (https://access.redhat.com/site/support).

Comment 8 Red Hat Bugzilla 2023-09-14 01:12:16 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days