PDF Preview pane width changes when scrolling
Did a debug build: (gdb) bt #0 0x0000555558891440 in ?? () #1 0x0000555555c72e2f in _synctex_free_leaf (node=0x5555586a02b0) at pdfviewer/synctex_parser.c:264 #2 0x0000555555c72e2f in _synctex_free_leaf (node=0x5555586a0260) at pdfviewer/synctex_parser.c:264 #3 0x0000555555c72e2f in _synctex_free_leaf (node=0x5555586a0210) at pdfviewer/synctex_parser.c:264 #4 0x0000555555c72e2f in _synctex_free_leaf (node=0x5555586a01c0) at pdfviewer/synctex_parser.c:264 #5 0x0000555555c72e2f in _synctex_free_leaf...
Also getting crashes on linux. Here's a stack trace which also mentions synctex: (no debug symbols sorry) Thread 1 "texstudio" received signal SIGSEGV, Segmentation fault. 0x00005555586dff80 in ?? () (gdb) bt #0 0x00005555586dff80 in ?? () #1 0x0000555555a57b05 in ?? () #2 0x0000555555a57b05 in ?? () #3 0x0000555555a57b05 in ?? () #4 0x0000555555a57b05 in ?? () #5 0x0000555555a57b05 in ?? () #6 0x0000555555a57b05 in ?? () #7 0x0000555555a57b05 in ?? () #8 0x0000555555a57b05 in ?? () #9 0x0000555555a57b05...
Also getting crashes on linux. Here's a stack trace which also mentions synctex: (no debug symbols sorry) Thread 1 "texstudio" received signal SIGSEGV, Segmentation fault. 0x00005555586dff80 in ?? () (gdb) bt 0 0x00005555586dff80 in ?? () 1 0x0000555555a57b05 in ?? () 2 0x0000555555a57b05 in ?? () 3 0x0000555555a57b05 in ?? () 4 0x0000555555a57b05 in ?? () 5 0x0000555555a57b05 in ?? () 6 0x0000555555a57b05 in ?? () 7 0x0000555555a57b05 in ?? () 8 0x0000555555a57b05 in ?? () 9 0x0000555555a57b05 in...
Merge branch 'faust2' of git://git.code.sf.net/...
more cmake fixes
Include <cstring> for archlinux build
Hello, I could get it to build with a recent linux (4.5) by changing audio.c lines...