OS/2, eCS & ArcaOS - Technical > Programming

Qt6 Application Testing

<< < (152/169) > >>

David McKenna:
 No POPUPLOG for any of the examples with the 'Maximum call stack size exceeded' error. Tried the 'emxstack' size increase trick, but it made no difference on any example I tried...

Regards,

Paul Smedley:

--- Quote from: David McKenna on January 16, 2025, 12:10:01 pm --- No POPUPLOG for any of the examples with the 'Maximum call stack size exceeded' error. Tried the 'emxstack' size increase trick, but it made no difference on any example I tried...

--- End quote ---

I need to review the code that triggers the 'stack size exceeded' error - I think it may be a furphy...

Dave Yeo:
You can try setting LIBC_THREAD_MIN_STACK_SIZE to a larger size then the default of 4096 bytes. Perhaps as high as 65636, though 32768 or 16384 might be enough.

David McKenna:
Dave,


--- Quote from: Dave Yeo on January 16, 2025, 08:54:19 pm ---You can try setting LIBC_THREAD_MIN_STACK_SIZE to a larger size then the default of 4096 bytes. Perhaps as high as 65636, though 32768 or 16384 might be enough.

--- End quote ---

  Tried that on a few examples, but no change...

  Maybe the error is a result of something else entirely. Here is a typical result:

C:\qt6.8\examples\quick\models\stringlistmodel\bin\stringlistmodelexample
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.
qrc:/qt/qml/stringlistmodel/view.qml:12:15: QML Component: Cannot create delegate
qrc:/qt/qml/stringlistmodel/view.qml: Maximum call stack size exceeded.

 A small blank window opened for this example. Maybe the 'Cannot create delegate' results in an overflowed stack?

Regards,

Paul Smedley:
Teaser screenshot.... Still need to get plugins working....

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version