Most results are the same as amd64, but there are two new ones.

comms/pilot-link        cvs rm?
databases/p5-sybperl    cvs rm?
devel/afl++             update awaiting ok
devel/arm-none-eabi/newlib
devel/avr32/gcc-bootstrap
devel/py-llvmlite       -> broken
devel/qcoro
devel/ti-msp430gcc
editors/axe
>editors/libreoffice    i386: ld.lld SIGILL
games/scorched3d
games/spider
games/xjewel
graphics/drawpile       (unrelated missing bump)
japanese/Wnn
japanese/canna
>lang/gforth            i386: segfault when running new built binary
lang/mono               (unrelated __syscall)
mail/geary
misc/xgas
security/cryptcat       cvs rm?
security/john-jumbo
shells/ksh93
www/midori
www/sogo
x11/chbg
x11/eterm
x11/gnome/usage
x11/gnustep/pantomime
x11/mate/engrampa
x11/rep-gtk


lang/gforth: segfault from newly built gforth binary used during
the build.

---
./preforth -p ".:~+:." -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross 
kernl16b.fi- /usr/local/bin/gforth-0.7.3 bye"
Segmentation fault.

(gdb) bt
#0  0x03928b44 in ?? ()
#1  0x1aa6f9d2 in gforth_go ()
#2  0x1aa72307 in main ()
---


editors/libreoffice: ld.lld SIGILLs about 20 minutes into attempting
to link libmergedlo.so, which is a huge library (3500-odd .o files
linked with -flto-thin; the c++ command line expands to about 350K(!)).

No difference if I remove -flto=thin.

ld.lld.core doesn't seem very useful. Not sure how to find what
the actual instruction is. I'm retrying running directly under gdb
now and will reply later if I get anything more useful.

(interestingly top's cpu time counter stops updating after a while
when running ld, despite close to 100% cpu use).


---
Core was generated by `ld.lld'.
Program terminated with signal SIGILL, Illegal instruction.

warning: Unexpected size of section `.reg2/164683' in core file.
#0  0x01e13cff in ?? ()
[Current thread is 1 (process 164683)]
(gdb) bt
#0  0x01e13cff in ?? ()
#1  0x01dfaabb in ?? ()
#2  0x01df9f1c in ?? ()
#3  0x01e12382 in ?? ()
#4  0x01dfa9df in ?? ()
#5  0x01df9f1c in ?? ()
#6  0x01dfabf7 in ?? ()
#7  0x01e6606c in ?? ()
#8  0x01e520b9 in ?? ()
#9  0x01e6771a in ?? ()
#10 0x01e6aa34 in ?? ()                                                         
                    09:29:25 [301/374]
#11 0x01e6aa34 in ?? ()
#12 0x01e6aa34 in ?? ()
#13 0x01e6aa34 in ?? ()
[... same 0x01e6aa34 for many lines ...]
#272 0x01e6aa34 in ?? ()
#273 0x01e6aa34 in ?? ()
#274 0x01e5b79e in ?? ()
#275 0x01e4fedb in ?? ()
#276 0x01e63438 in ?? ()
#277 0x01e642de in ?? ()
#278 0x01e7111c in ?? ()
#279 0x01e5f3f9 in ?? ()
#280 0x01e7aac5 in ?? ()
#281 0x01e7a07a in ?? ()
#282 0x01e79d95 in ?? ()
#283 0x01e79864 in ?? ()
#284 0x01e7977c in ?? ()
#285 0x01e77307 in ?? ()
#286 0x01e7662c in ?? ()
#287 0x01e8d432 in ?? ()
#288 0x025c4db9 in ?? ()
#289 0x025c48a0 in ?? ()
#290 0x022f8300 in ?? ()
#291 0x028e6962 in ?? ()
#292 0x028e5982 in ?? ()
#293 0x028e5334 in ?? ()
#294 0x022bb5a0 in ?? ()
#295 0x028e61c6 in ?? ()
#296 0x022f7ada in ?? ()
#297 0x01db6faf in ?? ()
#298 0x022c6f0a in ?? ()
#299 0x021f8aeb in ?? ()
#300 0x022fb610 in ?? ()
#301 0x021f6082 in ?? ()
#302 0x022c6a40 in ?? ()
#303 0x021f790b in ?? ()
#304 0x022fc0e0 in ?? ()
#305 0x021f6ece in ?? ()
#306 0x022c6c5a in ?? ()
#307 0x01db5c3b in ?? ()
#308 0x028a5933 in ?? ()
#309 0x022d08da in ?? ()
#310 0x01db5c3b in ?? ()
#311 0x0221e49f in ?? ()
#312 0x02220c68 in ?? ()
#313 0x02220ae9 in ?? ()
#314 0x01a66f52 in ?? ()
#315 0x01a66b8a in ?? ()
#316 0x01a6ef54 in ?? ()
#317 0x02aea75f in ?? ()
#318 0x02aead81 in ?? ()
#319 0x0c29f4cd in _rthread_start (v=0x30a4c82c) at 
/usr/src/lib/librthread/rthread.c:96
#320 0x0a9094f2 in __tfork_thread () at 
/usr/src/lib/libc/arch/i386/sys/tfork_thread.S:92
(gdb)
---

Reply via email to