i'd recommend using either dtrace or truss (from the global zone) to stop the process when exist or just before exit, then you might be able to get a exiting stack trace or see what the app was doing just before it exits.
ed On Wed, Jan 07, 2009 at 08:44:50AM -0800, Osmar wrote: > I'm trying to migrate a SUN V880 with Solaris 8 4/01 with the latest cluster > patches to a Solaris branded zones on a Fujitsu-Siemens M5000 with Solaris 10 > 8/07 with a cluster patches of november 2008 and Solaris container 1.0.07. > I was able to migrate the system without problem but one application is not > working: > Orbix 5.1 from Iona, when I'm trying to compile with idl the program will > terminate with an exit99 (see with the truss of the process). > > It is any way to debug the program to see what can be the problem with the > application? > > I try to compare the truss of the application working on the physical machine > that works fine and the one on the zone not working but I wasn't able to find > some usefully information. > > Thanks > Dado > -- > This message posted from opensolaris.org > _______________________________________________ > brandz-discuss mailing list > brandz-discuss at opensolaris.org
