You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@quartzjer did you accidentally merge a rejected patch into the main branch?
$ ./xclip
Segmentation fault (core dumped)
$ gdb ./xclip
Reading symbols from ./xclip...
(gdb) run
Starting program: /src/xclip/xclip
Program received signal SIGSEGV, Segmentation fault.
__strcmp_evex () at ../sysdeps/x86_64/multiarch/strcmp-evex.S:314
(gdb) bt
#0 __strcmp_evex () at ../sysdeps/x86_64/multiarch/strcmp-evex.S:314#1 0x00005555555568ec in doOptMain (argc=1, argv=0x7fffffffe4d8) at xclip.c:183#2 main (argc=1, argv=0x7fffffffe4d8) at xclip.c:976
(gdb) up
#1 0x00005555555568ec in doOptMain (argc=1, argv=0x7fffffffe4d8) at xclip.c:183183 if (!strcmp(argv[1], "--help"))
(gdb) quit
@quartzjer did you accidentally merge a rejected patch into the main branch?
The text was updated successfully, but these errors were encountered: