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

--- Comment #2 from Hossein <[email protected]> ---
The problem happens in Enumerations in
C:\libreofficedev26.8_sdk\WINexample.out\inc

$ grep -rl "typelib_typedescription_newEnum"
com/sun/star/beans/PropertyState.hpp
com/sun/star/reflection/FieldAccessMode.hpp
com/sun/star/reflection/MethodMode.hpp
com/sun/star/reflection/ParamMode.hpp
com/sun/star/reflection/TypeDescriptionSearchDepth.hpp
com/sun/star/registry/RegistryKeyType.hpp
com/sun/star/registry/RegistryValueType.hpp
com/sun/star/uno/TypeClass.hpp

To simplify the test, you may try the IDL file(s) above, which contain certain
enumerations:

$ instdir/sdk/bin/cppumaker -Gc -O. udkapi/com/sun/star/uno/TypeClass.idl
Segmentation fault

Or:

$ instdir/sdk/bin/cppumaker -Gc -O.
udkapi/com/sun/star/registry/RegistryKeyType.idl

This one leads to assertion failure dialog.

The exact same commands work on Windows LO stable release binaries and also
Linux, and create .hdl/.hpp files, although I get errors for some other types
like com.sun.star.uno.RuntimeException which is not an issue here.

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

Reply via email to