[dev] uninstall Open Office.org

2011-06-13 Thread Cynthia Scholes


Dear Developers: 



Re: OpenOffice.org 



I would like to uninstall this program from my computer.  I have done the 
obvious. Control Panel, Add Remove Programs.  It does not appear there and is 
still on my computer...  I've gone to some of the online help places for this 
and to no avail.   All the information is there to install it but not to 
uninstall  Pleae help... I need to free up space on my computer.   



Thank you for your attention.  





Cynthia Scholes 

239-653-9027 


-- 
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Potential dead lock during preparation of crash report

2011-06-13 Thread tora - Takamichi Akiyama

This is another thread forked from:

 2. Potential dead lock
 A code for crash reporter has a potential, dead lock problem.
 http://openoffice.org/projects/www/lists/dev/archive/2011-06/message/50

Here are codes to avoid a potential deadlock that might occurs
during preparation of crash report.
https://bitbucket.org/tora/avoid-potential-deadlock-during-preparation-of-crash-report

(a) Provided a set of alternate library functions for fopen(), fprintf(), ...
(b) Replaced functions such as fprintf(), fputs() with the alternatives.
(c) Replaced functions such as fopen(), fread() with open(), read().
(d) Substituted rtl_uString to char *
(e) Changed the timing of evaluating command line options from the
inside of signal handler to the inside of SAL initialization.

Notes: Original codes that I wrote included more additional lines. The
files above are manually rewritten by removing unrelated code fragments
from the original ones. I think the codes above work well since the
original ones are working, but not yet tested the above ones at all.

Best regards,
Tora

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help