problem about motif-Collection of common programming errors
Michael Petrotta
c++ linux keyboard motif xwindows
If you haven’t been programming for at least 10 years, or you have never written C code on Linux/Unix, you probably have no business reading this. I’m reviving a source build of an old Xt/Motif application that hasn’t been worked on in years, and last built successfully on 32bit Red Hat 4. I have it mostly building and running on 64-bit Red Hat 5. There’s just one significant problem with the application…it doesn’t respond to most of the keyboard input that it’s supposed to. None of the me
user435103
crash xlib motif
We have a 32bit Motif Gui application. Now we ported the application from Solaris to Linux and the system is crashing very frequently. On our analysis we could find that this issue happened when we are closing the forms in our application. When the forms are closed we will delete the forms and will call the function XtDestroyWidget() to remove the widgets. We ran a purify for the application and we could found that the Stack Array Bounds Read (SBR) is happening when we close the form. I had down
Web site is in building