[Libreoffice-bugs] [Bug 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

2023-10-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148857

--- Comment #3 from truer0man  ---
Bug is still exist in 7.6.2.1 version of SDK. I'm using .NET 7.

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

[Libreoffice-bugs] [Bug 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

2023-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148857

Mike Kaganski  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #2 from Mike Kaganski  ---
I repro the problem both with net6, and netcoreapp3.1, using x64 platform. Also
the same is I use 'uno.util.Bootstrap.bootstrap()' instead of
'uno.util.Bootstrap.defaultBootstrap_InitialComponentContext()'.

If you enable the mixed-mode debugging (allowing to debug native code), and put
breakpoint to mediate_mapInterface (cppu/source/uno/lbmap.cxx), then the
problem happens in the call to

(*pUno2To->mapInterface)( pUno2To, ppOut, pUnoI, pInterfaceTypeDescr );

where VS reports that mapInterface points to {cli_uno.dll!Mapping_uno2cli}, but
you can't step into it from the code editor, and when you use disassembly to
step into, it looks like a no-op, instead of the expected Mapping_uno2cli from
cli_ure/source/uno_bridge/cli_bridge.cxx. Trying to put breakpoints in the
latter function (or anywhere in the file) is impossible (the debugger tells
that "No executable code of the debugger's target code type is associated with
this line ...").

Since the actually called code is a no-op, the ppOut will still contain a
nullptr upon returning to mediate_mapInterface, and then the "Handle is not
initialized" happens.

And here I get stuck, having no experience with all this machinery. Stephan, do
you have an idea?

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

[Libreoffice-bugs] [Bug 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

2022-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148857

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

2022-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148857

--- Comment #1 from Vitaly  ---
Does anyone fixing this error or can say something about it?

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

[Libreoffice-bugs] [Bug 148857] Handle is not initialized exception when bootstrapping with .Net (but not in .Net Framework)

2022-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148857

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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