Bug 180352 - Large number of files in home directory causes OpenMotif crash
Summary: Large number of files in home directory causes OpenMotif crash
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: openmotif
Version: 4.0
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On: 144494
Blocks: 181409
TreeView+ depends on / blocked
 
Reported: 2006-02-07 15:33 UTC by Thomas Woerner
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version: RHBA-2006-0292
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-10 21:17:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2006:0292 0 normal SHIPPED_LIVE openmotif bug fix update 2006-08-09 04:00:00 UTC

Description Thomas Woerner 2006-02-07 15:33:41 UTC
+++ This bug was initially created as a clone of Bug #144494 +++

Description of problem:
An OpenMotif application that creates a MessageBox with an information
icon crashes due to a segmentation fault when there are a large number
of files in the user's home directory.


Version-Release number of selected component (if applicable):
openmotif-2.2.3-4.RHEL3.4

How reproducible:
Always

Steps to Reproduce:
1. Download attached test case files: Makefile and msg-box.c
2. Compile test case program:
   $ make
3. Confirm that the test case works:
   $ ./msg-box
4. Create 4000 files in home directory:
   $ cd
   $ sh -c 'for (( i=0; $i <= 4000; i=$i+1 )); do touch testfile.$i; done'
5. Try the test case again and see it crash:
   $ ./msg-box


Actual Results:  Segmentation fault

Expected Results:  Should not crash.

Additional info:

If I comment out line 15 in the test case program (the line that sets
the information icon for the message box), it does not crash. So perhaps
it is looking for the icon in the home directory or something.

The number of files needed in the home directory to cause it to crash
can vary. It seems to be dependent on the length of the file name. I
named the test files testfile.N. But if I make the names of the test
files longer then fewer test files are needed to get it to crash.

-- Additional comment from jlmuir on 2005-01-07 13:17 EST --
Created an attachment (id=109483)
Makefile for test case program


-- Additional comment from jlmuir on 2005-01-07 13:18 EST --
Created an attachment (id=109484)
Test case program


-- Additional comment from twoerner on 2006-02-02 11:59 EST --
Created an attachment (id=124057)
Patch to solve this problem

Upstream motifzone fix which solves this problem.

Comment 8 Red Hat Bugzilla 2006-08-10 21:17:09 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2006-0292.html



Note You need to log in before you can comment on or make changes to this bug.