Bug 57711 - Аварийное завершение при запуске стандартного набора тестов Test_Ogre
Summary: Аварийное завершение при запуске стандартного набора тестов Test_Ogre
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ogre (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-29 16:53 MSK by Клёсов Никита Константинович
Modified: 2026-02-16 13:16 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Клёсов Никита Константинович 2026-01-29 16:53:27 MSK
Версии пакетов:

   libogre14.2-14.2.4-alt1.x86_64
   ogre-14.2.4-alt1.x86_64
   ogre-samples-14.2.4-alt1.x86_64

Стенды (Обновленные до Sisyphus):

   alt-education-11.0-x86-64-kde
   alt-education-11.0-x86-64-xfce
   alt-kworkstation-11.2-x86-64
   alt-workstation-11.1-x86-64
   alt-server-11.0-x86-64-minimal

Шаги:

   1) # apt-get install ogre ogre-samples
   2) $ Test_Ogre

Ожидаемый результат:

   Программа запускается, выполняет все наборы тестов. Ошибки в консоли отсутствуют.

Фактический результат: 

   /usr/src/RPM/BUILD/ogre-14.2.4/Tests/OgreMain/src/RenderSystemCapabilitiesTests.cpp:129: Failure
Value of: rsc != 0
  Actual: false
Expected: true

[  FAILED  ] RenderSystemCapabilitiesTests.SerializeBlank (0 ms)
[ RUN      ] RenderSystemCapabilitiesTests.SerializeEnumCapability
/usr/src/RPM/BUILD/ogre-14.2.4/Tests/OgreMain/src/RenderSystemCapabilitiesTests.cpp:139: Failure
Value of: rsc != 0
  Actual: false
Expected: true

Ошибка сегментирования
Comment 1 Anton Farygin 2026-02-15 14:07:58 MSK
Да, спасибо - проблема доступа к файлу ресурсов.
Comment 2 Repository Robot 2026-02-16 13:16:25 MSK
ogre-14.3.4-alt2 -> sisyphus:

Sun Feb 15 2026 Anton Farygin <rider@altlinux.ru> 14.3.4-alt2
- fixed crash in Test_Ogre due to missing test media in installed package
  (ALT #57711)
- fixed relative media paths in installed resources.cfg to absolute paths
- fixed MeshSerializer and FileSystemArchive tests to work with read-only
  installed media directories
- added %check section to run tests during build