https://bugs.documentfoundation.org/show_bug.cgi?id=163083

--- Comment #30 from Mike Kaganski <[email protected]> ---
(In reply to Saburo from comment #29)

Unfortunately no, these are not dumps. The minidump is mentioned in attachment
198424: "Loading Dump File [C:\Users\yosi3\AppData\Local\Temp\soffice (2).DMP]"
- *that* file could be useful.

The two files only show that indeed, the problem is clipboard-related (as
expected):

> ...
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(36) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(37) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(38) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(39) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(40) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(41) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(42) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(43) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(44) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(45) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFE5A13E1D3: 
> (caller: 00007FFE5A13D0DA) ReturnHr(46) tid(34d4) 800401D0 OpenClipboard 
> ã«å¤±æ•—ã—ã¾ã—ãŸ
> (3338.31d8): Break instruction exception - code 80000003 (first chance)

We have a code that tries to open clipboard ten times before failing: see e.g.
https://opengrok.libreoffice.org/xref/core/vcl/win/dtrans/MtaOleClipb.cxx?r=1d91ab661b2fe0f307c0742999b40e6d848117af#449.
But that doesn't tell us what holds the clipboard; and there are only two
possibilities: either we hold it in another place in the same process (and then
the proper dump could show that); or it is another app holding it - which would
be comment 22.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to