> I'm experiencing an unpleasant crash in libproc from dbx on build 52. > > The stack trace is: > > ps_pbrandname(0x8468cbc, 0x8046030, 0x400) > Pbrandname(0x8468cbc, 0x8046030, 0x400) > Pgetauxval(0x8468cbc, 0x7e3) > --- Signal SIGSEGV raised ---
Yep, branded zones break dbx, see this thread: http://www.opensolaris.org/jive/thread.jspa?threadID=15244&tstart=45 It's supposed to be bug 6477975; no patch available, AFAICT. I've worked arround the problem by LD_PRELOAD'ing my own ps_pbrandname() stub function into dbx. This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
