Jaroslav Škarvada

Results 258 comments of Jaroslav Škarvada

We used the following hack in Fedora downstream: https://src.fedoraproject.org/rpms/irssi/blob/rawhide/f/irssi-1.4.1-botti-perl-link-fix.patch Meson build untested.

The problem also occurs with: --with-perl=module

> Please try this: Open `Edit/Preferences/Behavior` and select `Override disable GPU` Exit `Preferences` Exit Geeqie Restart Geeqie. > > Also, note that since recently the default map of Mapnik is...

You are right, it's segfaulting: ``` 92: Test command: /usr/bin/sh "/root/rpmbuild/BUILD/volk-2.4.1/ppc64le-redhat-linux-gnu/lib/volk_32fc_s32fc_multiply_32fc_test.sh" "/root/rpmbuild/BUILD/volk-2.4.1/ppc64le-redhat-linux-gnu/lib" 92: Test timeout computed to be: 10000000 92: RUN_VOLK_TESTS: volk_32fc_s32fc_multiply_32fc(131071,1) 92: /root/rpmbuild/BUILD/volk-2.4.1/ppc64le-redhat-linux-gnu/lib/volk_32fc_s32fc_multiply_32fc_test.sh: line 6: 20289 Segmentation fault (core...

bt for the volk_32fc_s32fc_multiply_32fc_test.sh, compiled with -g -O0 -fno-strict-aliasing: ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 volk_32fc_s32fc_multiply_32fc_generic (cVector=0x7fff86b80010, aVector=0x7fff86a70010, scalar=327 + 0i, num_points=4049594328) at /root/rpmbuild/BUILD/volk-2.4.1/kernels/volk/volk_32fc_s32fc_multiply_32fc.h:235 235 *cPtr++ =...

To be honest I have no idea why there are non sense values at `#1`. Valgrind showed that the values weren't crippled before. It was gcc 10.2.1, I will try...

The same problem occurred with gcc 9.3.1.

The problem is caused by `lv_32fc_t` when linking C and C++ code, I am completing minimal reproducer. Currently I am not sure whether it's gcc bug.

Stripped down reproducer: ``` $ cat Makefile test1: test1.o test11.o g++ -o test1 test11.o test1.o test1.o: test1.c cpl.h gcc -c -o test1.o test1.c test11.o: test1.cc cpl.h g++ -c -o test11.o...

I created gcc bug and let's see :) https://bugzilla.redhat.com/show_bug.cgi?id=1918519