Issue 888

Summary: idlc coredumping on Solaris/Intel
Product: Build Tools Reporter: issues@www <issues>
Component: codeAssignee: Unknown <non-migrated>
Status: CLOSED IRREPRODUCIBLE QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P4 CC: issues
Version: 627   
Target Milestone: ---   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description issues@www 2001-05-14 16:57:22 UTC
cd beans; dmake subdmake=true  subdmake="true" subdmake="true" subdmake="true" s
ubdmake="true" product="full"
idlc @/var/tmp/mkBAAtiaGka
idlc: compile 'IllegalTypeException.idl' ...
idlc: compile 'Introspection.idl' ...
Segmentation fault (core dumped)
dmake:  Error code 139, while making '../../../../unxsoli3.pro/misc/urd_cssbeans
.don'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'beans'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'star'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'sun'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'com'
---* TG_SLO.MK *---
dmake:  Error code 255, while making 'udkapi'
---* TG_SLO.MK *---
>

> uname -a
SunOS sun9 5.8 Generic_108529-07 i86pc i386 i86pc

I checked out with

> cvs -z3 co -r OO627B OpenOffice
Comment 1 sander_traveling 2001-05-14 17:03:10 UTC
It's a horrible and cross hack, but this worked for me:
	a) go to sal
	b) rm -rf $INPATH
	c) dmake debug="true"
	d) a new toplevel dmake should now succeed
	e) before making the installation set, remove $INPATH in sal and do 
	   a normal dmake - setup with debug sal won't work

Comment 2 issues@www 2001-05-14 17:24:09 UTC
Ok, that works :-) Thanx!
Comment 3 Unknown 2001-05-15 08:35:59 UTC
well, since it works I guess I close this issue.

a.