To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80300
------- Additional comments from [EMAIL PROTECTED] Thu Aug 23 08:49:42 +0000 2007 ------- Thanks to Pavel I have a core dump and a stack-trace, and guess what, it dies because the Pyton GC again :-( : #0 ... in ~ImplIntrospectionAccess (this=0x2aaaacb19c00) at Reference.hxx:115 #1 ... in ~Invocation_Impl (this=0x2aaaacb04710) at Reference.hxx:115 #2 ... in pyuno::PyUNO_del (self=0x2aaaac61b120) at Reference.hxx:115 #3 ... in PyDict_Next () from /data/oo/BuildDir/ooo_OOG680_m2_src/solver/680/unxlngx6.pro/lib/libpython2.3.so.1.0 #4 ... in PyMethod_Fini () from /data/oo/BuildDir/ooo_OOG680_m2_src/solver/680/unxlngx6.pro/lib/libpython2.3.so.1.0 #5 ... in pyuno::GCThread::run (this=0x2aaaacb02c10) at /data/oo/BuildDir/ooo_OOG680_m2_src/pyuno/source/module/pyuno_gc.cxx:88 #6 ... in threadFunc (param=0x2aaaacb02c10) at thread.hxx:200 #7 ... in osl_thread_start_Impl (pData=<value optimized out>) at thread.c:279 #8 ... in start_thread () from /lib64/tls/libpthread.so.0 #9 ... in clone () from /lib64/tls/libc.so.6 the other thread showing that the process nearly terminated while the GC finally awakes: #0 ... in rtl_arena_free (arena=0x2aec72ea21a0, addr=0x2aaaaaacd000, size=<value optimized out>) at alloc_arena.c:456 #1 ... in rtl_cache_slab_free (cache=0x2aec72ea0b20, addr=<value optimized out>) at alloc_cache.c:594 #2 ... in rtl_cache_magazine_clear (cache=0x2aec72ea0b20, mag=0x2aaaac48d870) at alloc_cache.c:663 #3 ... in rtl_cache_deactivate (cache=0x2aec72ea0b20) at alloc_cache.c:1004 #4 ... in rtl_cache_fini () at alloc_cache.c:1709 #5 ... in __do_global_dtors_aux () from /data/oo/BuildDir/ooo_OOG680_m2_src/solver/680/unxlngx6.pro/lib/libuno_sal.so.3 #6 ... in ?? () #7 ... in _fini () from /data/oo/BuildDir/ooo_OOG680_m2_src/solver/680/unxlngx6.pro/lib/libuno_sal.so.3 #8 ... in ?? () #9 ... in _dl_fini () from /lib64/ld-linux-x86-64.so.2 So, it seems that we need to find a quick fix for the Python GC thingy, while later on we also need to address the C++ statics vs. atexit "feature" once and for all :-) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
