[udk-issues] [Issue 115555] cppumaker doesn't generat e header for included constants

2010-11-12 Thread olistraub
Subcomponent|code Assigned to|kr Reported by|olistraub --- Additional comments from olistr...@openoffice.org Fri Nov 12 12:34:09 + 2010 --- When having an IDL file like this: #include xoc/ZMemoryConstants.idl module xoc { interface ZMemoryManager : com::sun

[udk-issues] [Issue 115555] cppumaker doesn't generat e header for included constants

2010-11-12 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=11 User olistraub changed the following: What|Old value |New value

[porting-issues] [Issue 113979] getUnloadingMutex() uses already destructed object during process exit

2010-08-20 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113979 --- Additional comments from olistr...@openoffice.org Fri Aug 20 09:41:19 + 2010 --- Yeah you're right, its related to 107490. However, the patch there didn't

[porting-issues] [Issue 113979] getUnloadingMutex() uses already destructed object during process exit

2010-08-19 Thread olistraub
Priority|P3 Subcomponent|code Assigned to|mh Reported by|olistraub --- Additional comments from olistr...@openoffice.org Thu Aug 19 09:18:22 + 2010 --- While debugging a deadlock during process shutdown, we found out the following

[porting-issues] [Issue 113979] getUnloadingMutex() uses already destructed object during process exit

2010-08-19 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113979 --- Additional comments from olistr...@openoffice.org Thu Aug 19 10:18:14 + 2010 --- Stack trace showing the issue: #0 0x003cb680ce74 in __lll_lock_wait

[udk-issues] [Issue 113734] Sequencesal_Int32 const ructor should be marked explicit

2010-08-09 Thread olistraub
|P4 Subcomponent|code Assigned to|kr Reported by|olistraub --- Additional comments from olistr...@openoffice.org Mon Aug 9 07:13:48 + 2010 --- We ran into problems where users call a method having the following signature: void foo

[udk-issues] [Issue 113679] bridges: data race in ORe aderThread::disposeEnvironment()

2010-08-05 Thread olistraub
Subcomponent|code Assigned to|kr Reported by|olistraub --- Additional comments from olistr...@openoffice.org Thu Aug 5 11:39:46 + 2010 --- The code in disposeEnvironment() does the following: If pContext-m_pBridgeImpl-m_bDisposed is FALSE, it calls

[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

2010-07-16 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112448 --- Additional comments from olistr...@openoffice.org Fri Jul 16 06:08:40 + 2010 --- Created an attachment (id=70633) Patch to

[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

2010-07-16 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112448 --- Additional comments from olistr...@openoffice.org Fri Jul 16 06:10:18 + 2010 --- The patches are against DEV300_m84.

[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

2010-07-16 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112448 --- Additional comments from olistr...@openoffice.org Fri Jul 16 06:07:40 + 2010 --- The attached patch fixes the problem. My findings: If a remote process

[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

2010-07-16 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112448 --- Additional comments from olistr...@openoffice.org Fri Jul 16 06:09:24 + 2010 --- Created an attachment (id=70634) Optional patch to

[udk-issues] [Issue 113138] bridges:

2010-07-14 Thread olistraub
by|olistraub --- Additional comments from olistr...@openoffice.org Wed Jul 14 10:49:25 + 2010 --- bridges_urp::ClientJob() doesn't initialize m_bExceptionOccured member variable. A previous ClientJob execution that got an exception sets its m_bExceptionOccured variable to true

[udk-issues] [Issue 113138] bridges:

2010-07-14 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113138 --- Additional comments from olistr...@openoffice.org Wed Jul 14 10:50:03 + 2010 --- Created an attachment (id=70612) Patch initializing m_bExceptionOccured

[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

2010-07-01 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112448 User olistraub changed the following: What|Old value |New value

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-06-28 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Mon Jun 28 06:29:54 + 2010 --- I tried to apply to patches to the OOG680_m5 source (yes, it's already

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-06-28 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Mon Jun 28 06:31:41 + 2010 --- Accidentally hit the Submit button... The CPPU_LEAK_STATIC_DATA stuff

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-04-07 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Wed Apr 7 07:44:12 + 2010 --- Another crash, related to this fix sometimes happens in my environment:

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-04-07 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Wed Apr 7 08:22:51 + 2010 --- In my environment it is currently reproducible (but it's based on the

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-01-18 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Mon Jan 18 11:24:59 + 2010 --- Sorry, I need quite a big setup to reproduce this. However, I've now

[udk-issues] [Issue 107490] cppu: various crashes dur ing exit of remote uno bridge process

2010-01-15 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490 --- Additional comments from olistr...@openoffice.org Fri Jan 15 12:06:47 + 2010 --- I applied the patch to the OOG680_m5 we're using, and it helped to reduce

[porting-issues] [Issue 108244] sal: Small fix for Linux socket handling

2010-01-12 Thread olistraub
Assigned to|sb Reported by|olistraub --- Additional comments from olistr...@openoffice.org Tue Jan 12 08:53:39 + 2010 --- When building with --enable-debug (and running a program using the OO SDK), I got the following error message: Error: File socket.c, Line 1838

[porting-issues] [Issue 108244] sal: Small fix for Linux socket handling

2010-01-12 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108244 --- Additional comments from olistr...@openoffice.org Tue Jan 12 08:54:54 + 2010 --- Created an attachment (id=67141) Patch for socket.c

[gsl-issues] [Issue 108220] Grahpite compile errors

2010-01-11 Thread olistraub
to|kstribley Reported by|olistraub --- Additional comments from olistr...@openoffice.org Mon Jan 11 11:42:47 + 2010 --- On RedHat Enterprise Linux 5, the graphite module shows compile errors: libtool: compile: g++ -DPACKAGE_NAME=\silgraphite\ -DPACKAGE_TARNAME=\silgraphite

[gsl-issues] [Issue 108224] Compile error in slidesho w and --enable-debug

2010-01-11 Thread olistraub
Assigned to|pl Reported by|olistraub --- Additional comments from olistr...@openoffice.org Mon Jan 11 14:00:47 + 2010 --- Compiling slideshow after configuring with --enable-debug gives a compile error: Compiling: slideshow/source/engine/waitsymbol.cxx Compiling

[tools-issues] [Issue 105752] SDK binaries lack executa ble permission bit

2009-12-29 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105752 --- Additional comments from olistr...@openoffice.org Tue Dec 29 08:20:16 + 2009 --- I see the same issue here on RedHat Enterprise Linux 5.

[tools-issues] [Issue 107982] xml2cmp not packed in SDK rpm

2009-12-29 Thread olistraub
to|mh Reported by|olistraub --- Additional comments from olistr...@openoffice.org Tue Dec 29 09:47:15 + 2009 --- xml2cmp is not included in any RPM created during build. I think it should be part of the OpenOffice_SDK rpm

[api-issues] [Issue 84955] idlcpp don't except macro defintions after a single line comment

2009-12-28 Thread olistraub
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=84955 --- Additional comments from olistr...@openoffice.org Tue Dec 29 07:42:21 + 2009 --- Issue still open. Any patch available in sight? Single-Line comments are