Package: libxm4 Version: 2.3.4-13 I have a GUI app which is based on motif. The GUI app compilation and linkage goes well on Debian Stretch. When I launch the GUI it opens properly but when I access menu widgets than the GUI crashes. Please see the core dump listing:
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007fbcb8f2842a in __GI_abort () at abort.c:89 #2 0x0000559960ea89b0 in handleSignals (sig=<optimized out>) at ../medm.c:2852 #3 <signal handler called> #4 0x00007fbcba7f3c51 in ?? () from /usr/lib/x86_64-linux-gnu/libXm.so.4 #5 0x00007fbcba7f4445 in ?? () from /usr/lib/x86_64-linux-gnu/libXm.so.4 #6 0x00007fbcba7c5c53 in _XmDispatchGadgetInput () from /usr/lib/x86_64-linux-gnu/libXm.so.4 #7 0x00007fbcba892862 in _XmMenuBtnUp () from /usr/lib/x86_64-linux-gnu/libXm.so.4 #8 0x00007fbcba4edaad in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #9 0x00007fbcba4edf15 in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #10 0x00007fbcba4eebdd in _XtTranslateEvent () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #11 0x00007fbcba4c6ef2 in XtDispatchEventToWidget () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #12 0x00007fbcba4c78dd in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #13 0x00007fbcba4c79b9 in XtDispatchEvent () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #14 0x0000559960e7caa0 in main (argc=<optimized out>, argv=<optimized out>) at ../medm.c:4016 I have seen similar problem under the link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877708 but I do not know what is the solution to this problem. I was using the same GUI under other older Linux distributions like Scientific Linux6 and Linux CentOS7 and all was fine. Best Regards Miroslaw Dach

