Bug 152816 - Form - Label in a new document: warning in console with debug LO
Summary: Form - Label in a new document: warning in console with debug LO
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.6.0.0 alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Form-Controls console-noise
  Show dependency treegraph
 
Reported: 2023-01-02 08:35 UTC by BogdanB
Modified: 2023-08-03 17:29 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BogdanB 2023-01-02 08:35:14 UTC
Description:
Open a new Writer document. Form - Label.

In the dbg build of LibreOffice I get in terminal this warnings after Label in inserted:
warn:svx:352592:352592:svx/source/form/fmcontrollayout.cxx:193: DBG_UNHANDLED_EXCEPTION in lcl_initializeControlFont exception: com.sun.star.uno.RuntimeException message: "invalid attempt to assign an empty interface of type com.sun.star.style.XStyleFamiliesSupplier! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:105"
warn:svx:352592:352592:svx/source/form/formcontrolfactory.cxx:167: DBG_UNHANDLED_EXCEPTION in lcl_getUniqueLabel_nothrow exception: com.sun.star.uno.RuntimeException message: "unsatisfied query for interface of type com.sun.star.container.XIndexAccess! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:85"


And this warnings if I double click the Label that was inserted:
warn:legacy.tools:352592:352592:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:352592:352592:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:352592:352592:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:352592:352592:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:352592:352592:sfx2/source/control/bindings.cxx:783: SfxBindings::Register while status-updating
warn:legacy.tools:352592:352592:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff

Steps to Reproduce:
see description

Actual Results:
warnings

Expected Results:
no warnings


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b9e3e20bfd102880d12384892eaeca094c38a519
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded
Comment 1 BogdanB 2023-01-02 08:36:50 UTC
Different, but similar warnings for different type of Forms.
Comment 2 Stéphane Guillou (stragu) 2023-02-13 22:22:52 UTC
Reproduced in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5cd3a8ec6d36a389eb0be4d59f4570e3bda92dc5
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Before inserting, I get:

warn:legacy.tools:330375:330375:sfx2/source/control/statcach.cxx:399: setting state of dirty message

After inserting, I get:

warn:svx:330375:330375:svx/source/form/fmcontrollayout.cxx:193: DBG_UNHANDLED_EXCEPTION in lcl_initializeControlFont exception: com.sun.star.uno.RuntimeException message: "invalid attempt to assign an empty interface of type com.sun.star.style.XStyleFamiliesSupplier! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:105"
warn:svx:330375:330375:svx/source/form/formcontrolfactory.cxx:167: DBG_UNHANDLED_EXCEPTION in lcl_getUniqueLabel_nothrow exception: com.sun.star.uno.RuntimeException message: "unsatisfied query for interface of type com.sun.star.container.XIndexAccess! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:85"
warn:legacy.tools:330375:330375:sfx2/source/control/statcach.cxx:399: setting state of dirty message

After double-clicking the label:

warn:legacy.tools:330480:330480:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:330480:330480:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:330480:330480:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:330480:330480:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:330480:330480:sfx2/source/control/statcach.cxx:399: setting state of dirty message
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:783: SfxBindings::Register while status-updating
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:330480:330480:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
Comment 3 BogdanB 2023-05-26 14:33:16 UTC
A little bit changed meanwhile:

warn:svx:50550:50550:svx/source/form/fmcontrollayout.cxx:193: DBG_UNHANDLED_EXCEPTION in lcl_initializeControlFont exception: com.sun.star.uno.RuntimeException message: "invalid attempt to assign an empty interface of type com.sun.star.style.XStyleFamiliesSupplier! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:105"
warn:svx:50550:50550:svx/source/form/formcontrolfactory.cxx:162: DBG_UNHANDLED_EXCEPTION in lcl_getUniqueLabel_nothrow exception: com.sun.star.uno.RuntimeException message: "unsatisfied query for interface of type com.sun.star.container.XIndexAccess! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:85"
warn:legacy.tools:50550:50550:sfx2/source/control/statcach.cxx:399: setting state of dirty message
warn:legacy.tools:50550:50550:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:50550:50550:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:50550:50550:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:50550:50550:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:783: SfxBindings::Register while status-updating
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:50550:50550:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
Comment 4 BogdanB 2023-08-03 17:29:53 UTC
Also in
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 0e17d8ddccdee7d4f46b256153853e1cab87c99e
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1770: No cache for OfficeDispatch!
warn:svx:772720:772720:svx/source/form/fmcontrollayout.cxx:193: DBG_UNHANDLED_EXCEPTION in lcl_initializeControlFont exception: com.sun.star.uno.RuntimeException message: "invalid attempt to assign an empty interface of type com.sun.star.style.XStyleFamiliesSupplier! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:105"
warn:svx:772720:772720:svx/source/form/formcontrolfactory.cxx:162: DBG_UNHANDLED_EXCEPTION in lcl_getUniqueLabel_nothrow exception: com.sun.star.uno.RuntimeException message: "unsatisfied query for interface of type com.sun.star.container.XIndexAccess! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:85"
warn:legacy.tools:772720:772720:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:772720:772720:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:772720:772720:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:772720:772720:toolkit/source/awt/vclxtoolkit.cxx:1868: createWindow: Unknown Component!
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:783: SfxBindings::Register while status-updating
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1101: CreateSet_Impl with dirty MessageServer
warn:legacy.tools:772720:772720:sfx2/source/control/bindings.cxx:1276: Reschedule in StateChanged => buff