Issue 105303 - Error: caught an exception! (in xmlscript::ElementDescriptor::readDefaults(bool))
Summary: Error: caught an exception! (in xmlscript::ElementDescriptor::readDefaults(b...
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: ab
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 14:11 UTC by Frank Schönheit
Modified: 2013-02-24 21:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2009-09-23 14:11:02 UTC
- Tools / Macros / Organize Dialogs
=> The "Macro organizer" opens with the "Dialogs" page activated
- create a new dialog by pressing the "New" button (confirm the suggested
  dialog name in the "New Dialog" dialog with OK)
=> an assertion pops up saying:

Error: caught an exception!
in function:void __thiscall xmlscript::ElementDescriptor::readDefaults(bool)
type: com.sun.star.beans.UnknownPropertyException
 From File <...>/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx at Line 1016
Comment 1 Frank Schönheit 2009-09-23 14:11:24 UTC
assertion bug, hindering work with the non-product release => targeting to the
next feasible non-micro release
Comment 2 ab 2009-11-03 14:09:56 UTC
STARTED
Comment 3 ab 2010-06-04 11:44:23 UTC
Not enough time left for 3.3 -> 3.4
Comment 4 ab 2010-12-10 09:23:19 UTC
ab->fs: I cannot reproduce this on dev300 m94. I used a pro Office,
but xmlscript has been built with debug=t (which also should make
the assertion visible, right?) and debugging and catching all exep-
tions in Visual Studio did not show any problems.
Comment 5 Frank Schönheit 2010-12-16 12:01:51 UTC
cannot reproduce in m94 (nonpro) either. Closing issue.

No, debug=t does not _automatically_ enable assertions in a product build, only
those reported via OSL_ENSURE and friends, but not those reported via DBG_ASSERT
and friends.