| Summary: | Необходимо пересобрать с новым C++ ABI | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Антон Мидюков <midyukov-anton> |
| Component: | libwxGTK | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | glebfm, real |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
(In reply to comment #0) > При старте в вывод терминала (через gdb) получаем: > > Fatal Error: Mismatch between the program and library build versions detected. > The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx > containers,compatible with 2.6), > and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx > containers,compatible with 2.6). Нужно пересобрать libwxGTK. Проблема ровно из-за того, что audacity пересобран, а wxGTK ещё нет. Перевешиваю. > Program received signal SIGABRT, Aborted. > 0x00007ffff27de2a5 in __GI_raise (sig=sig@entry=6) > at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 > 56 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); Без backtrace эта информация слегка бесполезна. |
При старте в вывод терминала (через gdb) получаем: Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6). Program received signal SIGABRT, Aborted. 0x00007ffff27de2a5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) Quit (gdb) quit A debugging session is active.