Bug 25069

Summary: Enlightenment dumps in homedir() specifically getpwuid()
Product: Ports & Packages Reporter: Mike Durian <durian>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mike Durian 2001-02-13 19:30:00 UTC
	I have a feeling this is really a libc problem, but have not
	been able to reproduce the failure outside of the enlightenment
	build (port version = 0.16.5).  The call to homedir() in enlightenment
	results in a core dump when getpwuid() is called.  This happens
	even if you move the call to homedir() so it is the very first
	thing called from main.c.  Somehow isatty() gets called from
	getpwuid() and it results in a call to .cerror() which causes
	the dump.

	A small stand alone program that duplicates the call to homedir()
	does not fail, so perhaps it has to due with lots of static
	variables or other libraries that are linked into E.

Fix: 

No known fix.
How-To-Repeat: 	Build Enlightment from the ports collection and try to run it on
	a resonably current system.  It will fail - at least for me.
Comment 1 Steve Price freebsd_committer freebsd_triage 2001-02-26 02:14:00 UTC
Responsible Changed
From-To: freebsd-ports->vanilla

Over to port's maintainer.
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2001-03-06 18:48:50 UTC
State Changed
From-To: open->closed

Close this one, I have no such problem on my current smp box. 

please cvsup & make world again..