NetBSD 7 and segfault

John Klos <[email protected]> Sat, 16 Aug 2014 17:32:30 +0000 (UTC)
Newsgroups gmane.os.netbsd.ports.sh3
Message-ID <[email protected]>
Hi,

I have netbsd-7 compiled from yesterday's sources on an hpcsh machine (HP 
Jornada 690). Everything seems to work well so far - there have been no OS 
problems at all yet.

I started compiling perl from pkgsrc and ran into this:

echo @`sh  cflags "optimize='-Os -freorder-blocks  -pthread 
-I/usr/include'" perlmini.o` -DPIC -fPIC -DPERL_IS_MINIPERL 
-DPERL_EXTERNAL_GLOB perlmini.c
@gcc -c -DPERL_CORE -Os -freorder-blocks -pthread -I/usr/include -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -std=c89 
-Os -freorder-blocks -pthread -I/usr/include -Wall -ansi -W -Wextra 
-Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings 
-DPIC -fPIC -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c
perl.c: In function 'S_my_exit_jump':
perl.c:5042:1: internal compiler error: Segmentation fault
  S_my_exit_jump(pTHX)
  ^
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.
*** Error code 1

Anyone have a clue?

John