Hi Paul, I have installed libxm4-dbgsym_2.3.4-13_amd64.deb and the core dump back trace looks like below:
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `O.linux-x86_64/medm'. Program terminated with signal SIGABRT, Aborted. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. [Current thread is 1 (Thread 0x7fbb1fcbcbc0 (LWP 3015))] (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x00007fbb1d94b42a in __GI_abort () at abort.c:89 #2 0x000055c815c209b0 in handleSignals (sig=<optimized out>) at ../medm.c:2852 #3 <signal handler called> #4 BtnUp (event=0x7ffe16554f80, wid=0x55c800000000) at PushBG.c:1177 #5 ActivateCommonG (pb=0x55c800000000, pb@entry=0x55c81795ebd0, event=event@entry=0x7ffe16554f80, event_mask=<optimized out>) at PushBG.c:2616 #6 0x00007fbb1f217445 in InputDispatch (wid=0x55c81795ebd0, event=0x7ffe16554f80, event_mask=<optimized out>) at PushBG.c:639 #7 0x00007fbb1f1e8c53 in _XmDispatchGadgetInput (wid=wid@entry =0x55c81795ebd0, event=event@entry=0x7ffe165556e0, mask=mask@entry=64) at GadgetUtil.c:281 #8 0x00007fbb1f2b5862 in _XmMenuBtnUp (wid=0x55c81795e550, event=0x7ffe165556e0, params=<optimized out>, num_params=<optimized out>) at RCMenu.c:2616 #9 0x00007fbb1ef10aad in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #10 0x00007fbb1ef10f15 in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #11 0x00007fbb1ef11bdd in _XtTranslateEvent () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #12 0x00007fbb1eee9ef2 in XtDispatchEventToWidget () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #13 0x00007fbb1eeea8dd in ?? () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #14 0x00007fbb1eeea9b9 in XtDispatchEvent () from /usr/lib/x86_64-linux-gnu/libXt.so.6 #15 0x000055c815bf4aa0 in main (argc=<optimized out>, argv=<optimized out>) at ../medm.c:4016 The program which I have compiled and linked is called medm: https://epics.anl.gov/download/extensions/MEDM3_1_11.tar.gz The medm program requires EPICS base package: https://epics.anl.gov/download/base/baseR3.14.12.5.tar.gz Best Regards Miroslaw Dach 2018-05-24 18:55 GMT+02:00 Paul Gevers <elb...@debian.org>: > Control: tags -1 moreinfo > > Hi Miroslaw, > > Thanks for reporting issue you encounter. > > On 24-05-18 17:42, Miroslaw Dach wrote: > > Please see the core dump listing: > > Could you install libxm4-dbgsym (Maybe you need to add the achieve, see > ¹) and generate the core dump again? Currently the dump is close to > useless. > > Would it be possible for you to isolate the issue, such that we can > reproduce it? Or if that is not feasible, share the code you using? > > Paul > > ¹ https://wiki.debian.org/AutomaticDebugPackages > >