Re: Base NSScanner/GSFormat issues - segmentation fault

2019-12-17 Thread Riccardo Mottola
Hi all, hi Fred. I went further. I disabled all optimizations and rebuilt whole base. (Is there any easier way than editing config.make manually?) I get now this fat stacktrace: Program received signal SIGSEGV, Segmentation fault. 0xb3d58101 in xcb_writev () from /usr/lib/libxcb.so.1 (gdb) bt

Re: Base NSScanner/GSFormat issues - segmentation fault

2019-12-17 Thread Riccardo Mottola
Hi, Fred Kiefer wrote: To me this sounds like a compiler issue. The best you can do is get clang to create assembler output (-S for gcc, most likely it is the same) and pass the result for this small function on to David. As a workaround you may try to extend your little hack to cover NSScann