Issue 888 - idlc coredumping on Solaris/Intel
Summary: idlc coredumping on Solaris/Intel
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 627
Hardware: PC Solaris
: P4 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-14 16:57 UTC by issues@www
Modified: 2003-12-06 14:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.