EXCEPTION_ACCESS_VIOLATION
psHeader::close() [libADM_dm_ps.dll]
ADM_setCrashHook [libADM_core6.dll]
ADM_setCrashHook [libADM_core6.dll]
ADM_setCrashHook [libADM_core6.dll]
UnhandledExceptionFilter [KERNELBASE.dll]
memset [ntdll.dll]
_C_specific_handler [ntdll.dll]
_chkstk [ntdll.dll]
RtlRaiseException [ntdll.dll]
KiUserExceptionDispatcher [ntdll.dll]
psHeader::close() [libADM_dm_ps.dll]
psHeader::~psHeader() [libADM_dm_ps.dll]
psHeader::~psHeader() [libADM_dm_ps.dll]
ADM_Composer::addFile(char const*) [avidemux.exe]
A_openVideo(char const*) [avidemux.exe]
MainWindow::openFiles(QList<QUrl>) [avidemux.exe]
MainWindow::eventFilter(QObject*, QEvent*) [avidemux.exe]
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) [Qt5Core.dll]
QApplicationPrivate::notify_helper(QObject*, QEvent*) [Qt5Widgets.dll]
QCoreApplication::notifyInternal2(QObject*, QEvent*) [Qt5Core.dll]
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) [Qt5Core.dll]
qt_plugin_instance [qwindows.dll]
QEventDispatcherWin32::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) [Qt5Core.dll]
qt_plugin_instance [qwindows.dll]
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [Qt5Core.dll]
QCoreApplication::exec() [Qt5Core.dll]
UI_RunApp() [avidemux.exe]
startAvidemux(int, char**) [avidemux.exe]
SDL_main [avidemux.exe]
ms2timedisplay(unsigned int) [avidemux.exe]
unknown function [avidemux.exe]
unknown function [avidemux.exe]
BaseThreadInitThunk [KERNEL32.DLL]
RtlUserThreadStart [ntdll.dll]
CXXFLAGS+=" -fPIC" \
needs to be added to bootStrap.bash--- bootStrap.bash 2025-02-15 11:23:21.875284589 +0100
+++ /home/kgha/bootStrap.bash 2025-02-15 10:47:13.000000000 +0100
@@ -78,6 +78,7 @@
mkdir "${BUILDDIR}" || fail "creating build directory"
fi
pushd "${BUILDDIR}" >/dev/null
+ CXXFLAGS+=" -fPIC" \
cmake \
$COMPILER \
$PKG \
[100%] Linking CXX executable avidemux3_qt6
/usr/bin/ld: ADM_userInterfacesQT6/ADM_filters/libADM_filtersQT6.a(Q_seekablePreview.cpp.o): non-canonical reference to canonical protected function `_ZN16QDialogButtonBox8acceptedEv@@Qt_6' in /usr/lib64/libQt6Widgets.so.6.8.2
/usr/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/avidemux3_qt6.dir/build.make:334: avidemux3_qt6] Error 1
make[1]: *** [CMakeFiles/Makefile2:903: CMakeFiles/avidemux3_qt6.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
What can I do to fix this?