When dispatching a script via the ScriptEditor for the first time on MacOS, the 
following warning
gets issued:

    rony@wu114221 ~ % /Applications/OpenOffice.app/Contents/MacOS/soffice ; 
exit;
    2021-10-04 11:52:46.561 soffice[21999:372424]*WARNING: NSWindow drag 
regions should only be invalidated on the Main Thread! This will throw
    an exception in the future. Called from (*
        0   AppKit                              0x00007fff22c3aed1 
-[NSWindow(NSWindow_Theme) 
_postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 352
        1   AppKit                              0x00007fff22c48fd4 
-[NSThemeFrame _tileTitlebarAndRedisplay:] + 111
        2   AppKit                              0x00007fff22c5b6ad 
-[NSTitledFrame _titleDidChange] + 158
        3   AppKit                              0x00007fff2345e6f3 
-[NSTitledFrame setTitle:subtitle:] + 722
        4   AppKit                              0x00007fff22c5b2d9 
-[NSThemeFrame setTitle:] + 50
        5   AppKit                              0x00007fff23205e15 
-[NSFrameView _updateTitleProperties:animated:] + 51
        6   AppKit                              0x00007fff23451527 
-[NSThemeFrame _updateTitleProperties:animated:] + 186
        7   CoreFoundation                      0x00007fff203fea53 
__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
        8   CoreFoundation                      0x00007fff2049a4d9 
___CFXRegistrationPost_block_invoke + 49
        9   CoreFoundation                      0x00007fff2049a454 
_CFXRegistrationPost + 496
        10  CoreFoundation                      0x00007fff203cfcce 
_CFXNotificationPost + 736
        11  Foundation                          0x00007fff21141bb8 
-[NSNotificationCenter postNotificationName:object:userInfo:] + 59
        12  AppKit                              0x00007fff2335282c 
-[NSWindowTitleController _propertiesChanged:] + 147
        13  AppKit                              0x00007fff22dfe587 -[NSWindow 
_setDocumentEdited:] + 120
        14  libvcl.dylib                        0x000000010662a0fe 
_ZN12AquaSalFrame21SetExtendedFrameStyleEm + 78
        15  libvcl.dylib                        0x00000001068c5868 
_ZN6Window16SetExtendedStyleEl + 104
        16  libfwk.dylib                        0x000000010936040e 
_ZN9framework19TagWindowAsModified8modifiedERKN3com3sun4star4lang11EventObjectE 
+ 814
        17  libsfx.dylib                        0x00000001051fd319 
_ZN4cppu25OInterfaceContainerHelper7forEachIN3com3sun4star4util15XModifyListenerENS0_20NotifySingleListenerIS6_NS4_4lang11EventObjectEEEEEvRKT0_
 + 201
        18  libsfx.dylib                        0x00000001052c2dbb 
_ZNK12SfxBaseModel26NotifyModifyListeners_ImplEv + 171
        19  libsfx.dylib                        0x00000001052c2298 
_ZN12SfxBaseModel8changingEv + 72
        20  libsfx.dylib                        0x00000001052c1a76 
_ZN12SfxBaseModel6NotifyER14SfxBroadcasterRK7SfxHint + 102
        21  libsvl.dylib                        0x00000001056f8dcc 
_ZN14SfxBroadcaster9BroadcastERK7SfxHint + 60
        22  libsw.dylib                         0x000000017701330a 
_ZN10SwDocShell11SetModifiedEh + 186
        23  libsw.dylib                         0x000000017700b6f9 
_ZN10SwDocShell23LinkStubOle2ModifiedHdlEPvS0_ + 41
        24  libsw.dylib                         0x0000000176b0387d 
_ZN5SwDoc11SetModifiedEv + 109
        25  libsw.dylib                         0x0000000176aff2d2 
_ZN5SwDoc12InsertStringERK5SwPaMRK6StringN26IDocumentContentOperations11InsertFlagsE
 + 1106
        26  libsw.dylib                         0x0000000176e29d2e 
_ZN17SwUnoCursorHelper22DocInsertStringSplitCRER5SwDocRK5SwPaMRK6Stringb + 638
        27  libsw.dylib                         0x0000000176e7aab7 
_ZN13SwXTextCursor15DeleteAndInsertERKN3rtl8OUStringEb + 231
        28  libsw.dylib                         0x0000000176e7e502 
_ZN13SwXTextCursor9setStringERKN3rtl8OUStringE + 146
        29  libs5abi_uno.dylib                  0x000000011362fada 
_ZN7bridges7cpp_uno6shared25unoInterfaceProxyDispatchEP14_uno_InterfacePK24_typelib_TypeDescriptionPvPS7_PP8_uno_Any
 + 4042
        30  libs5abi_uno.dylib                  0x000000011362f430 
_ZN7bridges7cpp_uno6shared25unoInterfaceProxyDispatchEP14_uno_InterfacePK24_typelib_TypeDescriptionPvPS7_PP8_uno_Any
 + 2336
        31  libs5abi_uno.dylib                  0x000000011362edf0 
_ZN7bridges7cpp_uno6shared25unoInterfaceProxyDispatchEP14_uno_InterfacePK24_typelib_TypeDescriptionPvPS7_PP8_uno_Any
 + 736
        32  libjava_uno.dylib                   0x0000000179e12e2d 
_ZNK7jni_uno6Bridge8call_unoERKNS_11JNI_contextEP14_uno_InterfaceP24_typelib_TypeDescriptionP33_typelib_TypeDescriptionReferenceiPK24_typelib_MethodParameterP13_jobjectArray
 + 605
        33  libjava_uno.dylib                   0x0000000179e13877 
Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call + 1735
        34  ???                                 0x000000019ebe36ae 0x0 + 
6958233262
        35  ???                                 0x000000019ebe6614 0x0 + 
6958245396
    )

Dispatching the script a second time works, however, dispatching it a third 
time will crash AOO
4.1.11 on BigSur 11.6 using Oracle's Java 1.8.0_162-b12.

Does this warrant a bug report or is it sufficient to report it here?

---rony



On 27.09.2021 21:21, Jim Jagielski wrote:
> The macOS, Linux64 and Linux32 builds are also there!
>
>> On Sep 23, 2021, at 9:48 AM, Matthias Seidel <matthias.sei...@hamburg.de> 
>> wrote:
>>
>> Hi all,
>>
>> I have uploaded all Windows binaries to:
>>
>> https://dist.apache.org/repos/dist/dev/openoffice/4.1.11-RC1/binaries/
>>
>> Although we have not yet announced AOO 4.1.11-RC1 officially please feel
>> free to download and test them!
>>
>> Regards,
>>
>>    Matthias
>>
>> P.S.: Linux/macOS builds will be uploaded next week
>>
>> Am 22.09.21 um 17:33 schrieb Matthias Seidel:
>>> Hi all,
>>>
>>> I would be ready to upload the Windows binaries if we want to announce RC1?
>>>
>>> Regards,
>>>
>>>    Matthias
>>>
>>> Am 21.09.21 um 23:15 schrieb Matthias Seidel:
>>>> Hi all,
>>>>
>>>> Am 21.09.21 um 22:42 schrieb Pedro Lino:
>>>>> Hi Dave, all
>>>>>
>>>>>
>>>>>> On 09/21/2021 9:07 PM Dave Fisher <w...@apache.org> wrote:
>>>>>> windows - thanks Matthias
>>>>>> https://www.dropbox.com/s/912galt8kr7wiem/Apache_OpenOffice_4.1.11_Win_x86_install_en-US.exe?dl=0
>>>>> Installed and tested signing a document. Works as expected
>>>>>
>>>>>> linux
>>>>>> We are waiting for someone to do a build.
>>>>> Can sign on Ubuntu 18.04 x64 using my PGP certificate
>>>>>
>>>>> Unless there is a problem on Mac, seems like ready to go?
>>>> It looks good for me!
>>>>
>>>> Regards,
>>>>
>>>>    Matthias
>>>>
>>>>> Regards,
>>>>> Pedro
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>>>

Reply via email to