Subham Roy

Results 7 comments of Subham Roy

This is what I get with gdb ``` (gdb) set pagination off (gdb) run Starting program: /usr/lib/xcircuit-3.10/xcircexec [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff680e640...

yes it does ``` $ ldd /bin/wish | grep X11 libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f2f50183000) ``` Here is the full output also, if that is of any use ``` $ ldd...

Today I noticed that xcircuit runs fine on my machine if I change the window manager. The segmentation fault appears only when using awesomewm titling window manager. This is peculiar...

still segfaults, but the backtrace has changed ``` (gdb) run Starting program: /usr/lib/xcircuit-3.10/xcircexec [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". XCOps(scale) set to 1 [New Thread 0x7ffff48bb640...

``` (gdb) print dpy $1 = (Display *) 0x0 (gdb) print areawin->area $2 = (Tk_Window) 0x555555b3fd50 (gdb) print Tk_WindowId(areawin->area) No symbol "Tk_WindowId" in current context. (gdb) print areawin->window $3 =...

It now exits with an X error, ``` X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 3 (X_GetWindowAttributes) Resource id in failed request: 0x696c2e70...

If I repeat continue for about 285-300 times, most of the times, the GUI ran perfectly without any errors. ``` (gdb) break XGetWindowAttributes Function "XGetWindowAttributes" not defined. Make breakpoint pending...