> it seems that the 15 second pause is while soffice.bin dumps core.
> 
> It's not yet getting in my way so I'm not ready to do a clean install of 
> SXCE b76 or such just to rule out operator error, but if this helps 
> someone notice a problem and fix it sooner that's goodness.  

A workaround seems to be to run soffice.bin with LD_NOLAZYLOAD=1

I can reproduce the issue like this:

1. Start StarOffice:  /opt/staroffice8/program/soffice.bin
 
2.  In another window, tell the running StarOffice that is should open a file:

    /opt/staroffice8/program/soffice.bin /etc/passwd

    This second invocation of soffice.bin is core dumping...

3.  Now the same as 2., but with LD_NOLAZYLOAD=1

    env LD_NOLAZYLOAD=1 /opt/staroffice8/program/soffice.bin /etc/passwd

    This works, and doesn't core dump!
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to