gz-rendering icon indicating copy to clipboard operation
gz-rendering copied to clipboard

[Ogre 1.x] Unloading engine plugin causes tests to crash on Windows

Open osrf-migration opened this issue 6 years ago • 3 comments

Original report (archived issue) by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


Description

On windows, the tests run fine and calls to unloadEnginePlugin return without an error but the tests crash on exit with the following msg

unknown file
SEH exception with code 0xc0000005 thrown in the test body.

Note that this problem is observed on our windows jenkins machine that currently only run tests using the ogre rendering engine

Steps to Reproduce

  1. Run any ignition rendering test

Expected behavior:

Test passes

Actual behavior:

Test crashes with error msg

Reproduces how often:

All the time

Versions

All versions

osrf-migration avatar Mar 08 '19 00:03 osrf-migration

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


  • Edited issue description

osrf-migration avatar Mar 08 '19 00:03 osrf-migration

This issue seems to imply that https://github.com/ignitionrobotics/ign-rendering/issues/40 is no longer a problem (how to unload something that can't be loaded? :wink: ) Can we close that issue?

chapulina avatar Jul 24 '20 21:07 chapulina

I closed but reopened again as I just remembered that it's still a problem when loading the ogre2 plugin.

This issue about unloading engine affects ogre 1.x plugin

iche033 avatar Jul 24 '20 22:07 iche033