Re: OpenOffice trunc Assertion Error

2020-01-09 Thread Jim Jagielski
+1 > On Jan 8, 2020, at 9:02 PM, Patricia Shanahan wrote: > > On 1/8/2020 5:55 PM, Dave Fisher wrote: >> Hi - >> See inline >> Sent from my iPhone >>> On Jan 8, 2020, at 3:44 PM, Peter Kovacs wrote: >>> >>> Hello again, >>> >>> hope I do not annoy anyone, with my questions. >>> I have

Re: OpenOffice trunc Assertion Error

2020-01-09 Thread Peter Kovacs
At least checking bz and documenting the findings should be done. And the refactoring I want to do. I already know how the code should look like. Am 9. Januar 2020 10:57:46 MEZ schrieb Patricia Shanahan : >What happens if you ignore the assertion and carry on? > >I had to do that for several

Re: OpenOffice trunc Assertion Error

2020-01-09 Thread Patricia Shanahan
What happens if you ignore the assertion and carry on? I had to do that for several assertions when debugging some security problems - the problems I was working were higher priority. On 1/9/2020 1:35 AM, Peter Kovacs wrote: Hi, To be clear the Assert is a different issue and needs more

Re: OpenOffice trunc Assertion Error

2020-01-09 Thread Peter Kovacs
Hi, To be clear the Assert is a different issue and needs more research. The Assert claims a different object is to be used for top level objects. Since the issue pops up on top-level object, right at start, I assume something is not as it should be designed. The answers on the list suggest

Re: OpenOffice trunc Assertion Error

2020-01-08 Thread Patricia Shanahan
On 1/8/2020 5:55 PM, Dave Fisher wrote: Hi - See inline Sent from my iPhone On Jan 8, 2020, at 3:44 PM, Peter Kovacs wrote: Hello again, hope I do not annoy anyone, with my questions. I have looked deeper in the issue using OpenGrok. Now the Issue seems pretty clear. We have only the

Re: OpenOffice trunc Assertion Error

2020-01-08 Thread Dave Fisher
Hi - See inline Sent from my iPhone > On Jan 8, 2020, at 3:44 PM, Peter Kovacs wrote: > > Hello again, > > hope I do not annoy anyone, with my questions. > I have looked deeper in the issue using OpenGrok. > > Now the Issue seems pretty clear. > We have only the function signatures: > >

Re: OpenOffice trunc Assertion Error

2020-01-08 Thread Peter Kovacs
Hello again, hope I do not annoy anyone, with my questions. I have looked deeper in the issue using OpenGrok. Now the Issue seems pretty clear. We have only the function signatures: file: atkwrapper.hxx 85 AtkObject *atk_object_wrapper_new( 86 const

OpenOffice trunc Assertion Error

2020-01-07 Thread Peter Kovacs
Hello all, I have build OpenOffice from trunc with debug options. When started I get an Assertion Error. Error: assertion failed! From File /home/legine/AOO/main/vcl/unx/gtk/a11y/atkwrapper.cxx at Line 874 Abort ? (Yes=abort / No=ignore / Cancel=core dump) Code in Question is: /*