Re: ERLITE frozen in rc script after switching to GCC 5.4

Nick Hudson <[email protected]> Sun, 7 May 2017 07:43:15 +0100
Newsgroups gmane.os.netbsd.ports.evbmips
Message-ID <[email protected]>
On 11/21/16 12:18, Rin Okuyama wrote:
> Hi,
>
> On 2016/11/09 17:37, Nick Hudson wrote:
>> On 11/07/16 11:48, Rin Okuyama wrote:
>>
>>
>>> Starting sshd.
>>> pid 240(sleep): trap: cpu0, TLB miss (load or instr. fetch) in 
>>> kernel mode
>>> status=0x50200083, cause=0x8, epc=0xffffffff802342a4, vaddr=0x132
>>
>> TS=1 in status here (bit 21)
>>
>> Maybe 'mach tlb' will show something
>
> I observed another kernel panic on ERLITE. To my surprise, neither epc
> (ostype+0x12c) nor ra (ostype+0x128) are in text segment; Analysis with
> objdump reveals that "ostype+0x12c" is in .rodata.str1.8 section of
> autoconf.o. I attached trace of kernel and current process as well as
> "mach tbl", although status bit 21 is turned off this time.
>

I wonder if I just fixed this with

http://mail-index.netbsd.org/source-changes/2017/05/07/msg084247.html

Nick