[dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Karthik Sudarshan
Hi all, I've developed an extension which has Options dialog, which works fine on Windows XP and Vista. But on Mac accessing of this dialog crashes OOo. I attached the debugger and I see that the call to my DialogEventHandler successfully completes and I return a true from the handleXXX

Re: [dev] XStorable and copy/pasting text containing Microsoft Equation objects

2009-02-24 Thread Mathias Bauer
Hi Martin, Martin Dvořák wrote: 2009/2/14 Mathias Bauer nospamfor...@gmx.de: You don't need a complete debug build to track this down. You just need some pdb files and the matching source code. This will give you the call stack and line numbers. I can collect some pdb files for you, the

Re: [dev] Get started

2009-02-24 Thread Mathias Bauer
Regina Henschel wrote: Hi, Maximilian Odendahl schrieb: Hi, for Windows, see this how to compile and build the office: http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows In the meantime the section Getting the source code is not actual. Now

Re: [dev] Writer

2009-02-24 Thread Mathias Bauer
cguer...@yahoo.com wrote: Hi all, I was looking into the code of the Writer module and was wondering if there was any intent behind the use of XUnoTunnel. My first investigations make me think that it is extensively used to try to guess the real class of an object, although there are some

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Mathias Bauer
Thorsten Behrens wrote: Nils Fuhrmann wrote: I know that there were some issue regarding QA'ing buildbot builds in past. To get an idea what the real problem is, we should collect those issues in detail when they occur to find the root cause for them (as we always do). If those issues still

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Thorsten Ziehm
Hi Mathias, I do not see the need to bring the build bots near to the build environment here in Hamburg. The request for build bots was (as I know) to have builds in different environments to find build issues in these different environment. When these environment will be nearly the same, then

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Mathias Bauer
Mathias Bauer wrote: Perhaps it would help to agree on what we want to have in an ideal world. And then see what we can achieve now and in the forseeable future. At that point we can decide whether it makes sense to look on trees or if we already like the wood. I agree with Caolan and

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Rene Engelhard
Hi, Thorsten Ziehm wrote: I do not see the need to bring the build bots near to the build environment here in Hamburg. The request for build bots was (as I know) to have builds in different environments to find build issues in these different environment. When these environment will be nearly

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Thorsten Behrens
Mathias Bauer wrote: [let build bots be the 'reference' build system] Is that a wood we could agree on? Or shall we keep the status quo and look on the trees? Hi Mathias, definitely the former. And I like the picture of the forest you paint. :) Cheers, -- Thorsten

Re: [dev] buildbot builds vs standard builds

2009-02-24 Thread Juergen Schmidt
André Schnabel wrote: Hi, Thorsten Ziehm schrieb: I do not see the need to bring the build bots near to the build environment here in Hamburg. The request for build bots was (as I know) to have builds in different environments to find build issues in these different environment. When these

Re: [dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Karthik Sudarshan
Hi all, It seems that the Mac version of OpenOffice starts off the JVM incorrectly, it doesn't initialize the AWT subsystem on the main thread. The implication of this is that when the our plugin tries to render its dialog box, OOo makes a call into the AWT subsystem, but since it is not

Re: [dev] OOo 3.0 crashes on Mac

2009-02-24 Thread Robert Vojta
On Wed, Feb 25, 2009 at 8:17 AM, Karthik Sudarshan karthik.sudars...@sun.com wrote: Hi, The bug is in the way OpenOffice port of MacOS, inits the JVM. Is this a known issue? Should I file a bug for the same? it's a known bug and issue was already reported. -- Robert Vojta