Difference between revisions of "User:Kr"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Extract building OOo into its own page)
m (Extracted too much ;-))
Line 30: Line 30:
 
* http://en.wikipedia.org/wiki/Mac_OS_X
 
* http://en.wikipedia.org/wiki/Mac_OS_X
  
==Building OOo==
+
==Misc==
[[/Building OOo]]
+
* My Linux Desktop Architects Meeting II presentation slides: [[Media:DAM2-OOo_1_1.odp]]
 +
* My OOo Conf 2006 presentation slides: [[Media:OOoConf_2006_Cleaning_Up_Multi-Threading.odp]]
 +
* A short presentation prepared for the OOo BOF at EuroOSCON2006: [[Media:EuroOSCON2006-OOo_Architecture.odp]]
 +
* Broken __attribute__((constructor)) for gcc 3.3
 +
** http://www.opensource.apple.com/darwinsource/Current/libstdcxx-11/libstdcxx/NEWS
 +
** http://www.mail-archive.com/debian-gcc@lists.debian.org/msg06180.html
 +
* "exit" libc API call is racy wrt to pthreads on some Systems, see [[User:Kr/exit_race.c]]
 +
 
 +
==Notes==
 +
* "pthread_exit" and its relationship to process termination  ...
 +
** "atexit" actually gets called by the last thread in a process
 +
** "pthread_exit" in "main" would actually be perfect, if it was allowing to pass another return value than zero ...
 +
** [[/Building OOo]]
  
 
==My Efforts==
 
==My Efforts==

Revision as of 07:43, 5 September 2007

Contact

Background

Some Thoughts

GullFOSS

Some Scripts

Platforms

Misc

Notes

  • "pthread_exit" and its relationship to process termination ...
    • "atexit" actually gets called by the last thread in a process
    • "pthread_exit" in "main" would actually be perfect, if it was allowing to pass another return value than zero ...
    • /Building OOo

My Efforts

Effort/Revise OOo Multi-Threading

Move Uno stuff into the Uno Wiki. See Uno/Effort/Migrate Documentation

  • Update udk.openoffice.org to reflect latest wiki changes.

Do a source code inventory

Some Links

Event Driven Programming

Threading

OOo

Error Handling

Software

64bits

Building

Policies

Personal tools